/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */

@font-face {
  font-family: "swiper-icons";

  src:
		url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
		format("woff");

  font-weight: 400;

  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image:
 -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image:
 -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image:
 linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image:
 -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image:
 -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image:
 linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image:
 -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image:
 -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image:
 linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image:
 -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image:
 -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image:
 linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * 44px / 2);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-theme-color);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  -webkit-font-feature-settings: normal, ;
          font-feature-settings: normal, ;
  font-variant: normal;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-theme-color);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-theme-color);
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/**
*
* NOTE:
* If adding/editing colors please also update them in our tailwind.js file!
*
*/

:root {
  --dividers-alt: $dividers;
}

a:focus, input:focus,
button:focus,
input[type='search']:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus,
select:focus {
  outline: thin solid #e1962c;
}

.section-inner:not(.menu-wrapper):not(.pagination-wrapper):not(.post-separator),
.entry-content > .alignwide,
.alignwide, .mg-container, .max-w-412,
.press-kit-media-contacts, #tribe-events-pg-template {
  max-width: calc(120rem + 3rem);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 1230px) {
  .section-inner:not(.menu-wrapper):not(.pagination-wrapper):not(.post-separator),
    .entry-content > .alignwide,
    .alignwide, .mg-container, .max-w-412,
    .press-kit-media-contacts, #tribe-events-pg-template {
    max-width: calc(123rem - 3rem);
  }
}

button:not(.toggle):not(.plain-button):not(.reset-btn):not([class*="tribe-"]):not(.tribe-events-c-events-bar__search-button):not(.tribe-events-c-view-selector__button),
.button:not(.reset-btn),
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"]:not(.reset-btn),
input[type="reset"],
input[type="submit"], .button-inverse, .button:not(.reset-btn):not(.tribe-events-c-events-bar__search-button):not(.tribe-events-c-view-selector__button) {
  -webkit-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 3rem;
  text-shadow: none;
  border-radius: 0;
}

.plain-button {
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-size: inherit !important;
  text-transform: none !important;
}

.mg-filter::before, .mg-filter::after,
.mg-filter .mg-graphic-layer-static, .mg-filter--dark::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.nav-links .placeholder {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

.menu-modal-inner {
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.primary-menu .sub-menu {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.entry-content {
  font-size: 1.6rem;
  font-family: "Merriweather", serif;
}

.entry-content a:not(.button):hover, .entry-content a:not(.button):focus {
  text-decoration: underline;
}

.entry-content hr {
  background: #c7bbae !important;
}

.entry-content hr::before, .entry-content hr::after,
    .entry-content hr.styled-separator ::before, .entry-content hr.styled-separator::after {
  display: none;
}

.entry-content hr.wp-block-separator {
  background-color: #c7bbae;
}

.entry-content h1,
  .entry-content h2,
  .entry-content h3 {
  margin-top: 2.5rem;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
  margin-top: 3rem;
}

.entry-content:not(.related-post) hr,
hr.styled-separator {
  background: #c7bbae !important;
  margin: 5rem auto;
}

.entry-content:not(.related-post) hr:before, .entry-content:not(.related-post) hr:after,
  hr.styled-separator:before,
  hr.styled-separator:after {
  display: none;
}

.entry-content p,
.entry-content li {
  line-height: inherit;
  color: #443e37;
}

button:not(.toggle):not(.plain-button):not(.reset-btn):not([class*="tribe-"]):not(.tribe-events-c-events-bar__search-button):not(.tribe-events-c-view-selector__button):hover,
.button:not(.reset-btn):hover,
.faux-button:hover,
.wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:not(.reset-btn):hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  opacity: 0.8;
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  text-decoration: none;
}

.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
  color: #0a5988;
}

.wp-block-button {
  color: #0a5988;
}

.wp-block-button.no-underline a:hover {
  text-decoration: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #257db2;
}

@media screen and (min-width: 1230px) {
  body:not(.search-results):not(.archive) hr.section-inner {
    max-width: calc(123rem - (3rem * 2)) !important;
  }
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.entry-content cite,
.entry-content figcaption,
.entry-content table,
.entry-content address,
.entry-content .wp-caption-text,
.entry-content .wp-block-file {
  font-family: "Merriweather", serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
  letter-spacing: normal;
}

.post-inner {
  padding-top: 0;
}

.search-modal .search-field {
  height: 4.3rem;
  font-size: 1.8rem;
}

.wp-block-buttons,
.wp-block-buttons .wp-block-button {
  margin-bottom: 0;
}

.entry-content .wp-block-media-text {
  margin-top: 0;
  margin-bottom: 3rem;
}

.wp-block-embed figcaption,
.wp-block-image figcaption,
figcaption,
.wp-caption-text {
  font-size: 1.8rem;
  font-style: italic;
  color: #443e37;
  line-height: 2.7rem;
}

figure.wp-block-image img {
  width: 100%;
}

.wp-block-quote {
  font-style: italic;
  font-weight: 400;
  font-size: 3.3rem;
  padding: 3rem 0;
  border-left-width: 0;
  border-top-width: 0.5rem;
  border-bottom-width: 0.5rem;
  border-color: #c7bbae;
  border-style: solid;
}

.wp-block-quote p {
  color: #0a5988 !important;
  line-height: 3.6rem;
  margin-bottom: 3rem;
}

.featured-media-inner {
  margin-bottom: 3rem;
}

.featured-media-inner img {
  margin: unset;
}

.search-untoggle svg {
  height: 2.5rem;
  width: 2.5rem;
}

.primary-menu > ul > li .icon::before, .primary-menu > ul > li .icon::after {
  background-color: #0a5988;
}

body.logged-in .member-portal-menu,
body.logged-in .nimble-logout {
  display: block !important;
}

body.logged-in .nimble-login {
  display: none !important;
}

body:not(.logged-in) .member-portal-menu,
body:not(.logged-in) .nimble-logout {
  display: none !important;
}

body:not(.logged-in) .nimble-login {
  display: block !important;
}

:root.npm-main-site .utility-nav li {
  display: none;
}

:root.npm-main-site .utility-nav li.store-mobile-only {
  display: block;
}

@media screen and (min-width: 1000px) {
  :root.npm-main-site .utility-nav li {
    display: block;
  }

  :root.npm-main-site .utility-nav li.store-mobile-only {
    display: none;
  }
}

:root.npm-main-site .utility-nav .nimble-login a,
:root.npm-main-site .utility-nav .nimble-logout a {
  border: 1px solid #fff;
}

:root.npm-main-site .utility-nav .nimble-login a:hover,
  :root.npm-main-site .utility-nav .nimble-logout a:hover {
  text-decoration: none !important;
  background-color: #fff;
  border-color: #fff;
  color: #0a5988 !important;
}

.primary-menu > li {
  margin-top: 0.8rem;
  margin-left: 1.4rem;
  margin-bottom: 0;
  margin-right: 0.8rem;
}

.primary-menu > li a {
  cursor: pointer;
}

.primary-menu > li a:hover {
  text-decoration: none;
}

.primary-menu > li ul li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1220px) {
  .entry-content > .wp-block-group.alignwide.has-background,
  .entry-content > .wp-block-group.alignfull.has-background,
  .wp-block-group.alignwide,
  .wp-block-group.alignfull {
    padding-top: 6rem;
    padding-bottom: 9rem;
  }
}

.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
  margin-top: 0;
}

.wp-block-cover.alignfull {
  margin: 0 !important;
}

.wp-block-columns.alignwide + .wp-block-columns.alignwide,
.wp-block-columns.alignfull + .wp-block-columns.alignfull {
  margin-top: 0 !important;
}

.wp-block-categories-list.wp-block-categories {
  margin: 0 !important;
}

.wp-block-group.alignwide {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.archive-header-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.primary-menu > li > a {
  padding: 0.15rem !important;
}

.primary-menu > li.menu-item-has-children > a {
  margin-right: 0 !important;
}

@media screen and (min-width: 1220px) {
  .entry-content > .wp-block-group.alignwide.has-background,
  .entry-content > .wp-block-group.alignfull.has-background,
  .wp-block-group.alignwide,
  .wp-block-group.alignfull {
    padding-bottom: 6rem;
  }
}

:root {
  --mg-html-margin: 0px;
  --mg-header-height: 120px;
  --tec-color-accent-primary: transparent;
}

*,
::after,
::before {
  border: 0 solid #c7bbae;
}

html {
  scroll-behavior: unset;
  position: relative !important;
  top: 0 !important;
}

body {
  font-family: "Merriweather", serif;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0;
  background-color: #fff;
  color: #443e37;
  fill: currentColor;
  padding-top: 0 !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Lato", sans-serif;
  font-weight: 600 !important;
  margin-top: 2.5rem;
  color: #003d62;
}

body .heading-size-1,
body h1 {
  font-size: 4rem;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}

body .heading-size-2,
body h2 {
  font-size: 3.2rem;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  color: #003d62;
}

body .heading-size-3,
body h3 {
  font-size: 2.4rem;
}

body .heading-size-4,
body h4 {
  font-size: 2rem;
}

a {
  color: #257db2;
  text-decoration: none;
}

body a:focus, body a:hover {
  text-decoration: underline;
}

hr {
  border-color: #c7bbae;
  max-width: 120rem;
}

svg use {
  color: inherit !important;
}

#site-content .wp-block-heading,
#site-content .heading-size-2 {
  color: #003d62;
}

.mg-site-header {
  top: 0;
  top: 0px;
  top: var(--mg-html-margin);
}

.mg-site-header button.search-toggle svg path {
  fill: var(--secondary-color);
}

.header-titles .site-logo {
  margin: 0;
}

.header-titles .site-logo img {
  width: 6.1rem;
  height: 100%;
  max-height: 100%;
  max-height: unset;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media screen and (min-width: 1000px) {
  .header-titles .site-logo img {
    width: 17.1rem;
  }
}

@media screen and (min-width: 1000px) {
  .header-titles-wrapper {
    padding-left: inherit;
  }
}

.singular .entry-header {
  padding-top: 2.7rem;
  padding-bottom: 3.9rem;
  background-color: transparent;
}

.singular .entry-header h1 {
  text-align: left;
}

.mg-site-header .header-titles {
  /* IE10+ CSS */
}

@media screen and (min-width: 1000px) {
  .mg-site-header .header-titles {
    position: absolute;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mg-site-header .header-titles {
    top: 0.8rem;
  }
}

.mg-site-header--condensed .header-inner {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.mg-site-header--condensed .header-titles {
  position: relative;
  top: 0;
}

.mg-site-header--condensed .header-titles-wrapper {
  padding: 0;
}

.mg-site-header--condensed .site-logo img {
  width: 6.1rem;
}

.site-footer {
  padding: 2rem 0 !important;
  background-image: url("/wp-content/themes/acma/images/acma-footer-bkgd.png");
  background-size: cover;
  background-position: bottom;
}

.site-footer * {
  line-height: 2rem;
}

.site-footer a:not(.button) {
  color: white !important;
  font-weight: 700;
}

.footer-top-section {
  grid-gap: 4rem 8rem;
  gap: 4rem 8rem;
}

@media screen and (min-width: 840px) {
  .site-blurb {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}

@media screen and (min-width: 1000px) {
  .site-blurb {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

@media screen and (min-width: 1200px) {
  .site-blurb {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.site-blurb * {
  line-height: 150%;
  font-family: "Lato", sans-serif;
}

.site-blurb :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 840px) {
  .footer-navigation {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

.footer-navigation ul {
  grid-gap: 0.3rem 10%;
  gap: 0.3rem 10%;
}

.footer-navigation li {
  margin: 0 !important;
}

.footer-navigation a:not(.button) {
  font-size: 1.4rem;
}

.footer-bottom-section {
  grid-gap: 4rem 19.7rem;
  gap: 4rem 19.7rem;
}

.footer-social-container p {
  font-size: 1.4rem;
}

.footer-social-container .social-menu {
  grid-gap: 1rem;
  gap: 1rem;
}

.footer-social-container .social-menu svg {
  width: 3.8rem;
}

.footer-logo-credits {
  width: 100%;
  grid-gap: 4rem 10%;
  gap: 4rem 10%;
}

@media screen and (min-width: 1216px) {
  .footer-logo-credits {
    width: auto;
    grid-gap: 0 3rem;
    gap: 0 3rem;
  }
}

.site-info p {
  margin-bottom: 0;
}

@media screen and (max-width: 945px) {
  .footer-bottom-section {
    text-align: left;
  }
}

.badges-section .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  grid-gap: 2rem;
  gap: 2rem;
}

@media screen and (max-width: 500px) {
  .badges-section .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.badges-section .items .item {
  overflow: hidden;
  max-height: 6rem;
  height: 6rem;
}

.badges-section .items .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.badges-section .items .item a:hover img {
  opacity: 0.9;
}

.badges-section .items .item picture {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.badges-section .items .item img {
  height: 100%;
  width: auto;
}

.header-inner .toggle-wrapper::before {
  display: none;
}

.primary-menu .sub-menu {
  width: 24rem;
  background: #0a5988;
  border-radius: 0;
}

.primary-menu .sub-menu a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  padding: 0.5rem 2rem;
}

.primary-menu > li > .icon {
  right: -0.4rem;
}

@media screen and (min-width: 1230px) {
  .primary-menu > li > .icon {
    right: -0.5rem;
  }
}

.primary-menu li > ul:after {
  border-bottom-color: #0a5988;
}

.primary-menu li > ul li > ul::after {
  border-left-color: #0a5988;
  border-bottom-color: transparent;
}

.primary-menu > li.menu-item-has-children:nth-child(-n + 4) > ul {
  right: -99999;
}

.primary-menu > li.menu-item-has-children:nth-child(-n + 4) > ul ul {
  right: -25rem;
}

.primary-menu > li.menu-item-has-children:nth-child(-n + 4) > ul ul::before {
  left: -2rem;
}

.primary-menu > li.menu-item-has-children:nth-child(-n + 4) > ul ul::after {
  left: -1.6rem;
  right: auto;
  border-right-color: #0a5988;
  border-left-color: transparent;
}

.primary-menu > li.menu-item-has-children:nth-child(-n + 4) > ul ul ul {
  right: -25rem;
}

.primary-menu > li.menu-item-has-children:not(:nth-last-of-type(-n + 4)) > ul {
  left: -9999rem;
}

.primary-menu > li.menu-item-has-children:not(:nth-last-of-type(-n + 4)).focus > ul, .primary-menu > li.menu-item-has-children:not(:nth-last-of-type(-n + 4)):focus > ul, .primary-menu > li.menu-item-has-children:not(:nth-last-of-type(-n + 4)):hover > ul {
  left: 0;
}

.primary-menu > li.menu-item-has-children:not(:nth-last-of-type(-n + 4)).focus > ul::after, .primary-menu > li.menu-item-has-children:not(:nth-last-of-type(-n + 4)):focus > ul::after, .primary-menu > li.menu-item-has-children:not(:nth-last-of-type(-n + 4)):hover > ul::after {
  left: 1.8rem;
  right: auto;
}

.primary-menu a {
  color: #0a5988;
  font-family: "Lato", sans-serif;
  letter-spacing: normal;
  line-height: 2.6rem;
  font-weight: 700;
  padding: 0.1rem;
  font-size: 1.2rem;
}

@media screen and (min-width: 1100px) {
  .primary-menu a {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1200px) {
  .primary-menu a {
    font-size: 1.45rem;
  }
}

.breadcrumbs a,
.breadcrumbs > span::before {
  font-weight: 400;
}

.breadcrumbs * {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #4a4a4a;
}

.breadcrumbs a,
.breadcrumbs a span {
  color: #257db2;
}

.breadcrumbs + .post-inner {
  padding-top: 0;
}

.no-breadcrumb-plugin > span:not(:first-child)::before {
  content: ">";
  display: inline-block;
  margin: 0 0.5rem;
  color: #0a5988;
}

.tribe-events,
#site-content {
  padding-top: 120px !important;
}

@media screen and (min-width: 400px) {
  .tribe-events,
    #site-content {
    padding-top: 120px !important;
    padding-top: var(--mg-header-height) !important;
  }
}

.mg-block--mt-0 {
  margin-top: 0 !important;
}

.mg-block--mb-0 {
  margin-bottom: 0 !important;
}

.category .pagination-wrapper,
.category .post-separator,
.category .featured-media-inner,
.category .category-heading,
.category .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.search-results .pagination-wrapper,
.search-results .post-separator,
.search-results .featured-media-inner,
.search-results .category-heading,
.search-results .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.page .pagination-wrapper,
.page .post-separator,
.page .featured-media-inner,
.page .category-heading,
.page .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.archive .pagination-wrapper,
.archive .post-separator,
.archive .featured-media-inner,
.archive .category-heading,
.archive .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.single .pagination-wrapper,
.single .post-separator,
.single .featured-media-inner,
.single .category-heading,
.single .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 79rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: auto;
}

@media screen and (min-width: 1230px) {
  .category .pagination-wrapper,
  .category .post-separator,
  .category .featured-media-inner,
  .category .category-heading,
  .category .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
  .search-results .pagination-wrapper,
  .search-results .post-separator,
  .search-results .featured-media-inner,
  .search-results .category-heading,
  .search-results .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
  .page .pagination-wrapper,
  .page .post-separator,
  .page .featured-media-inner,
  .page .category-heading,
  .page .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
  .archive .pagination-wrapper,
  .archive .post-separator,
  .archive .featured-media-inner,
  .archive .category-heading,
  .archive .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
  .single .pagination-wrapper,
  .single .post-separator,
  .single .featured-media-inner,
  .single .category-heading,
  .single .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    margin-left: calc((100% - 120rem + 3rem) / 2);
    margin-right: auto;
  }
}

@media screen and (min-width: 1000px) {
  .xl-w-inherit {
    width: inherit;
  }
}

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

.button-inverse {
  background-color: white;
  color: #257db2;
  border-color: #257db2;
}

.button-inverse:hover, .button-inverse:focus, .button-inverse:active, .button-inverse[focus-within] {
  background-color: #257db2;
  color: white;
  border: 1px solid white !important;
}

.button-inverse:hover, .button-inverse:focus, .button-inverse:active, .button-inverse:focus-within {
  background-color: #257db2;
  color: white;
  border: 1px solid white !important;
}

.entry-banner-image {
  margin: 1.5rem 0;
  min-height: 39rem;
}

.single-statistics h1,
.single-pulseoftheindustry h1,
.single-lucintel-report h1 {
  margin-bottom: 0 !important;
}

#site-content .wp-block-cover__inner-container {
  padding-bottom: 0;
}

#site-content .wp-block-cover__inner-container .mg-block-advertisers {
  padding-bottom: 1.5rem;
}

#site-content .wp-block-group .mg-block-small-cta {
  margin-top: 0;
  margin-bottom: 0;
}

#site-content .entry-content .wp-block-cover h2 {
  color: #003d62;
}

#site-content .small-top-space {
  padding-top: 2.7rem !important;
}

.mg-block-news-listing--container {
  grid-gap: 2.5rem 3.5rem;
  gap: 2.5rem 3.5rem;
}

.fa-x-twitter {
  width: 2.8rem;
  height: 2.8rem;
  background-color: rgba(255,255,255,1);
  border-radius: 2px;
  padding: 3px;
}

.fa-x-twitter svg {
  display: none;
}

.fa-x-twitter a:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  height: 100%;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z' fill='%23257db2'/%3E%3C/svg%3E");
}

@media screen and (max-width: 1000px) {
  .single h1 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 600px) {
  .single h1 {
    font-size: 2.4rem;
  }
}

.image-with-button .wp-block-image {
  margin-bottom: 0 !important;
}

.image-with-button .wp-block-button__link {
  top: -50%;
  position: relative;
  display: block;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
}

.mg-container .pagination-wrapper {
  width: 100%;
  max-width: 100% !important;
}

.board-of-directors .wp-block-column {
  margin-top: 10rem;
  padding-bottom: 3rem;
  border-top: 3px solid #c7bbae;
  border-bottom: 3px solid #c7bbae;
}

.board-of-directors .wp-block-column:not(.has-background) {
  background-color: #f7f7f7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("/wp-content/themes/acma/images/background-hexagon.svg");
}

.board-of-directors .wp-block-column > p {
  margin-bottom: 0;
  color: #0a5988;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.board-of-directors .wp-block-column > p strong {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  display: block;
  color: #443e37;
}

.board-of-directors .wp-block-heading {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 0 !important;
}

.board-of-directors .wp-block-image {
  margin-top: -10rem !important;
  margin-bottom: 0 !important;
  overflow: hidden;
  height: 20rem;
  width: 20rem;
  max-height: 20rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.board-of-directors .wp-block-image img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.banner-content {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2rem 4rem 2.2rem 4rem;
}

.banner-content p {
  margin-bottom: 0;
}

.members-access-error {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.post-type-archive .post-inner .entry-content > .members-access-error {
  display: none;
}

.post-type-archive .mg-site-content > .post-separator {
  margin-bottom: 0;
}

.post-type-archive .pagination-wrapper {
  margin-bottom: 5rem;
}

.wp-block-latest-posts__post-title {
  font-family: "Lato", sans-serif !important;
  font-size: 1.8rem;
}

.wp-block-latest-posts__post-excerpt {
  font-family: "Merriweather", serif !important;
  margin-bottom: 3rem;
}

.library-inner-wrapper .table-wrapper {
  overflow-x: auto;
}

.library-inner-wrapper table {
  border: 0;
  display: block;
  min-width: 110rem;
  max-width: 120rem;
}

p a {
  color: #0a5988;
  text-decoration: underline;
}

p a:hover {
  text-decoration: none !important;
}

.wp-block-button__link.has-accent-background-color {
  color: #000;
}

.gform_wrapper .gf_progressbar_title {
  color: #443e37 !important;
  opacity: 1 !important;
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.library-template .mg-block-library table td {
  padding: 2.5rem 4rem 2.5rem 2.5rem;
}

.library-template .page-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 75rem !important;
}

.library-template .tags-wrapper button.active {
  background-color: #257db2 !important;
  color: #fff !important;
}

input,
textarea,
select {
  letter-spacing: 0;
  font-family: "Merriweather", serif;
  border: 1px solid #c7bbae;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='url'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='week'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='color'],
textarea,
select {
  font-size: 1em;
  border-radius: 0;
  padding: 1.2rem 1.8rem;
}

input:focus,
button:focus,
input[type='search']:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus,
select:focus {
  border-color: transparent;
}

select:not(.appearance-none):not([multiple]) {
  color: #443e37;
  background-color: white;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='24' viewBox='0 0 12 24'%3E%3Cg fill='%2300243E' fill-rule='evenodd' stroke='%2300243E' stroke-width='2'%3E%3Cpath d='M2 16l4 6 4-6zM10 8L6 2 2 8z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  padding-right: 3.5rem;
}

select:not(.appearance-none):not([multiple])::-ms-expand {
  display: none;
}

.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.gform_wrapper select {
  padding: 1.2rem 1.8rem !important;
}

.gform_wrapper select {
  padding-right: 3.5rem !important;
  line-height: 2.4rem !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type='checkbox'],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type='radio'] {
  margin-top: 0 !important;
}

.entry-content > .gform_confirmation_wrapper,
.wp-block-column > .gform_confirmation_wrapper {
  margin-bottom: 3rem;
}

.apply-greyscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.mg-graphic-layer {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.mg-filter {
  position: relative;
  overflow: hidden;
}

.mg-filter::before, .mg-filter::after,
  .mg-filter .mg-graphic-layer-static {
  z-index: 1;
  content: "";
  position: absolute;
}

.mg-filter--linear:before {
  opacity: 1 !important;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(77.6%, rgba(0, 0, 0, 0))) !important;
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 77.6%) !important;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 77.6%) !important;
}

.mg-filter--linear:after {
  display: none !important;
}

.mg-filter::before {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: "";
  background-color: #040404;
  opacity: 0.5;
}

.mg-filter--dark::before {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: "";
  background-color: #000;
  opacity: 0.6;
  display: block;
}

.mg-filter--light::before {
  opacity: 0.3;
}

.mg-filter--lighter::before {
  opacity: 0.2;
}

.mg-filter.mg-transparent::before {
  content: "";
  background-color: transparent;
  opacity: 1;
}

.mg-filter > * {
  z-index: 2;
}

.mg-filter .mg-graphic-layer,
  .mg-filter .mg-graphic-layer-static {
  z-index: 0;
}

.mg-filter:hover .mg-graphic-layer, .mg-filter:focus .mg-graphic-layer {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.mg-filter--has-hover:hover::before {
  opacity: 0.9;
}

.mg-filter--subtle::before {
  opacity: 0.2;
}

.mg-filter--medium::before {
  opacity: 0.6;
}

.mg-filter--heavy::before {
  opacity: 0.8;
}

.mg-filter--img::after {
  content: "";
  opacity: 0.4;
}

@media screen and (min-width: 780px) {
  .mg-filter .mg-graphic-layer-static {
    position: absolute;
    height: auto;
  }
}

.mg-filter--gradient::before {
  opacity: 1 !important;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(235, 244, 250, 0.4)), color-stop(40%, rgba(68, 62, 55, 0.6)));
  background-image: -o-linear-gradient(top, rgba(235, 244, 250, 0.4) 20%, rgba(68, 62, 55, 0.6) 40%);
  background-image: linear-gradient(to bottom, rgba(235, 244, 250, 0.4) 20%, rgba(68, 62, 55, 0.6) 40%);
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  display: block;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .bg-video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.text-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.aspect-20\/11 {
  aspect-ratio: 20/11;
}

.mg-site-content .entry-content .mg-hexagon-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.mg-site-content .entry-content .mg-hexagon-icon-container .mg-hexagon-icon {
  z-index: 10;
  height: 100%;
  padding: 0;
  aspect-ratio: 1;
  right: 0;
  left: 0;
  margin: auto;
}

.mg-block-icon-card__large .mg-hexagon {
  max-width: 16rem;
  max-height: 16rem;
  min-width: 16rem;
  min-height: 16rem;
}

.mg-block-icon-card__small .mg-hexagon {
  max-width: 5.8rem;
  max-height: 5.8rem;
  min-width: 5.8rem;
  min-height: 5.8rem;
}

.mg-hexagon-container {
  pointer-events: none;
  overflow: hidden;
}

.mg-hexagon-container .mg-hexagon {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
          clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  /* add slash at the end of line to see the rhombus *
		outline: solid 1px red;/**/
}

.mg-hexagon-container .mg-hexagon img {
  width: 100%;
}

.mg-hexagon-container .mg-hexagon.bg-primary {
  background-color: #0a5988;
}

.mg-hexagon-container .mg-hexagon.bg-primary-light {
  background-color: #257db2;
}

.mg-hexagon-container .mg-hexagon.bg-primary-dark {
  background-color: #003d62;
}

.mg-hexagon-container .mg-hexagon.bg-secondary {
  background-color: #8fc549;
}

.mg-hexagon-container .mg-hexagon.bg-accent {
  background-color: #da511f;
}

.mg-hexagon-container .mg-hexagon.bg-highlight {
  background-color: var(--highlight-color);
}

.mg-hexagon-img {
  background-position: center !important;
  width: 40em;
  height: 34.6em;
  position: relative;
}

.mg-hexagon-img::before, .mg-hexagon-img::after {
  pointer-events: none;
  font-size: inherit;
  content: "";
  position: absolute;
  display: block;
  border-left: 10em solid white;
  border-right: 10em solid white;
  width: 100%;
}

.mg-hexagon-img::before {
  top: 0;
  border-bottom: 17.3em solid transparent;
}

.mg-hexagon-img::after {
  bottom: 0;
  border-top: 17.3em solid transparent;
}

.mg-aspect-square {
  aspect-ratio: 1;
}

.mg-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid #fff;
  border-radius: 9999px;
  aspect-ratio: 1;
}

.mg-play-button svg {
  width: 1.3rem !important;
  padding-left: 5px;
}

.wp-block-media-text__content .wp-block-button__link,
.is-style-outline a,
a.is-style-outline {
  background: transparent !important;
  border-width: 1px !important;
  border: 1px solid #fff !important;
  padding: 0.9rem 2.7rem !important;
  font-size: 1.9rem;
  line-height: 3rem;
  font-weight: 700;
  background-color: transparent !important;
}

.wp-block-media-text__content .wp-block-button__link:hover,
  .is-style-outline a:hover,
  a.is-style-outline:hover {
  background-color: #0a5988 !important;
  color: #fff !important;
  border-color: #0a5988;
  text-decoration: none;
}

.bg-primary a.is-style-outline:hover {
  border-color: #0a5988;
  background: #fff;
  color: #0a5988 !important;
}

#site-content .btn-sm {
  font-size: 1.4rem;
  padding: 0.5rem 2rem;
}

#site-content .btn-sm:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#site-content .btn-sm.active:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

#site-content .btn-sm:after {
  -webkit-transition: 300ms linear all;
  -o-transition: 300ms linear all;
  transition: 300ms linear all;
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-right: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.98669 0L15.9734 16H0L7.98669 0Z' fill='%23257DB2'/%3E%3C/svg%3E");
}

#site-content .btn-topics:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.98669 0L15.9734 16H0L7.98669 0Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.delay-display > * {
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.52, 0.01, 0.16, 1), -webkit-transform 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: opacity 0.4s cubic-bezier(0.52, 0.01, 0.16, 1), -webkit-transform 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.52, 0.01, 0.16, 1), transform 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: opacity 0.4s cubic-bezier(0.52, 0.01, 0.16, 1), transform 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: opacity 0.4s cubic-bezier(0.52, 0.01, 0.16, 1), transform 0.4s cubic-bezier(0.52, 0.01, 0.16, 1), -webkit-transform 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
}

.delay-display.active > *,
.swiper-slide-active .delay-display > * {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.delay-display > *:nth-child(1) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay-display > *:nth-child(2) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay-display > *:nth-child(3) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay-display > *:nth-child(4) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay-display > *:nth-child(5) {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay-display > *:nth-child(6) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay-display > *:nth-child(7) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay-display > *:nth-child(8) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.delay-display > *:nth-child(9) {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.delay-display > *:nth-child(10) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay-display > *:nth-child(11) {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.delay-display > *:nth-child(12) {
  -webkit-transition-delay: 1.4s;
       -o-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.delay-display > *:nth-child(13) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.delay-display > *:nth-child(14) {
  -webkit-transition-delay: 1.6s;
       -o-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.delay-display > *:nth-child(15) {
  -webkit-transition-delay: 1.7s;
       -o-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

html.no-js .delay-display > * {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

#menu-utility-menu .sub-menu {
  display: none;
  position: absolute;
  background: var(--nav-background-color) !important;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  top: calc(100% + 0.5rem);
  padding: 1rem 0;
  z-index: 20;
}

#menu-utility-menu .sub-menu::before {
  height: 1rem;
  left: 0;
  right: 0;
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
}

#menu-utility-menu .sub-menu:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  border: 0.8rem solid transparent;
  border-bottom-color: var(--nav-background-color) !important;
  right: 4rem;
}

#menu-utility-menu .sub-menu a {
  color: #0a5988 !important;
}

@media screen and (min-width: 1000px) {
  #menu-utility-menu > li:hover .sub-menu {
    display: block;
  }
}

.utility-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  padding: 0 0.5rem;
  font-family: "Lato", sans-serif;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

.utility-menu a:hover svg {
  opacity: 0.8;
}

.utility-menu > li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.utility-menu svg {
  width: 2.3rem;
  height: 2.3rem;
  fill: currentColor;
}

.utility-menu--shortcode > li:first-child {
  display: none;
}

.utility-menu .new-tab {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}

.social-navigation {
  margin-right: 1.4rem;
}

.utility-menu-main .search-form button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.pagination .nav-links,
.pagination-wrapper .nav-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers,
.pagination-wrapper .next.page-numbers,
.pagination-wrapper .prev.page-numbers {
  border: 0;
  padding: 0.9rem 0;
}

.pagination .next.page-numbers:focus,
  .pagination .prev.page-numbers:focus,
  .pagination-wrapper .next.page-numbers:focus,
  .pagination-wrapper .prev.page-numbers:focus {
  outline-color: var(--highlight-color);
}

.pagination .next.page-numbers,
.pagination-wrapper .next.page-numbers {
  padding-right: 0;
  margin-left: 0 !important;
}

.pagination {
  margin-bottom: 6rem;
}

.mg-block:not(.mg-block-carousel):not(.magazine-slider) .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.swiper-container.single-slide .swiper-wrapper .swiper-slide {
  opacity: 1 !important;
}

.swiper-container.single-slide .swiper-wrapper .swiper-slide .delay-display > * {
  opacity: 1;
}

.swiper-container.single-slide .swiper-button-prev,
.swiper-container.single-slide .swiper-button-next {
  display: none;
}

.swiper-button-next::after,
.swiper-container-rtl .swiper-button-prev::after,
.swiper-button-prev::after,
.swiper-container-rtl .swiper-button-next::after {
  display: none;
}

.mg-block-carousel .mg-play-button {
  cursor: pointer;
}

.mg-block-carousel .mg-play-button svg {
  cursor: pointer;
}

.mg-block-carousel.bg-primary .swiper-button-prev button,
.mg-block-carousel.bg-primary .swiper-button-next button {
  background-color: transparent !important;
}

.mg-block-carousel.primary .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mg-block-carousel.primary .imge-wrapper {
  width: 21rem;
  height: 21rem;
  border-radius: 50%;
}

.mg-block-carousel.primary .imge-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.mg-block-carousel.primary .swiper-button {
  background: var(--primary-color);
}

.mg-block-carousel.secondary .imge-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.mg-block-carousel.secondary .imge-wrapper:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.mg-block-carousel.secondary .imge-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.mg-block-carousel.secondary svg {
  fill: var(--primary-color);
}

.mg-block-carousel.secondary .swiper-button {
  background: transparent;
}

.mg-block-carousel .swiper-slide.has-background .content {
  padding: 3rem;
}

.mg-block-carousel .swiper-slide.has-background h3 {
  text-align: left !important;
  font-size: 1.6rem;
  margin-top: 0 !important;
}

.mg-block-carousel .swiper-slide.has-background .attr {
  font-size: 1.3rem;
}

.mg-block-carousel .swiper-button {
  height: 100%;
  top: 0;
  bottom: 0;
  margin-top: 0;
}

.mg-block-carousel button.reset-btn {
  border: 1px solid var(--primary-color) !important;
}

.mg-block-carousel svg {
  max-width: unset;
  width: 2.3rem;
  fill: currentColor;
}

@media screen and (max-width: 780px) {
  .mg-block-carousel .mg-container > h2 {
    font-size: 3rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .mg-block-carousel[data-length='3'] .swiper-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .mg-block-carousel[data-length='3'] .swiper-button-prev,
  .mg-block-carousel[data-length='3'] .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .align-content-to-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.align-content-to-container > .mg-container {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1259px) {
  .align-content-to-container > .mg-container {
    position: relative;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .align-content-to-container .swiper-button-prev,
  .align-content-to-container .swiper-button-next {
    width: auto;
  }
}

@media screen and (min-width: 1260px) {
  .align-content-to-container .swiper-button-prev {
    left: -2.5rem !important;
  }

  .align-content-to-container .swiper-button-next {
    right: -2.5rem !important;
  }
}

@media screen and (min-width: 1300px) {
  .align-content-to-container .swiper-button-prev {
    left: -5% !important;
  }

  .align-content-to-container .swiper-button-next {
    right: -5% !important;
  }
}

.mg-footer-cta svg {
  width: 100%;
}

.entry-content > .wp-block-columns {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

@media screen and (max-width: 780px) {
  .entry-content > .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

.entry-content > body .entry-content > .wp-block-group.alignwide.has-background,
.entry-content > body .entry-content > .wp-block-group.alignfull.has-background,
.entry-content > .wp-block-group.alignwide,
.entry-content > .wp-block-group.alignfull {
  margin-top: 0;
}

.entry-content > body .entry-content > .wp-block-group.alignwide.has-background .wp-block-image,
  .entry-content > body .entry-content > .wp-block-group.alignfull.has-background .wp-block-image,
  .entry-content > .wp-block-group.alignwide .wp-block-image,
  .entry-content > .wp-block-group.alignfull .wp-block-image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.entry-content > body .entry-content > .wp-block-group.alignwide.has-background .wp-block-image figure,
    .entry-content > body .entry-content > .wp-block-group.alignfull.has-background .wp-block-image figure,
    .entry-content > .wp-block-group.alignwide .wp-block-image figure,
    .entry-content > .wp-block-group.alignfull .wp-block-image figure {
  margin-bottom: 0;
}

.entry-content > body .entry-content > .wp-block-group.alignwide.has-background .wp-block-buttons,
  .entry-content > body .entry-content > .wp-block-group.alignwide.has-background figure,
  .entry-content > body .entry-content > .wp-block-group.alignfull.has-background .wp-block-buttons,
  .entry-content > body .entry-content > .wp-block-group.alignfull.has-background figure,
  .entry-content > .wp-block-group.alignwide .wp-block-buttons,
  .entry-content > .wp-block-group.alignwide figure,
  .entry-content > .wp-block-group.alignfull .wp-block-buttons,
  .entry-content > .wp-block-group.alignfull figure {
  margin-top: 0;
}

.entry-content > body .entry-content > .wp-block-group.alignwide.has-background .wp-block-button,
  .entry-content > body .entry-content > .wp-block-group.alignfull.has-background .wp-block-button,
  .entry-content > .wp-block-group.alignwide .wp-block-button,
  .entry-content > .wp-block-group.alignfull .wp-block-button {
  margin-top: 3rem;
}

.max-w-412,
.press-kit-media-contacts {
  max-width: 103.1rem !important;
}

.press-kit-media-contacts .wp-block-column .wp-block-group {
  height: 100%;
}

.press-kit-media-contacts .wp-block-column .wp-block-group h2 {
  margin-top: 0;
}

@media screen and (max-width: 780px) {
  .press-kit-media-contacts .wp-block-column .wp-block-group h2 {
    font-size: 3.3rem;
  }
}

.press-kit-media-contacts .wp-block-column .wp-block-group .wp-block-button__link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.press-kit-media-contacts .wp-block-column .wp-block-group .wp-block-button {
  margin-top: 2rem;
}

.press-kit-media-contacts .wp-block-column .wp-block-group .wp-block-media-text__media {
  width: 20%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.press-kit-media-contacts .wp-block-column .wp-block-group .wp-block-media-text__content {
  width: 80%;
  padding: 0 0 0 1.8rem;
}

.press-kit-media-contacts .wp-block-column .wp-block-group .wp-block-media-text__content h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  margin-top: 0;
}

.press-kit-media-contacts .wp-block-column .wp-block-group .wp-block-media-text__content p {
  margin-bottom: 1rem;
}

.press-kit-media-contacts .wp-block-column .wp-block-group .wp-block-media-text__content .icon-social {
  margin-top: 0.2rem;
  display: inline-block;
  width: 2.349rem;
  height: 2.349rem;
}

@media screen and (min-width: 600px) {
  .custom-col .wp-block-column:not(:first-child) {
    margin-left: 1px;
  }
}

.custom-col .wp-block-column {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 780px) {
  .custom-col .wp-block-column {
    margin-bottom: 0;
  }
}

.heading--bold h2,
.heading--bold h3,
.heading--bold h4 {
  font-weight: 700;
}

.heading--reset-spacing h2,
.heading--reset-spacing h3,
.heading--reset-spacing h4 {
  margin-top: 2rem !important;
}

.heading--reset-spacing h2:first-child,
  .heading--reset-spacing h3:first-child,
  .heading--reset-spacing h4:first-child {
  margin-top: 0 !important;
}

.page .wp-block-columns .wp-block-column h2:first-child {
  margin-top: 0;
}

.wp-block-columns .wp-block-column .wp-block-media-text {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .wp-block-columns .wp-block-column .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}

.wp-block-group [class*='__inner-container'] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 100%;
}

.wp-block-pullquote::before {
  color: #0a5988;
}

@media screen and (min-width: 780px) {
  .wp-block-column[style*='flex-basis:33.33%'] > *:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

.entry-categories a {
  border: none !important;
}

.entry-categories a:focus, .entry-categories a:hover {
  text-decoration: underline;
}

.search-modal {
  width: 37.4rem;
}

.desktop-search-toggle.active {
  background-color: #ebf4fa;
}

.search .mg-site-content .search-form input[type='search'] {
  margin-bottom: 1rem;
}

.search .mg-site-content .search-form input[type='search']:focus {
  outline-offset: -1px;
}

.search .mg-site-content .search-form button {
  position: relative !important;
  height: auto !important;
  width: auto !important;
  margin-left: 1rem;
  margin-top: 0 !important;
  left: 0;
  padding: 1.5rem 2.5rem !important;
  /* IE10+ CSS */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search .mg-site-content .search-form button {
    height: 6.1rem !important;
  }
}

.mg-site-alert a:hover {
  background-color: #fff;
  color: #0a5988 !important;
}

.mg-site-alert__footer a:hover {
  background-color: #fff;
  color: #ebf4fa !important;
  border-color: #ebf4fa;
}

.mg-site-alert__close {
  background: #fff !important;
}

.mg-site-alert__close svg {
  fill: #0a5988;
}

.mg-site-alert svg {
  width: 100%;
}

@media screen and (min-width: 871px) {
  .mg-site-alert__content {
    max-width: 50rem !important;
  }
}

@media screen and (max-width: 870px) {
  .mg-site-alert__content {
    max-width: 40rem !important;
  }
}

@media screen and (max-width: 779px) {
  .mg-site-alert__content {
    max-width: 100% !important;
    width: 100%;
  }
}

.mg-menu-toggle {
  padding: 12px 0.1rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.mg-menu-toggle:active, .mg-menu-toggle:hover {
  outline: none;
  background-color: transparent;
}

.mg-menu-toggle .menu-toggle__inner {
  position: relative;
  width: 30px;
  height: 4px;
  background-color: #0a5988;
  -webkit-transition: background 0s 0.3s linear;
  -o-transition: background 0s 0.3s linear;
  transition: background 0s 0.3s linear;
}

.mg-menu-toggle .menu-toggle__inner::before, .mg-menu-toggle .menu-toggle__inner::after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #0a5988;
}

.mg-menu-toggle .menu-toggle__inner::before {
  top: 11px;
  -webkit-transition: top 0.2s 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.2s 0.3s linear, -webkit-transform 0.3s linear;
  -o-transition: top 0.2s 0.3s linear, transform 0.3s linear;
  transition: top 0.2s 0.3s linear, transform 0.3s linear;
  transition: top 0.2s 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
}

.mg-menu-toggle .menu-toggle__inner::after {
  bottom: 11px;
  -webkit-transition: bottom 0.2s 0.3s linear, -webkit-transform 0.3s linear;
  transition: bottom 0.2s 0.3s linear, -webkit-transform 0.3s linear;
  -o-transition: bottom 0.2s 0.3s linear, transform 0.3s linear;
  transition: bottom 0.2s 0.3s linear, transform 0.3s linear;
  transition: bottom 0.2s 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
}

.mg-menu-toggle.active .menu-toggle__inner {
  position: relative;
  width: 30px;
  height: 4px;
  background-color: rgba(10, 89, 136, 0);
  -webkit-transition: background 0s 0.2s linear;
  -o-transition: background 0s 0.2s linear;
  transition: background 0s 0.2s linear;
}

.mg-menu-toggle.active .menu-toggle__inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.2s linear, -webkit-transform 0.3s 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.3s 0.2s linear;
  -o-transition: top 0.2s linear, transform 0.3s 0.2s linear;
  transition: top 0.2s linear, transform 0.3s 0.2s linear;
  transition: top 0.2s linear, transform 0.3s 0.2s linear, -webkit-transform 0.3s 0.2s linear;
}

.mg-menu-toggle.active .menu-toggle__inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.2s linear, -webkit-transform 0.3s 0.2s linear;
  transition: bottom 0.2s linear, -webkit-transform 0.3s 0.2s linear;
  -o-transition: bottom 0.2s linear, transform 0.3s 0.2s linear;
  transition: bottom 0.2s linear, transform 0.3s 0.2s linear;
  transition: bottom 0.2s linear, transform 0.3s 0.2s linear, -webkit-transform 0.3s 0.2s linear;
}

.menu-modal .section-inner {
  width: 100%;
}

.menu-modal a {
  color: #fff;
}

.menu-modal li {
  border: none;
}

.menu-modal button.sub-menu-toggle {
  border: none;
  padding: 0 1.5rem;
}

.menu-modal .modal-menu > li a {
  padding: 1.5rem;
  font-weight: 700;
  font-size: 1.8rem !important;
  text-transform: none !important;
}

.menu-modal .modal-menu > li > .ancestor-wrapper > button.sub-menu-toggle {
  padding: 0 1.5rem;
}

.menu-modal .modal-menu > li > .ancestor-wrapper > a {
  padding: 1.5rem;
  font-weight: 700;
}

.menu-modal .modal-menu a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.8rem !important;
  font-family: "Merriweather", serif;
  letter-spacing: 0 !important;
}

.menu-modal .modal-menu > li a {
  font-weight: 600;
}

:root.npm-main-site body .modal-menu .member-portal-menu,
:root.npm-main-site body .modal-menu .nimble-login,
:root.npm-main-site body .modal-menu .nimble-logout,
:root.npm-main-site body .modal-menu .store-mobile-only {
  display: none !important;
}

:root.npm-main-site body .menu-modal .fa-x-twitter {
  padding: 0;
  width: auto;
  height: auto;
  background-color: transparent;
}

:root.npm-main-site body .menu-modal .fa-x-twitter a {
  padding: 0.8rem !important;
}

:root.npm-main-site body .menu-modal .social-menu a {
  background-color: #fff;
}

:root.npm-main-site body .menu-modal .social-menu a svg {
  width: 3.5rem;
}

:root.npm-main-site body .modal-menu a {
  color: #fff !important;
  font-family: "Lato", sans-serif;
}

.pagination a:focus,
.pagination a:hover {
  text-decoration: underline;
}

.pagination .nav-links {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}

.pagination .dots {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.nav-links > * {
  border: 1px solid #0a5988;
  background: white;
  padding: 1.5rem 1.886rem;
  color: #0a5988;
  line-height: 1;
  margin: 0;
  font-size: 1.8rem;
}

.nav-links > * + * {
  margin-left: -1px !important;
}

.nav-links .current {
  border-color: #0a5988;
  background-color: #0a5988;
  font-weight: 400;
  color: white;
}

body .pagination-wrapper .prev,
body .pagination-wrapper .next {
  padding: 0.8rem;
  border: 0;
}

body .pagination-wrapper .nav-links {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.single main:not(.is-magazine) {
  margin-bottom: 2rem !important;
}

.single .intro-text,
.single .post-meta-wrapper {
  display: none;
}

.related-post .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}

.related-post .mg-sidebar {
  margin-left: 0 !important;
}

@media screen and (min-width: 780px) {
  .related-post .mg-primary-content {
    width: 66.66%;
  }

  .related-post .mg-sidebar {
    width: 33.33%;
    padding-left: 32px !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .related-post .mg-sidebar > h3 {
    margin-top: 0 !important;
  }
}

.loader {
  width: 20px;
  height: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loader--overlay:before {
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.8);
}

.loader::before, .loader::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #0a5988;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.loader::before {
  opacity: 0.5;
  -webkit-animation: scaleUp 2s cubic-bezier(0.52, 0.01, 0.16, 1) infinite;
          animation: scaleUp 2s cubic-bezier(0.52, 0.01, 0.16, 1) infinite;
}

.loader::after {
  -webkit-animation: contract 2s cubic-bezier(0.52, 0.01, 0.16, 1) infinite;
          animation: contract 2s cubic-bezier(0.52, 0.01, 0.16, 1) infinite;
}

@-webkit-keyframes contract {
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes contract {
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

.has-static-inline-icon {
  position: relative;
}

.has-static-inline-icon:not(.button) svg:not(.icon-social) {
  position: relative;
  display: inline-block;
  right: 0;
  top: 0px;
  margin-left: 0.5rem;
}

.has-static-inline-icon svg:not(.icon-social) {
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  fill: currentColor;
  top: 3px;
  right: 3px;
}

.advgb-accordion-header-icon {
  top: 0.6rem;
  position: relative;
}

.advgb-accordion-body,
.advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content {
  border-color: #c7bbae !important;
}

#sb_instagram .sbi_photo_wrap .sb_instagram_header .new-tab {
  position: absolute;
}

#sb_instagram .sbi_photo_wrap .sbi_link .new-tab,
#sb_instagram .sbi_photo_wrap .sbi_instagram_link .new-tab {
  display: none;
}

#sb_instagram .sbi_photo_wrap:hover .has-static-inline-icon .new-tab {
  top: 1rem;
  right: 1rem;
}

#sb_instagram .sbi_photo_wrap .has-static-inline-icon .new-tab {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  fill: #0a5988;
}

:root.npm-main-site {
  color: var(--main-text-color) !important;
}

:root.npm-main-site h1,
  :root.npm-main-site h2,
  :root.npm-main-site h3 {
  color: var(--main-text-color);
}

:root.npm-main-site .close-nav-toggle {
  border-color: var(--white-color);
}

:root.npm-main-site a.button {
  color: var(--white-color);
}

:root.npm-main-site .utility-menu a {
  color: var(--white-color);
}

:root.npm-main-site .modal-menu a {
  color: var(--mobile-menu-text-color) !important;
}

:root.npm-main-site .primary-menu > li > a {
  color: var(--nav-color) !important;
  font-family: "Lato", sans-serif !important;
  text-transform: uppercase;
}

:root.npm-main-site .primary-menu > li > ul:after {
  border-bottom-color: var(--nav-background-color) !important;
}

:root.npm-main-site .primary-menu > li.menu-item-has-children:nth-child(-n + 4) > ul ul::after {
  border-right-color: var(--nav-background-color) !important;
}

:root.npm-main-site .primary-menu > li .icon {
  color: var(--nav-color) !important;
  display: none;
}

:root.npm-main-site .primary-menu .sub-menu {
  background: var(--nav-background-color) !important;
}

:root.npm-main-site .primary-menu .sub-menu .icon {
  color: var(--sub-menu-color) !important;
}

:root.npm-main-site .primary-menu .sub-menu a {
  color: var(--sub-menu-color) !important;
}

:root.npm-main-site .search-modal-inner .search-field {
  color: var(--main-text-color);
}

:root.npm-main-site .search-modal-inner button {
  background: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
}

:root.npm-main-site .breadcrumbs a {
  color: var(--primary-color);
}

:root.npm-main-site nav a {
  color: var(--white-color);
}

@media screen and (min-width: 1000px) {
  :root.npm-main-site nav a {
    color: var(--main-text-color);
  }
}

:root.npm-main-site a:not(.wp-block-file__button):not(.wp-block-button__link):not(.button) {
  color: var(--primary-light-color);
}

:root.npm-main-site .wp-block-media-text a:not(.button),
  :root.npm-main-site .mg-banners a:not(.button) {
  color: var(--accent-alt-color) !important;
}

:root.npm-main-site .utility-nav a {
  color: var(--white-color) !important;
}

:root.npm-main-site .has-main-text-color * {
  color: var(--main-text-color);
}

:root.npm-main-site .mg-banners__link .wp-block-button__link {
  text-decoration: none;
  border-color: var(--white-color);
  color: var(--white-color) !important;
}

:root.npm-main-site .mg-banners__link .wp-block-button__link:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

:root.npm-main-site .has-primary-color {
  color: var(--primary-color) !important;
}

:root.npm-main-site .has-primary-light-color {
  color: var(--primary-light-color) !important;
}

:root.npm-main-site .has-secondary-color {
  color: var(--secondary-color) !important;
}

:root.npm-main-site .has-primary-dark-color {
  color: var(--primary-dark-color) !important;
}

:root.npm-main-site .has-tertiary-color {
  color: var(--tertiary-color) !important;
}

:root.npm-main-site .has-tertiary-light-color {
  color: var(--tertiary-light-color) !important;
}

:root.npm-main-site .has-tertiary-lightest-color {
  color: var(--tertiary-lightest-color) !important;
}

:root.npm-main-site .has-highlight-alt-color {
  color: var(--highlight-alt-color) !important;
}

:root.npm-main-site .has-accent-color {
  color: var(--accent-color) !important;
}

:root.npm-main-site .has-dividers-color {
  color: var(--dividers-color) !important;
}

:root.npm-main-site .has-primary-background-color,
  :root.npm-main-site .bg-primary {
  background: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
}

:root.npm-main-site .has-primary-background-color.has-white-color,
    :root.npm-main-site .bg-primary.has-white-color {
  color: var(--white-color);
}

:root.npm-main-site .has-primary-background-color.has-white-color.wp-block-button__link,
      :root.npm-main-site .bg-primary.has-white-color.wp-block-button__link {
  border-color: var(--primary-color);
}

:root.npm-main-site .has-secondary-background-color,
  :root.npm-main-site .bg-secondary {
  background-color: var(--secondary-color);
}

:root.npm-main-site .has-secondary-light-background-color,
  :root.npm-main-site .bg-secondary-light {
  background-color: var(--secondary-light-color);
}

:root.npm-main-site .has-secondary-lighter-background-color,
  :root.npm-main-site .bg-secondary-lighter {
  background-color: var(--secondary-lighter-color);
}

:root.npm-main-site .has-tertiary-background-color,
  :root.npm-main-site .bg-tertiary {
  background-color: var(--tertiary-color);
}

:root.npm-main-site .has-tertiary-light-background-color,
  :root.npm-main-site .bg-tertiary-light {
  background-color: var(--tertiary-light-color);
}

:root.npm-main-site .has-tertiary-lighter-background-color,
  :root.npm-main-site .bg-tertiary-lighter {
  background-color: var(--tertiary-lighter-color);
}

:root.npm-main-site .has-accent-background-color,
  :root.npm-main-site .bg-accent {
  background-color: var(--accent-color);
}

:root.npm-main-site .has-text-background-color,
  :root.npm-main-site .bg-text {
  background-color: var(--main-text-color);
}

:root.npm-main-site .has-divider-background-color,
  :root.npm-main-site .bg-divider {
  background-color: var(--divider-color);
}

:root.npm-main-site .has-divider-alt-background-color,
  :root.npm-main-site .bg-divider {
  background-color: var(--divider-alt-color);
}

:root.npm-main-site .has-white-background-color,
  :root.npm-main-site .bg-white {
  background-color: var(--white-color);
}

:root.npm-main-site .has-primary-color a {
  color: var(--primary-color) !important;
}

:root.npm-main-site .has-secondary-color a {
  color: var(--secondary-color) !important;
}

:root.npm-main-site .has-secondary-light-color a {
  color: var(--secondary-light-color) !important;
}

:root.npm-main-site .has-secondary-lighter-color a {
  color: var(--secondary-lighter-color) !important;
}

:root.npm-main-site .has-tertiary-color a {
  color: var(--tertiary-color) !important;
}

:root.npm-main-site .has-tertiary-light-color a {
  color: var(--tertiary-light-color) !important;
}

:root.npm-main-site .has-tertiary-lighter-color a {
  color: var(--tertiary-lighter-color) !important;
}

:root.npm-main-site .has-main-text-color a {
  color: var(--main-text-color) !important;
}

:root.npm-main-site .has-divider-color a {
  color: var(--divider-color) !important;
}

:root.npm-main-site .has-divider-alt-color a {
  color: var(--divider-alt-color) !important;
}

:root.npm-main-site .has-white-color,
  :root.npm-main-site .has-white-color a {
  color: var(--white-color) !important;
}

:root.npm-main-site .has-black-color a {
  color: var(--black-color) !important;
}

:root.npm-main-site .is-style-outline a.has-text-color {
  text-decoration: none;
}

:root.npm-main-site .is-style-outline a.has-primary-color {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

:root.npm-main-site .is-style-outline a.has-primary-color:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white-color);
}

:root.npm-main-site .is-style-outline a.has-secondary-color {
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}

:root.npm-main-site .is-style-outline a.has-secondary-color:hover {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--white-color);
}

:root.npm-main-site .is-style-outline a.has-tertiary-color {
  border-color: var(--tertiary-color);
  color: var(--tertiary-color);
}

:root.npm-main-site .is-style-outline a.has-tertiary-color:hover {
  border-color: var(--tertiary-color);
  background-color: var(--tertiary-color);
  color: var(--main-text-color);
}

:root.npm-main-site .is-style-outline a.has-accent-color {
  border-color: var(--accent-color);
  color: var(--accent-color);
}

:root.npm-main-site .is-style-outline a.has-accent-color:hover {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  color: var(--main-text-color);
}

:root.npm-main-site .is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: var(--primary-color);
}

:root.npm-main-site .wp-block-button__link.has-background {
  text-decoration: none;
}

:root.npm-main-site .is-style-rounded.border-thick img {
  border: 5px solid #fff;
}

:root.npm-main-site .wrap-content-left .wp-block-media-text__content {
  padding-left: 1.5rem;
}

@media screen and (min-width: 601px) {
  :root.npm-main-site .wrap-content-left .wp-block-media-text__content {
    margin-left: auto;
  }
}

@media screen and (min-width: 1230px) {
  :root.npm-main-site .wrap-content-left .wp-block-media-text__content {
    padding-left: 0;
    width: 58.5rem;
  }
}

:root.npm-main-site .wrap-content-left .wp-block-media-text__content h3 {
  text-align: left;
}

:root.npm-main-site .wrap-content-right .wp-block-media-text__content {
  padding-right: 1.5rem;
}

@media screen and (min-width: 601px) {
  :root.npm-main-site .wrap-content-right .wp-block-media-text__content {
    margin-right: auto;
  }
}

@media screen and (min-width: 1230px) {
  :root.npm-main-site .wrap-content-right .wp-block-media-text__content {
    padding-right: 0;
    width: 58.5rem;
  }
}

:root.npm-main-site .wrap-content-right .wp-block-media-text__content h3 {
  text-align: left;
}

:root.npm-main-site .signup-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1000px) {
  :root.npm-main-site .signup-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

:root.npm-main-site .signup-form span.ctct-label-top {
  display: none !important;
}

:root.npm-main-site .signup-form .ctct-form-field-email {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}

:root.npm-main-site .signup-form .ctct-form-field-email input {
  padding: 2rem;
}

:root.npm-main-site .signup-form .ctct-form-field-submit {
  margin-top: 1rem;
}

@media screen and (min-width: 1000px) {
  :root.npm-main-site .signup-form .ctct-form-field-submit {
    margin-left: 1rem;
    margin-top: 0;
  }
}

:root.npm-main-site .signup-form .ctct-form-field-submit,
    :root.npm-main-site .signup-form .ctct-submit {
  margin-bottom: 0;
}

:root.npm-main-site .signup-form .ctct-submit {
  border-radius: 5px;
  padding: 1.5rem 4rem;
  font-size: 1.8rem;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

:root.npm-main-site a:focus,
  :root.npm-main-site input:focus,
  :root.npm-main-site button:focus,
  :root.npm-main-site input[type="search"]:focus,
  :root.npm-main-site input[type="text"]:focus,
  :root.npm-main-site input[type="email"]:focus,
  :root.npm-main-site input[type="url"]:focus,
  :root.npm-main-site input[type="password"]:focus,
  :root.npm-main-site input[type="number"]:focus,
  :root.npm-main-site input[type="tel"]:focus,
  :root.npm-main-site input[type="range"]:focus,
  :root.npm-main-site input[type="date"]:focus,
  :root.npm-main-site input[type="month"]:focus,
  :root.npm-main-site input[type="week"]:focus,
  :root.npm-main-site input[type="time"]:focus,
  :root.npm-main-site input[type="datetime"]:focus,
  :root.npm-main-site input[type="datetime-local"]:focus,
  :root.npm-main-site input[type="color"]:focus,
  :root.npm-main-site textarea:focus,
  :root.npm-main-site select:focus {
  outline-color: var(--tertiary-color);
}

@media screen and (min-width: 782px) {
  :root.npm-main-site .logo-list {
    padding-bottom: 0;
  }

  :root.npm-main-site .logo-list .wp-block-column:not(:first-child) {
    margin-left: 12rem;
  }
}

@media screen and (max-width: 781px) {
  :root.npm-main-site .logo-list {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  :root.npm-main-site .logo-list .wp-block-column {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  :root.npm-main-site .logo-list figure {
    width: 200px;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

:root.npm-main-site :target {
  scroll-margin-top: calc(0px + 120px + 6rem);
  scroll-margin-top: calc(var(--mg-html-margin) + var(--mg-header-height) + 6rem);
}

@media screen and (min-width: 780px) {
  :root.npm-main-site :target {
    scroll-margin-top: calc(0px + 120px + 4rem);
    scroll-margin-top: calc(var(--mg-html-margin) + var(--mg-header-height) + 4rem);
  }
}

:root.npm-main-site .wp-block-media-text__content .ctct-form input[type="email"] {
  color: var(--primary-color) !important;
}

:root.npm-main-site .wp-block-media-text__content .ctct-form-wrapper .ctct-message.ctct-success {
  border-color: #ffffff;
  color: #ffffff;
}

:root.npm-main-site .wp-block-button__link:hover {
  text-decoration: none;
}

.mg-block .description * {
  color: inherit !important;
}

.grid-event {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-event img {
  width: 100%;
}

.grid-item {
  -ms-grid-column: span 3;
      grid-column-start: span 3;
}

@media screen and (max-width: 640px) {
  .grid-item {
    min-height: 30rem;
  }

  .grid-item.first-item {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 640px) {
  .grid-item {
    min-height: 30rem;
  }

  .grid-item.first-item {
    min-height: 40rem;
  }
}

@media screen and (min-width: 1000px) {
  .grid-item {
    min-height: 40rem;
  }

  .grid-item.first-item {
    min-height: 60rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.grid-item .description p {
  margin-bottom: 0;
}

.grid-item:not(.first-item) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.grid-item:not(.first-item) .grid-content {
  padding: 3rem 1.5rem;
}

@media screen and (max-width: 640px) {
  .grid-item:not(.first-item) .grid-content {
    height: auto !important;
  }
}

@media screen and (min-width: 1000px) {
  .grid-item:not(.first-item) .grid-content {
    padding: 6rem 5rem;
  }
}

@media screen and (min-width: 640px) {
  .grid-item:not(.first-item):not(:last-of-type) {
    border-right-width: 2px;
  }
}

@media screen and (min-width: 640px) {
  .grid-item {
    -ms-grid-column: span 1;
        grid-column-start: span 1;
  }

  .grid-item.medium {
    -ms-grid-column: span 2;
        grid-column-start: span 2;
  }

  .grid-item.wide {
    -ms-grid-column: span 3;
        grid-column-start: span 3;
  }

  .grid-item.tall {
    -ms-grid-row: span 2;
        grid-row-start: span 2;
  }
}

.mg-webinar-tags button {
  border: 1px solid var(--primary-color) !important;
}

.mg-webinar-tags button:hover *, .mg-webinar-tags button:focus *, .mg-webinar-tags button[focus-within] *, .mg-webinar-tags button.focus-visible *, .mg-webinar-tags button:active * {
  color: white !important;
}

.mg-webinar-tags button:hover *, .mg-webinar-tags button:focus *, .mg-webinar-tags button:focus-within *, .mg-webinar-tags button.focus-visible *, .mg-webinar-tags button:active * {
  color: white !important;
}

.mg-webinar-tags button:hover *, .mg-webinar-tags button:focus *, .mg-webinar-tags button[focus-within] *, .mg-webinar-tags button:focus-visible *, .mg-webinar-tags button:active * {
  color: white !important;
}

.mg-webinar-tags button:hover *, .mg-webinar-tags button:focus *, .mg-webinar-tags button:focus-within *, .mg-webinar-tags button:focus-visible *, .mg-webinar-tags button:active * {
  color: white !important;
}

.post-type-archive .pagination-separator,
.tax-webinar-tag .pagination-separator,
.mg-webinars-archive .pagination-separator {
  margin-top: 5rem !important;
}

.post-type-archive .entry-content iframe,
.tax-webinar-tag .entry-content iframe,
.mg-webinars-archive .entry-content iframe {
  display: none;
}

.mg-webinars-archive {
  display: -ms-grid;
  display: grid;
  grid-gap: 4.5rem;
  gap: 4.5rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 800px) {
  .mg-webinars-archive {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 500px) {
  .mg-webinars-archive {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mg-webinars-archive img {
    width: 100%;
  }
}

.mg-webinars-archive .members-access-error {
  font-size: 1.6rem;
}

.mg-webinars-archive article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
  max-width: 36rem;
  max-width: 100%;
}

.mg-webinars-archive article header {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.mg-webinars-archive article .entry-header-inner {
  padding: 0 !important;
}

.mg-webinars-archive article .entry-header-inner .entry-title {
  text-transform: none;
  font-size: 2rem;
  line-height: 1.2;
}

.mg-webinars-archive article .entry-header-inner p {
  font-size: 1.6rem;
}

.mg-webinars-archive article figure {
  margin: 0 !important;
  padding: 0 !important;
}

.mg-webinars-archive article figure div.featured-media-inner {
  margin: 0 !important;
  padding: 0 !important;
}

.mg-webinars-archive article figure div.featured-media-inner img {
  margin: 0 !important;
  padding: 0 !important;
}

.mg-webinars-archive article .entry-content {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  line-height: 1;
  margin-top: 1.5rem;
  margin-bottom: 1.1rem;
}

.menu-button-links [role="menu"] {
  z-index: 20;
  margin: 4px 0 0;
  padding: 7px 4px !important;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  right: 50%;
  border-radius: 5px;
  background-color: #eee;
  max-height: 300px;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  width: 300px;
}

.menu-button-links [role="menuitem"],
.menu-button-links [role="separator"] {
  margin: 0;
  padding: 0.25em;
  display: block;
  border: none;
  border-radius: 5px;
}

.menu-button-links button svg.down {
  padding-left: 0.125em;
  fill: currentcolor;
  stroke: currentcolor;
}

.menu-button-links button[aria-expanded="true"] svg.down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* focus styling */

.menu-button-links [role="menuitem"]:focus {
  background: var(--accent);
  color: white;
  outline: none;
  margin: 0;
}

.mg-block-library .grid {
  grid-row-gap: 32px;
  row-gap: 32px;
}

@media screen and (min-width: 640px) {
  .mg-block-library .grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 32px;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    grid-row-gap: 0;
    row-gap: 0;
  }
}

.mg-block-library table {
  width: 100%;
}

.mg-block-library #vue-container button {
  padding: 1rem 3.5rem;
  font-size: 1.8rem;
  font-weight: 800;
}

.mg-block-library #vue-container select option {
  color: #443e37;
}

.mg-block-library #vue-container .btn-sm {
  font-size: 1.4rem;
  padding: 0.5rem 2rem;
}

.mg-block-library #vue-container .btn-sm.active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mg-block-library #vue-container .btn-sm:after {
  -webkit-transition: 300ms linear all;
  -o-transition: 300ms linear all;
  transition: 300ms linear all;
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-right: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.98669 0L15.9734 16H0L7.98669 0Z' fill='%23257DB2'/%3E%3C/svg%3E");
}

.mg-block-library #vue-container .btn-topics:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.98669 0L15.9734 16H0L7.98669 0Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.mg-block-library .tag-heading:before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.98669 0L15.9734 16H0L7.98669 0Z' fill='%23257DB2'/%3E%3C/svg%3E");
}

.mg-block-library table {
  border: 0;
  border-collapse: separate;
  border-spacing: 0 1rem;
}

.mg-block-library table th,
  .mg-block-library table tr,
  .mg-block-library table td {
  border: 0;
}

.mg-block-library table th {
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
}

.mg-block-library table th {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.mg-block-library table td {
  padding: 2.5rem;
  background-color: #ebf4fa;
  vertical-align: top;
}

.mg-block-library table td {
  font-family: "Merriweather", serif;
  font-size: 1.3rem;
}

.mg-block-library .tags-wrapper {
  grid-gap: 10px;
  gap: 10px;
}

.mg-block-library #pagination {
  margin-top: 40px;
  margin-bottom: 7rem;
}

.mg-block-library #pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 2rem;
  gap: 2rem;
}

.mg-block-library #pagination ul li {
  margin: 0;
}

.mg-block-library #pagination ul li:not(.pagination-prev), .mg-block-library #pagination ul li:not(.pagination-next) {
  margin-left: 7px;
  margin-right: 7px;
}

.mg-block-library #pagination ul li.pagination-prev, .mg-block-library #pagination ul li.pagination-next {
  margin-left: 0;
  margin-right: 0;
}

.mg-block-library #pagination ul li:not(.current):not(.pagination-next):not(.pagination-prev):hover a {
  background-color: rgba(10, 89, 136, 0.5);
  color: #ffffff;
  border: 1px solid rgba(10, 89, 136, 0.5) !important;
}

.mg-block-library #pagination ul li.pagination-prev a, .mg-block-library #pagination ul li.pagination-next a {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.mg-block-library #pagination ul li.current button {
  background-color: #0a5988;
  border-color: #257db2;
  color: #ffffff;
}

.mg-block-library #pagination ul li.pagination-prev:hover a, .mg-block-library #pagination ul li.pagination-next:hover a {
  opacity: 0.5;
}

.mg-block-library #pagination ul li button {
  padding: 0.5rem 1.3rem;
  color: #257db2;
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  border: 1px solid #c7bbae;
  background: transparent;
  margin-bottom: 0;
}

.mg-block-library #pagination .fa-chevron-left,
  .mg-block-library #pagination .fa-chevron-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.mg-block-library #pagination .fa-chevron-left:before,
    .mg-block-library #pagination .fa-chevron-right:before {
  content: "" !important;
}

.mg-block-library #pagination .fa-chevron-left::after,
    .mg-block-library #pagination .fa-chevron-right::after {
  content: "" !important;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 23px;
  height: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mg-block-library #pagination .fa-chevron-right::after {
  border-bottom: 3px solid;
  border-right: 3px solid;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
  left: -10px;
}

.mg-block-library #pagination .fa-chevron-left::after {
  border-bottom: 3px solid;
  border-right: 3px solid;
  -webkit-transform: rotate(137deg);
      -ms-transform: rotate(137deg);
          transform: rotate(137deg);
  right: -10px;
  left: 0;
}

.mg-block-library button:disabled,
.mg-block-library button[disabled] {
  border-color: #cccccc !important;
  background-color: #cccccc !important;
  color: #666666;
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  opacity: 0.5;
}

.mg-block-library button:disabled:hover,
  .mg-block-library button[disabled]:hover {
  opacity: 0.5 !important;
}

.mg-loader {
  width: 20px;
  height: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mg-loader--overlay:before {
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.8);
}

.mg-loader::before, .mg-loader::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #0a5988;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.mg-loader::before {
  opacity: 0.5;
  -webkit-animation: scaleUp 2s cubic-bezier(0.52, 0.01, 0.16, 1) infinite;
          animation: scaleUp 2s cubic-bezier(0.52, 0.01, 0.16, 1) infinite;
}

.mg-loader::after {
  -webkit-animation: contract 2s cubic-bezier(0.52, 0.01, 0.16, 1) infinite;
          animation: contract 2s cubic-bezier(0.52, 0.01, 0.16, 1) infinite;
}

@keyframes contract {
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

.membership-directory-template #vue-container select option {
  color: #0a5988 !important;
}

.membership-directory-template #vue-container table {
  border-collapse: collapse;
}

.membership-directory-template #vue-container table th {
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
}

.membership-directory-template #vue-container table th {
  padding-left: 1rem;
  padding-right: 1rem;
}

.membership-directory-template #vue-container table td {
  padding: 1rem;
  background-color: #fff;
  vertical-align: top;
}

.membership-directory-template #vue-container table td:nth-child(5), .membership-directory-template #vue-container table td:nth-child(16) {
  min-width: 160px;
}

.membership-directory-template #vue-container table td:nth-child(13) {
  min-width: 90px;
}

.membership-directory-template #vue-container table td:nth-child(3) {
  min-width: 75px;
}

.membership-directory-template #vue-container table td {
  font-family: "Merriweather", serif;
  font-size: 1.3rem;
}

@use "sass:math";

@use "../modules/variables";

@use "../modules/extenders";

@use "../modules/mixins";

:root {
  --tec-color-link-accent: #fff;
  --tec-color-background-events: var(--tertiary);
  --tec-color-background-events-bar-submit-button: var(--primary);
  --tec-color-background-events-bar-submit-button-hover: var(--accent);
  --tec-color-accent-primary: #257db2 !important;
  --tec-color-border-active-month-grid-hover: var(--primary);
  --tec-color-icon-secondary: var(--accent);
  --tec-color-icon-active: var(--accent);
  --tec-font-family-sans-serif: var(--body-family);
  --tec-color-text-events-title: var(--primary);
  --tec-spacer-14: 4rem;
}

/**
* events
*/

.tribe-events .tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-month__calendar-event-title-link,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link,
.tribe-events .tribe-events-calendar-day__event-title-link {
  color: var(--primary-light);
}

.tribe-events .tribe-events-l-container {
  padding-top: 0 !important;
}

.tribe-events .tribe-events-header {
  margin-top: 2.7rem !important;
}

#tribe-events-pg-template {
  padding-top: 0;
}

#tribe-events-pg-template .breadcrumbs {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#tribe-events-content {
  padding-top: 2.7rem;
}

.tribe-events .tribe-events-calendar-list__event-title-link:visited {
  color: var(--primary);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address a[\:has\(svg.new-tab\)] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list-item a,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address a:has(svg.new-tab) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

#tribe-events-content .tribe-events-notices {
  background-color: var(--primary-light);
}

#tribe-events-content .tribe-events-notices ul li {
  color: #fff;
}

#tribe-events-content .wp-block-image a.svgs-inherit-color {
  position: relative;
  overflow: hidden;
}

#tribe-events-content .wp-block-image a.svgs-inherit-color .new-tab {
  position: absolute;
  bottom: 10px;
  left: 10px;
  fill: #fff;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text,
.single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text,
.tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text {
  color: #257db2;
  color: var(--tec-color-accent-primary);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
  color: #257db2;
  color: var(--tec-color-accent-primary);
  stroke: #257db2;
  stroke: var(--tec-color-accent-primary);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon path,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon path {
  fill: #257db2;
  fill: var(--tec-color-accent-primary);
}

.tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input ~ .tribe-events-c-search__input-control-icon-svg path,
.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus ~ .tribe-events-c-search__input-control-icon-svg path,
.tribe-events .tribe-events-c-search__input-control--location-focus .tribe-events-c-search__input ~ .tribe-events-c-search__input-control-icon-svg path,
.tribe-events .tribe-events-c-search__input-control--location .tribe-events-c-search__input:focus ~ .tribe-events-c-search__input-control-icon-svg path,
.tribe-events .tribe-events-c-search__input-control-icon-svg path {
  fill: #257db2;
  fill: var(--tec-color-accent-primary);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button[focus-within],
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button[focus-within],
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background-color: #fff;
  color: #257db2;
  color: var(--tec-color-accent-primary);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background-color: #fff;
  color: #257db2;
  color: var(--tec-color-accent-primary);
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__export-icon svg path,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__export-icon svg path {
  fill: #257db2;
  fill: var(--tec-color-accent-primary);
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  border-radius: 0;
  font-size: 1.6rem;
}

.tribe-theme-twentytwenty .tribe-common .tribe-common-form-control-text__input {
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  padding-left: 5rem;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg {
  width: 22px;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small,
.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  border-radius: 0;
  padding: 1rem 2.5rem;
  font-weight: bold;
  background-color: #257db2;
  background-color: var(--tec-color-accent-primary);
  color: #fff !important;
}

.tribe-common--breakpoint-full.tribe-events .tribe-events-c-top-bar__datepicker-desktop {
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
}

.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text {
  font-family: "Lato", sans-serif;
}

.tribe-events .tribe-events-c-view-selector__list-item-text {
  font-family: "Lato", sans-serif;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
  font-size: 4.8rem;
  color: #257db2;
  color: var(--tec-color-accent-primary);
  font-family: "Lato", sans-serif;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6 {
  font-size: 2.4rem !important;
}

.tribe-events .tribe-events-calendar-list__event-datetime span {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
}

.tribe-events .tribe-events-calendar-list__event-title-link,
.tribe-events .tribe-events-calendar-day__event-title-link {
  font-size: 2.4rem;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

.tribe-events .tribe-events-calendar-month__calendar-event-title-link,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title-link {
  font-family: "Lato", sans-serif;
}

.tribe-common .tribe-common-b2--bold {
  font-size: 1.6rem;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
  font-size: 1.6rem;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2,
.tribe-events-c-nav__prev-label,
.tribe-events-c-nav__next-label {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.tribe_events .tribe-events.tribe-common {
  padding-top: 0 !important;
}

.tribe-events-nav-previous,
.tribe-events-nav-next {
  font-family: "Lato", sans-serif;
}

.tribe-events-single-section.tribe-events-event-meta {
  width: 100%;
}

.tribe-events-single-section.tribe-events-event-meta * {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
}

.tribe-events-meta-group.tribe-events-meta-group-details dd {
  margin-bottom: 3rem;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button svg path {
  fill: #257db2 !important;
  fill: var(--tec-color-accent-primary) !important;
  stroke: #257db2 !important;
  stroke: var(--tec-color-accent-primary) !important;
}

@media screen and (max-width: 600px) {
  .tribe-events-sub-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .tribe-events-nav-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 2.5rem !important;
  }
}

.event-image-placeholer-wrapper {
  width: 34.5rem;
  height: 19.4rem;
  overflow: hidden;
}

.event-image-placeholer-wrapper .event-image-placeholer {
  background-color: #d5d5d5;
  width: 100%;
  height: 100%;
}

.tribe-events-notices * {
  color: #ff0000 !important;
}

.single-tribe_events h1 {
  color: #0a5988 !important;
}

.magazine-article-archive .article-featured-image {
  max-width: 20rem;
}

.magazine-issue-archive .grid {
  grid-template-columns: repeat(auto-fill, minmax(18rem, 18rem));
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.magazine-issue-archive .grid a {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  min-height: 23.4rem;
}

.magazine-issue-archive .grid a svg,
    .magazine-issue-archive .grid a img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.magazine-issue-archive .grid a:hover svg,
    .magazine-issue-archive .grid a:hover img {
  scale: 1.1;
}

.magazine-issue-archive .size-full picture {
  width: 100% !important;
}

.magazine-issue-archive .mg-cta-img .wp-block-columns {
  grid-gap: 6.6rem;
  gap: 6.6rem;
}

.magazine-issue-archive .mg-cta-img .wp-block-columns .wp-block-column:last-child {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.magazine-issue-archive .mg-cta-img .wp-block-buttons .wp-block-button {
  margin-top: 1.4rem;
}

.article-post-featured-img img {
  min-height: 45.6rem;
  max-height: 45.6rem;
}

.category #site-content,
.magazine-search #site-content,
.tag #site-content,
.single-magazine-issue #site-content,
.single-magazine-article #site-content {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.category #site-content .magazine-artcle .featured-img,
  .category #site-content .related-articles .featured-img,
  .category #site-content .article .featured-img,
  .magazine-search #site-content .magazine-artcle .featured-img,
  .magazine-search #site-content .related-articles .featured-img,
  .magazine-search #site-content .article .featured-img,
  .tag #site-content .magazine-artcle .featured-img,
  .tag #site-content .related-articles .featured-img,
  .tag #site-content .article .featured-img,
  .single-magazine-issue #site-content .magazine-artcle .featured-img,
  .single-magazine-issue #site-content .related-articles .featured-img,
  .single-magazine-issue #site-content .article .featured-img,
  .single-magazine-article #site-content .magazine-artcle .featured-img,
  .single-magazine-article #site-content .related-articles .featured-img,
  .single-magazine-article #site-content .article .featured-img {
  min-width: 37.5rem;
  max-width: 37.5rem;
  min-height: 21.4rem;
  max-height: 21.4rem;
}

@media screen and (max-width: 900px) {
  .category #site-content .related-articles ul > li,
    .magazine-search #site-content .related-articles ul > li,
    .tag #site-content .related-articles ul > li,
    .single-magazine-issue #site-content .related-articles ul > li,
    .single-magazine-article #site-content .related-articles ul > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .category #site-content .related-articles ul > li h3,
      .magazine-search #site-content .related-articles ul > li h3,
      .tag #site-content .related-articles ul > li h3,
      .single-magazine-issue #site-content .related-articles ul > li h3,
      .single-magazine-article #site-content .related-articles ul > li h3 {
    padding-top: 1rem;
  }
}

.tag #site-content .wp-block-columns,
.magazine-search #site-content .wp-block-columns,
.magazine-issue-archive #site-content .wp-block-columns,
.single-magazine-issue #site-content .wp-block-columns,
.single-magazine-article #site-content .wp-block-columns {
  grid-gap: 5.1rem;
  gap: 5.1rem;
}

#site-content.is-magazine .article-content > p:nth-child(-n + 2):not(.show-all-btn) {
  display: block;
}

#site-content.is-magazine .article-content > *:not(.show-all-btn) {
  display: none;
}

#site-content.is-magazine .article-content.display-all > * {
  display: block !important;
}

#site-content.is-magazine .article-content.display-all .show-all-btn {
  display: none !important;
}

#site-content.is-magazine .content,
.single-magazine-article #site-content .content {
  font-weight: 700;
}

#site-content.is-magazine .wp-block-column .top-banner-ad .sa_owl_theme,
.single-magazine-article #site-content .wp-block-column .top-banner-ad .sa_owl_theme {
  visibility: visible !important;
  display: block !important;
}

#site-content.is-magazine .wp-block-column .top-banner-ad .sa_owl_theme .sa_hover_buttons,
  .single-magazine-article #site-content .wp-block-column .top-banner-ad .sa_owl_theme .sa_hover_buttons {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

#site-content.is-magazine .wp-block-column .top-banner-ad .sa_owl_theme > div,
  .single-magazine-article #site-content .wp-block-column .top-banner-ad .sa_owl_theme > div {
  padding: 0 !important;
}

#site-content.is-magazine .wp-block-column .top-banner-ad .sa_owl_theme > div img,
    .single-magazine-article #site-content .wp-block-column .top-banner-ad .sa_owl_theme > div img {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 79rem;
}

.top-banner-ad .desktop {
  display: none !important;
}

.top-banner-ad .mobile {
  display: block !important;
}

@media screen and (min-width: 780px) {
  .top-banner-ad .desktop {
    display: block !important;
  }

  .top-banner-ad .mobile {
    display: none !important;
  }
}

.magazine-slider .thumbnail {
  display: block;
  overflow: hidden;
  max-height: 20.7rem;
  min-height: 20.7rem;
}

@media screen and (max-width: 1259px) {
  .magazine-slider h2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.magazine-slider a img,
.magazine-slider a svg {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.magazine-slider a:hover img,
.magazine-slider a:hover svg {
  scale: 1.1;
}

.magazine-slider .swiper-button-prev,
.magazine-slider .swiper-button-next {
  top: 30%;
}

.magazine-menu > li {
  padding-bottom: 1rem;
  border-bottom: 1px solid #c7bbae;
}

.magazine-menu > li:not(:first-child) {
  padding-top: 1rem;
}

.magazine-menu a {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: var(--primary-color) !important;
}

.top-banner-ad .owl-item > div {
  min-height: auto !important;
  padding: 0 !important;
}

.top-banner-ad .owl-item > div img {
  width: 100%;
  margin: 0;
}

.magazine-landing-page .grid {
  grid-gap: 4rem;
  gap: 4rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

.magazine-landing-page .grid .featured-image-wrapper {
  min-height: 21.4rem;
  max-height: 21.4rem;
}

.cursor-pointer img,
.cursor-pointer svg {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cursor-pointer:hover img,
.cursor-pointer:hover svg {
  scale: 1.1;
}

.mg-accordion .mg-accordion__heading {
  letter-spacing: 0;
  font-size: 1.8rem;
  position: relative;
  color: #0a5988;
  margin: 0 !important;
  border-bottom: 1px solid #c7bbae;
}

.mg-accordion .mg-accordion__heading:first-child {
  border-top: 1px solid #c7bbae;
}

.mg-accordion .mg-accordion__heading svg {
  fill: currentColor;
}

.mg-accordion .mg-accordion__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-family: "Lato", sans-serif;
  padding: 1rem 0;
}

.mg-accordion .mg-accordion__control:focus, .mg-accordion .mg-accordion__control:hover {
  color: #0a5988;
}

.mg-accordion .mg-accordion__control * {
  pointer-events: none;
}

.mg-accordion .mg-accordion__control .mg-accordion__icon--open {
  display: none;
}

.mg-accordion .mg-accordion__control .mg-accordion__icon--closed {
  display: block;
}

.mg-accordion .mg-accordion__control[aria-expanded='true'] .mg-accordion__icon--open {
  display: block;
}

.mg-accordion .mg-accordion__control[aria-expanded='true'] .mg-accordion__icon--closed {
  display: none;
}

@media screen and (min-width: 640px) {
  .mg-accordion .mg-accordion__heading {
    font-size: 2.1rem;
  }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .mg-block-banners .mg-graphic-layer-static video {
    height: 100%;
  }
}

.mg-block-banners .slide-container {
  max-width: 100rem;
  width: 100%;
  padding-left: 6.5rem;
  padding-right: 6.5rem;
  margin-left: auto;
  margin-right: auto;
}

.mg-block-banners .swiper-button-prev,
.mg-block-banners .swiper-button-next {
  width: 4.5rem;
  height: 5.5rem;
}

.mg-block-banners .slide-content {
  max-width: 65rem;
}

.mg-block-banners p {
  margin-bottom: 0.9rem !important;
  color: #fff;
}

.mg-block-banners--description a {
  color: #da511f;
}

.mg-block-banners--description a:hover {
  text-decoration: underline;
}

.mg-block-banners svg {
  fill: currentColor;
}

:root .has-primary-color {
  color: #0a5988;
}

:root .has-primary-light-background-color {
  background-color: #257db2;
}

:root .has-tertiary-light-background-color {
  background-color: #ebf4fa;
}

:root .has-tertiary-light-color {
  color: #ebf4fa !important;
}

:root .has-tertiary-lightest-background-color {
  background-color: #ebf4fa !important;
}

:root .has-primary-background-color,
:root .has-primary-background-color a:not(.button),
:root .has-secondary-background-color,
:root .has-secondary-background-color a:not(.button) {
  color: white;
}

:root .has-primary-background-color a:not(.button):not(.wp-block-button__link):not(.wp-block-file__button),
:root .has-secondary-background-color a:not(.button):not(.wp-block-button__link):not(.wp-block-file__button) {
  text-decoration: underline;
}

:root .has-primary-background-color {
  background-color: #0a5988;
}

:root .has-primary-background-color .wp-block-media-text__content .wp-block-button__link:hover {
  color: #0a5988 !important;
}

:root .has-secondary-background-color {
  background-color: #0a5988;
}

:root .has-secondary-background-color .wp-block-media-text__content .wp-block-button__link:hover {
  color: #0a5988 !important;
}

:root .has-primary-dark-background-color {
  background-color: #003d62;
}

:root .has-primary-dark-background-color .wp-block-media-text__content .wp-block-button__link:hover {
  color: #003d62 !important;
}

:root .has-tertiary-background-color {
  background-color: #ebf4fa;
}

:root .has-tertiary-background-color .wp-block-media-text__content .wp-block-button__link:hover {
  color: #ebf4fa !important;
}

:root .has-highlight-alt-background-color {
  background-color: #e1962c;
}

:root .has-highlight-alt-background-color a {
  color: #da511f;
}

:root .has-highlight-alt-background-color a:hover {
  text-decoration: underline;
}

:root .bg-tertiary .wp-block-media-text__content a,
:root .has-primary-background-color .wp-block-media-text__content a,
:root .has-secondary-background-color .wp-block-media-text__content a,
:root .has-primary-dark-background-color .wp-block-media-text__content a,
:root .has-tertiary-background-color .wp-block-media-text__content a,
:root .has-highlight-alt-background-color .wp-block-media-text__content a {
  color: #da511f;
  text-decoration: none !important;
}

:root .bg-tertiary .wp-block-media-text__content a:hover,
  :root .has-primary-background-color .wp-block-media-text__content a:hover,
  :root .has-secondary-background-color .wp-block-media-text__content a:hover,
  :root .has-primary-dark-background-color .wp-block-media-text__content a:hover,
  :root .has-tertiary-background-color .wp-block-media-text__content a:hover,
  :root .has-highlight-alt-background-color .wp-block-media-text__content a:hover {
  text-decoration: underline !important;
}

:root .bg-tertiary .wp-block-media-text__content .wp-block-button__link,
:root .has-primary-background-color .wp-block-media-text__content .wp-block-button__link,
:root .has-secondary-background-color .wp-block-media-text__content .wp-block-button__link,
:root .has-primary-dark-background-color .wp-block-media-text__content .wp-block-button__link,
:root .has-tertiary-background-color .wp-block-media-text__content .wp-block-button__link,
:root .has-highlight-alt-background-color .wp-block-media-text__content .wp-block-button__link {
  color: #fff;
}

:root .bg-tertiary .wp-block-media-text__content .wp-block-button__link:hover,
  :root .has-primary-background-color .wp-block-media-text__content .wp-block-button__link:hover,
  :root .has-secondary-background-color .wp-block-media-text__content .wp-block-button__link:hover,
  :root .has-primary-dark-background-color .wp-block-media-text__content .wp-block-button__link:hover,
  :root .has-tertiary-background-color .wp-block-media-text__content .wp-block-button__link:hover,
  :root .has-highlight-alt-background-color .wp-block-media-text__content .wp-block-button__link:hover {
  text-decoration: none !important;
  border-color: #fff;
  background-color: #fff;
}

:root .bg-tertiary .wp-block-button__link,
:root .has-primary-background-color .wp-block-button__link,
:root .has-secondary-background-color .wp-block-button__link,
:root .has-primary-dark-background-color .wp-block-button__link,
:root .has-tertiary-background-color .wp-block-button__link,
:root .has-highlight-alt-background-color .wp-block-button__link {
  color: #fff;
}

:root .bg-tertiary .wp-block-button__link:hover,
  :root .has-primary-background-color .wp-block-button__link:hover,
  :root .has-secondary-background-color .wp-block-button__link:hover,
  :root .has-primary-dark-background-color .wp-block-button__link:hover,
  :root .has-tertiary-background-color .wp-block-button__link:hover,
  :root .has-highlight-alt-background-color .wp-block-button__link:hover {
  opacity: 1;
  text-decoration: none !important;
  border-color: #fff !important;
  background: transparent;
}

:root .has-divider-background-color {
  background-color: var(--divider-color);
}

:root .has-dividers-background-color {
  background-color: var(--dividers-color);
}

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

.bg-tertiary *,
.has-primary-background-color *,
.has-secondary-background-color *,
.has-primary-dark-background-color *,
.has-tertiary-background-color *,
.has-highlight-alt-background-color * {
  color: white;
}

.padded-box,
.mg-block-cta--color_block .has-background,
p.has-background {
  padding: 1.5rem;
}

@media screen and (min-width: 640px) {
  .padded-box,
    .mg-block-cta--color_block .has-background,
    p.has-background {
    padding: 3rem;
  }
}

.archive .mg-site-content h2,
.category .mg-site-content h2,
.search-results .mg-site-content h2 {
  display: inline-block;
  font-size: 2.1rem;
  color: #0a5988;
  line-height: 3.3rem;
  margin-top: 3rem;
  margin-bottom: 0.8rem;
}

.archive .mg-site-content p,
.category .mg-site-content p,
.search-results .mg-site-content p {
  font-size: 1.8rem;
}

.archive .mg-site-content .post-meta-wrapper,
.category .mg-site-content .post-meta-wrapper,
.search-results .mg-site-content .post-meta-wrapper {
  max-width: 100%;
  margin-left: 0;
  margin-top: 2rem;
}

.archive .mg-site-content .post-meta-single-top .post-meta,
.category .mg-site-content .post-meta-single-top .post-meta,
.search-results .mg-site-content .post-meta-single-top .post-meta {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
}

.archive .post-meta-wrapper,
.category .post-meta-wrapper,
.search-results .post-meta-wrapper {
  display: none;
}

.archive .entry-categories,
.category .entry-categories,
.search-results .entry-categories {
  margin-bottom: 0;
}

.archive hr.styled-separator,
.category hr.styled-separator,
.search-results hr.styled-separator {
  margin-top: 0;
}

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

.mg-block-content-list .loader-container {
  display: none;
}

.mg-block-content-list--link:not(:last-of-type) {
  margin-bottom: 2rem;
}

@media screen and (min-width: 780px) {
  .mg-block-content-list--secondary {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    grid-column-gap: 2.7rem;
    -webkit-column-gap: 2.7rem;
       -moz-column-gap: 2.7rem;
            column-gap: 2.7rem;
  }
}

.mg-block-content-list--secondary h2,
.mg-block-content-list--secondary .mg-block-content-list--header,
.mg-block-content-list--secondary .mg-block-content-list--link {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}

.mg-block-content-list--secondary p {
  margin-bottom: 0;
}

.mg-block-alert p {
  color: #fff;
  margin-bottom: 1.3rem;
}

.mg-block-alert svg {
  width: 100%;
}

.mg-image-link + p {
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mg-image-link .mg-icon {
  max-height: 45px;
}

@media (prefers-reduced-motion: no-preference) {
  .mg-image-link .mg-icon,
  .mg-image-link .mg-block-content {
    -webkit-transition: -webkit-transform 0.25s var(--cubic-bezier);
    transition: -webkit-transform 0.25s var(--cubic-bezier);
    -o-transition: transform 0.25s var(--cubic-bezier);
    transition: transform 0.25s var(--cubic-bezier);
    transition: transform 0.25s var(--cubic-bezier), -webkit-transform 0.25s var(--cubic-bezier);
  }

  .mg-image-link:where(:hover, :focus) .mg-block-content {
    -webkit-transition: -webkit-transform 0.5s var(--cubic-bezier);
    transition: -webkit-transform 0.5s var(--cubic-bezier);
    -o-transition: transform 0.5s var(--cubic-bezier);
    transition: transform 0.5s var(--cubic-bezier);
    transition: transform 0.5s var(--cubic-bezier), -webkit-transform 0.5s var(--cubic-bezier);
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
  }

  .mg-image-link:where(:hover, :focus) .mg-icon {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.mg-block-image-link > div p:last-child {
  margin-bottom: 0;
}

.mg-block-latest-posts--container {
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.mg-block-icon-card__text {
  -ms-flex-preferred-size: 83.3333%;
      flex-basis: 83.3333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 10%;
  padding-right: 10%;
}

@media screen and (min-width: 640px) {
  .mg-block-icon-card__text {
    display: block;
  }
}

.mg-block-icon-card__text .heading-size-4 {
  line-height: 24px;
}

@media screen and (min-width: 640px) {
  .mg-block-icon-card__small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 2rem;
    gap: 2rem;
    margin-bottom: 2rem;
  }

  .mg-block-icon-card__small .mg-hexagon-icon-container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-preferred-size: 16.6666%;
        flex-basis: 16.6666%;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
    max-width: 7rem;
  }

  .mg-block-icon-card__small .mg-hexagon-icon-container .mg-hexagon-container {
    width: 100% !important;
  }

  .mg-block-icon-card__small .mg-hexagon-icon-container .mg-hexagon-icon {
    top: 17%;
  }

  .mg-block-icon-card__small .mg-block-icon-card__text {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .mg-block-icon-card__small .mg-block-icon-card__text * {
    text-align: center !important;
  }
}

@media screen and (min-width: 640px) and (min-width: 640px) {
  .mg-block-icon-card__small .mg-block-icon-card__text * {
    text-align: left !important;
  }
}

@media screen and (min-width: 640px) {
  .mg-block-icon-card__small .mg-block-icon-card__text :nth-last-child(2) {
    margin-bottom: 1rem !important;
  }

  .mg-block-icon-card__small .mg-block-icon-card__text .mg-block-icon-card__title {
    font-weight: bold;
    font-size: 2.4rem;
    margin-top: 0 !important;
    margin-bottom: 0.6rem !important;
    line-height: 1;
  }

  .mg-block-icon-card__small .mg-block-icon-card__text .mg-block-icon-card__subtitle {
    line-height: 1;
    font-weight: bold;
    font-size: 1.8rem !important;
  }
}

.mg-block-testimonial .mg-testimonial-credit {
  grid-gap: 2rem;
  gap: 2rem;
}

.mg-block-testimonial .mg-testimonial-main-text * {
  color: inherit;
}

.mg-block-advertisers {
  grid-gap: 4.5rem 9rem;
  gap: 4.5rem 9rem;
}

.mg-block-reports--container {
  grid-gap: 3rem;
  gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mg-block-reports--container .font-heading {
  font-size: 1.5rem;
}

.mg-cta-img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mg-cta-img figure:not(.wp-block-embed) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mg-cta-img figure.wp-block-image {
  margin: 0 !important;
}

.mg-cta-img figure.wp-block-image img {
  width: 100%;
}

.mg-cta-img h2 {
  color: var(--secondary);
}

.mg-cta-img .wp-block-columns {
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  grid-gap: 0;
  gap: 0;
}

.mg-cta-img .wp-block-column {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.mg-cta-img h2 {
  margin-top: 0 !important;
}

.mg-cta-img h2,
  .mg-cta-img p {
  text-align: center;
}

.mg-cta-img .wp-block-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 782px) {
  .mg-cta-img .wp-block-columns {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .mg-cta-img h2,
    .mg-cta-img p {
    text-align: left;
  }

  .mg-cta-img h2 {
    margin-top: 4rem !important;
  }

  .mg-cta-img .wp-block-buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

@media screen and (min-width: 780px) {
  .mg-cta-img .wp-block-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .mg-cta-img h2 {
    margin-top: 0 !important;
  }
}

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

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important
}

.not-sr-only {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important
}

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

.content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important
}

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

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

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

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

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

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

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

.items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important
}

.self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important
}

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

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

.self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important
}

.self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important
}

.bg-transparent {
  background-color: transparent !important
}

.bg-primary {
  background-color: #0A5988 !important
}

.bg-primary-light {
  background-color: #257DB2 !important
}

.bg-secondary {
  background-color: #8FC549 !important
}

.bg-primary-dark {
  background-color: #003D62 !important
}

.bg-tertiary {
  background-color: #EBF4FA !important
}

.bg-tertiary-light {
  background-color: #EBF4FA !important
}

.bg-tertiary-lightest {
  background-color: #EBF4FA !important
}

.bg-font-main {
  background-color: #443E37 !important
}

.bg-highlight {
  background-color: #E1962C !important
}

.bg-highlight-alt {
  background-color: #E1962C !important
}

.bg-accent {
  background-color: #DA511F !important
}

.bg-accent-alt {
  background-color: #DA511F !important
}

.bg-body-text {
  background-color: #443E37 !important
}

.bg-dividers {
  background-color: #C7BBAE !important
}

.bg-dividers-lighther {
  background-color: #f5f5f5 !important
}

.bg-dividers-light {
  background-color: #f7f7f7 !important
}

.bg-black {
  background-color: #000 !important
}

.bg-white {
  background-color: #fff !important
}

.bg-red-100 {
  background-color: #FFF5F5 !important
}

.bg-red-200 {
  background-color: #FED7D7 !important
}

.bg-red-300 {
  background-color: #FEB2B2 !important
}

.bg-red-400 {
  background-color: #FC8181 !important
}

.bg-red-500 {
  background-color: #F56565 !important
}

.bg-red-600 {
  background-color: #E53E3E !important
}

.bg-red-700 {
  background-color: #C53030 !important
}

.bg-red-800 {
  background-color: #9B2C2C !important
}

.bg-red-900 {
  background-color: #742A2A !important
}

.hover\:bg-transparent:hover {
  background-color: transparent !important
}

.hover\:bg-primary:hover {
  background-color: #0A5988 !important
}

.hover\:bg-primary-light:hover {
  background-color: #257DB2 !important
}

.hover\:bg-secondary:hover {
  background-color: #8FC549 !important
}

.hover\:bg-primary-dark:hover {
  background-color: #003D62 !important
}

.hover\:bg-tertiary:hover {
  background-color: #EBF4FA !important
}

.hover\:bg-tertiary-light:hover {
  background-color: #EBF4FA !important
}

.hover\:bg-tertiary-lightest:hover {
  background-color: #EBF4FA !important
}

.hover\:bg-font-main:hover {
  background-color: #443E37 !important
}

.hover\:bg-highlight:hover {
  background-color: #E1962C !important
}

.hover\:bg-highlight-alt:hover {
  background-color: #E1962C !important
}

.hover\:bg-accent:hover {
  background-color: #DA511F !important
}

.hover\:bg-accent-alt:hover {
  background-color: #DA511F !important
}

.hover\:bg-body-text:hover {
  background-color: #443E37 !important
}

.hover\:bg-dividers:hover {
  background-color: #C7BBAE !important
}

.hover\:bg-dividers-lighther:hover {
  background-color: #f5f5f5 !important
}

.hover\:bg-dividers-light:hover {
  background-color: #f7f7f7 !important
}

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

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

.hover\:bg-red-100:hover {
  background-color: #FFF5F5 !important
}

.hover\:bg-red-200:hover {
  background-color: #FED7D7 !important
}

.hover\:bg-red-300:hover {
  background-color: #FEB2B2 !important
}

.hover\:bg-red-400:hover {
  background-color: #FC8181 !important
}

.hover\:bg-red-500:hover {
  background-color: #F56565 !important
}

.hover\:bg-red-600:hover {
  background-color: #E53E3E !important
}

.hover\:bg-red-700:hover {
  background-color: #C53030 !important
}

.hover\:bg-red-800:hover {
  background-color: #9B2C2C !important
}

.hover\:bg-red-900:hover {
  background-color: #742A2A !important
}

.focus\:bg-transparent:focus {
  background-color: transparent !important
}

.focus\:bg-primary:focus {
  background-color: #0A5988 !important
}

.focus\:bg-primary-light:focus {
  background-color: #257DB2 !important
}

.focus\:bg-secondary:focus {
  background-color: #8FC549 !important
}

.focus\:bg-primary-dark:focus {
  background-color: #003D62 !important
}

.focus\:bg-tertiary:focus {
  background-color: #EBF4FA !important
}

.focus\:bg-tertiary-light:focus {
  background-color: #EBF4FA !important
}

.focus\:bg-tertiary-lightest:focus {
  background-color: #EBF4FA !important
}

.focus\:bg-font-main:focus {
  background-color: #443E37 !important
}

.focus\:bg-highlight:focus {
  background-color: #E1962C !important
}

.focus\:bg-highlight-alt:focus {
  background-color: #E1962C !important
}

.focus\:bg-accent:focus {
  background-color: #DA511F !important
}

.focus\:bg-accent-alt:focus {
  background-color: #DA511F !important
}

.focus\:bg-body-text:focus {
  background-color: #443E37 !important
}

.focus\:bg-dividers:focus {
  background-color: #C7BBAE !important
}

.focus\:bg-dividers-lighther:focus {
  background-color: #f5f5f5 !important
}

.focus\:bg-dividers-light:focus {
  background-color: #f7f7f7 !important
}

.focus\:bg-black:focus {
  background-color: #000 !important
}

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

.focus\:bg-red-100:focus {
  background-color: #FFF5F5 !important
}

.focus\:bg-red-200:focus {
  background-color: #FED7D7 !important
}

.focus\:bg-red-300:focus {
  background-color: #FEB2B2 !important
}

.focus\:bg-red-400:focus {
  background-color: #FC8181 !important
}

.focus\:bg-red-500:focus {
  background-color: #F56565 !important
}

.focus\:bg-red-600:focus {
  background-color: #E53E3E !important
}

.focus\:bg-red-700:focus {
  background-color: #C53030 !important
}

.focus\:bg-red-800:focus {
  background-color: #9B2C2C !important
}

.focus\:bg-red-900:focus {
  background-color: #742A2A !important
}

.bg-bottom {
  background-position: bottom !important
}

.bg-center {
  background-position: center !important
}

.bg-left {
  background-position: left !important
}

.bg-left-bottom {
  background-position: left bottom !important
}

.bg-left-top {
  background-position: left top !important
}

.bg-right {
  background-position: right !important
}

.bg-right-bottom {
  background-position: right bottom !important
}

.bg-right-top {
  background-position: right top !important
}

.bg-top {
  background-position: top !important
}

.rounded-none {
  border-radius: 0 !important
}

.rounded-sm {
  border-radius: 0.125rem !important
}

.rounded {
  border-radius: 0.25rem !important
}

.rounded-lg {
  border-radius: 0.5rem !important
}

.rounded-full {
  border-radius: 9999px !important
}

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

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

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

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

.rounded-t-sm {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important
}

.rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important
}

.rounded-r {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important
}

.rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important
}

.rounded-l {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important
}

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

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

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

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

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

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

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

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

.rounded-tl-sm {
  border-top-left-radius: 0.125rem !important
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem !important
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem !important
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem !important
}

.rounded-tl {
  border-top-left-radius: 0.25rem !important
}

.rounded-tr {
  border-top-right-radius: 0.25rem !important
}

.rounded-br {
  border-bottom-right-radius: 0.25rem !important
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem !important
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem !important
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem !important
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem !important
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem !important
}

.rounded-tl-full {
  border-top-left-radius: 9999px !important
}

.rounded-tr-full {
  border-top-right-radius: 9999px !important
}

.rounded-br-full {
  border-bottom-right-radius: 9999px !important
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px !important
}

.bg-auto {
  background-size: auto !important
}

.bg-cover {
  background-size: cover !important
}

.bg-contain {
  background-size: contain !important
}

.border-0 {
  border-width: 0 !important
}

.border-2 {
  border-width: 2px !important
}

.border-4 {
  border-width: 4px !important
}

.border-5 {
  border-width: 5px !important
}

.border-8 {
  border-width: 8px !important
}

.border {
  border-width: 1px !important
}

.border-t-0 {
  border-top-width: 0 !important
}

.border-r-0 {
  border-right-width: 0 !important
}

.border-b-0 {
  border-bottom-width: 0 !important
}

.border-l-0 {
  border-left-width: 0 !important
}

.border-t-2 {
  border-top-width: 2px !important
}

.border-r-2 {
  border-right-width: 2px !important
}

.border-b-2 {
  border-bottom-width: 2px !important
}

.border-l-2 {
  border-left-width: 2px !important
}

.border-t-4 {
  border-top-width: 4px !important
}

.border-r-4 {
  border-right-width: 4px !important
}

.border-b-4 {
  border-bottom-width: 4px !important
}

.border-l-4 {
  border-left-width: 4px !important
}

.border-t-5 {
  border-top-width: 5px !important
}

.border-r-5 {
  border-right-width: 5px !important
}

.border-b-5 {
  border-bottom-width: 5px !important
}

.border-l-5 {
  border-left-width: 5px !important
}

.border-t-8 {
  border-top-width: 8px !important
}

.border-r-8 {
  border-right-width: 8px !important
}

.border-b-8 {
  border-bottom-width: 8px !important
}

.border-l-8 {
  border-left-width: 8px !important
}

.border-t {
  border-top-width: 1px !important
}

.border-r {
  border-right-width: 1px !important
}

.border-b {
  border-bottom-width: 1px !important
}

.border-l {
  border-left-width: 1px !important
}

.hover\:border-0:hover {
  border-width: 0 !important
}

.hover\:border-2:hover {
  border-width: 2px !important
}

.hover\:border-4:hover {
  border-width: 4px !important
}

.hover\:border-5:hover {
  border-width: 5px !important
}

.hover\:border-8:hover {
  border-width: 8px !important
}

.hover\:border:hover {
  border-width: 1px !important
}

.hover\:border-t-0:hover {
  border-top-width: 0 !important
}

.hover\:border-r-0:hover {
  border-right-width: 0 !important
}

.hover\:border-b-0:hover {
  border-bottom-width: 0 !important
}

.hover\:border-l-0:hover {
  border-left-width: 0 !important
}

.hover\:border-t-2:hover {
  border-top-width: 2px !important
}

.hover\:border-r-2:hover {
  border-right-width: 2px !important
}

.hover\:border-b-2:hover {
  border-bottom-width: 2px !important
}

.hover\:border-l-2:hover {
  border-left-width: 2px !important
}

.hover\:border-t-4:hover {
  border-top-width: 4px !important
}

.hover\:border-r-4:hover {
  border-right-width: 4px !important
}

.hover\:border-b-4:hover {
  border-bottom-width: 4px !important
}

.hover\:border-l-4:hover {
  border-left-width: 4px !important
}

.hover\:border-t-5:hover {
  border-top-width: 5px !important
}

.hover\:border-r-5:hover {
  border-right-width: 5px !important
}

.hover\:border-b-5:hover {
  border-bottom-width: 5px !important
}

.hover\:border-l-5:hover {
  border-left-width: 5px !important
}

.hover\:border-t-8:hover {
  border-top-width: 8px !important
}

.hover\:border-r-8:hover {
  border-right-width: 8px !important
}

.hover\:border-b-8:hover {
  border-bottom-width: 8px !important
}

.hover\:border-l-8:hover {
  border-left-width: 8px !important
}

.hover\:border-t:hover {
  border-top-width: 1px !important
}

.hover\:border-r:hover {
  border-right-width: 1px !important
}

.hover\:border-b:hover {
  border-bottom-width: 1px !important
}

.hover\:border-l:hover {
  border-left-width: 1px !important
}

.focus\:border-0:focus {
  border-width: 0 !important
}

.focus\:border-2:focus {
  border-width: 2px !important
}

.focus\:border-4:focus {
  border-width: 4px !important
}

.focus\:border-5:focus {
  border-width: 5px !important
}

.focus\:border-8:focus {
  border-width: 8px !important
}

.focus\:border:focus {
  border-width: 1px !important
}

.focus\:border-t-0:focus {
  border-top-width: 0 !important
}

.focus\:border-r-0:focus {
  border-right-width: 0 !important
}

.focus\:border-b-0:focus {
  border-bottom-width: 0 !important
}

.focus\:border-l-0:focus {
  border-left-width: 0 !important
}

.focus\:border-t-2:focus {
  border-top-width: 2px !important
}

.focus\:border-r-2:focus {
  border-right-width: 2px !important
}

.focus\:border-b-2:focus {
  border-bottom-width: 2px !important
}

.focus\:border-l-2:focus {
  border-left-width: 2px !important
}

.focus\:border-t-4:focus {
  border-top-width: 4px !important
}

.focus\:border-r-4:focus {
  border-right-width: 4px !important
}

.focus\:border-b-4:focus {
  border-bottom-width: 4px !important
}

.focus\:border-l-4:focus {
  border-left-width: 4px !important
}

.focus\:border-t-5:focus {
  border-top-width: 5px !important
}

.focus\:border-r-5:focus {
  border-right-width: 5px !important
}

.focus\:border-b-5:focus {
  border-bottom-width: 5px !important
}

.focus\:border-l-5:focus {
  border-left-width: 5px !important
}

.focus\:border-t-8:focus {
  border-top-width: 8px !important
}

.focus\:border-r-8:focus {
  border-right-width: 8px !important
}

.focus\:border-b-8:focus {
  border-bottom-width: 8px !important
}

.focus\:border-l-8:focus {
  border-left-width: 8px !important
}

.focus\:border-t:focus {
  border-top-width: 1px !important
}

.focus\:border-r:focus {
  border-right-width: 1px !important
}

.focus\:border-b:focus {
  border-bottom-width: 1px !important
}

.focus\:border-l:focus {
  border-left-width: 1px !important
}

.border-transparent {
  border-color: transparent !important
}

.border-primary {
  border-color: #0A5988 !important
}

.border-primary-light {
  border-color: #257DB2 !important
}

.border-secondary {
  border-color: #8FC549 !important
}

.border-primary-dark {
  border-color: #003D62 !important
}

.border-tertiary {
  border-color: #EBF4FA !important
}

.border-tertiary-light {
  border-color: #EBF4FA !important
}

.border-tertiary-lightest {
  border-color: #EBF4FA !important
}

.border-font-main {
  border-color: #443E37 !important
}

.border-highlight {
  border-color: #E1962C !important
}

.border-highlight-alt {
  border-color: #E1962C !important
}

.border-accent {
  border-color: #DA511F !important
}

.border-accent-alt {
  border-color: #DA511F !important
}

.border-body-text {
  border-color: #443E37 !important
}

.border-dividers {
  border-color: #C7BBAE !important
}

.border-dividers-lighther {
  border-color: #f5f5f5 !important
}

.border-dividers-light {
  border-color: #f7f7f7 !important
}

.border-black {
  border-color: #000 !important
}

.border-white {
  border-color: #fff !important
}

.border-red-100 {
  border-color: #FFF5F5 !important
}

.border-red-200 {
  border-color: #FED7D7 !important
}

.border-red-300 {
  border-color: #FEB2B2 !important
}

.border-red-400 {
  border-color: #FC8181 !important
}

.border-red-500 {
  border-color: #F56565 !important
}

.border-red-600 {
  border-color: #E53E3E !important
}

.border-red-700 {
  border-color: #C53030 !important
}

.border-red-800 {
  border-color: #9B2C2C !important
}

.border-red-900 {
  border-color: #742A2A !important
}

.hover\:border-transparent:hover {
  border-color: transparent !important
}

.hover\:border-primary:hover {
  border-color: #0A5988 !important
}

.hover\:border-primary-light:hover {
  border-color: #257DB2 !important
}

.hover\:border-secondary:hover {
  border-color: #8FC549 !important
}

.hover\:border-primary-dark:hover {
  border-color: #003D62 !important
}

.hover\:border-tertiary:hover {
  border-color: #EBF4FA !important
}

.hover\:border-tertiary-light:hover {
  border-color: #EBF4FA !important
}

.hover\:border-tertiary-lightest:hover {
  border-color: #EBF4FA !important
}

.hover\:border-font-main:hover {
  border-color: #443E37 !important
}

.hover\:border-highlight:hover {
  border-color: #E1962C !important
}

.hover\:border-highlight-alt:hover {
  border-color: #E1962C !important
}

.hover\:border-accent:hover {
  border-color: #DA511F !important
}

.hover\:border-accent-alt:hover {
  border-color: #DA511F !important
}

.hover\:border-body-text:hover {
  border-color: #443E37 !important
}

.hover\:border-dividers:hover {
  border-color: #C7BBAE !important
}

.hover\:border-dividers-lighther:hover {
  border-color: #f5f5f5 !important
}

.hover\:border-dividers-light:hover {
  border-color: #f7f7f7 !important
}

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

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

.hover\:border-red-100:hover {
  border-color: #FFF5F5 !important
}

.hover\:border-red-200:hover {
  border-color: #FED7D7 !important
}

.hover\:border-red-300:hover {
  border-color: #FEB2B2 !important
}

.hover\:border-red-400:hover {
  border-color: #FC8181 !important
}

.hover\:border-red-500:hover {
  border-color: #F56565 !important
}

.hover\:border-red-600:hover {
  border-color: #E53E3E !important
}

.hover\:border-red-700:hover {
  border-color: #C53030 !important
}

.hover\:border-red-800:hover {
  border-color: #9B2C2C !important
}

.hover\:border-red-900:hover {
  border-color: #742A2A !important
}

.focus\:border-transparent:focus {
  border-color: transparent !important
}

.focus\:border-primary:focus {
  border-color: #0A5988 !important
}

.focus\:border-primary-light:focus {
  border-color: #257DB2 !important
}

.focus\:border-secondary:focus {
  border-color: #8FC549 !important
}

.focus\:border-primary-dark:focus {
  border-color: #003D62 !important
}

.focus\:border-tertiary:focus {
  border-color: #EBF4FA !important
}

.focus\:border-tertiary-light:focus {
  border-color: #EBF4FA !important
}

.focus\:border-tertiary-lightest:focus {
  border-color: #EBF4FA !important
}

.focus\:border-font-main:focus {
  border-color: #443E37 !important
}

.focus\:border-highlight:focus {
  border-color: #E1962C !important
}

.focus\:border-highlight-alt:focus {
  border-color: #E1962C !important
}

.focus\:border-accent:focus {
  border-color: #DA511F !important
}

.focus\:border-accent-alt:focus {
  border-color: #DA511F !important
}

.focus\:border-body-text:focus {
  border-color: #443E37 !important
}

.focus\:border-dividers:focus {
  border-color: #C7BBAE !important
}

.focus\:border-dividers-lighther:focus {
  border-color: #f5f5f5 !important
}

.focus\:border-dividers-light:focus {
  border-color: #f7f7f7 !important
}

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

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

.focus\:border-red-100:focus {
  border-color: #FFF5F5 !important
}

.focus\:border-red-200:focus {
  border-color: #FED7D7 !important
}

.focus\:border-red-300:focus {
  border-color: #FEB2B2 !important
}

.focus\:border-red-400:focus {
  border-color: #FC8181 !important
}

.focus\:border-red-500:focus {
  border-color: #F56565 !important
}

.focus\:border-red-600:focus {
  border-color: #E53E3E !important
}

.focus\:border-red-700:focus {
  border-color: #C53030 !important
}

.focus\:border-red-800:focus {
  border-color: #9B2C2C !important
}

.focus\:border-red-900:focus {
  border-color: #742A2A !important
}

.border-solid {
  border-style: solid !important
}

.border-dashed {
  border-style: dashed !important
}

.border-dotted {
  border-style: dotted !important
}

.border-double {
  border-style: double !important
}

.border-none {
  border-style: none !important
}

.hover\:border-solid:hover {
  border-style: solid !important
}

.hover\:border-dashed:hover {
  border-style: dashed !important
}

.hover\:border-dotted:hover {
  border-style: dotted !important
}

.hover\:border-double:hover {
  border-style: double !important
}

.hover\:border-none:hover {
  border-style: none !important
}

.focus\:border-solid:focus {
  border-style: solid !important
}

.focus\:border-dashed:focus {
  border-style: dashed !important
}

.focus\:border-dotted:focus {
  border-style: dotted !important
}

.focus\:border-double:focus {
  border-style: double !important
}

.focus\:border-none:focus {
  border-style: none !important
}

.shadow-sm {
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1) !important
}

.shadow {
  -webkit-box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.25) !important
}

.shadow-md {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25) !important
}

.shadow-lg {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
}

.shadow-xl {
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important
}

.shadow-2xl {
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important
}

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

.shadow-outline {
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important
}

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

.cursor-auto {
  cursor: auto !important
}

.cursor-default {
  cursor: default !important
}

.cursor-pointer {
  cursor: pointer !important
}

.cursor-wait {
  cursor: wait !important
}

.cursor-text {
  cursor: text !important
}

.cursor-move {
  cursor: move !important
}

.cursor-not-allowed {
  cursor: not-allowed !important
}

.block {
  display: block !important
}

.inline-block {
  display: inline-block !important
}

.inline {
  display: inline !important
}

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

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

.table {
  display: table !important
}

.table-caption {
  display: table-caption !important
}

.table-cell {
  display: table-cell !important
}

.table-column {
  display: table-column !important
}

.table-column-group {
  display: table-column-group !important
}

.table-footer-group {
  display: table-footer-group !important
}

.table-header-group {
  display: table-header-group !important
}

.table-row-group {
  display: table-row-group !important
}

.table-row {
  display: table-row !important
}

.flow-root {
  display: flow-root !important
}

.grid {
  display: -ms-grid !important;
  display: grid !important
}

.inline-grid {
  display: -ms-inline-grid !important;
  display: inline-grid !important
}

.hidden {
  display: none !important
}

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

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

.flex-initial {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important
}

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important
}

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

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

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

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

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

.flex-no-wrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important
}

.float-right {
  float: right !important
}

.float-left {
  float: left !important
}

.float-none {
  float: none !important
}

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

.font-lato {
  font-family: Lato !important
}

.font-heading {
  font-family: Lato !important
}

.font-merriweather {
  font-family: Merriweather !important
}

.font-body {
  font-family: Merriweather !important
}

.font-sans {
  font-family: Lato, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important
}

.font-serif {
  font-family: Merriweather, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important
}

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

.text-xs {
  font-size: 0.75rem !important
}

.text-sm {
  font-size: 1.6rem !important
}

.text-base {
  font-size: 1.8rem !important
}

.text-lg {
  font-size: 2.1rem !important
}

.text-xl {
  font-size: 2.4rem !important
}

.text-2xl {
  font-size: 3.3rem !important
}

.text-3xl {
  font-size: 4.2rem !important
}

.text-4xl {
  font-size: 2.25rem !important
}

.text-5xl {
  font-size: 3rem !important
}

.text-6xl {
  font-size: 4rem !important
}

.italic {
  font-style: italic !important
}

.not-italic {
  font-style: normal !important
}

.font-light {
  font-weight: 100 !important
}

.font-medium {
  font-weight: 300 !important
}

.font-normal {
  font-weight: 400 !important
}

.font-semibold {
  font-weight: 600 !important
}

.font-bold {
  font-weight: 700 !important
}

.hover\:font-light:hover {
  font-weight: 100 !important
}

.hover\:font-medium:hover {
  font-weight: 300 !important
}

.hover\:font-normal:hover {
  font-weight: 400 !important
}

.hover\:font-semibold:hover {
  font-weight: 600 !important
}

.hover\:font-bold:hover {
  font-weight: 700 !important
}

.focus\:font-light:focus {
  font-weight: 100 !important
}

.focus\:font-medium:focus {
  font-weight: 300 !important
}

.focus\:font-normal:focus {
  font-weight: 400 !important
}

.focus\:font-semibold:focus {
  font-weight: 600 !important
}

.focus\:font-bold:focus {
  font-weight: 700 !important
}

.h-0 {
  height: 0 !important
}

.h-1 {
  height: 0.25rem !important
}

.h-2 {
  height: 0.5rem !important
}

.h-3 {
  height: 0.75rem !important
}

.h-4 {
  height: 1rem !important
}

.h-5 {
  height: 1.25rem !important
}

.h-6 {
  height: 1.5rem !important
}

.h-7 {
  height: 1.8rem !important
}

.h-8 {
  height: 2rem !important
}

.h-9 {
  height: 2.4rem !important
}

.h-10 {
  height: 2.5rem !important
}

.h-11 {
  height: 2.6rem !important
}

.h-12 {
  height: 3rem !important
}

.h-14 {
  height: 3.6rem !important
}

.h-15 {
  height: 3.8rem !important
}

.h-16 {
  height: 4rem !important
}

.h-18 {
  height: 4.5rem !important
}

.h-20 {
  height: 5rem !important
}

.h-21 {
  height: 5.3rem !important
}

.h-22 {
  height: 5.7rem !important
}

.h-24 {
  height: 6rem !important
}

.h-28 {
  height: 7rem !important
}

.h-30 {
  height: 7.6rem !important
}

.h-32 {
  height: 8rem !important
}

.h-36 {
  height: 9.1rem !important
}

.h-40 {
  height: 10rem !important
}

.h-46 {
  height: 11.7rem !important
}

.h-48 {
  height: 12rem !important
}

.h-56 {
  height: 14rem !important
}

.h-58 {
  height: 14.7rem !important
}

.h-62 {
  height: 15.7rem !important
}

.h-64 {
  height: 16rem !important
}

.h-69 {
  height: 17.1rem !important
}

.h-71 {
  height: 17.9rem !important
}

.h-72 {
  height: 18.1rem !important
}

.h-80 {
  height: 20rem !important
}

.h-100 {
  height: 25rem !important
}

.h-112 {
  height: 28rem !important
}

.h-128 {
  height: 32rem !important
}

.h-143 {
  height: 35.9rem !important
}

.h-149 {
  height: 37.4rem !important
}

.h-240 {
  height: 60rem !important
}

.h-280 {
  height: 70rem !important
}

.h-291 {
  height: 72.9rem !important
}

.h-316 {
  height: 79rem !important
}

.h-auto {
  height: auto !important
}

.h-px {
  height: 1px !important
}

.h-full {
  height: 100% !important
}

.h-screen {
  height: 100vh !important
}

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

.inset-4 {
  top: 1rem !important;
  right: 1rem !important;
  bottom: 1rem !important;
  left: 1rem !important
}

.inset-5 {
  top: 1.5rem !important;
  right: 1.5rem !important;
  bottom: 1.5rem !important;
  left: 1.5rem !important
}

.inset-6 {
  top: 1.6rem !important;
  right: 1.6rem !important;
  bottom: 1.6rem !important;
  left: 1.6rem !important
}

.inset-10 {
  top: 2.5rem !important;
  right: 2.5rem !important;
  bottom: 2.5rem !important;
  left: 2.5rem !important
}

.inset-17 {
  top: 4.3rem !important;
  right: 4.3rem !important;
  bottom: 4.3rem !important;
  left: 4.3rem !important
}

.inset-24 {
  top: 6rem !important;
  right: 6rem !important;
  bottom: 6rem !important;
  left: 6rem !important
}

.-inset-25 {
  top: -25px !important;
  right: -25px !important;
  bottom: -25px !important;
  left: -25px !important
}

.-inset-34 {
  top: -8.65rem !important;
  right: -8.65rem !important;
  bottom: -8.65rem !important;
  left: -8.65rem !important
}

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

.inset-unset {
  top: unset !important;
  right: unset !important;
  bottom: unset !important;
  left: unset !important
}

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

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

.inset-y-4 {
  top: 1rem !important;
  bottom: 1rem !important
}

.inset-x-4 {
  right: 1rem !important;
  left: 1rem !important
}

.inset-y-5 {
  top: 1.5rem !important;
  bottom: 1.5rem !important
}

.inset-x-5 {
  right: 1.5rem !important;
  left: 1.5rem !important
}

.inset-y-6 {
  top: 1.6rem !important;
  bottom: 1.6rem !important
}

.inset-x-6 {
  right: 1.6rem !important;
  left: 1.6rem !important
}

.inset-y-10 {
  top: 2.5rem !important;
  bottom: 2.5rem !important
}

.inset-x-10 {
  right: 2.5rem !important;
  left: 2.5rem !important
}

.inset-y-17 {
  top: 4.3rem !important;
  bottom: 4.3rem !important
}

.inset-x-17 {
  right: 4.3rem !important;
  left: 4.3rem !important
}

.inset-y-24 {
  top: 6rem !important;
  bottom: 6rem !important
}

.inset-x-24 {
  right: 6rem !important;
  left: 6rem !important
}

.-inset-y-25 {
  top: -25px !important;
  bottom: -25px !important
}

.-inset-x-25 {
  right: -25px !important;
  left: -25px !important
}

.-inset-y-34 {
  top: -8.65rem !important;
  bottom: -8.65rem !important
}

.-inset-x-34 {
  right: -8.65rem !important;
  left: -8.65rem !important
}

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

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

.inset-y-unset {
  top: unset !important;
  bottom: unset !important
}

.inset-x-unset {
  right: unset !important;
  left: unset !important
}

.top-0 {
  top: 0 !important
}

.right-0 {
  right: 0 !important
}

.bottom-0 {
  bottom: 0 !important
}

.left-0 {
  left: 0 !important
}

.top-4 {
  top: 1rem !important
}

.right-4 {
  right: 1rem !important
}

.bottom-4 {
  bottom: 1rem !important
}

.left-4 {
  left: 1rem !important
}

.top-5 {
  top: 1.5rem !important
}

.right-5 {
  right: 1.5rem !important
}

.bottom-5 {
  bottom: 1.5rem !important
}

.left-5 {
  left: 1.5rem !important
}

.top-6 {
  top: 1.6rem !important
}

.right-6 {
  right: 1.6rem !important
}

.bottom-6 {
  bottom: 1.6rem !important
}

.left-6 {
  left: 1.6rem !important
}

.top-10 {
  top: 2.5rem !important
}

.right-10 {
  right: 2.5rem !important
}

.bottom-10 {
  bottom: 2.5rem !important
}

.left-10 {
  left: 2.5rem !important
}

.top-17 {
  top: 4.3rem !important
}

.right-17 {
  right: 4.3rem !important
}

.bottom-17 {
  bottom: 4.3rem !important
}

.left-17 {
  left: 4.3rem !important
}

.top-24 {
  top: 6rem !important
}

.right-24 {
  right: 6rem !important
}

.bottom-24 {
  bottom: 6rem !important
}

.left-24 {
  left: 6rem !important
}

.-top-25 {
  top: -25px !important
}

.-right-25 {
  right: -25px !important
}

.-bottom-25 {
  bottom: -25px !important
}

.-left-25 {
  left: -25px !important
}

.-top-34 {
  top: -8.65rem !important
}

.-right-34 {
  right: -8.65rem !important
}

.-bottom-34 {
  bottom: -8.65rem !important
}

.-left-34 {
  left: -8.65rem !important
}

.top-auto {
  top: auto !important
}

.right-auto {
  right: auto !important
}

.bottom-auto {
  bottom: auto !important
}

.left-auto {
  left: auto !important
}

.top-unset {
  top: unset !important
}

.right-unset {
  right: unset !important
}

.bottom-unset {
  bottom: unset !important
}

.left-unset {
  left: unset !important
}

.justify-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important
}

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

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

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

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

.justify-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important
}

.leading-10 {
  line-height: 2.6rem !important
}

.leading-14 {
  line-height: 3.6rem !important
}

.leading-16 {
  line-height: 4.6rem !important
}

.leading-26 {
  line-height: 6.5rem !important
}

.leading-none {
  line-height: 1 !important
}

.leading-tight {
  line-height: 2rem !important
}

.leading-snug {
  line-height: 2.4 !important
}

.leading-normal {
  line-height: 2.7rem !important
}

.leading-relaxed {
  line-height: 3rem !important
}

.leading-loose {
  line-height: 3.3rem !important
}

.list-none {
  list-style-type: none !important
}

.list-disc {
  list-style-type: disc !important
}

.list-decimal {
  list-style-type: decimal !important
}

.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: 0.25rem !important
}

.m-2 {
  margin: 0.5rem !important
}

.m-3 {
  margin: 0.75rem !important
}

.m-4 {
  margin: 1rem !important
}

.m-5 {
  margin: 1.25rem !important
}

.m-6 {
  margin: 1.5rem !important
}

.m-7 {
  margin: 1.8rem !important
}

.m-8 {
  margin: 2rem !important
}

.m-9 {
  margin: 2.4rem !important
}

.m-10 {
  margin: 2.5rem !important
}

.m-11 {
  margin: 2.6rem !important
}

.m-12 {
  margin: 3rem !important
}

.m-14 {
  margin: 3.6rem !important
}

.m-15 {
  margin: 3.8rem !important
}

.m-16 {
  margin: 4rem !important
}

.m-18 {
  margin: 4.5rem !important
}

.m-20 {
  margin: 5rem !important
}

.m-21 {
  margin: 5.3rem !important
}

.m-22 {
  margin: 5.7rem !important
}

.m-24 {
  margin: 6rem !important
}

.m-28 {
  margin: 7rem !important
}

.m-30 {
  margin: 7.6rem !important
}

.m-32 {
  margin: 8rem !important
}

.m-36 {
  margin: 9.1rem !important
}

.m-40 {
  margin: 10rem !important
}

.m-46 {
  margin: 11.7rem !important
}

.m-48 {
  margin: 12rem !important
}

.m-56 {
  margin: 14rem !important
}

.m-58 {
  margin: 14.7rem !important
}

.m-62 {
  margin: 15.7rem !important
}

.m-64 {
  margin: 16rem !important
}

.m-69 {
  margin: 17.1rem !important
}

.m-71 {
  margin: 17.9rem !important
}

.m-72 {
  margin: 18.1rem !important
}

.m-80 {
  margin: 20rem !important
}

.m-100 {
  margin: 25rem !important
}

.m-112 {
  margin: 28rem !important
}

.m-128 {
  margin: 32rem !important
}

.m-143 {
  margin: 35.9rem !important
}

.m-149 {
  margin: 37.4rem !important
}

.m-240 {
  margin: 60rem !important
}

.m-280 {
  margin: 70rem !important
}

.m-291 {
  margin: 72.9rem !important
}

.m-316 {
  margin: 79rem !important
}

.m-auto {
  margin: auto !important
}

.m-px {
  margin: 1px !important
}

.-m-1 {
  margin: -0.25rem !important
}

.-m-2 {
  margin: -0.5rem !important
}

.-m-3 {
  margin: -0.75rem !important
}

.-m-4 {
  margin: -1rem !important
}

.-m-5 {
  margin: -1.25rem !important
}

.-m-6 {
  margin: -1.5rem !important
}

.-m-7 {
  margin: -1.8rem !important
}

.-m-8 {
  margin: -2rem !important
}

.-m-9 {
  margin: -2.4rem !important
}

.-m-10 {
  margin: -2.5rem !important
}

.-m-11 {
  margin: -2.6rem !important
}

.-m-12 {
  margin: -3rem !important
}

.-m-14 {
  margin: -3.6rem !important
}

.-m-15 {
  margin: -3.8rem !important
}

.-m-16 {
  margin: -4rem !important
}

.-m-18 {
  margin: -4.5rem !important
}

.-m-20 {
  margin: -5rem !important
}

.-m-21 {
  margin: -5.3rem !important
}

.-m-22 {
  margin: -5.7rem !important
}

.-m-24 {
  margin: -6rem !important
}

.-m-28 {
  margin: -7rem !important
}

.-m-30 {
  margin: -7.6rem !important
}

.-m-32 {
  margin: -8rem !important
}

.-m-36 {
  margin: -9.1rem !important
}

.-m-40 {
  margin: -10rem !important
}

.-m-46 {
  margin: -11.7rem !important
}

.-m-48 {
  margin: -12rem !important
}

.-m-56 {
  margin: -14rem !important
}

.-m-58 {
  margin: -14.7rem !important
}

.-m-62 {
  margin: -15.7rem !important
}

.-m-64 {
  margin: -16rem !important
}

.-m-69 {
  margin: -17.1rem !important
}

.-m-71 {
  margin: -17.9rem !important
}

.-m-72 {
  margin: -18.1rem !important
}

.-m-80 {
  margin: -20rem !important
}

.-m-100 {
  margin: -25rem !important
}

.-m-112 {
  margin: -28rem !important
}

.-m-128 {
  margin: -32rem !important
}

.-m-143 {
  margin: -35.9rem !important
}

.-m-149 {
  margin: -37.4rem !important
}

.-m-240 {
  margin: -60rem !important
}

.-m-280 {
  margin: -70rem !important
}

.-m-291 {
  margin: -72.9rem !important
}

.-m-316 {
  margin: -79rem !important
}

.-m-px {
  margin: -1px !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-7 {
  margin-top: 1.8rem !important;
  margin-bottom: 1.8rem !important
}

.mx-7 {
  margin-left: 1.8rem !important;
  margin-right: 1.8rem !important
}

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

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

.my-9 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important
}

.mx-9 {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important
}

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

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

.my-11 {
  margin-top: 2.6rem !important;
  margin-bottom: 2.6rem !important
}

.mx-11 {
  margin-left: 2.6rem !important;
  margin-right: 2.6rem !important
}

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

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

.my-14 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important
}

.mx-14 {
  margin-left: 3.6rem !important;
  margin-right: 3.6rem !important
}

.my-15 {
  margin-top: 3.8rem !important;
  margin-bottom: 3.8rem !important
}

.mx-15 {
  margin-left: 3.8rem !important;
  margin-right: 3.8rem !important
}

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

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

.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important
}

.mx-18 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important
}

.mx-20 {
  margin-left: 5rem !important;
  margin-right: 5rem !important
}

.my-21 {
  margin-top: 5.3rem !important;
  margin-bottom: 5.3rem !important
}

.mx-21 {
  margin-left: 5.3rem !important;
  margin-right: 5.3rem !important
}

.my-22 {
  margin-top: 5.7rem !important;
  margin-bottom: 5.7rem !important
}

.mx-22 {
  margin-left: 5.7rem !important;
  margin-right: 5.7rem !important
}

.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important
}

.mx-24 {
  margin-left: 6rem !important;
  margin-right: 6rem !important
}

.my-28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important
}

.mx-28 {
  margin-left: 7rem !important;
  margin-right: 7rem !important
}

.my-30 {
  margin-top: 7.6rem !important;
  margin-bottom: 7.6rem !important
}

.mx-30 {
  margin-left: 7.6rem !important;
  margin-right: 7.6rem !important
}

.my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important
}

.mx-32 {
  margin-left: 8rem !important;
  margin-right: 8rem !important
}

.my-36 {
  margin-top: 9.1rem !important;
  margin-bottom: 9.1rem !important
}

.mx-36 {
  margin-left: 9.1rem !important;
  margin-right: 9.1rem !important
}

.my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important
}

.mx-40 {
  margin-left: 10rem !important;
  margin-right: 10rem !important
}

.my-46 {
  margin-top: 11.7rem !important;
  margin-bottom: 11.7rem !important
}

.mx-46 {
  margin-left: 11.7rem !important;
  margin-right: 11.7rem !important
}

.my-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important
}

.mx-48 {
  margin-left: 12rem !important;
  margin-right: 12rem !important
}

.my-56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important
}

.mx-56 {
  margin-left: 14rem !important;
  margin-right: 14rem !important
}

.my-58 {
  margin-top: 14.7rem !important;
  margin-bottom: 14.7rem !important
}

.mx-58 {
  margin-left: 14.7rem !important;
  margin-right: 14.7rem !important
}

.my-62 {
  margin-top: 15.7rem !important;
  margin-bottom: 15.7rem !important
}

.mx-62 {
  margin-left: 15.7rem !important;
  margin-right: 15.7rem !important
}

.my-64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important
}

.mx-64 {
  margin-left: 16rem !important;
  margin-right: 16rem !important
}

.my-69 {
  margin-top: 17.1rem !important;
  margin-bottom: 17.1rem !important
}

.mx-69 {
  margin-left: 17.1rem !important;
  margin-right: 17.1rem !important
}

.my-71 {
  margin-top: 17.9rem !important;
  margin-bottom: 17.9rem !important
}

.mx-71 {
  margin-left: 17.9rem !important;
  margin-right: 17.9rem !important
}

.my-72 {
  margin-top: 18.1rem !important;
  margin-bottom: 18.1rem !important
}

.mx-72 {
  margin-left: 18.1rem !important;
  margin-right: 18.1rem !important
}

.my-80 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important
}

.mx-80 {
  margin-left: 20rem !important;
  margin-right: 20rem !important
}

.my-100 {
  margin-top: 25rem !important;
  margin-bottom: 25rem !important
}

.mx-100 {
  margin-left: 25rem !important;
  margin-right: 25rem !important
}

.my-112 {
  margin-top: 28rem !important;
  margin-bottom: 28rem !important
}

.mx-112 {
  margin-left: 28rem !important;
  margin-right: 28rem !important
}

.my-128 {
  margin-top: 32rem !important;
  margin-bottom: 32rem !important
}

.mx-128 {
  margin-left: 32rem !important;
  margin-right: 32rem !important
}

.my-143 {
  margin-top: 35.9rem !important;
  margin-bottom: 35.9rem !important
}

.mx-143 {
  margin-left: 35.9rem !important;
  margin-right: 35.9rem !important
}

.my-149 {
  margin-top: 37.4rem !important;
  margin-bottom: 37.4rem !important
}

.mx-149 {
  margin-left: 37.4rem !important;
  margin-right: 37.4rem !important
}

.my-240 {
  margin-top: 60rem !important;
  margin-bottom: 60rem !important
}

.mx-240 {
  margin-left: 60rem !important;
  margin-right: 60rem !important
}

.my-280 {
  margin-top: 70rem !important;
  margin-bottom: 70rem !important
}

.mx-280 {
  margin-left: 70rem !important;
  margin-right: 70rem !important
}

.my-291 {
  margin-top: 72.9rem !important;
  margin-bottom: 72.9rem !important
}

.mx-291 {
  margin-left: 72.9rem !important;
  margin-right: 72.9rem !important
}

.my-316 {
  margin-top: 79rem !important;
  margin-bottom: 79rem !important
}

.mx-316 {
  margin-left: 79rem !important;
  margin-right: 79rem !important
}

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

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

.my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-7 {
  margin-top: -1.8rem !important;
  margin-bottom: -1.8rem !important
}

.-mx-7 {
  margin-left: -1.8rem !important;
  margin-right: -1.8rem !important
}

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

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

.-my-9 {
  margin-top: -2.4rem !important;
  margin-bottom: -2.4rem !important
}

.-mx-9 {
  margin-left: -2.4rem !important;
  margin-right: -2.4rem !important
}

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

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

.-my-11 {
  margin-top: -2.6rem !important;
  margin-bottom: -2.6rem !important
}

.-mx-11 {
  margin-left: -2.6rem !important;
  margin-right: -2.6rem !important
}

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

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

.-my-14 {
  margin-top: -3.6rem !important;
  margin-bottom: -3.6rem !important
}

.-mx-14 {
  margin-left: -3.6rem !important;
  margin-right: -3.6rem !important
}

.-my-15 {
  margin-top: -3.8rem !important;
  margin-bottom: -3.8rem !important
}

.-mx-15 {
  margin-left: -3.8rem !important;
  margin-right: -3.8rem !important
}

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

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

.-my-18 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important
}

.-mx-18 {
  margin-left: -4.5rem !important;
  margin-right: -4.5rem !important
}

.-my-20 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important
}

.-mx-20 {
  margin-left: -5rem !important;
  margin-right: -5rem !important
}

.-my-21 {
  margin-top: -5.3rem !important;
  margin-bottom: -5.3rem !important
}

.-mx-21 {
  margin-left: -5.3rem !important;
  margin-right: -5.3rem !important
}

.-my-22 {
  margin-top: -5.7rem !important;
  margin-bottom: -5.7rem !important
}

.-mx-22 {
  margin-left: -5.7rem !important;
  margin-right: -5.7rem !important
}

.-my-24 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important
}

.-mx-24 {
  margin-left: -6rem !important;
  margin-right: -6rem !important
}

.-my-28 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important
}

.-mx-28 {
  margin-left: -7rem !important;
  margin-right: -7rem !important
}

.-my-30 {
  margin-top: -7.6rem !important;
  margin-bottom: -7.6rem !important
}

.-mx-30 {
  margin-left: -7.6rem !important;
  margin-right: -7.6rem !important
}

.-my-32 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important
}

.-mx-32 {
  margin-left: -8rem !important;
  margin-right: -8rem !important
}

.-my-36 {
  margin-top: -9.1rem !important;
  margin-bottom: -9.1rem !important
}

.-mx-36 {
  margin-left: -9.1rem !important;
  margin-right: -9.1rem !important
}

.-my-40 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important
}

.-mx-40 {
  margin-left: -10rem !important;
  margin-right: -10rem !important
}

.-my-46 {
  margin-top: -11.7rem !important;
  margin-bottom: -11.7rem !important
}

.-mx-46 {
  margin-left: -11.7rem !important;
  margin-right: -11.7rem !important
}

.-my-48 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important
}

.-mx-48 {
  margin-left: -12rem !important;
  margin-right: -12rem !important
}

.-my-56 {
  margin-top: -14rem !important;
  margin-bottom: -14rem !important
}

.-mx-56 {
  margin-left: -14rem !important;
  margin-right: -14rem !important
}

.-my-58 {
  margin-top: -14.7rem !important;
  margin-bottom: -14.7rem !important
}

.-mx-58 {
  margin-left: -14.7rem !important;
  margin-right: -14.7rem !important
}

.-my-62 {
  margin-top: -15.7rem !important;
  margin-bottom: -15.7rem !important
}

.-mx-62 {
  margin-left: -15.7rem !important;
  margin-right: -15.7rem !important
}

.-my-64 {
  margin-top: -16rem !important;
  margin-bottom: -16rem !important
}

.-mx-64 {
  margin-left: -16rem !important;
  margin-right: -16rem !important
}

.-my-69 {
  margin-top: -17.1rem !important;
  margin-bottom: -17.1rem !important
}

.-mx-69 {
  margin-left: -17.1rem !important;
  margin-right: -17.1rem !important
}

.-my-71 {
  margin-top: -17.9rem !important;
  margin-bottom: -17.9rem !important
}

.-mx-71 {
  margin-left: -17.9rem !important;
  margin-right: -17.9rem !important
}

.-my-72 {
  margin-top: -18.1rem !important;
  margin-bottom: -18.1rem !important
}

.-mx-72 {
  margin-left: -18.1rem !important;
  margin-right: -18.1rem !important
}

.-my-80 {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important
}

.-mx-80 {
  margin-left: -20rem !important;
  margin-right: -20rem !important
}

.-my-100 {
  margin-top: -25rem !important;
  margin-bottom: -25rem !important
}

.-mx-100 {
  margin-left: -25rem !important;
  margin-right: -25rem !important
}

.-my-112 {
  margin-top: -28rem !important;
  margin-bottom: -28rem !important
}

.-mx-112 {
  margin-left: -28rem !important;
  margin-right: -28rem !important
}

.-my-128 {
  margin-top: -32rem !important;
  margin-bottom: -32rem !important
}

.-mx-128 {
  margin-left: -32rem !important;
  margin-right: -32rem !important
}

.-my-143 {
  margin-top: -35.9rem !important;
  margin-bottom: -35.9rem !important
}

.-mx-143 {
  margin-left: -35.9rem !important;
  margin-right: -35.9rem !important
}

.-my-149 {
  margin-top: -37.4rem !important;
  margin-bottom: -37.4rem !important
}

.-mx-149 {
  margin-left: -37.4rem !important;
  margin-right: -37.4rem !important
}

.-my-240 {
  margin-top: -60rem !important;
  margin-bottom: -60rem !important
}

.-mx-240 {
  margin-left: -60rem !important;
  margin-right: -60rem !important
}

.-my-280 {
  margin-top: -70rem !important;
  margin-bottom: -70rem !important
}

.-mx-280 {
  margin-left: -70rem !important;
  margin-right: -70rem !important
}

.-my-291 {
  margin-top: -72.9rem !important;
  margin-bottom: -72.9rem !important
}

.-mx-291 {
  margin-left: -72.9rem !important;
  margin-right: -72.9rem !important
}

.-my-316 {
  margin-top: -79rem !important;
  margin-bottom: -79rem !important
}

.-mx-316 {
  margin-left: -79rem !important;
  margin-right: -79rem !important
}

.-my-px {
  margin-top: -1px !important;
  margin-bottom: -1px !important
}

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

.mt-0 {
  margin-top: 0 !important
}

.mr-0 {
  margin-right: 0 !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.ml-0 {
  margin-left: 0 !important
}

.mt-1 {
  margin-top: 0.25rem !important
}

.mr-1 {
  margin-right: 0.25rem !important
}

.mb-1 {
  margin-bottom: 0.25rem !important
}

.ml-1 {
  margin-left: 0.25rem !important
}

.mt-2 {
  margin-top: 0.5rem !important
}

.mr-2 {
  margin-right: 0.5rem !important
}

.mb-2 {
  margin-bottom: 0.5rem !important
}

.ml-2 {
  margin-left: 0.5rem !important
}

.mt-3 {
  margin-top: 0.75rem !important
}

.mr-3 {
  margin-right: 0.75rem !important
}

.mb-3 {
  margin-bottom: 0.75rem !important
}

.ml-3 {
  margin-left: 0.75rem !important
}

.mt-4 {
  margin-top: 1rem !important
}

.mr-4 {
  margin-right: 1rem !important
}

.mb-4 {
  margin-bottom: 1rem !important
}

.ml-4 {
  margin-left: 1rem !important
}

.mt-5 {
  margin-top: 1.25rem !important
}

.mr-5 {
  margin-right: 1.25rem !important
}

.mb-5 {
  margin-bottom: 1.25rem !important
}

.ml-5 {
  margin-left: 1.25rem !important
}

.mt-6 {
  margin-top: 1.5rem !important
}

.mr-6 {
  margin-right: 1.5rem !important
}

.mb-6 {
  margin-bottom: 1.5rem !important
}

.ml-6 {
  margin-left: 1.5rem !important
}

.mt-7 {
  margin-top: 1.8rem !important
}

.mr-7 {
  margin-right: 1.8rem !important
}

.mb-7 {
  margin-bottom: 1.8rem !important
}

.ml-7 {
  margin-left: 1.8rem !important
}

.mt-8 {
  margin-top: 2rem !important
}

.mr-8 {
  margin-right: 2rem !important
}

.mb-8 {
  margin-bottom: 2rem !important
}

.ml-8 {
  margin-left: 2rem !important
}

.mt-9 {
  margin-top: 2.4rem !important
}

.mr-9 {
  margin-right: 2.4rem !important
}

.mb-9 {
  margin-bottom: 2.4rem !important
}

.ml-9 {
  margin-left: 2.4rem !important
}

.mt-10 {
  margin-top: 2.5rem !important
}

.mr-10 {
  margin-right: 2.5rem !important
}

.mb-10 {
  margin-bottom: 2.5rem !important
}

.ml-10 {
  margin-left: 2.5rem !important
}

.mt-11 {
  margin-top: 2.6rem !important
}

.mr-11 {
  margin-right: 2.6rem !important
}

.mb-11 {
  margin-bottom: 2.6rem !important
}

.ml-11 {
  margin-left: 2.6rem !important
}

.mt-12 {
  margin-top: 3rem !important
}

.mr-12 {
  margin-right: 3rem !important
}

.mb-12 {
  margin-bottom: 3rem !important
}

.ml-12 {
  margin-left: 3rem !important
}

.mt-14 {
  margin-top: 3.6rem !important
}

.mr-14 {
  margin-right: 3.6rem !important
}

.mb-14 {
  margin-bottom: 3.6rem !important
}

.ml-14 {
  margin-left: 3.6rem !important
}

.mt-15 {
  margin-top: 3.8rem !important
}

.mr-15 {
  margin-right: 3.8rem !important
}

.mb-15 {
  margin-bottom: 3.8rem !important
}

.ml-15 {
  margin-left: 3.8rem !important
}

.mt-16 {
  margin-top: 4rem !important
}

.mr-16 {
  margin-right: 4rem !important
}

.mb-16 {
  margin-bottom: 4rem !important
}

.ml-16 {
  margin-left: 4rem !important
}

.mt-18 {
  margin-top: 4.5rem !important
}

.mr-18 {
  margin-right: 4.5rem !important
}

.mb-18 {
  margin-bottom: 4.5rem !important
}

.ml-18 {
  margin-left: 4.5rem !important
}

.mt-20 {
  margin-top: 5rem !important
}

.mr-20 {
  margin-right: 5rem !important
}

.mb-20 {
  margin-bottom: 5rem !important
}

.ml-20 {
  margin-left: 5rem !important
}

.mt-21 {
  margin-top: 5.3rem !important
}

.mr-21 {
  margin-right: 5.3rem !important
}

.mb-21 {
  margin-bottom: 5.3rem !important
}

.ml-21 {
  margin-left: 5.3rem !important
}

.mt-22 {
  margin-top: 5.7rem !important
}

.mr-22 {
  margin-right: 5.7rem !important
}

.mb-22 {
  margin-bottom: 5.7rem !important
}

.ml-22 {
  margin-left: 5.7rem !important
}

.mt-24 {
  margin-top: 6rem !important
}

.mr-24 {
  margin-right: 6rem !important
}

.mb-24 {
  margin-bottom: 6rem !important
}

.ml-24 {
  margin-left: 6rem !important
}

.mt-28 {
  margin-top: 7rem !important
}

.mr-28 {
  margin-right: 7rem !important
}

.mb-28 {
  margin-bottom: 7rem !important
}

.ml-28 {
  margin-left: 7rem !important
}

.mt-30 {
  margin-top: 7.6rem !important
}

.mr-30 {
  margin-right: 7.6rem !important
}

.mb-30 {
  margin-bottom: 7.6rem !important
}

.ml-30 {
  margin-left: 7.6rem !important
}

.mt-32 {
  margin-top: 8rem !important
}

.mr-32 {
  margin-right: 8rem !important
}

.mb-32 {
  margin-bottom: 8rem !important
}

.ml-32 {
  margin-left: 8rem !important
}

.mt-36 {
  margin-top: 9.1rem !important
}

.mr-36 {
  margin-right: 9.1rem !important
}

.mb-36 {
  margin-bottom: 9.1rem !important
}

.ml-36 {
  margin-left: 9.1rem !important
}

.mt-40 {
  margin-top: 10rem !important
}

.mr-40 {
  margin-right: 10rem !important
}

.mb-40 {
  margin-bottom: 10rem !important
}

.ml-40 {
  margin-left: 10rem !important
}

.mt-46 {
  margin-top: 11.7rem !important
}

.mr-46 {
  margin-right: 11.7rem !important
}

.mb-46 {
  margin-bottom: 11.7rem !important
}

.ml-46 {
  margin-left: 11.7rem !important
}

.mt-48 {
  margin-top: 12rem !important
}

.mr-48 {
  margin-right: 12rem !important
}

.mb-48 {
  margin-bottom: 12rem !important
}

.ml-48 {
  margin-left: 12rem !important
}

.mt-56 {
  margin-top: 14rem !important
}

.mr-56 {
  margin-right: 14rem !important
}

.mb-56 {
  margin-bottom: 14rem !important
}

.ml-56 {
  margin-left: 14rem !important
}

.mt-58 {
  margin-top: 14.7rem !important
}

.mr-58 {
  margin-right: 14.7rem !important
}

.mb-58 {
  margin-bottom: 14.7rem !important
}

.ml-58 {
  margin-left: 14.7rem !important
}

.mt-62 {
  margin-top: 15.7rem !important
}

.mr-62 {
  margin-right: 15.7rem !important
}

.mb-62 {
  margin-bottom: 15.7rem !important
}

.ml-62 {
  margin-left: 15.7rem !important
}

.mt-64 {
  margin-top: 16rem !important
}

.mr-64 {
  margin-right: 16rem !important
}

.mb-64 {
  margin-bottom: 16rem !important
}

.ml-64 {
  margin-left: 16rem !important
}

.mt-69 {
  margin-top: 17.1rem !important
}

.mr-69 {
  margin-right: 17.1rem !important
}

.mb-69 {
  margin-bottom: 17.1rem !important
}

.ml-69 {
  margin-left: 17.1rem !important
}

.mt-71 {
  margin-top: 17.9rem !important
}

.mr-71 {
  margin-right: 17.9rem !important
}

.mb-71 {
  margin-bottom: 17.9rem !important
}

.ml-71 {
  margin-left: 17.9rem !important
}

.mt-72 {
  margin-top: 18.1rem !important
}

.mr-72 {
  margin-right: 18.1rem !important
}

.mb-72 {
  margin-bottom: 18.1rem !important
}

.ml-72 {
  margin-left: 18.1rem !important
}

.mt-80 {
  margin-top: 20rem !important
}

.mr-80 {
  margin-right: 20rem !important
}

.mb-80 {
  margin-bottom: 20rem !important
}

.ml-80 {
  margin-left: 20rem !important
}

.mt-100 {
  margin-top: 25rem !important
}

.mr-100 {
  margin-right: 25rem !important
}

.mb-100 {
  margin-bottom: 25rem !important
}

.ml-100 {
  margin-left: 25rem !important
}

.mt-112 {
  margin-top: 28rem !important
}

.mr-112 {
  margin-right: 28rem !important
}

.mb-112 {
  margin-bottom: 28rem !important
}

.ml-112 {
  margin-left: 28rem !important
}

.mt-128 {
  margin-top: 32rem !important
}

.mr-128 {
  margin-right: 32rem !important
}

.mb-128 {
  margin-bottom: 32rem !important
}

.ml-128 {
  margin-left: 32rem !important
}

.mt-143 {
  margin-top: 35.9rem !important
}

.mr-143 {
  margin-right: 35.9rem !important
}

.mb-143 {
  margin-bottom: 35.9rem !important
}

.ml-143 {
  margin-left: 35.9rem !important
}

.mt-149 {
  margin-top: 37.4rem !important
}

.mr-149 {
  margin-right: 37.4rem !important
}

.mb-149 {
  margin-bottom: 37.4rem !important
}

.ml-149 {
  margin-left: 37.4rem !important
}

.mt-240 {
  margin-top: 60rem !important
}

.mr-240 {
  margin-right: 60rem !important
}

.mb-240 {
  margin-bottom: 60rem !important
}

.ml-240 {
  margin-left: 60rem !important
}

.mt-280 {
  margin-top: 70rem !important
}

.mr-280 {
  margin-right: 70rem !important
}

.mb-280 {
  margin-bottom: 70rem !important
}

.ml-280 {
  margin-left: 70rem !important
}

.mt-291 {
  margin-top: 72.9rem !important
}

.mr-291 {
  margin-right: 72.9rem !important
}

.mb-291 {
  margin-bottom: 72.9rem !important
}

.ml-291 {
  margin-left: 72.9rem !important
}

.mt-316 {
  margin-top: 79rem !important
}

.mr-316 {
  margin-right: 79rem !important
}

.mb-316 {
  margin-bottom: 79rem !important
}

.ml-316 {
  margin-left: 79rem !important
}

.mt-auto {
  margin-top: auto !important
}

.mr-auto {
  margin-right: auto !important
}

.mb-auto {
  margin-bottom: auto !important
}

.ml-auto {
  margin-left: auto !important
}

.mt-px {
  margin-top: 1px !important
}

.mr-px {
  margin-right: 1px !important
}

.mb-px {
  margin-bottom: 1px !important
}

.ml-px {
  margin-left: 1px !important
}

.-mt-1 {
  margin-top: -0.25rem !important
}

.-mr-1 {
  margin-right: -0.25rem !important
}

.-mb-1 {
  margin-bottom: -0.25rem !important
}

.-ml-1 {
  margin-left: -0.25rem !important
}

.-mt-2 {
  margin-top: -0.5rem !important
}

.-mr-2 {
  margin-right: -0.5rem !important
}

.-mb-2 {
  margin-bottom: -0.5rem !important
}

.-ml-2 {
  margin-left: -0.5rem !important
}

.-mt-3 {
  margin-top: -0.75rem !important
}

.-mr-3 {
  margin-right: -0.75rem !important
}

.-mb-3 {
  margin-bottom: -0.75rem !important
}

.-ml-3 {
  margin-left: -0.75rem !important
}

.-mt-4 {
  margin-top: -1rem !important
}

.-mr-4 {
  margin-right: -1rem !important
}

.-mb-4 {
  margin-bottom: -1rem !important
}

.-ml-4 {
  margin-left: -1rem !important
}

.-mt-5 {
  margin-top: -1.25rem !important
}

.-mr-5 {
  margin-right: -1.25rem !important
}

.-mb-5 {
  margin-bottom: -1.25rem !important
}

.-ml-5 {
  margin-left: -1.25rem !important
}

.-mt-6 {
  margin-top: -1.5rem !important
}

.-mr-6 {
  margin-right: -1.5rem !important
}

.-mb-6 {
  margin-bottom: -1.5rem !important
}

.-ml-6 {
  margin-left: -1.5rem !important
}

.-mt-7 {
  margin-top: -1.8rem !important
}

.-mr-7 {
  margin-right: -1.8rem !important
}

.-mb-7 {
  margin-bottom: -1.8rem !important
}

.-ml-7 {
  margin-left: -1.8rem !important
}

.-mt-8 {
  margin-top: -2rem !important
}

.-mr-8 {
  margin-right: -2rem !important
}

.-mb-8 {
  margin-bottom: -2rem !important
}

.-ml-8 {
  margin-left: -2rem !important
}

.-mt-9 {
  margin-top: -2.4rem !important
}

.-mr-9 {
  margin-right: -2.4rem !important
}

.-mb-9 {
  margin-bottom: -2.4rem !important
}

.-ml-9 {
  margin-left: -2.4rem !important
}

.-mt-10 {
  margin-top: -2.5rem !important
}

.-mr-10 {
  margin-right: -2.5rem !important
}

.-mb-10 {
  margin-bottom: -2.5rem !important
}

.-ml-10 {
  margin-left: -2.5rem !important
}

.-mt-11 {
  margin-top: -2.6rem !important
}

.-mr-11 {
  margin-right: -2.6rem !important
}

.-mb-11 {
  margin-bottom: -2.6rem !important
}

.-ml-11 {
  margin-left: -2.6rem !important
}

.-mt-12 {
  margin-top: -3rem !important
}

.-mr-12 {
  margin-right: -3rem !important
}

.-mb-12 {
  margin-bottom: -3rem !important
}

.-ml-12 {
  margin-left: -3rem !important
}

.-mt-14 {
  margin-top: -3.6rem !important
}

.-mr-14 {
  margin-right: -3.6rem !important
}

.-mb-14 {
  margin-bottom: -3.6rem !important
}

.-ml-14 {
  margin-left: -3.6rem !important
}

.-mt-15 {
  margin-top: -3.8rem !important
}

.-mr-15 {
  margin-right: -3.8rem !important
}

.-mb-15 {
  margin-bottom: -3.8rem !important
}

.-ml-15 {
  margin-left: -3.8rem !important
}

.-mt-16 {
  margin-top: -4rem !important
}

.-mr-16 {
  margin-right: -4rem !important
}

.-mb-16 {
  margin-bottom: -4rem !important
}

.-ml-16 {
  margin-left: -4rem !important
}

.-mt-18 {
  margin-top: -4.5rem !important
}

.-mr-18 {
  margin-right: -4.5rem !important
}

.-mb-18 {
  margin-bottom: -4.5rem !important
}

.-ml-18 {
  margin-left: -4.5rem !important
}

.-mt-20 {
  margin-top: -5rem !important
}

.-mr-20 {
  margin-right: -5rem !important
}

.-mb-20 {
  margin-bottom: -5rem !important
}

.-ml-20 {
  margin-left: -5rem !important
}

.-mt-21 {
  margin-top: -5.3rem !important
}

.-mr-21 {
  margin-right: -5.3rem !important
}

.-mb-21 {
  margin-bottom: -5.3rem !important
}

.-ml-21 {
  margin-left: -5.3rem !important
}

.-mt-22 {
  margin-top: -5.7rem !important
}

.-mr-22 {
  margin-right: -5.7rem !important
}

.-mb-22 {
  margin-bottom: -5.7rem !important
}

.-ml-22 {
  margin-left: -5.7rem !important
}

.-mt-24 {
  margin-top: -6rem !important
}

.-mr-24 {
  margin-right: -6rem !important
}

.-mb-24 {
  margin-bottom: -6rem !important
}

.-ml-24 {
  margin-left: -6rem !important
}

.-mt-28 {
  margin-top: -7rem !important
}

.-mr-28 {
  margin-right: -7rem !important
}

.-mb-28 {
  margin-bottom: -7rem !important
}

.-ml-28 {
  margin-left: -7rem !important
}

.-mt-30 {
  margin-top: -7.6rem !important
}

.-mr-30 {
  margin-right: -7.6rem !important
}

.-mb-30 {
  margin-bottom: -7.6rem !important
}

.-ml-30 {
  margin-left: -7.6rem !important
}

.-mt-32 {
  margin-top: -8rem !important
}

.-mr-32 {
  margin-right: -8rem !important
}

.-mb-32 {
  margin-bottom: -8rem !important
}

.-ml-32 {
  margin-left: -8rem !important
}

.-mt-36 {
  margin-top: -9.1rem !important
}

.-mr-36 {
  margin-right: -9.1rem !important
}

.-mb-36 {
  margin-bottom: -9.1rem !important
}

.-ml-36 {
  margin-left: -9.1rem !important
}

.-mt-40 {
  margin-top: -10rem !important
}

.-mr-40 {
  margin-right: -10rem !important
}

.-mb-40 {
  margin-bottom: -10rem !important
}

.-ml-40 {
  margin-left: -10rem !important
}

.-mt-46 {
  margin-top: -11.7rem !important
}

.-mr-46 {
  margin-right: -11.7rem !important
}

.-mb-46 {
  margin-bottom: -11.7rem !important
}

.-ml-46 {
  margin-left: -11.7rem !important
}

.-mt-48 {
  margin-top: -12rem !important
}

.-mr-48 {
  margin-right: -12rem !important
}

.-mb-48 {
  margin-bottom: -12rem !important
}

.-ml-48 {
  margin-left: -12rem !important
}

.-mt-56 {
  margin-top: -14rem !important
}

.-mr-56 {
  margin-right: -14rem !important
}

.-mb-56 {
  margin-bottom: -14rem !important
}

.-ml-56 {
  margin-left: -14rem !important
}

.-mt-58 {
  margin-top: -14.7rem !important
}

.-mr-58 {
  margin-right: -14.7rem !important
}

.-mb-58 {
  margin-bottom: -14.7rem !important
}

.-ml-58 {
  margin-left: -14.7rem !important
}

.-mt-62 {
  margin-top: -15.7rem !important
}

.-mr-62 {
  margin-right: -15.7rem !important
}

.-mb-62 {
  margin-bottom: -15.7rem !important
}

.-ml-62 {
  margin-left: -15.7rem !important
}

.-mt-64 {
  margin-top: -16rem !important
}

.-mr-64 {
  margin-right: -16rem !important
}

.-mb-64 {
  margin-bottom: -16rem !important
}

.-ml-64 {
  margin-left: -16rem !important
}

.-mt-69 {
  margin-top: -17.1rem !important
}

.-mr-69 {
  margin-right: -17.1rem !important
}

.-mb-69 {
  margin-bottom: -17.1rem !important
}

.-ml-69 {
  margin-left: -17.1rem !important
}

.-mt-71 {
  margin-top: -17.9rem !important
}

.-mr-71 {
  margin-right: -17.9rem !important
}

.-mb-71 {
  margin-bottom: -17.9rem !important
}

.-ml-71 {
  margin-left: -17.9rem !important
}

.-mt-72 {
  margin-top: -18.1rem !important
}

.-mr-72 {
  margin-right: -18.1rem !important
}

.-mb-72 {
  margin-bottom: -18.1rem !important
}

.-ml-72 {
  margin-left: -18.1rem !important
}

.-mt-80 {
  margin-top: -20rem !important
}

.-mr-80 {
  margin-right: -20rem !important
}

.-mb-80 {
  margin-bottom: -20rem !important
}

.-ml-80 {
  margin-left: -20rem !important
}

.-mt-100 {
  margin-top: -25rem !important
}

.-mr-100 {
  margin-right: -25rem !important
}

.-mb-100 {
  margin-bottom: -25rem !important
}

.-ml-100 {
  margin-left: -25rem !important
}

.-mt-112 {
  margin-top: -28rem !important
}

.-mr-112 {
  margin-right: -28rem !important
}

.-mb-112 {
  margin-bottom: -28rem !important
}

.-ml-112 {
  margin-left: -28rem !important
}

.-mt-128 {
  margin-top: -32rem !important
}

.-mr-128 {
  margin-right: -32rem !important
}

.-mb-128 {
  margin-bottom: -32rem !important
}

.-ml-128 {
  margin-left: -32rem !important
}

.-mt-143 {
  margin-top: -35.9rem !important
}

.-mr-143 {
  margin-right: -35.9rem !important
}

.-mb-143 {
  margin-bottom: -35.9rem !important
}

.-ml-143 {
  margin-left: -35.9rem !important
}

.-mt-149 {
  margin-top: -37.4rem !important
}

.-mr-149 {
  margin-right: -37.4rem !important
}

.-mb-149 {
  margin-bottom: -37.4rem !important
}

.-ml-149 {
  margin-left: -37.4rem !important
}

.-mt-240 {
  margin-top: -60rem !important
}

.-mr-240 {
  margin-right: -60rem !important
}

.-mb-240 {
  margin-bottom: -60rem !important
}

.-ml-240 {
  margin-left: -60rem !important
}

.-mt-280 {
  margin-top: -70rem !important
}

.-mr-280 {
  margin-right: -70rem !important
}

.-mb-280 {
  margin-bottom: -70rem !important
}

.-ml-280 {
  margin-left: -70rem !important
}

.-mt-291 {
  margin-top: -72.9rem !important
}

.-mr-291 {
  margin-right: -72.9rem !important
}

.-mb-291 {
  margin-bottom: -72.9rem !important
}

.-ml-291 {
  margin-left: -72.9rem !important
}

.-mt-316 {
  margin-top: -79rem !important
}

.-mr-316 {
  margin-right: -79rem !important
}

.-mb-316 {
  margin-bottom: -79rem !important
}

.-ml-316 {
  margin-left: -79rem !important
}

.-mt-px {
  margin-top: -1px !important
}

.-mr-px {
  margin-right: -1px !important
}

.-mb-px {
  margin-bottom: -1px !important
}

.-ml-px {
  margin-left: -1px !important
}

.max-h-full {
  max-height: 100% !important
}

.max-h-screen {
  max-height: 100vh !important
}

.max-w-0 {
  max-width: 0 !important
}

.max-w-1 {
  max-width: 0.25rem !important
}

.max-w-2 {
  max-width: 0.5rem !important
}

.max-w-3 {
  max-width: 0.75rem !important
}

.max-w-4 {
  max-width: 1rem !important
}

.max-w-5 {
  max-width: 1.25rem !important
}

.max-w-6 {
  max-width: 1.5rem !important
}

.max-w-7 {
  max-width: 1.8rem !important
}

.max-w-8 {
  max-width: 2rem !important
}

.max-w-9 {
  max-width: 2.4rem !important
}

.max-w-10 {
  max-width: 2.5rem !important
}

.max-w-11 {
  max-width: 2.6rem !important
}

.max-w-12 {
  max-width: 3rem !important
}

.max-w-14 {
  max-width: 3.6rem !important
}

.max-w-15 {
  max-width: 3.8rem !important
}

.max-w-16 {
  max-width: 4rem !important
}

.max-w-18 {
  max-width: 4.5rem !important
}

.max-w-20 {
  max-width: 5rem !important
}

.max-w-21 {
  max-width: 5.3rem !important
}

.max-w-22 {
  max-width: 5.7rem !important
}

.max-w-24 {
  max-width: 6rem !important
}

.max-w-28 {
  max-width: 7rem !important
}

.max-w-30 {
  max-width: 7.6rem !important
}

.max-w-32 {
  max-width: 8rem !important
}

.max-w-36 {
  max-width: 9.1rem !important
}

.max-w-40 {
  max-width: 10rem !important
}

.max-w-46 {
  max-width: 11.7rem !important
}

.max-w-48 {
  max-width: 12rem !important
}

.max-w-56 {
  max-width: 14rem !important
}

.max-w-58 {
  max-width: 14.7rem !important
}

.max-w-62 {
  max-width: 15.7rem !important
}

.max-w-64 {
  max-width: 16rem !important
}

.max-w-69 {
  max-width: 17.1rem !important
}

.max-w-71 {
  max-width: 17.9rem !important
}

.max-w-72 {
  max-width: 18.1rem !important
}

.max-w-80 {
  max-width: 20rem !important
}

.max-w-100 {
  max-width: 25rem !important
}

.max-w-112 {
  max-width: 28rem !important
}

.max-w-128 {
  max-width: 32rem !important
}

.max-w-143 {
  max-width: 35.9rem !important
}

.max-w-149 {
  max-width: 37.4rem !important
}

.max-w-240 {
  max-width: 60rem !important
}

.max-w-280 {
  max-width: 70rem !important
}

.max-w-291 {
  max-width: 72.9rem !important
}

.max-w-316 {
  max-width: 79rem !important
}

.max-w-auto {
  max-width: auto !important
}

.max-w-xs {
  max-width: 20rem !important
}

.max-w-sm {
  max-width: 30rem !important
}

.max-w-md {
  max-width: 50rem !important
}

.max-w-lg {
  max-width: 78rem !important
}

.max-w-xl {
  max-width: 100rem !important
}

.max-w-full {
  max-width: 100% !important
}

.max-w-px {
  max-width: 1px !important
}

.min-h-0 {
  min-height: 0 !important
}

.min-h-69 {
  min-height: 17.3rem !important
}

.min-h-120 {
  min-height: 30rem !important
}

.min-h-full {
  min-height: 100% !important
}

.min-h-screen {
  min-height: 100vh !important
}

.min-w-0 {
  min-width: 0 !important
}

.min-w-1 {
  min-width: 0.25rem !important
}

.min-w-2 {
  min-width: 0.5rem !important
}

.min-w-3 {
  min-width: 0.75rem !important
}

.min-w-4 {
  min-width: 1rem !important
}

.min-w-5 {
  min-width: 1.25rem !important
}

.min-w-6 {
  min-width: 1.5rem !important
}

.min-w-7 {
  min-width: 1.8rem !important
}

.min-w-8 {
  min-width: 2rem !important
}

.min-w-9 {
  min-width: 2.4rem !important
}

.min-w-10 {
  min-width: 2.5rem !important
}

.min-w-11 {
  min-width: 2.6rem !important
}

.min-w-12 {
  min-width: 3rem !important
}

.min-w-14 {
  min-width: 3.6rem !important
}

.min-w-15 {
  min-width: 3.8rem !important
}

.min-w-16 {
  min-width: 4rem !important
}

.min-w-18 {
  min-width: 4.5rem !important
}

.min-w-20 {
  min-width: 5rem !important
}

.min-w-21 {
  min-width: 5.3rem !important
}

.min-w-22 {
  min-width: 5.7rem !important
}

.min-w-24 {
  min-width: 6rem !important
}

.min-w-28 {
  min-width: 7rem !important
}

.min-w-30 {
  min-width: 7.6rem !important
}

.min-w-32 {
  min-width: 8rem !important
}

.min-w-36 {
  min-width: 9.1rem !important
}

.min-w-40 {
  min-width: 10rem !important
}

.min-w-46 {
  min-width: 11.7rem !important
}

.min-w-48 {
  min-width: 12rem !important
}

.min-w-56 {
  min-width: 14rem !important
}

.min-w-58 {
  min-width: 14.7rem !important
}

.min-w-62 {
  min-width: 15.7rem !important
}

.min-w-64 {
  min-width: 16rem !important
}

.min-w-69 {
  min-width: 17.1rem !important
}

.min-w-71 {
  min-width: 17.9rem !important
}

.min-w-72 {
  min-width: 18.1rem !important
}

.min-w-80 {
  min-width: 20rem !important
}

.min-w-100 {
  min-width: 25rem !important
}

.min-w-112 {
  min-width: 28rem !important
}

.min-w-128 {
  min-width: 32rem !important
}

.min-w-143 {
  min-width: 35.9rem !important
}

.min-w-149 {
  min-width: 37.4rem !important
}

.min-w-240 {
  min-width: 60rem !important
}

.min-w-280 {
  min-width: 70rem !important
}

.min-w-291 {
  min-width: 72.9rem !important
}

.min-w-316 {
  min-width: 79rem !important
}

.min-w-auto {
  min-width: auto !important
}

.min-w-xs {
  min-width: 20rem !important
}

.min-w-sm {
  min-width: 30rem !important
}

.min-w-md {
  min-width: 50rem !important
}

.min-w-lg {
  min-width: 78rem !important
}

.min-w-xl {
  min-width: 100rem !important
}

.min-w-full {
  min-width: 100% !important
}

.min-w-px {
  min-width: 1px !important
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important
}

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important
}

.opacity-0 {
  opacity: 0 !important
}

.opacity-25 {
  opacity: 0.25 !important
}

.opacity-50 {
  opacity: 0.5 !important
}

.opacity-75 {
  opacity: 0.75 !important
}

.opacity-100 {
  opacity: 1 !important
}

.hover\:opacity-0:hover {
  opacity: 0 !important
}

.hover\:opacity-25:hover {
  opacity: 0.25 !important
}

.hover\:opacity-50:hover {
  opacity: 0.5 !important
}

.hover\:opacity-75:hover {
  opacity: 0.75 !important
}

.hover\:opacity-100:hover {
  opacity: 1 !important
}

.focus\:opacity-0:focus {
  opacity: 0 !important
}

.focus\:opacity-25:focus {
  opacity: 0.25 !important
}

.focus\:opacity-50:focus {
  opacity: 0.5 !important
}

.focus\:opacity-75:focus {
  opacity: 0.75 !important
}

.focus\:opacity-100:focus {
  opacity: 1 !important
}

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

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

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

.order-first {
  -webkit-box-ordinal-group: -9998 !important;
      -ms-flex-order: -9999 !important;
          order: -9999 !important
}

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

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

.outline-none {
  outline: 0 !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.overflow-visible {
  overflow: visible !important
}

.overflow-scroll {
  overflow: scroll !important
}

.overflow-x-auto {
  overflow-x: auto !important
}

.overflow-y-auto {
  overflow-y: auto !important
}

.overflow-x-hidden {
  overflow-x: hidden !important
}

.overflow-y-hidden {
  overflow-y: hidden !important
}

.overflow-x-visible {
  overflow-x: visible !important
}

.overflow-y-visible {
  overflow-y: visible !important
}

.overflow-x-scroll {
  overflow-x: scroll !important
}

.overflow-y-scroll {
  overflow-y: scroll !important
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch !important
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto !important
}

.overscroll-auto {
  -ms-scroll-chaining: chained !important;
      overscroll-behavior: auto !important
}

.overscroll-contain {
  -ms-scroll-chaining: none !important;
      overscroll-behavior: contain !important
}

.overscroll-none {
  -ms-scroll-chaining: none !important;
      overscroll-behavior: none !important
}

.overscroll-y-auto {
  overscroll-behavior-y: auto !important
}

.overscroll-y-contain {
  overscroll-behavior-y: contain !important
}

.overscroll-y-none {
  overscroll-behavior-y: none !important
}

.overscroll-x-auto {
  overscroll-behavior-x: auto !important
}

.overscroll-x-contain {
  overscroll-behavior-x: contain !important
}

.overscroll-x-none {
  overscroll-behavior-x: none !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: 0.25rem !important
}

.p-2 {
  padding: 0.5rem !important
}

.p-3 {
  padding: 0.75rem !important
}

.p-4 {
  padding: 1rem !important
}

.p-5 {
  padding: 1.25rem !important
}

.p-6 {
  padding: 1.5rem !important
}

.p-7 {
  padding: 1.8rem !important
}

.p-8 {
  padding: 2rem !important
}

.p-9 {
  padding: 2.4rem !important
}

.p-10 {
  padding: 2.5rem !important
}

.p-11 {
  padding: 2.6rem !important
}

.p-12 {
  padding: 3rem !important
}

.p-14 {
  padding: 3.6rem !important
}

.p-15 {
  padding: 3.8rem !important
}

.p-16 {
  padding: 4rem !important
}

.p-18 {
  padding: 4.5rem !important
}

.p-20 {
  padding: 5rem !important
}

.p-21 {
  padding: 5.3rem !important
}

.p-22 {
  padding: 5.7rem !important
}

.p-24 {
  padding: 6rem !important
}

.p-28 {
  padding: 7rem !important
}

.p-30 {
  padding: 7.6rem !important
}

.p-32 {
  padding: 8rem !important
}

.p-36 {
  padding: 9.1rem !important
}

.p-40 {
  padding: 10rem !important
}

.p-46 {
  padding: 11.7rem !important
}

.p-48 {
  padding: 12rem !important
}

.p-56 {
  padding: 14rem !important
}

.p-58 {
  padding: 14.7rem !important
}

.p-62 {
  padding: 15.7rem !important
}

.p-64 {
  padding: 16rem !important
}

.p-69 {
  padding: 17.1rem !important
}

.p-71 {
  padding: 17.9rem !important
}

.p-72 {
  padding: 18.1rem !important
}

.p-80 {
  padding: 20rem !important
}

.p-100 {
  padding: 25rem !important
}

.p-112 {
  padding: 28rem !important
}

.p-128 {
  padding: 32rem !important
}

.p-143 {
  padding: 35.9rem !important
}

.p-149 {
  padding: 37.4rem !important
}

.p-240 {
  padding: 60rem !important
}

.p-280 {
  padding: 70rem !important
}

.p-291 {
  padding: 72.9rem !important
}

.p-316 {
  padding: 79rem !important
}

.p-px {
  padding: 1px !important
}

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

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important
}

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

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

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important
}

.py-7 {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important
}

.px-7 {
  padding-left: 1.8rem !important;
  padding-right: 1.8rem !important
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important
}

.py-9 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important
}

.px-9 {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important
}

.py-11 {
  padding-top: 2.6rem !important;
  padding-bottom: 2.6rem !important
}

.px-11 {
  padding-left: 2.6rem !important;
  padding-right: 2.6rem !important
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important
}

.py-14 {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important
}

.px-14 {
  padding-left: 3.6rem !important;
  padding-right: 3.6rem !important
}

.py-15 {
  padding-top: 3.8rem !important;
  padding-bottom: 3.8rem !important
}

.px-15 {
  padding-left: 3.8rem !important;
  padding-right: 3.8rem !important
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important
}

.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important
}

.px-18 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important
}

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important
}

.py-21 {
  padding-top: 5.3rem !important;
  padding-bottom: 5.3rem !important
}

.px-21 {
  padding-left: 5.3rem !important;
  padding-right: 5.3rem !important
}

.py-22 {
  padding-top: 5.7rem !important;
  padding-bottom: 5.7rem !important
}

.px-22 {
  padding-left: 5.7rem !important;
  padding-right: 5.7rem !important
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important
}

.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important
}

.py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important
}

.px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important
}

.py-30 {
  padding-top: 7.6rem !important;
  padding-bottom: 7.6rem !important
}

.px-30 {
  padding-left: 7.6rem !important;
  padding-right: 7.6rem !important
}

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important
}

.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important
}

.py-36 {
  padding-top: 9.1rem !important;
  padding-bottom: 9.1rem !important
}

.px-36 {
  padding-left: 9.1rem !important;
  padding-right: 9.1rem !important
}

.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important
}

.px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important
}

.py-46 {
  padding-top: 11.7rem !important;
  padding-bottom: 11.7rem !important
}

.px-46 {
  padding-left: 11.7rem !important;
  padding-right: 11.7rem !important
}

.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important
}

.px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important
}

.py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important
}

.px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important
}

.py-58 {
  padding-top: 14.7rem !important;
  padding-bottom: 14.7rem !important
}

.px-58 {
  padding-left: 14.7rem !important;
  padding-right: 14.7rem !important
}

.py-62 {
  padding-top: 15.7rem !important;
  padding-bottom: 15.7rem !important
}

.px-62 {
  padding-left: 15.7rem !important;
  padding-right: 15.7rem !important
}

.py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important
}

.px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important
}

.py-69 {
  padding-top: 17.1rem !important;
  padding-bottom: 17.1rem !important
}

.px-69 {
  padding-left: 17.1rem !important;
  padding-right: 17.1rem !important
}

.py-71 {
  padding-top: 17.9rem !important;
  padding-bottom: 17.9rem !important
}

.px-71 {
  padding-left: 17.9rem !important;
  padding-right: 17.9rem !important
}

.py-72 {
  padding-top: 18.1rem !important;
  padding-bottom: 18.1rem !important
}

.px-72 {
  padding-left: 18.1rem !important;
  padding-right: 18.1rem !important
}

.py-80 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important
}

.px-80 {
  padding-left: 20rem !important;
  padding-right: 20rem !important
}

.py-100 {
  padding-top: 25rem !important;
  padding-bottom: 25rem !important
}

.px-100 {
  padding-left: 25rem !important;
  padding-right: 25rem !important
}

.py-112 {
  padding-top: 28rem !important;
  padding-bottom: 28rem !important
}

.px-112 {
  padding-left: 28rem !important;
  padding-right: 28rem !important
}

.py-128 {
  padding-top: 32rem !important;
  padding-bottom: 32rem !important
}

.px-128 {
  padding-left: 32rem !important;
  padding-right: 32rem !important
}

.py-143 {
  padding-top: 35.9rem !important;
  padding-bottom: 35.9rem !important
}

.px-143 {
  padding-left: 35.9rem !important;
  padding-right: 35.9rem !important
}

.py-149 {
  padding-top: 37.4rem !important;
  padding-bottom: 37.4rem !important
}

.px-149 {
  padding-left: 37.4rem !important;
  padding-right: 37.4rem !important
}

.py-240 {
  padding-top: 60rem !important;
  padding-bottom: 60rem !important
}

.px-240 {
  padding-left: 60rem !important;
  padding-right: 60rem !important
}

.py-280 {
  padding-top: 70rem !important;
  padding-bottom: 70rem !important
}

.px-280 {
  padding-left: 70rem !important;
  padding-right: 70rem !important
}

.py-291 {
  padding-top: 72.9rem !important;
  padding-bottom: 72.9rem !important
}

.px-291 {
  padding-left: 72.9rem !important;
  padding-right: 72.9rem !important
}

.py-316 {
  padding-top: 79rem !important;
  padding-bottom: 79rem !important
}

.px-316 {
  padding-left: 79rem !important;
  padding-right: 79rem !important
}

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

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

.pt-0 {
  padding-top: 0 !important
}

.pr-0 {
  padding-right: 0 !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pl-0 {
  padding-left: 0 !important
}

.pt-1 {
  padding-top: 0.25rem !important
}

.pr-1 {
  padding-right: 0.25rem !important
}

.pb-1 {
  padding-bottom: 0.25rem !important
}

.pl-1 {
  padding-left: 0.25rem !important
}

.pt-2 {
  padding-top: 0.5rem !important
}

.pr-2 {
  padding-right: 0.5rem !important
}

.pb-2 {
  padding-bottom: 0.5rem !important
}

.pl-2 {
  padding-left: 0.5rem !important
}

.pt-3 {
  padding-top: 0.75rem !important
}

.pr-3 {
  padding-right: 0.75rem !important
}

.pb-3 {
  padding-bottom: 0.75rem !important
}

.pl-3 {
  padding-left: 0.75rem !important
}

.pt-4 {
  padding-top: 1rem !important
}

.pr-4 {
  padding-right: 1rem !important
}

.pb-4 {
  padding-bottom: 1rem !important
}

.pl-4 {
  padding-left: 1rem !important
}

.pt-5 {
  padding-top: 1.25rem !important
}

.pr-5 {
  padding-right: 1.25rem !important
}

.pb-5 {
  padding-bottom: 1.25rem !important
}

.pl-5 {
  padding-left: 1.25rem !important
}

.pt-6 {
  padding-top: 1.5rem !important
}

.pr-6 {
  padding-right: 1.5rem !important
}

.pb-6 {
  padding-bottom: 1.5rem !important
}

.pl-6 {
  padding-left: 1.5rem !important
}

.pt-7 {
  padding-top: 1.8rem !important
}

.pr-7 {
  padding-right: 1.8rem !important
}

.pb-7 {
  padding-bottom: 1.8rem !important
}

.pl-7 {
  padding-left: 1.8rem !important
}

.pt-8 {
  padding-top: 2rem !important
}

.pr-8 {
  padding-right: 2rem !important
}

.pb-8 {
  padding-bottom: 2rem !important
}

.pl-8 {
  padding-left: 2rem !important
}

.pt-9 {
  padding-top: 2.4rem !important
}

.pr-9 {
  padding-right: 2.4rem !important
}

.pb-9 {
  padding-bottom: 2.4rem !important
}

.pl-9 {
  padding-left: 2.4rem !important
}

.pt-10 {
  padding-top: 2.5rem !important
}

.pr-10 {
  padding-right: 2.5rem !important
}

.pb-10 {
  padding-bottom: 2.5rem !important
}

.pl-10 {
  padding-left: 2.5rem !important
}

.pt-11 {
  padding-top: 2.6rem !important
}

.pr-11 {
  padding-right: 2.6rem !important
}

.pb-11 {
  padding-bottom: 2.6rem !important
}

.pl-11 {
  padding-left: 2.6rem !important
}

.pt-12 {
  padding-top: 3rem !important
}

.pr-12 {
  padding-right: 3rem !important
}

.pb-12 {
  padding-bottom: 3rem !important
}

.pl-12 {
  padding-left: 3rem !important
}

.pt-14 {
  padding-top: 3.6rem !important
}

.pr-14 {
  padding-right: 3.6rem !important
}

.pb-14 {
  padding-bottom: 3.6rem !important
}

.pl-14 {
  padding-left: 3.6rem !important
}

.pt-15 {
  padding-top: 3.8rem !important
}

.pr-15 {
  padding-right: 3.8rem !important
}

.pb-15 {
  padding-bottom: 3.8rem !important
}

.pl-15 {
  padding-left: 3.8rem !important
}

.pt-16 {
  padding-top: 4rem !important
}

.pr-16 {
  padding-right: 4rem !important
}

.pb-16 {
  padding-bottom: 4rem !important
}

.pl-16 {
  padding-left: 4rem !important
}

.pt-18 {
  padding-top: 4.5rem !important
}

.pr-18 {
  padding-right: 4.5rem !important
}

.pb-18 {
  padding-bottom: 4.5rem !important
}

.pl-18 {
  padding-left: 4.5rem !important
}

.pt-20 {
  padding-top: 5rem !important
}

.pr-20 {
  padding-right: 5rem !important
}

.pb-20 {
  padding-bottom: 5rem !important
}

.pl-20 {
  padding-left: 5rem !important
}

.pt-21 {
  padding-top: 5.3rem !important
}

.pr-21 {
  padding-right: 5.3rem !important
}

.pb-21 {
  padding-bottom: 5.3rem !important
}

.pl-21 {
  padding-left: 5.3rem !important
}

.pt-22 {
  padding-top: 5.7rem !important
}

.pr-22 {
  padding-right: 5.7rem !important
}

.pb-22 {
  padding-bottom: 5.7rem !important
}

.pl-22 {
  padding-left: 5.7rem !important
}

.pt-24 {
  padding-top: 6rem !important
}

.pr-24 {
  padding-right: 6rem !important
}

.pb-24 {
  padding-bottom: 6rem !important
}

.pl-24 {
  padding-left: 6rem !important
}

.pt-28 {
  padding-top: 7rem !important
}

.pr-28 {
  padding-right: 7rem !important
}

.pb-28 {
  padding-bottom: 7rem !important
}

.pl-28 {
  padding-left: 7rem !important
}

.pt-30 {
  padding-top: 7.6rem !important
}

.pr-30 {
  padding-right: 7.6rem !important
}

.pb-30 {
  padding-bottom: 7.6rem !important
}

.pl-30 {
  padding-left: 7.6rem !important
}

.pt-32 {
  padding-top: 8rem !important
}

.pr-32 {
  padding-right: 8rem !important
}

.pb-32 {
  padding-bottom: 8rem !important
}

.pl-32 {
  padding-left: 8rem !important
}

.pt-36 {
  padding-top: 9.1rem !important
}

.pr-36 {
  padding-right: 9.1rem !important
}

.pb-36 {
  padding-bottom: 9.1rem !important
}

.pl-36 {
  padding-left: 9.1rem !important
}

.pt-40 {
  padding-top: 10rem !important
}

.pr-40 {
  padding-right: 10rem !important
}

.pb-40 {
  padding-bottom: 10rem !important
}

.pl-40 {
  padding-left: 10rem !important
}

.pt-46 {
  padding-top: 11.7rem !important
}

.pr-46 {
  padding-right: 11.7rem !important
}

.pb-46 {
  padding-bottom: 11.7rem !important
}

.pl-46 {
  padding-left: 11.7rem !important
}

.pt-48 {
  padding-top: 12rem !important
}

.pr-48 {
  padding-right: 12rem !important
}

.pb-48 {
  padding-bottom: 12rem !important
}

.pl-48 {
  padding-left: 12rem !important
}

.pt-56 {
  padding-top: 14rem !important
}

.pr-56 {
  padding-right: 14rem !important
}

.pb-56 {
  padding-bottom: 14rem !important
}

.pl-56 {
  padding-left: 14rem !important
}

.pt-58 {
  padding-top: 14.7rem !important
}

.pr-58 {
  padding-right: 14.7rem !important
}

.pb-58 {
  padding-bottom: 14.7rem !important
}

.pl-58 {
  padding-left: 14.7rem !important
}

.pt-62 {
  padding-top: 15.7rem !important
}

.pr-62 {
  padding-right: 15.7rem !important
}

.pb-62 {
  padding-bottom: 15.7rem !important
}

.pl-62 {
  padding-left: 15.7rem !important
}

.pt-64 {
  padding-top: 16rem !important
}

.pr-64 {
  padding-right: 16rem !important
}

.pb-64 {
  padding-bottom: 16rem !important
}

.pl-64 {
  padding-left: 16rem !important
}

.pt-69 {
  padding-top: 17.1rem !important
}

.pr-69 {
  padding-right: 17.1rem !important
}

.pb-69 {
  padding-bottom: 17.1rem !important
}

.pl-69 {
  padding-left: 17.1rem !important
}

.pt-71 {
  padding-top: 17.9rem !important
}

.pr-71 {
  padding-right: 17.9rem !important
}

.pb-71 {
  padding-bottom: 17.9rem !important
}

.pl-71 {
  padding-left: 17.9rem !important
}

.pt-72 {
  padding-top: 18.1rem !important
}

.pr-72 {
  padding-right: 18.1rem !important
}

.pb-72 {
  padding-bottom: 18.1rem !important
}

.pl-72 {
  padding-left: 18.1rem !important
}

.pt-80 {
  padding-top: 20rem !important
}

.pr-80 {
  padding-right: 20rem !important
}

.pb-80 {
  padding-bottom: 20rem !important
}

.pl-80 {
  padding-left: 20rem !important
}

.pt-100 {
  padding-top: 25rem !important
}

.pr-100 {
  padding-right: 25rem !important
}

.pb-100 {
  padding-bottom: 25rem !important
}

.pl-100 {
  padding-left: 25rem !important
}

.pt-112 {
  padding-top: 28rem !important
}

.pr-112 {
  padding-right: 28rem !important
}

.pb-112 {
  padding-bottom: 28rem !important
}

.pl-112 {
  padding-left: 28rem !important
}

.pt-128 {
  padding-top: 32rem !important
}

.pr-128 {
  padding-right: 32rem !important
}

.pb-128 {
  padding-bottom: 32rem !important
}

.pl-128 {
  padding-left: 32rem !important
}

.pt-143 {
  padding-top: 35.9rem !important
}

.pr-143 {
  padding-right: 35.9rem !important
}

.pb-143 {
  padding-bottom: 35.9rem !important
}

.pl-143 {
  padding-left: 35.9rem !important
}

.pt-149 {
  padding-top: 37.4rem !important
}

.pr-149 {
  padding-right: 37.4rem !important
}

.pb-149 {
  padding-bottom: 37.4rem !important
}

.pl-149 {
  padding-left: 37.4rem !important
}

.pt-240 {
  padding-top: 60rem !important
}

.pr-240 {
  padding-right: 60rem !important
}

.pb-240 {
  padding-bottom: 60rem !important
}

.pl-240 {
  padding-left: 60rem !important
}

.pt-280 {
  padding-top: 70rem !important
}

.pr-280 {
  padding-right: 70rem !important
}

.pb-280 {
  padding-bottom: 70rem !important
}

.pl-280 {
  padding-left: 70rem !important
}

.pt-291 {
  padding-top: 72.9rem !important
}

.pr-291 {
  padding-right: 72.9rem !important
}

.pb-291 {
  padding-bottom: 72.9rem !important
}

.pl-291 {
  padding-left: 72.9rem !important
}

.pt-316 {
  padding-top: 79rem !important
}

.pr-316 {
  padding-right: 79rem !important
}

.pb-316 {
  padding-bottom: 79rem !important
}

.pl-316 {
  padding-left: 79rem !important
}

.pt-px {
  padding-top: 1px !important
}

.pr-px {
  padding-right: 1px !important
}

.pb-px {
  padding-bottom: 1px !important
}

.pl-px {
  padding-left: 1px !important
}

.placeholder-transparent::-webkit-input-placeholder {
  color: transparent !important
}

.placeholder-transparent::-moz-placeholder {
  color: transparent !important
}

.placeholder-transparent:-ms-input-placeholder {
  color: transparent !important
}

.placeholder-transparent::-ms-input-placeholder {
  color: transparent !important
}

.placeholder-transparent::placeholder {
  color: transparent !important
}

.placeholder-primary::-webkit-input-placeholder {
  color: #0A5988 !important
}

.placeholder-primary::-moz-placeholder {
  color: #0A5988 !important
}

.placeholder-primary:-ms-input-placeholder {
  color: #0A5988 !important
}

.placeholder-primary::-ms-input-placeholder {
  color: #0A5988 !important
}

.placeholder-primary::placeholder {
  color: #0A5988 !important
}

.placeholder-primary-light::-webkit-input-placeholder {
  color: #257DB2 !important
}

.placeholder-primary-light::-moz-placeholder {
  color: #257DB2 !important
}

.placeholder-primary-light:-ms-input-placeholder {
  color: #257DB2 !important
}

.placeholder-primary-light::-ms-input-placeholder {
  color: #257DB2 !important
}

.placeholder-primary-light::placeholder {
  color: #257DB2 !important
}

.placeholder-secondary::-webkit-input-placeholder {
  color: #8FC549 !important
}

.placeholder-secondary::-moz-placeholder {
  color: #8FC549 !important
}

.placeholder-secondary:-ms-input-placeholder {
  color: #8FC549 !important
}

.placeholder-secondary::-ms-input-placeholder {
  color: #8FC549 !important
}

.placeholder-secondary::placeholder {
  color: #8FC549 !important
}

.placeholder-primary-dark::-webkit-input-placeholder {
  color: #003D62 !important
}

.placeholder-primary-dark::-moz-placeholder {
  color: #003D62 !important
}

.placeholder-primary-dark:-ms-input-placeholder {
  color: #003D62 !important
}

.placeholder-primary-dark::-ms-input-placeholder {
  color: #003D62 !important
}

.placeholder-primary-dark::placeholder {
  color: #003D62 !important
}

.placeholder-tertiary::-webkit-input-placeholder {
  color: #EBF4FA !important
}

.placeholder-tertiary::-moz-placeholder {
  color: #EBF4FA !important
}

.placeholder-tertiary:-ms-input-placeholder {
  color: #EBF4FA !important
}

.placeholder-tertiary::-ms-input-placeholder {
  color: #EBF4FA !important
}

.placeholder-tertiary::placeholder {
  color: #EBF4FA !important
}

.placeholder-tertiary-light::-webkit-input-placeholder {
  color: #EBF4FA !important
}

.placeholder-tertiary-light::-moz-placeholder {
  color: #EBF4FA !important
}

.placeholder-tertiary-light:-ms-input-placeholder {
  color: #EBF4FA !important
}

.placeholder-tertiary-light::-ms-input-placeholder {
  color: #EBF4FA !important
}

.placeholder-tertiary-light::placeholder {
  color: #EBF4FA !important
}

.placeholder-tertiary-lightest::-webkit-input-placeholder {
  color: #EBF4FA !important
}

.placeholder-tertiary-lightest::-moz-placeholder {
  color: #EBF4FA !important
}

.placeholder-tertiary-lightest:-ms-input-placeholder {
  color: #EBF4FA !important
}

.placeholder-tertiary-lightest::-ms-input-placeholder {
  color: #EBF4FA !important
}

.placeholder-tertiary-lightest::placeholder {
  color: #EBF4FA !important
}

.placeholder-font-main::-webkit-input-placeholder {
  color: #443E37 !important
}

.placeholder-font-main::-moz-placeholder {
  color: #443E37 !important
}

.placeholder-font-main:-ms-input-placeholder {
  color: #443E37 !important
}

.placeholder-font-main::-ms-input-placeholder {
  color: #443E37 !important
}

.placeholder-font-main::placeholder {
  color: #443E37 !important
}

.placeholder-highlight::-webkit-input-placeholder {
  color: #E1962C !important
}

.placeholder-highlight::-moz-placeholder {
  color: #E1962C !important
}

.placeholder-highlight:-ms-input-placeholder {
  color: #E1962C !important
}

.placeholder-highlight::-ms-input-placeholder {
  color: #E1962C !important
}

.placeholder-highlight::placeholder {
  color: #E1962C !important
}

.placeholder-highlight-alt::-webkit-input-placeholder {
  color: #E1962C !important
}

.placeholder-highlight-alt::-moz-placeholder {
  color: #E1962C !important
}

.placeholder-highlight-alt:-ms-input-placeholder {
  color: #E1962C !important
}

.placeholder-highlight-alt::-ms-input-placeholder {
  color: #E1962C !important
}

.placeholder-highlight-alt::placeholder {
  color: #E1962C !important
}

.placeholder-accent::-webkit-input-placeholder {
  color: #DA511F !important
}

.placeholder-accent::-moz-placeholder {
  color: #DA511F !important
}

.placeholder-accent:-ms-input-placeholder {
  color: #DA511F !important
}

.placeholder-accent::-ms-input-placeholder {
  color: #DA511F !important
}

.placeholder-accent::placeholder {
  color: #DA511F !important
}

.placeholder-accent-alt::-webkit-input-placeholder {
  color: #DA511F !important
}

.placeholder-accent-alt::-moz-placeholder {
  color: #DA511F !important
}

.placeholder-accent-alt:-ms-input-placeholder {
  color: #DA511F !important
}

.placeholder-accent-alt::-ms-input-placeholder {
  color: #DA511F !important
}

.placeholder-accent-alt::placeholder {
  color: #DA511F !important
}

.placeholder-body-text::-webkit-input-placeholder {
  color: #443E37 !important
}

.placeholder-body-text::-moz-placeholder {
  color: #443E37 !important
}

.placeholder-body-text:-ms-input-placeholder {
  color: #443E37 !important
}

.placeholder-body-text::-ms-input-placeholder {
  color: #443E37 !important
}

.placeholder-body-text::placeholder {
  color: #443E37 !important
}

.placeholder-dividers::-webkit-input-placeholder {
  color: #C7BBAE !important
}

.placeholder-dividers::-moz-placeholder {
  color: #C7BBAE !important
}

.placeholder-dividers:-ms-input-placeholder {
  color: #C7BBAE !important
}

.placeholder-dividers::-ms-input-placeholder {
  color: #C7BBAE !important
}

.placeholder-dividers::placeholder {
  color: #C7BBAE !important
}

.placeholder-dividers-lighther::-webkit-input-placeholder {
  color: #f5f5f5 !important
}

.placeholder-dividers-lighther::-moz-placeholder {
  color: #f5f5f5 !important
}

.placeholder-dividers-lighther:-ms-input-placeholder {
  color: #f5f5f5 !important
}

.placeholder-dividers-lighther::-ms-input-placeholder {
  color: #f5f5f5 !important
}

.placeholder-dividers-lighther::placeholder {
  color: #f5f5f5 !important
}

.placeholder-dividers-light::-webkit-input-placeholder {
  color: #f7f7f7 !important
}

.placeholder-dividers-light::-moz-placeholder {
  color: #f7f7f7 !important
}

.placeholder-dividers-light:-ms-input-placeholder {
  color: #f7f7f7 !important
}

.placeholder-dividers-light::-ms-input-placeholder {
  color: #f7f7f7 !important
}

.placeholder-dividers-light::placeholder {
  color: #f7f7f7 !important
}

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

.placeholder-black::-moz-placeholder {
  color: #000 !important
}

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

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

.placeholder-black::placeholder {
  color: #000 !important
}

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

.placeholder-white::-moz-placeholder {
  color: #fff !important
}

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

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

.placeholder-white::placeholder {
  color: #fff !important
}

.placeholder-red-100::-webkit-input-placeholder {
  color: #FFF5F5 !important
}

.placeholder-red-100::-moz-placeholder {
  color: #FFF5F5 !important
}

.placeholder-red-100:-ms-input-placeholder {
  color: #FFF5F5 !important
}

.placeholder-red-100::-ms-input-placeholder {
  color: #FFF5F5 !important
}

.placeholder-red-100::placeholder {
  color: #FFF5F5 !important
}

.placeholder-red-200::-webkit-input-placeholder {
  color: #FED7D7 !important
}

.placeholder-red-200::-moz-placeholder {
  color: #FED7D7 !important
}

.placeholder-red-200:-ms-input-placeholder {
  color: #FED7D7 !important
}

.placeholder-red-200::-ms-input-placeholder {
  color: #FED7D7 !important
}

.placeholder-red-200::placeholder {
  color: #FED7D7 !important
}

.placeholder-red-300::-webkit-input-placeholder {
  color: #FEB2B2 !important
}

.placeholder-red-300::-moz-placeholder {
  color: #FEB2B2 !important
}

.placeholder-red-300:-ms-input-placeholder {
  color: #FEB2B2 !important
}

.placeholder-red-300::-ms-input-placeholder {
  color: #FEB2B2 !important
}

.placeholder-red-300::placeholder {
  color: #FEB2B2 !important
}

.placeholder-red-400::-webkit-input-placeholder {
  color: #FC8181 !important
}

.placeholder-red-400::-moz-placeholder {
  color: #FC8181 !important
}

.placeholder-red-400:-ms-input-placeholder {
  color: #FC8181 !important
}

.placeholder-red-400::-ms-input-placeholder {
  color: #FC8181 !important
}

.placeholder-red-400::placeholder {
  color: #FC8181 !important
}

.placeholder-red-500::-webkit-input-placeholder {
  color: #F56565 !important
}

.placeholder-red-500::-moz-placeholder {
  color: #F56565 !important
}

.placeholder-red-500:-ms-input-placeholder {
  color: #F56565 !important
}

.placeholder-red-500::-ms-input-placeholder {
  color: #F56565 !important
}

.placeholder-red-500::placeholder {
  color: #F56565 !important
}

.placeholder-red-600::-webkit-input-placeholder {
  color: #E53E3E !important
}

.placeholder-red-600::-moz-placeholder {
  color: #E53E3E !important
}

.placeholder-red-600:-ms-input-placeholder {
  color: #E53E3E !important
}

.placeholder-red-600::-ms-input-placeholder {
  color: #E53E3E !important
}

.placeholder-red-600::placeholder {
  color: #E53E3E !important
}

.placeholder-red-700::-webkit-input-placeholder {
  color: #C53030 !important
}

.placeholder-red-700::-moz-placeholder {
  color: #C53030 !important
}

.placeholder-red-700:-ms-input-placeholder {
  color: #C53030 !important
}

.placeholder-red-700::-ms-input-placeholder {
  color: #C53030 !important
}

.placeholder-red-700::placeholder {
  color: #C53030 !important
}

.placeholder-red-800::-webkit-input-placeholder {
  color: #9B2C2C !important
}

.placeholder-red-800::-moz-placeholder {
  color: #9B2C2C !important
}

.placeholder-red-800:-ms-input-placeholder {
  color: #9B2C2C !important
}

.placeholder-red-800::-ms-input-placeholder {
  color: #9B2C2C !important
}

.placeholder-red-800::placeholder {
  color: #9B2C2C !important
}

.placeholder-red-900::-webkit-input-placeholder {
  color: #742A2A !important
}

.placeholder-red-900::-moz-placeholder {
  color: #742A2A !important
}

.placeholder-red-900:-ms-input-placeholder {
  color: #742A2A !important
}

.placeholder-red-900::-ms-input-placeholder {
  color: #742A2A !important
}

.placeholder-red-900::placeholder {
  color: #742A2A !important
}

.pointer-events-none {
  pointer-events: none !important
}

.pointer-events-auto {
  pointer-events: auto !important
}

.static {
  position: static !important
}

.fixed {
  position: fixed !important
}

.absolute {
  position: absolute !important
}

.relative {
  position: relative !important
}

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

.space-y-0 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--space-y-reverse)) !important
}

.space-x-0 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important
}

.space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important
}

.space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important
}

.space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important
}

.space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--space-y-reverse)) !important
}

.space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important
}

.space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important
}

.space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-7 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1.8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.8rem * var(--space-y-reverse)) !important
}

.space-x-7 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1.8rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.8rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--space-y-reverse)) !important
}

.space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2rem * var(--space-x-reverse)) !important;
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-9 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2.4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.4rem * var(--space-y-reverse)) !important
}

.space-x-9 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2.4rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.4rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important
}

.space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-11 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(2.6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.6rem * var(--space-y-reverse)) !important
}

.space-x-11 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(2.6rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.6rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--space-y-reverse)) !important
}

.space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(3rem * var(--space-x-reverse)) !important;
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-14 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(3.6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3.6rem * var(--space-y-reverse)) !important
}

.space-x-14 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(3.6rem * var(--space-x-reverse)) !important;
  margin-left: calc(3.6rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-15 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(3.8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3.8rem * var(--space-y-reverse)) !important
}

.space-x-15 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(3.8rem * var(--space-x-reverse)) !important;
  margin-left: calc(3.8rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--space-y-reverse)) !important
}

.space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(4rem * var(--space-x-reverse)) !important;
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-18 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(4.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(4.5rem * var(--space-y-reverse)) !important
}

.space-x-18 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(4.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(4.5rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(5rem * var(--space-y-reverse)) !important
}

.space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(5rem * var(--space-x-reverse)) !important;
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-21 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(5.3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(5.3rem * var(--space-y-reverse)) !important
}

.space-x-21 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(5.3rem * var(--space-x-reverse)) !important;
  margin-left: calc(5.3rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-22 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(5.7rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(5.7rem * var(--space-y-reverse)) !important
}

.space-x-22 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(5.7rem * var(--space-x-reverse)) !important;
  margin-left: calc(5.7rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(6rem * var(--space-y-reverse)) !important
}

.space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(6rem * var(--space-x-reverse)) !important;
  margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-28 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(7rem * var(--space-y-reverse)) !important
}

.space-x-28 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(7rem * var(--space-x-reverse)) !important;
  margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-30 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(7.6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(7.6rem * var(--space-y-reverse)) !important
}

.space-x-30 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(7.6rem * var(--space-x-reverse)) !important;
  margin-left: calc(7.6rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(8rem * var(--space-y-reverse)) !important
}

.space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(8rem * var(--space-x-reverse)) !important;
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-36 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(9.1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(9.1rem * var(--space-y-reverse)) !important
}

.space-x-36 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(9.1rem * var(--space-x-reverse)) !important;
  margin-left: calc(9.1rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(10rem * var(--space-y-reverse)) !important
}

.space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(10rem * var(--space-x-reverse)) !important;
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-46 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(11.7rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(11.7rem * var(--space-y-reverse)) !important
}

.space-x-46 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(11.7rem * var(--space-x-reverse)) !important;
  margin-left: calc(11.7rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(12rem * var(--space-y-reverse)) !important
}

.space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(12rem * var(--space-x-reverse)) !important;
  margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(14rem * var(--space-y-reverse)) !important
}

.space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(14rem * var(--space-x-reverse)) !important;
  margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-58 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(14.7rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(14.7rem * var(--space-y-reverse)) !important
}

.space-x-58 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(14.7rem * var(--space-x-reverse)) !important;
  margin-left: calc(14.7rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-62 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(15.7rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(15.7rem * var(--space-y-reverse)) !important
}

.space-x-62 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(15.7rem * var(--space-x-reverse)) !important;
  margin-left: calc(15.7rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(16rem * var(--space-y-reverse)) !important
}

.space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(16rem * var(--space-x-reverse)) !important;
  margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-69 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(17.1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(17.1rem * var(--space-y-reverse)) !important
}

.space-x-69 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(17.1rem * var(--space-x-reverse)) !important;
  margin-left: calc(17.1rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-71 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(17.9rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(17.9rem * var(--space-y-reverse)) !important
}

.space-x-71 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(17.9rem * var(--space-x-reverse)) !important;
  margin-left: calc(17.9rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-72 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(18.1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(18.1rem * var(--space-y-reverse)) !important
}

.space-x-72 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(18.1rem * var(--space-x-reverse)) !important;
  margin-left: calc(18.1rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-80 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(20rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(20rem * var(--space-y-reverse)) !important
}

.space-x-80 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(20rem * var(--space-x-reverse)) !important;
  margin-left: calc(20rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-100 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(25rem * var(--space-y-reverse)) !important
}

.space-x-100 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(25rem * var(--space-x-reverse)) !important;
  margin-left: calc(25rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-112 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(28rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(28rem * var(--space-y-reverse)) !important
}

.space-x-112 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(28rem * var(--space-x-reverse)) !important;
  margin-left: calc(28rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-128 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(32rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(32rem * var(--space-y-reverse)) !important
}

.space-x-128 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(32rem * var(--space-x-reverse)) !important;
  margin-left: calc(32rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-143 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(35.9rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(35.9rem * var(--space-y-reverse)) !important
}

.space-x-143 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(35.9rem * var(--space-x-reverse)) !important;
  margin-left: calc(35.9rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-149 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(37.4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(37.4rem * var(--space-y-reverse)) !important
}

.space-x-149 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(37.4rem * var(--space-x-reverse)) !important;
  margin-left: calc(37.4rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-240 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(60rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(60rem * var(--space-y-reverse)) !important
}

.space-x-240 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(60rem * var(--space-x-reverse)) !important;
  margin-left: calc(60rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-280 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(70rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(70rem * var(--space-y-reverse)) !important
}

.space-x-280 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(70rem * var(--space-x-reverse)) !important;
  margin-left: calc(70rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-291 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(72.9rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(72.9rem * var(--space-y-reverse)) !important
}

.space-x-291 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(72.9rem * var(--space-x-reverse)) !important;
  margin-left: calc(72.9rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-316 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(79rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(79rem * var(--space-y-reverse)) !important
}

.space-x-316 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(79rem * var(--space-x-reverse)) !important;
  margin-left: calc(79rem * calc(1 - var(--space-x-reverse))) !important
}

.space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1px * var(--space-y-reverse)) !important
}

.space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(1px * var(--space-x-reverse)) !important;
  margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-1 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important
}

.-space-x-1 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-2 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important
}

.-space-x-2 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-3 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important
}

.-space-x-3 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-4 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1rem * var(--space-y-reverse)) !important
}

.-space-x-4 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-5 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important
}

.-space-x-5 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-6 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important
}

.-space-x-6 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-7 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.8rem * var(--space-y-reverse)) !important
}

.-space-x-7 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.8rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.8rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-8 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2rem * var(--space-y-reverse)) !important
}

.-space-x-8 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-9 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.4rem * var(--space-y-reverse)) !important
}

.-space-x-9 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.4rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.4rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-10 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important
}

.-space-x-10 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-11 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.6rem * var(--space-y-reverse)) !important
}

.-space-x-11 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.6rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.6rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-12 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3rem * var(--space-y-reverse)) !important
}

.-space-x-12 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-3rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-14 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-3.6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3.6rem * var(--space-y-reverse)) !important
}

.-space-x-14 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-3.6rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3.6rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-15 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-3.8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3.8rem * var(--space-y-reverse)) !important
}

.-space-x-15 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-3.8rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3.8rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-16 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-4rem * var(--space-y-reverse)) !important
}

.-space-x-16 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-4rem * var(--space-x-reverse)) !important;
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-18 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-4.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-4.5rem * var(--space-y-reverse)) !important
}

.-space-x-18 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-4.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-4.5rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-20 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-5rem * var(--space-y-reverse)) !important
}

.-space-x-20 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-21 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-5.3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-5.3rem * var(--space-y-reverse)) !important
}

.-space-x-21 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-5.3rem * var(--space-x-reverse)) !important;
  margin-left: calc(-5.3rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-22 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-5.7rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-5.7rem * var(--space-y-reverse)) !important
}

.-space-x-22 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-5.7rem * var(--space-x-reverse)) !important;
  margin-left: calc(-5.7rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-24 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-6rem * var(--space-y-reverse)) !important
}

.-space-x-24 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-6rem * var(--space-x-reverse)) !important;
  margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-28 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-7rem * var(--space-y-reverse)) !important
}

.-space-x-28 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-7rem * var(--space-x-reverse)) !important;
  margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-30 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-7.6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-7.6rem * var(--space-y-reverse)) !important
}

.-space-x-30 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-7.6rem * var(--space-x-reverse)) !important;
  margin-left: calc(-7.6rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-32 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-8rem * var(--space-y-reverse)) !important
}

.-space-x-32 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-8rem * var(--space-x-reverse)) !important;
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-36 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-9.1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-9.1rem * var(--space-y-reverse)) !important
}

.-space-x-36 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-9.1rem * var(--space-x-reverse)) !important;
  margin-left: calc(-9.1rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-40 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-10rem * var(--space-y-reverse)) !important
}

.-space-x-40 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-10rem * var(--space-x-reverse)) !important;
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-46 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-11.7rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-11.7rem * var(--space-y-reverse)) !important
}

.-space-x-46 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-11.7rem * var(--space-x-reverse)) !important;
  margin-left: calc(-11.7rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-48 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-12rem * var(--space-y-reverse)) !important
}

.-space-x-48 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-12rem * var(--space-x-reverse)) !important;
  margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-56 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-14rem * var(--space-y-reverse)) !important
}

.-space-x-56 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-14rem * var(--space-x-reverse)) !important;
  margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-58 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-14.7rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-14.7rem * var(--space-y-reverse)) !important
}

.-space-x-58 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-14.7rem * var(--space-x-reverse)) !important;
  margin-left: calc(-14.7rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-62 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-15.7rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-15.7rem * var(--space-y-reverse)) !important
}

.-space-x-62 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-15.7rem * var(--space-x-reverse)) !important;
  margin-left: calc(-15.7rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-64 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-16rem * var(--space-y-reverse)) !important
}

.-space-x-64 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-16rem * var(--space-x-reverse)) !important;
  margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-69 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-17.1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-17.1rem * var(--space-y-reverse)) !important
}

.-space-x-69 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-17.1rem * var(--space-x-reverse)) !important;
  margin-left: calc(-17.1rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-71 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-17.9rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-17.9rem * var(--space-y-reverse)) !important
}

.-space-x-71 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-17.9rem * var(--space-x-reverse)) !important;
  margin-left: calc(-17.9rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-72 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-18.1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-18.1rem * var(--space-y-reverse)) !important
}

.-space-x-72 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-18.1rem * var(--space-x-reverse)) !important;
  margin-left: calc(-18.1rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-80 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-20rem * var(--space-y-reverse)) !important
}

.-space-x-80 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-20rem * var(--space-x-reverse)) !important;
  margin-left: calc(-20rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-100 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-25rem * var(--space-y-reverse)) !important
}

.-space-x-100 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-25rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-112 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-28rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-28rem * var(--space-y-reverse)) !important
}

.-space-x-112 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-28rem * var(--space-x-reverse)) !important;
  margin-left: calc(-28rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-128 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-32rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-32rem * var(--space-y-reverse)) !important
}

.-space-x-128 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-32rem * var(--space-x-reverse)) !important;
  margin-left: calc(-32rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-143 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-35.9rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-35.9rem * var(--space-y-reverse)) !important
}

.-space-x-143 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-35.9rem * var(--space-x-reverse)) !important;
  margin-left: calc(-35.9rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-149 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-37.4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-37.4rem * var(--space-y-reverse)) !important
}

.-space-x-149 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-37.4rem * var(--space-x-reverse)) !important;
  margin-left: calc(-37.4rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-240 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-60rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-60rem * var(--space-y-reverse)) !important
}

.-space-x-240 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-60rem * var(--space-x-reverse)) !important;
  margin-left: calc(-60rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-280 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-70rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-70rem * var(--space-y-reverse)) !important
}

.-space-x-280 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-70rem * var(--space-x-reverse)) !important;
  margin-left: calc(-70rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-291 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-72.9rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-72.9rem * var(--space-y-reverse)) !important
}

.-space-x-291 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-72.9rem * var(--space-x-reverse)) !important;
  margin-left: calc(-72.9rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-316 > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-79rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-79rem * var(--space-y-reverse)) !important
}

.-space-x-316 > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-79rem * var(--space-x-reverse)) !important;
  margin-left: calc(-79rem * calc(1 - var(--space-x-reverse))) !important
}

.-space-y-px > :not(template) ~ :not(template) {
  --space-y-reverse: 0 !important;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1px * var(--space-y-reverse)) !important
}

.-space-x-px > :not(template) ~ :not(template) {
  --space-x-reverse: 0 !important;
  margin-right: calc(-1px * var(--space-x-reverse)) !important;
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important
}

.space-y-reverse > :not(template) ~ :not(template) {
  --space-y-reverse: 1 !important
}

.space-x-reverse > :not(template) ~ :not(template) {
  --space-x-reverse: 1 !important
}

.divide-y-0 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(0px * var(--divide-y-reverse)) !important
}

.divide-x-0 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(0px * var(--divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important
}

.divide-y-2 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--divide-y-reverse)) !important
}

.divide-x-2 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important
}

.divide-y-4 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(4px * var(--divide-y-reverse)) !important
}

.divide-x-4 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(4px * var(--divide-x-reverse)) !important;
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important
}

.divide-y-5 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(5px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(5px * var(--divide-y-reverse)) !important
}

.divide-x-5 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(5px * var(--divide-x-reverse)) !important;
  border-left-width: calc(5px * calc(1 - var(--divide-x-reverse))) !important
}

.divide-y-8 > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(8px * var(--divide-y-reverse)) !important
}

.divide-x-8 > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(8px * var(--divide-x-reverse)) !important;
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important
}

.divide-y > :not(template) ~ :not(template) {
  --divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--divide-y-reverse)) !important
}

.divide-x > :not(template) ~ :not(template) {
  --divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important
}

.divide-y-reverse > :not(template) ~ :not(template) {
  --divide-y-reverse: 1 !important
}

.divide-x-reverse > :not(template) ~ :not(template) {
  --divide-x-reverse: 1 !important
}

.table-auto {
  table-layout: auto !important
}

.table-fixed {
  table-layout: fixed !important
}

.text-left {
  text-align: left !important
}

.text-center {
  text-align: center !important
}

.text-right {
  text-align: right !important
}

.text-justify {
  text-align: justify !important
}

.text-transparent {
  color: transparent !important
}

.text-primary {
  color: #0A5988 !important
}

.text-primary-light {
  color: #257DB2 !important
}

.text-secondary {
  color: #8FC549 !important
}

.text-primary-dark {
  color: #003D62 !important
}

.text-tertiary {
  color: #EBF4FA !important
}

.text-tertiary-light {
  color: #EBF4FA !important
}

.text-tertiary-lightest {
  color: #EBF4FA !important
}

.text-font-main {
  color: #443E37 !important
}

.text-highlight {
  color: #E1962C !important
}

.text-highlight-alt {
  color: #E1962C !important
}

.text-accent {
  color: #DA511F !important
}

.text-accent-alt {
  color: #DA511F !important
}

.text-body-text {
  color: #443E37 !important
}

.text-dividers {
  color: #C7BBAE !important
}

.text-dividers-lighther {
  color: #f5f5f5 !important
}

.text-dividers-light {
  color: #f7f7f7 !important
}

.text-black {
  color: #000 !important
}

.text-white {
  color: #fff !important
}

.text-red-100 {
  color: #FFF5F5 !important
}

.text-red-200 {
  color: #FED7D7 !important
}

.text-red-300 {
  color: #FEB2B2 !important
}

.text-red-400 {
  color: #FC8181 !important
}

.text-red-500 {
  color: #F56565 !important
}

.text-red-600 {
  color: #E53E3E !important
}

.text-red-700 {
  color: #C53030 !important
}

.text-red-800 {
  color: #9B2C2C !important
}

.text-red-900 {
  color: #742A2A !important
}

.hover\:text-transparent:hover {
  color: transparent !important
}

.hover\:text-primary:hover {
  color: #0A5988 !important
}

.hover\:text-primary-light:hover {
  color: #257DB2 !important
}

.hover\:text-secondary:hover {
  color: #8FC549 !important
}

.hover\:text-primary-dark:hover {
  color: #003D62 !important
}

.hover\:text-tertiary:hover {
  color: #EBF4FA !important
}

.hover\:text-tertiary-light:hover {
  color: #EBF4FA !important
}

.hover\:text-tertiary-lightest:hover {
  color: #EBF4FA !important
}

.hover\:text-font-main:hover {
  color: #443E37 !important
}

.hover\:text-highlight:hover {
  color: #E1962C !important
}

.hover\:text-highlight-alt:hover {
  color: #E1962C !important
}

.hover\:text-accent:hover {
  color: #DA511F !important
}

.hover\:text-accent-alt:hover {
  color: #DA511F !important
}

.hover\:text-body-text:hover {
  color: #443E37 !important
}

.hover\:text-dividers:hover {
  color: #C7BBAE !important
}

.hover\:text-dividers-lighther:hover {
  color: #f5f5f5 !important
}

.hover\:text-dividers-light:hover {
  color: #f7f7f7 !important
}

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

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

.hover\:text-red-100:hover {
  color: #FFF5F5 !important
}

.hover\:text-red-200:hover {
  color: #FED7D7 !important
}

.hover\:text-red-300:hover {
  color: #FEB2B2 !important
}

.hover\:text-red-400:hover {
  color: #FC8181 !important
}

.hover\:text-red-500:hover {
  color: #F56565 !important
}

.hover\:text-red-600:hover {
  color: #E53E3E !important
}

.hover\:text-red-700:hover {
  color: #C53030 !important
}

.hover\:text-red-800:hover {
  color: #9B2C2C !important
}

.hover\:text-red-900:hover {
  color: #742A2A !important
}

.focus\:text-transparent:focus {
  color: transparent !important
}

.focus\:text-primary:focus {
  color: #0A5988 !important
}

.focus\:text-primary-light:focus {
  color: #257DB2 !important
}

.focus\:text-secondary:focus {
  color: #8FC549 !important
}

.focus\:text-primary-dark:focus {
  color: #003D62 !important
}

.focus\:text-tertiary:focus {
  color: #EBF4FA !important
}

.focus\:text-tertiary-light:focus {
  color: #EBF4FA !important
}

.focus\:text-tertiary-lightest:focus {
  color: #EBF4FA !important
}

.focus\:text-font-main:focus {
  color: #443E37 !important
}

.focus\:text-highlight:focus {
  color: #E1962C !important
}

.focus\:text-highlight-alt:focus {
  color: #E1962C !important
}

.focus\:text-accent:focus {
  color: #DA511F !important
}

.focus\:text-accent-alt:focus {
  color: #DA511F !important
}

.focus\:text-body-text:focus {
  color: #443E37 !important
}

.focus\:text-dividers:focus {
  color: #C7BBAE !important
}

.focus\:text-dividers-lighther:focus {
  color: #f5f5f5 !important
}

.focus\:text-dividers-light:focus {
  color: #f7f7f7 !important
}

.focus\:text-black:focus {
  color: #000 !important
}

.focus\:text-white:focus {
  color: #fff !important
}

.focus\:text-red-100:focus {
  color: #FFF5F5 !important
}

.focus\:text-red-200:focus {
  color: #FED7D7 !important
}

.focus\:text-red-300:focus {
  color: #FEB2B2 !important
}

.focus\:text-red-400:focus {
  color: #FC8181 !important
}

.focus\:text-red-500:focus {
  color: #F56565 !important
}

.focus\:text-red-600:focus {
  color: #E53E3E !important
}

.focus\:text-red-700:focus {
  color: #C53030 !important
}

.focus\:text-red-800:focus {
  color: #9B2C2C !important
}

.focus\:text-red-900:focus {
  color: #742A2A !important
}

.underline {
  text-decoration: underline !important
}

.line-through {
  text-decoration: line-through !important
}

.no-underline {
  text-decoration: none !important
}

.hover\:underline:hover {
  text-decoration: underline !important
}

.hover\:line-through:hover {
  text-decoration: line-through !important
}

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

.focus\:underline:focus {
  text-decoration: underline !important
}

.focus\:line-through:focus {
  text-decoration: line-through !important
}

.focus\:no-underline:focus {
  text-decoration: none !important
}

.uppercase {
  text-transform: uppercase !important
}

.lowercase {
  text-transform: lowercase !important
}

.capitalize {
  text-transform: capitalize !important
}

.normal-case {
  text-transform: none !important
}

.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-top {
  vertical-align: text-top !important
}

.align-text-bottom {
  vertical-align: text-bottom !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

.whitespace-normal {
  white-space: normal !important
}

.whitespace-no-wrap {
  white-space: nowrap !important
}

.whitespace-pre {
  white-space: pre !important
}

.whitespace-pre-line {
  white-space: pre-line !important
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important
}

.w-0 {
  width: 0 !important
}

.w-1 {
  width: 0.25rem !important
}

.w-2 {
  width: 0.5rem !important
}

.w-3 {
  width: 0.75rem !important
}

.w-4 {
  width: 1rem !important
}

.w-5 {
  width: 1.25rem !important
}

.w-6 {
  width: 1.5rem !important
}

.w-7 {
  width: 1.8rem !important
}

.w-8 {
  width: 2rem !important
}

.w-9 {
  width: 2.4rem !important
}

.w-10 {
  width: 2.5rem !important
}

.w-11 {
  width: 2.6rem !important
}

.w-12 {
  width: 3rem !important
}

.w-14 {
  width: 3.6rem !important
}

.w-15 {
  width: 3.8rem !important
}

.w-16 {
  width: 4rem !important
}

.w-18 {
  width: 4.5rem !important
}

.w-20 {
  width: 5rem !important
}

.w-21 {
  width: 5.3rem !important
}

.w-22 {
  width: 5.7rem !important
}

.w-24 {
  width: 6rem !important
}

.w-28 {
  width: 7rem !important
}

.w-30 {
  width: 7.6rem !important
}

.w-32 {
  width: 8rem !important
}

.w-36 {
  width: 9.1rem !important
}

.w-40 {
  width: 10rem !important
}

.w-46 {
  width: 11.7rem !important
}

.w-48 {
  width: 12rem !important
}

.w-56 {
  width: 14rem !important
}

.w-58 {
  width: 14.7rem !important
}

.w-62 {
  width: 15.7rem !important
}

.w-64 {
  width: 16rem !important
}

.w-69 {
  width: 17.1rem !important
}

.w-71 {
  width: 17.9rem !important
}

.w-72 {
  width: 18.1rem !important
}

.w-80 {
  width: 20rem !important
}

.w-100 {
  width: 25rem !important
}

.w-112 {
  width: 28rem !important
}

.w-128 {
  width: 32rem !important
}

.w-143 {
  width: 35.9rem !important
}

.w-149 {
  width: 37.4rem !important
}

.w-240 {
  width: 60rem !important
}

.w-280 {
  width: 70rem !important
}

.w-291 {
  width: 72.9rem !important
}

.w-316 {
  width: 79rem !important
}

.w-auto {
  width: auto !important
}

.w-unset {
  width: unset !important
}

.w-inherit {
  width: inherit !important
}

.w-px {
  width: 1px !important
}

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

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

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

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

.w-2\/4 {
  width: 50% !important
}

.w-3\/4 {
  width: 75% !important
}

.w-1\/5 {
  width: 20% !important
}

.w-2\/5 {
  width: 40% !important
}

.w-3\/5 {
  width: 60% !important
}

.w-4\/5 {
  width: 80% !important
}

.w-full {
  width: 100% !important
}

.w-screen {
  width: 100vw !important
}

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

.break-words {
  word-wrap: break-word !important
}

.break-all {
  word-break: break-all !important
}

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

.z-0 {
  z-index: 0 !important
}

.z-10 {
  z-index: 10 !important
}

.z-20 {
  z-index: 20 !important
}

.z-30 {
  z-index: 30 !important
}

.z-40 {
  z-index: 40 !important
}

.z-50 {
  z-index: 100 !important
}

.z-auto {
  z-index: auto !important
}

.-z-1 {
  z-index: -1 !important
}

.transform {
  --transform-translate-x: 0 !important;
  --transform-translate-y: 0 !important;
  --transform-rotate: 0 !important;
  --transform-skew-x: 0 !important;
  --transform-skew-y: 0 !important;
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
      -ms-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
          transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
}

.transform-none {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important
}

.origin-center {
  -webkit-transform-origin: center !important;
      -ms-transform-origin: center !important;
          transform-origin: center !important
}

.origin-top {
  -webkit-transform-origin: top !important;
      -ms-transform-origin: top !important;
          transform-origin: top !important
}

.origin-top-right {
  -webkit-transform-origin: top right !important;
      -ms-transform-origin: top right !important;
          transform-origin: top right !important
}

.origin-right {
  -webkit-transform-origin: right !important;
      -ms-transform-origin: right !important;
          transform-origin: right !important
}

.origin-bottom-right {
  -webkit-transform-origin: bottom right !important;
      -ms-transform-origin: bottom right !important;
          transform-origin: bottom right !important
}

.origin-bottom {
  -webkit-transform-origin: bottom !important;
      -ms-transform-origin: bottom !important;
          transform-origin: bottom !important
}

.origin-bottom-left {
  -webkit-transform-origin: bottom left !important;
      -ms-transform-origin: bottom left !important;
          transform-origin: bottom left !important
}

.origin-left {
  -webkit-transform-origin: left !important;
      -ms-transform-origin: left !important;
          transform-origin: left !important
}

.origin-top-left {
  -webkit-transform-origin: top left !important;
      -ms-transform-origin: top left !important;
          transform-origin: top left !important
}

.scale-0 {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important
}

.scale-50 {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important
}

.scale-75 {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important
}

.scale-90 {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important
}

.scale-95 {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important
}

.scale-100 {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important
}

.scale-105 {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important
}

.scale-110 {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important
}

.scale-125 {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important
}

.scale-150 {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important
}

.scale-x-0 {
  --transform-scale-x: 0 !important
}

.scale-x-50 {
  --transform-scale-x: .5 !important
}

.scale-x-75 {
  --transform-scale-x: .75 !important
}

.scale-x-90 {
  --transform-scale-x: .9 !important
}

.scale-x-95 {
  --transform-scale-x: .95 !important
}

.scale-x-100 {
  --transform-scale-x: 1 !important
}

.scale-x-105 {
  --transform-scale-x: 1.05 !important
}

.scale-x-110 {
  --transform-scale-x: 1.1 !important
}

.scale-x-125 {
  --transform-scale-x: 1.25 !important
}

.scale-x-150 {
  --transform-scale-x: 1.5 !important
}

.scale-y-0 {
  --transform-scale-y: 0 !important
}

.scale-y-50 {
  --transform-scale-y: .5 !important
}

.scale-y-75 {
  --transform-scale-y: .75 !important
}

.scale-y-90 {
  --transform-scale-y: .9 !important
}

.scale-y-95 {
  --transform-scale-y: .95 !important
}

.scale-y-100 {
  --transform-scale-y: 1 !important
}

.scale-y-105 {
  --transform-scale-y: 1.05 !important
}

.scale-y-110 {
  --transform-scale-y: 1.1 !important
}

.scale-y-125 {
  --transform-scale-y: 1.25 !important
}

.scale-y-150 {
  --transform-scale-y: 1.5 !important
}

.hover\:scale-0:hover {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important
}

.hover\:scale-50:hover {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important
}

.hover\:scale-75:hover {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important
}

.hover\:scale-90:hover {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important
}

.hover\:scale-95:hover {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important
}

.hover\:scale-100:hover {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important
}

.hover\:scale-105:hover {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important
}

.hover\:scale-110:hover {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important
}

.hover\:scale-125:hover {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important
}

.hover\:scale-150:hover {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important
}

.hover\:scale-x-0:hover {
  --transform-scale-x: 0 !important
}

.hover\:scale-x-50:hover {
  --transform-scale-x: .5 !important
}

.hover\:scale-x-75:hover {
  --transform-scale-x: .75 !important
}

.hover\:scale-x-90:hover {
  --transform-scale-x: .9 !important
}

.hover\:scale-x-95:hover {
  --transform-scale-x: .95 !important
}

.hover\:scale-x-100:hover {
  --transform-scale-x: 1 !important
}

.hover\:scale-x-105:hover {
  --transform-scale-x: 1.05 !important
}

.hover\:scale-x-110:hover {
  --transform-scale-x: 1.1 !important
}

.hover\:scale-x-125:hover {
  --transform-scale-x: 1.25 !important
}

.hover\:scale-x-150:hover {
  --transform-scale-x: 1.5 !important
}

.hover\:scale-y-0:hover {
  --transform-scale-y: 0 !important
}

.hover\:scale-y-50:hover {
  --transform-scale-y: .5 !important
}

.hover\:scale-y-75:hover {
  --transform-scale-y: .75 !important
}

.hover\:scale-y-90:hover {
  --transform-scale-y: .9 !important
}

.hover\:scale-y-95:hover {
  --transform-scale-y: .95 !important
}

.hover\:scale-y-100:hover {
  --transform-scale-y: 1 !important
}

.hover\:scale-y-105:hover {
  --transform-scale-y: 1.05 !important
}

.hover\:scale-y-110:hover {
  --transform-scale-y: 1.1 !important
}

.hover\:scale-y-125:hover {
  --transform-scale-y: 1.25 !important
}

.hover\:scale-y-150:hover {
  --transform-scale-y: 1.5 !important
}

.focus\:scale-0:focus {
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important
}

.focus\:scale-50:focus {
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important
}

.focus\:scale-75:focus {
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important
}

.focus\:scale-90:focus {
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important
}

.focus\:scale-95:focus {
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important
}

.focus\:scale-100:focus {
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important
}

.focus\:scale-105:focus {
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important
}

.focus\:scale-110:focus {
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important
}

.focus\:scale-125:focus {
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important
}

.focus\:scale-150:focus {
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important
}

.focus\:scale-x-0:focus {
  --transform-scale-x: 0 !important
}

.focus\:scale-x-50:focus {
  --transform-scale-x: .5 !important
}

.focus\:scale-x-75:focus {
  --transform-scale-x: .75 !important
}

.focus\:scale-x-90:focus {
  --transform-scale-x: .9 !important
}

.focus\:scale-x-95:focus {
  --transform-scale-x: .95 !important
}

.focus\:scale-x-100:focus {
  --transform-scale-x: 1 !important
}

.focus\:scale-x-105:focus {
  --transform-scale-x: 1.05 !important
}

.focus\:scale-x-110:focus {
  --transform-scale-x: 1.1 !important
}

.focus\:scale-x-125:focus {
  --transform-scale-x: 1.25 !important
}

.focus\:scale-x-150:focus {
  --transform-scale-x: 1.5 !important
}

.focus\:scale-y-0:focus {
  --transform-scale-y: 0 !important
}

.focus\:scale-y-50:focus {
  --transform-scale-y: .5 !important
}

.focus\:scale-y-75:focus {
  --transform-scale-y: .75 !important
}

.focus\:scale-y-90:focus {
  --transform-scale-y: .9 !important
}

.focus\:scale-y-95:focus {
  --transform-scale-y: .95 !important
}

.focus\:scale-y-100:focus {
  --transform-scale-y: 1 !important
}

.focus\:scale-y-105:focus {
  --transform-scale-y: 1.05 !important
}

.focus\:scale-y-110:focus {
  --transform-scale-y: 1.1 !important
}

.focus\:scale-y-125:focus {
  --transform-scale-y: 1.25 !important
}

.focus\:scale-y-150:focus {
  --transform-scale-y: 1.5 !important
}

.rotate-0 {
  --transform-rotate: 0 !important
}

.rotate-45 {
  --transform-rotate: 45deg !important
}

.rotate-90 {
  --transform-rotate: 90deg !important
}

.rotate-180 {
  --transform-rotate: 180deg !important
}

.-rotate-180 {
  --transform-rotate: -180deg !important
}

.-rotate-90 {
  --transform-rotate: -90deg !important
}

.-rotate-45 {
  --transform-rotate: -45deg !important
}

.hover\:rotate-0:hover {
  --transform-rotate: 0 !important
}

.hover\:rotate-45:hover {
  --transform-rotate: 45deg !important
}

.hover\:rotate-90:hover {
  --transform-rotate: 90deg !important
}

.hover\:rotate-180:hover {
  --transform-rotate: 180deg !important
}

.hover\:-rotate-180:hover {
  --transform-rotate: -180deg !important
}

.hover\:-rotate-90:hover {
  --transform-rotate: -90deg !important
}

.hover\:-rotate-45:hover {
  --transform-rotate: -45deg !important
}

.focus\:rotate-0:focus {
  --transform-rotate: 0 !important
}

.focus\:rotate-45:focus {
  --transform-rotate: 45deg !important
}

.focus\:rotate-90:focus {
  --transform-rotate: 90deg !important
}

.focus\:rotate-180:focus {
  --transform-rotate: 180deg !important
}

.focus\:-rotate-180:focus {
  --transform-rotate: -180deg !important
}

.focus\:-rotate-90:focus {
  --transform-rotate: -90deg !important
}

.focus\:-rotate-45:focus {
  --transform-rotate: -45deg !important
}

.translate-x-0 {
  --transform-translate-x: 0 !important
}

.translate-x-1 {
  --transform-translate-x: 0.25rem !important
}

.translate-x-2 {
  --transform-translate-x: 0.5rem !important
}

.translate-x-3 {
  --transform-translate-x: 0.75rem !important
}

.translate-x-4 {
  --transform-translate-x: 1rem !important
}

.translate-x-5 {
  --transform-translate-x: 1.25rem !important
}

.translate-x-6 {
  --transform-translate-x: 1.5rem !important
}

.translate-x-7 {
  --transform-translate-x: 1.8rem !important
}

.translate-x-8 {
  --transform-translate-x: 2rem !important
}

.translate-x-9 {
  --transform-translate-x: 2.4rem !important
}

.translate-x-10 {
  --transform-translate-x: 2.5rem !important
}

.translate-x-11 {
  --transform-translate-x: 2.6rem !important
}

.translate-x-12 {
  --transform-translate-x: 3rem !important
}

.translate-x-14 {
  --transform-translate-x: 3.6rem !important
}

.translate-x-15 {
  --transform-translate-x: 3.8rem !important
}

.translate-x-16 {
  --transform-translate-x: 4rem !important
}

.translate-x-18 {
  --transform-translate-x: 4.5rem !important
}

.translate-x-20 {
  --transform-translate-x: 5rem !important
}

.translate-x-21 {
  --transform-translate-x: 5.3rem !important
}

.translate-x-22 {
  --transform-translate-x: 5.7rem !important
}

.translate-x-24 {
  --transform-translate-x: 6rem !important
}

.translate-x-28 {
  --transform-translate-x: 7rem !important
}

.translate-x-30 {
  --transform-translate-x: 7.6rem !important
}

.translate-x-32 {
  --transform-translate-x: 8rem !important
}

.translate-x-36 {
  --transform-translate-x: 9.1rem !important
}

.translate-x-40 {
  --transform-translate-x: 10rem !important
}

.translate-x-46 {
  --transform-translate-x: 11.7rem !important
}

.translate-x-48 {
  --transform-translate-x: 12rem !important
}

.translate-x-56 {
  --transform-translate-x: 14rem !important
}

.translate-x-58 {
  --transform-translate-x: 14.7rem !important
}

.translate-x-62 {
  --transform-translate-x: 15.7rem !important
}

.translate-x-64 {
  --transform-translate-x: 16rem !important
}

.translate-x-69 {
  --transform-translate-x: 17.1rem !important
}

.translate-x-71 {
  --transform-translate-x: 17.9rem !important
}

.translate-x-72 {
  --transform-translate-x: 18.1rem !important
}

.translate-x-80 {
  --transform-translate-x: 20rem !important
}

.translate-x-100 {
  --transform-translate-x: 25rem !important
}

.translate-x-112 {
  --transform-translate-x: 28rem !important
}

.translate-x-128 {
  --transform-translate-x: 32rem !important
}

.translate-x-143 {
  --transform-translate-x: 35.9rem !important
}

.translate-x-149 {
  --transform-translate-x: 37.4rem !important
}

.translate-x-240 {
  --transform-translate-x: 60rem !important
}

.translate-x-280 {
  --transform-translate-x: 70rem !important
}

.translate-x-291 {
  --transform-translate-x: 72.9rem !important
}

.translate-x-316 {
  --transform-translate-x: 79rem !important
}

.translate-x-px {
  --transform-translate-x: 1px !important
}

.-translate-x-1 {
  --transform-translate-x: -0.25rem !important
}

.-translate-x-2 {
  --transform-translate-x: -0.5rem !important
}

.-translate-x-3 {
  --transform-translate-x: -0.75rem !important
}

.-translate-x-4 {
  --transform-translate-x: -1rem !important
}

.-translate-x-5 {
  --transform-translate-x: -1.25rem !important
}

.-translate-x-6 {
  --transform-translate-x: -1.5rem !important
}

.-translate-x-7 {
  --transform-translate-x: -1.8rem !important
}

.-translate-x-8 {
  --transform-translate-x: -2rem !important
}

.-translate-x-9 {
  --transform-translate-x: -2.4rem !important
}

.-translate-x-10 {
  --transform-translate-x: -2.5rem !important
}

.-translate-x-11 {
  --transform-translate-x: -2.6rem !important
}

.-translate-x-12 {
  --transform-translate-x: -3rem !important
}

.-translate-x-14 {
  --transform-translate-x: -3.6rem !important
}

.-translate-x-15 {
  --transform-translate-x: -3.8rem !important
}

.-translate-x-16 {
  --transform-translate-x: -4rem !important
}

.-translate-x-18 {
  --transform-translate-x: -4.5rem !important
}

.-translate-x-20 {
  --transform-translate-x: -5rem !important
}

.-translate-x-21 {
  --transform-translate-x: -5.3rem !important
}

.-translate-x-22 {
  --transform-translate-x: -5.7rem !important
}

.-translate-x-24 {
  --transform-translate-x: -6rem !important
}

.-translate-x-28 {
  --transform-translate-x: -7rem !important
}

.-translate-x-30 {
  --transform-translate-x: -7.6rem !important
}

.-translate-x-32 {
  --transform-translate-x: -8rem !important
}

.-translate-x-36 {
  --transform-translate-x: -9.1rem !important
}

.-translate-x-40 {
  --transform-translate-x: -10rem !important
}

.-translate-x-46 {
  --transform-translate-x: -11.7rem !important
}

.-translate-x-48 {
  --transform-translate-x: -12rem !important
}

.-translate-x-56 {
  --transform-translate-x: -14rem !important
}

.-translate-x-58 {
  --transform-translate-x: -14.7rem !important
}

.-translate-x-62 {
  --transform-translate-x: -15.7rem !important
}

.-translate-x-64 {
  --transform-translate-x: -16rem !important
}

.-translate-x-69 {
  --transform-translate-x: -17.1rem !important
}

.-translate-x-71 {
  --transform-translate-x: -17.9rem !important
}

.-translate-x-72 {
  --transform-translate-x: -18.1rem !important
}

.-translate-x-80 {
  --transform-translate-x: -20rem !important
}

.-translate-x-100 {
  --transform-translate-x: -25rem !important
}

.-translate-x-112 {
  --transform-translate-x: -28rem !important
}

.-translate-x-128 {
  --transform-translate-x: -32rem !important
}

.-translate-x-143 {
  --transform-translate-x: -35.9rem !important
}

.-translate-x-149 {
  --transform-translate-x: -37.4rem !important
}

.-translate-x-240 {
  --transform-translate-x: -60rem !important
}

.-translate-x-280 {
  --transform-translate-x: -70rem !important
}

.-translate-x-291 {
  --transform-translate-x: -72.9rem !important
}

.-translate-x-316 {
  --transform-translate-x: -79rem !important
}

.-translate-x-px {
  --transform-translate-x: -1px !important
}

.-translate-x-full {
  --transform-translate-x: -100% !important
}

.-translate-x-1\/2 {
  --transform-translate-x: -50% !important
}

.translate-x-1\/2 {
  --transform-translate-x: 50% !important
}

.translate-x-full {
  --transform-translate-x: 100% !important
}

.translate-y-0 {
  --transform-translate-y: 0 !important
}

.translate-y-1 {
  --transform-translate-y: 0.25rem !important
}

.translate-y-2 {
  --transform-translate-y: 0.5rem !important
}

.translate-y-3 {
  --transform-translate-y: 0.75rem !important
}

.translate-y-4 {
  --transform-translate-y: 1rem !important
}

.translate-y-5 {
  --transform-translate-y: 1.25rem !important
}

.translate-y-6 {
  --transform-translate-y: 1.5rem !important
}

.translate-y-7 {
  --transform-translate-y: 1.8rem !important
}

.translate-y-8 {
  --transform-translate-y: 2rem !important
}

.translate-y-9 {
  --transform-translate-y: 2.4rem !important
}

.translate-y-10 {
  --transform-translate-y: 2.5rem !important
}

.translate-y-11 {
  --transform-translate-y: 2.6rem !important
}

.translate-y-12 {
  --transform-translate-y: 3rem !important
}

.translate-y-14 {
  --transform-translate-y: 3.6rem !important
}

.translate-y-15 {
  --transform-translate-y: 3.8rem !important
}

.translate-y-16 {
  --transform-translate-y: 4rem !important
}

.translate-y-18 {
  --transform-translate-y: 4.5rem !important
}

.translate-y-20 {
  --transform-translate-y: 5rem !important
}

.translate-y-21 {
  --transform-translate-y: 5.3rem !important
}

.translate-y-22 {
  --transform-translate-y: 5.7rem !important
}

.translate-y-24 {
  --transform-translate-y: 6rem !important
}

.translate-y-28 {
  --transform-translate-y: 7rem !important
}

.translate-y-30 {
  --transform-translate-y: 7.6rem !important
}

.translate-y-32 {
  --transform-translate-y: 8rem !important
}

.translate-y-36 {
  --transform-translate-y: 9.1rem !important
}

.translate-y-40 {
  --transform-translate-y: 10rem !important
}

.translate-y-46 {
  --transform-translate-y: 11.7rem !important
}

.translate-y-48 {
  --transform-translate-y: 12rem !important
}

.translate-y-56 {
  --transform-translate-y: 14rem !important
}

.translate-y-58 {
  --transform-translate-y: 14.7rem !important
}

.translate-y-62 {
  --transform-translate-y: 15.7rem !important
}

.translate-y-64 {
  --transform-translate-y: 16rem !important
}

.translate-y-69 {
  --transform-translate-y: 17.1rem !important
}

.translate-y-71 {
  --transform-translate-y: 17.9rem !important
}

.translate-y-72 {
  --transform-translate-y: 18.1rem !important
}

.translate-y-80 {
  --transform-translate-y: 20rem !important
}

.translate-y-100 {
  --transform-translate-y: 25rem !important
}

.translate-y-112 {
  --transform-translate-y: 28rem !important
}

.translate-y-128 {
  --transform-translate-y: 32rem !important
}

.translate-y-143 {
  --transform-translate-y: 35.9rem !important
}

.translate-y-149 {
  --transform-translate-y: 37.4rem !important
}

.translate-y-240 {
  --transform-translate-y: 60rem !important
}

.translate-y-280 {
  --transform-translate-y: 70rem !important
}

.translate-y-291 {
  --transform-translate-y: 72.9rem !important
}

.translate-y-316 {
  --transform-translate-y: 79rem !important
}

.translate-y-px {
  --transform-translate-y: 1px !important
}

.-translate-y-1 {
  --transform-translate-y: -0.25rem !important
}

.-translate-y-2 {
  --transform-translate-y: -0.5rem !important
}

.-translate-y-3 {
  --transform-translate-y: -0.75rem !important
}

.-translate-y-4 {
  --transform-translate-y: -1rem !important
}

.-translate-y-5 {
  --transform-translate-y: -1.25rem !important
}

.-translate-y-6 {
  --transform-translate-y: -1.5rem !important
}

.-translate-y-7 {
  --transform-translate-y: -1.8rem !important
}

.-translate-y-8 {
  --transform-translate-y: -2rem !important
}

.-translate-y-9 {
  --transform-translate-y: -2.4rem !important
}

.-translate-y-10 {
  --transform-translate-y: -2.5rem !important
}

.-translate-y-11 {
  --transform-translate-y: -2.6rem !important
}

.-translate-y-12 {
  --transform-translate-y: -3rem !important
}

.-translate-y-14 {
  --transform-translate-y: -3.6rem !important
}

.-translate-y-15 {
  --transform-translate-y: -3.8rem !important
}

.-translate-y-16 {
  --transform-translate-y: -4rem !important
}

.-translate-y-18 {
  --transform-translate-y: -4.5rem !important
}

.-translate-y-20 {
  --transform-translate-y: -5rem !important
}

.-translate-y-21 {
  --transform-translate-y: -5.3rem !important
}

.-translate-y-22 {
  --transform-translate-y: -5.7rem !important
}

.-translate-y-24 {
  --transform-translate-y: -6rem !important
}

.-translate-y-28 {
  --transform-translate-y: -7rem !important
}

.-translate-y-30 {
  --transform-translate-y: -7.6rem !important
}

.-translate-y-32 {
  --transform-translate-y: -8rem !important
}

.-translate-y-36 {
  --transform-translate-y: -9.1rem !important
}

.-translate-y-40 {
  --transform-translate-y: -10rem !important
}

.-translate-y-46 {
  --transform-translate-y: -11.7rem !important
}

.-translate-y-48 {
  --transform-translate-y: -12rem !important
}

.-translate-y-56 {
  --transform-translate-y: -14rem !important
}

.-translate-y-58 {
  --transform-translate-y: -14.7rem !important
}

.-translate-y-62 {
  --transform-translate-y: -15.7rem !important
}

.-translate-y-64 {
  --transform-translate-y: -16rem !important
}

.-translate-y-69 {
  --transform-translate-y: -17.1rem !important
}

.-translate-y-71 {
  --transform-translate-y: -17.9rem !important
}

.-translate-y-72 {
  --transform-translate-y: -18.1rem !important
}

.-translate-y-80 {
  --transform-translate-y: -20rem !important
}

.-translate-y-100 {
  --transform-translate-y: -25rem !important
}

.-translate-y-112 {
  --transform-translate-y: -28rem !important
}

.-translate-y-128 {
  --transform-translate-y: -32rem !important
}

.-translate-y-143 {
  --transform-translate-y: -35.9rem !important
}

.-translate-y-149 {
  --transform-translate-y: -37.4rem !important
}

.-translate-y-240 {
  --transform-translate-y: -60rem !important
}

.-translate-y-280 {
  --transform-translate-y: -70rem !important
}

.-translate-y-291 {
  --transform-translate-y: -72.9rem !important
}

.-translate-y-316 {
  --transform-translate-y: -79rem !important
}

.-translate-y-px {
  --transform-translate-y: -1px !important
}

.-translate-y-full {
  --transform-translate-y: -100% !important
}

.-translate-y-1\/2 {
  --transform-translate-y: -50% !important
}

.translate-y-1\/2 {
  --transform-translate-y: 50% !important
}

.translate-y-full {
  --transform-translate-y: 100% !important
}

.hover\:translate-x-0:hover {
  --transform-translate-x: 0 !important
}

.hover\:translate-x-1:hover {
  --transform-translate-x: 0.25rem !important
}

.hover\:translate-x-2:hover {
  --transform-translate-x: 0.5rem !important
}

.hover\:translate-x-3:hover {
  --transform-translate-x: 0.75rem !important
}

.hover\:translate-x-4:hover {
  --transform-translate-x: 1rem !important
}

.hover\:translate-x-5:hover {
  --transform-translate-x: 1.25rem !important
}

.hover\:translate-x-6:hover {
  --transform-translate-x: 1.5rem !important
}

.hover\:translate-x-7:hover {
  --transform-translate-x: 1.8rem !important
}

.hover\:translate-x-8:hover {
  --transform-translate-x: 2rem !important
}

.hover\:translate-x-9:hover {
  --transform-translate-x: 2.4rem !important
}

.hover\:translate-x-10:hover {
  --transform-translate-x: 2.5rem !important
}

.hover\:translate-x-11:hover {
  --transform-translate-x: 2.6rem !important
}

.hover\:translate-x-12:hover {
  --transform-translate-x: 3rem !important
}

.hover\:translate-x-14:hover {
  --transform-translate-x: 3.6rem !important
}

.hover\:translate-x-15:hover {
  --transform-translate-x: 3.8rem !important
}

.hover\:translate-x-16:hover {
  --transform-translate-x: 4rem !important
}

.hover\:translate-x-18:hover {
  --transform-translate-x: 4.5rem !important
}

.hover\:translate-x-20:hover {
  --transform-translate-x: 5rem !important
}

.hover\:translate-x-21:hover {
  --transform-translate-x: 5.3rem !important
}

.hover\:translate-x-22:hover {
  --transform-translate-x: 5.7rem !important
}

.hover\:translate-x-24:hover {
  --transform-translate-x: 6rem !important
}

.hover\:translate-x-28:hover {
  --transform-translate-x: 7rem !important
}

.hover\:translate-x-30:hover {
  --transform-translate-x: 7.6rem !important
}

.hover\:translate-x-32:hover {
  --transform-translate-x: 8rem !important
}

.hover\:translate-x-36:hover {
  --transform-translate-x: 9.1rem !important
}

.hover\:translate-x-40:hover {
  --transform-translate-x: 10rem !important
}

.hover\:translate-x-46:hover {
  --transform-translate-x: 11.7rem !important
}

.hover\:translate-x-48:hover {
  --transform-translate-x: 12rem !important
}

.hover\:translate-x-56:hover {
  --transform-translate-x: 14rem !important
}

.hover\:translate-x-58:hover {
  --transform-translate-x: 14.7rem !important
}

.hover\:translate-x-62:hover {
  --transform-translate-x: 15.7rem !important
}

.hover\:translate-x-64:hover {
  --transform-translate-x: 16rem !important
}

.hover\:translate-x-69:hover {
  --transform-translate-x: 17.1rem !important
}

.hover\:translate-x-71:hover {
  --transform-translate-x: 17.9rem !important
}

.hover\:translate-x-72:hover {
  --transform-translate-x: 18.1rem !important
}

.hover\:translate-x-80:hover {
  --transform-translate-x: 20rem !important
}

.hover\:translate-x-100:hover {
  --transform-translate-x: 25rem !important
}

.hover\:translate-x-112:hover {
  --transform-translate-x: 28rem !important
}

.hover\:translate-x-128:hover {
  --transform-translate-x: 32rem !important
}

.hover\:translate-x-143:hover {
  --transform-translate-x: 35.9rem !important
}

.hover\:translate-x-149:hover {
  --transform-translate-x: 37.4rem !important
}

.hover\:translate-x-240:hover {
  --transform-translate-x: 60rem !important
}

.hover\:translate-x-280:hover {
  --transform-translate-x: 70rem !important
}

.hover\:translate-x-291:hover {
  --transform-translate-x: 72.9rem !important
}

.hover\:translate-x-316:hover {
  --transform-translate-x: 79rem !important
}

.hover\:translate-x-px:hover {
  --transform-translate-x: 1px !important
}

.hover\:-translate-x-1:hover {
  --transform-translate-x: -0.25rem !important
}

.hover\:-translate-x-2:hover {
  --transform-translate-x: -0.5rem !important
}

.hover\:-translate-x-3:hover {
  --transform-translate-x: -0.75rem !important
}

.hover\:-translate-x-4:hover {
  --transform-translate-x: -1rem !important
}

.hover\:-translate-x-5:hover {
  --transform-translate-x: -1.25rem !important
}

.hover\:-translate-x-6:hover {
  --transform-translate-x: -1.5rem !important
}

.hover\:-translate-x-7:hover {
  --transform-translate-x: -1.8rem !important
}

.hover\:-translate-x-8:hover {
  --transform-translate-x: -2rem !important
}

.hover\:-translate-x-9:hover {
  --transform-translate-x: -2.4rem !important
}

.hover\:-translate-x-10:hover {
  --transform-translate-x: -2.5rem !important
}

.hover\:-translate-x-11:hover {
  --transform-translate-x: -2.6rem !important
}

.hover\:-translate-x-12:hover {
  --transform-translate-x: -3rem !important
}

.hover\:-translate-x-14:hover {
  --transform-translate-x: -3.6rem !important
}

.hover\:-translate-x-15:hover {
  --transform-translate-x: -3.8rem !important
}

.hover\:-translate-x-16:hover {
  --transform-translate-x: -4rem !important
}

.hover\:-translate-x-18:hover {
  --transform-translate-x: -4.5rem !important
}

.hover\:-translate-x-20:hover {
  --transform-translate-x: -5rem !important
}

.hover\:-translate-x-21:hover {
  --transform-translate-x: -5.3rem !important
}

.hover\:-translate-x-22:hover {
  --transform-translate-x: -5.7rem !important
}

.hover\:-translate-x-24:hover {
  --transform-translate-x: -6rem !important
}

.hover\:-translate-x-28:hover {
  --transform-translate-x: -7rem !important
}

.hover\:-translate-x-30:hover {
  --transform-translate-x: -7.6rem !important
}

.hover\:-translate-x-32:hover {
  --transform-translate-x: -8rem !important
}

.hover\:-translate-x-36:hover {
  --transform-translate-x: -9.1rem !important
}

.hover\:-translate-x-40:hover {
  --transform-translate-x: -10rem !important
}

.hover\:-translate-x-46:hover {
  --transform-translate-x: -11.7rem !important
}

.hover\:-translate-x-48:hover {
  --transform-translate-x: -12rem !important
}

.hover\:-translate-x-56:hover {
  --transform-translate-x: -14rem !important
}

.hover\:-translate-x-58:hover {
  --transform-translate-x: -14.7rem !important
}

.hover\:-translate-x-62:hover {
  --transform-translate-x: -15.7rem !important
}

.hover\:-translate-x-64:hover {
  --transform-translate-x: -16rem !important
}

.hover\:-translate-x-69:hover {
  --transform-translate-x: -17.1rem !important
}

.hover\:-translate-x-71:hover {
  --transform-translate-x: -17.9rem !important
}

.hover\:-translate-x-72:hover {
  --transform-translate-x: -18.1rem !important
}

.hover\:-translate-x-80:hover {
  --transform-translate-x: -20rem !important
}

.hover\:-translate-x-100:hover {
  --transform-translate-x: -25rem !important
}

.hover\:-translate-x-112:hover {
  --transform-translate-x: -28rem !important
}

.hover\:-translate-x-128:hover {
  --transform-translate-x: -32rem !important
}

.hover\:-translate-x-143:hover {
  --transform-translate-x: -35.9rem !important
}

.hover\:-translate-x-149:hover {
  --transform-translate-x: -37.4rem !important
}

.hover\:-translate-x-240:hover {
  --transform-translate-x: -60rem !important
}

.hover\:-translate-x-280:hover {
  --transform-translate-x: -70rem !important
}

.hover\:-translate-x-291:hover {
  --transform-translate-x: -72.9rem !important
}

.hover\:-translate-x-316:hover {
  --transform-translate-x: -79rem !important
}

.hover\:-translate-x-px:hover {
  --transform-translate-x: -1px !important
}

.hover\:-translate-x-full:hover {
  --transform-translate-x: -100% !important
}

.hover\:-translate-x-1\/2:hover {
  --transform-translate-x: -50% !important
}

.hover\:translate-x-1\/2:hover {
  --transform-translate-x: 50% !important
}

.hover\:translate-x-full:hover {
  --transform-translate-x: 100% !important
}

.hover\:translate-y-0:hover {
  --transform-translate-y: 0 !important
}

.hover\:translate-y-1:hover {
  --transform-translate-y: 0.25rem !important
}

.hover\:translate-y-2:hover {
  --transform-translate-y: 0.5rem !important
}

.hover\:translate-y-3:hover {
  --transform-translate-y: 0.75rem !important
}

.hover\:translate-y-4:hover {
  --transform-translate-y: 1rem !important
}

.hover\:translate-y-5:hover {
  --transform-translate-y: 1.25rem !important
}

.hover\:translate-y-6:hover {
  --transform-translate-y: 1.5rem !important
}

.hover\:translate-y-7:hover {
  --transform-translate-y: 1.8rem !important
}

.hover\:translate-y-8:hover {
  --transform-translate-y: 2rem !important
}

.hover\:translate-y-9:hover {
  --transform-translate-y: 2.4rem !important
}

.hover\:translate-y-10:hover {
  --transform-translate-y: 2.5rem !important
}

.hover\:translate-y-11:hover {
  --transform-translate-y: 2.6rem !important
}

.hover\:translate-y-12:hover {
  --transform-translate-y: 3rem !important
}

.hover\:translate-y-14:hover {
  --transform-translate-y: 3.6rem !important
}

.hover\:translate-y-15:hover {
  --transform-translate-y: 3.8rem !important
}

.hover\:translate-y-16:hover {
  --transform-translate-y: 4rem !important
}

.hover\:translate-y-18:hover {
  --transform-translate-y: 4.5rem !important
}

.hover\:translate-y-20:hover {
  --transform-translate-y: 5rem !important
}

.hover\:translate-y-21:hover {
  --transform-translate-y: 5.3rem !important
}

.hover\:translate-y-22:hover {
  --transform-translate-y: 5.7rem !important
}

.hover\:translate-y-24:hover {
  --transform-translate-y: 6rem !important
}

.hover\:translate-y-28:hover {
  --transform-translate-y: 7rem !important
}

.hover\:translate-y-30:hover {
  --transform-translate-y: 7.6rem !important
}

.hover\:translate-y-32:hover {
  --transform-translate-y: 8rem !important
}

.hover\:translate-y-36:hover {
  --transform-translate-y: 9.1rem !important
}

.hover\:translate-y-40:hover {
  --transform-translate-y: 10rem !important
}

.hover\:translate-y-46:hover {
  --transform-translate-y: 11.7rem !important
}

.hover\:translate-y-48:hover {
  --transform-translate-y: 12rem !important
}

.hover\:translate-y-56:hover {
  --transform-translate-y: 14rem !important
}

.hover\:translate-y-58:hover {
  --transform-translate-y: 14.7rem !important
}

.hover\:translate-y-62:hover {
  --transform-translate-y: 15.7rem !important
}

.hover\:translate-y-64:hover {
  --transform-translate-y: 16rem !important
}

.hover\:translate-y-69:hover {
  --transform-translate-y: 17.1rem !important
}

.hover\:translate-y-71:hover {
  --transform-translate-y: 17.9rem !important
}

.hover\:translate-y-72:hover {
  --transform-translate-y: 18.1rem !important
}

.hover\:translate-y-80:hover {
  --transform-translate-y: 20rem !important
}

.hover\:translate-y-100:hover {
  --transform-translate-y: 25rem !important
}

.hover\:translate-y-112:hover {
  --transform-translate-y: 28rem !important
}

.hover\:translate-y-128:hover {
  --transform-translate-y: 32rem !important
}

.hover\:translate-y-143:hover {
  --transform-translate-y: 35.9rem !important
}

.hover\:translate-y-149:hover {
  --transform-translate-y: 37.4rem !important
}

.hover\:translate-y-240:hover {
  --transform-translate-y: 60rem !important
}

.hover\:translate-y-280:hover {
  --transform-translate-y: 70rem !important
}

.hover\:translate-y-291:hover {
  --transform-translate-y: 72.9rem !important
}

.hover\:translate-y-316:hover {
  --transform-translate-y: 79rem !important
}

.hover\:translate-y-px:hover {
  --transform-translate-y: 1px !important
}

.hover\:-translate-y-1:hover {
  --transform-translate-y: -0.25rem !important
}

.hover\:-translate-y-2:hover {
  --transform-translate-y: -0.5rem !important
}

.hover\:-translate-y-3:hover {
  --transform-translate-y: -0.75rem !important
}

.hover\:-translate-y-4:hover {
  --transform-translate-y: -1rem !important
}

.hover\:-translate-y-5:hover {
  --transform-translate-y: -1.25rem !important
}

.hover\:-translate-y-6:hover {
  --transform-translate-y: -1.5rem !important
}

.hover\:-translate-y-7:hover {
  --transform-translate-y: -1.8rem !important
}

.hover\:-translate-y-8:hover {
  --transform-translate-y: -2rem !important
}

.hover\:-translate-y-9:hover {
  --transform-translate-y: -2.4rem !important
}

.hover\:-translate-y-10:hover {
  --transform-translate-y: -2.5rem !important
}

.hover\:-translate-y-11:hover {
  --transform-translate-y: -2.6rem !important
}

.hover\:-translate-y-12:hover {
  --transform-translate-y: -3rem !important
}

.hover\:-translate-y-14:hover {
  --transform-translate-y: -3.6rem !important
}

.hover\:-translate-y-15:hover {
  --transform-translate-y: -3.8rem !important
}

.hover\:-translate-y-16:hover {
  --transform-translate-y: -4rem !important
}

.hover\:-translate-y-18:hover {
  --transform-translate-y: -4.5rem !important
}

.hover\:-translate-y-20:hover {
  --transform-translate-y: -5rem !important
}

.hover\:-translate-y-21:hover {
  --transform-translate-y: -5.3rem !important
}

.hover\:-translate-y-22:hover {
  --transform-translate-y: -5.7rem !important
}

.hover\:-translate-y-24:hover {
  --transform-translate-y: -6rem !important
}

.hover\:-translate-y-28:hover {
  --transform-translate-y: -7rem !important
}

.hover\:-translate-y-30:hover {
  --transform-translate-y: -7.6rem !important
}

.hover\:-translate-y-32:hover {
  --transform-translate-y: -8rem !important
}

.hover\:-translate-y-36:hover {
  --transform-translate-y: -9.1rem !important
}

.hover\:-translate-y-40:hover {
  --transform-translate-y: -10rem !important
}

.hover\:-translate-y-46:hover {
  --transform-translate-y: -11.7rem !important
}

.hover\:-translate-y-48:hover {
  --transform-translate-y: -12rem !important
}

.hover\:-translate-y-56:hover {
  --transform-translate-y: -14rem !important
}

.hover\:-translate-y-58:hover {
  --transform-translate-y: -14.7rem !important
}

.hover\:-translate-y-62:hover {
  --transform-translate-y: -15.7rem !important
}

.hover\:-translate-y-64:hover {
  --transform-translate-y: -16rem !important
}

.hover\:-translate-y-69:hover {
  --transform-translate-y: -17.1rem !important
}

.hover\:-translate-y-71:hover {
  --transform-translate-y: -17.9rem !important
}

.hover\:-translate-y-72:hover {
  --transform-translate-y: -18.1rem !important
}

.hover\:-translate-y-80:hover {
  --transform-translate-y: -20rem !important
}

.hover\:-translate-y-100:hover {
  --transform-translate-y: -25rem !important
}

.hover\:-translate-y-112:hover {
  --transform-translate-y: -28rem !important
}

.hover\:-translate-y-128:hover {
  --transform-translate-y: -32rem !important
}

.hover\:-translate-y-143:hover {
  --transform-translate-y: -35.9rem !important
}

.hover\:-translate-y-149:hover {
  --transform-translate-y: -37.4rem !important
}

.hover\:-translate-y-240:hover {
  --transform-translate-y: -60rem !important
}

.hover\:-translate-y-280:hover {
  --transform-translate-y: -70rem !important
}

.hover\:-translate-y-291:hover {
  --transform-translate-y: -72.9rem !important
}

.hover\:-translate-y-316:hover {
  --transform-translate-y: -79rem !important
}

.hover\:-translate-y-px:hover {
  --transform-translate-y: -1px !important
}

.hover\:-translate-y-full:hover {
  --transform-translate-y: -100% !important
}

.hover\:-translate-y-1\/2:hover {
  --transform-translate-y: -50% !important
}

.hover\:translate-y-1\/2:hover {
  --transform-translate-y: 50% !important
}

.hover\:translate-y-full:hover {
  --transform-translate-y: 100% !important
}

.focus\:translate-x-0:focus {
  --transform-translate-x: 0 !important
}

.focus\:translate-x-1:focus {
  --transform-translate-x: 0.25rem !important
}

.focus\:translate-x-2:focus {
  --transform-translate-x: 0.5rem !important
}

.focus\:translate-x-3:focus {
  --transform-translate-x: 0.75rem !important
}

.focus\:translate-x-4:focus {
  --transform-translate-x: 1rem !important
}

.focus\:translate-x-5:focus {
  --transform-translate-x: 1.25rem !important
}

.focus\:translate-x-6:focus {
  --transform-translate-x: 1.5rem !important
}

.focus\:translate-x-7:focus {
  --transform-translate-x: 1.8rem !important
}

.focus\:translate-x-8:focus {
  --transform-translate-x: 2rem !important
}

.focus\:translate-x-9:focus {
  --transform-translate-x: 2.4rem !important
}

.focus\:translate-x-10:focus {
  --transform-translate-x: 2.5rem !important
}

.focus\:translate-x-11:focus {
  --transform-translate-x: 2.6rem !important
}

.focus\:translate-x-12:focus {
  --transform-translate-x: 3rem !important
}

.focus\:translate-x-14:focus {
  --transform-translate-x: 3.6rem !important
}

.focus\:translate-x-15:focus {
  --transform-translate-x: 3.8rem !important
}

.focus\:translate-x-16:focus {
  --transform-translate-x: 4rem !important
}

.focus\:translate-x-18:focus {
  --transform-translate-x: 4.5rem !important
}

.focus\:translate-x-20:focus {
  --transform-translate-x: 5rem !important
}

.focus\:translate-x-21:focus {
  --transform-translate-x: 5.3rem !important
}

.focus\:translate-x-22:focus {
  --transform-translate-x: 5.7rem !important
}

.focus\:translate-x-24:focus {
  --transform-translate-x: 6rem !important
}

.focus\:translate-x-28:focus {
  --transform-translate-x: 7rem !important
}

.focus\:translate-x-30:focus {
  --transform-translate-x: 7.6rem !important
}

.focus\:translate-x-32:focus {
  --transform-translate-x: 8rem !important
}

.focus\:translate-x-36:focus {
  --transform-translate-x: 9.1rem !important
}

.focus\:translate-x-40:focus {
  --transform-translate-x: 10rem !important
}

.focus\:translate-x-46:focus {
  --transform-translate-x: 11.7rem !important
}

.focus\:translate-x-48:focus {
  --transform-translate-x: 12rem !important
}

.focus\:translate-x-56:focus {
  --transform-translate-x: 14rem !important
}

.focus\:translate-x-58:focus {
  --transform-translate-x: 14.7rem !important
}

.focus\:translate-x-62:focus {
  --transform-translate-x: 15.7rem !important
}

.focus\:translate-x-64:focus {
  --transform-translate-x: 16rem !important
}

.focus\:translate-x-69:focus {
  --transform-translate-x: 17.1rem !important
}

.focus\:translate-x-71:focus {
  --transform-translate-x: 17.9rem !important
}

.focus\:translate-x-72:focus {
  --transform-translate-x: 18.1rem !important
}

.focus\:translate-x-80:focus {
  --transform-translate-x: 20rem !important
}

.focus\:translate-x-100:focus {
  --transform-translate-x: 25rem !important
}

.focus\:translate-x-112:focus {
  --transform-translate-x: 28rem !important
}

.focus\:translate-x-128:focus {
  --transform-translate-x: 32rem !important
}

.focus\:translate-x-143:focus {
  --transform-translate-x: 35.9rem !important
}

.focus\:translate-x-149:focus {
  --transform-translate-x: 37.4rem !important
}

.focus\:translate-x-240:focus {
  --transform-translate-x: 60rem !important
}

.focus\:translate-x-280:focus {
  --transform-translate-x: 70rem !important
}

.focus\:translate-x-291:focus {
  --transform-translate-x: 72.9rem !important
}

.focus\:translate-x-316:focus {
  --transform-translate-x: 79rem !important
}

.focus\:translate-x-px:focus {
  --transform-translate-x: 1px !important
}

.focus\:-translate-x-1:focus {
  --transform-translate-x: -0.25rem !important
}

.focus\:-translate-x-2:focus {
  --transform-translate-x: -0.5rem !important
}

.focus\:-translate-x-3:focus {
  --transform-translate-x: -0.75rem !important
}

.focus\:-translate-x-4:focus {
  --transform-translate-x: -1rem !important
}

.focus\:-translate-x-5:focus {
  --transform-translate-x: -1.25rem !important
}

.focus\:-translate-x-6:focus {
  --transform-translate-x: -1.5rem !important
}

.focus\:-translate-x-7:focus {
  --transform-translate-x: -1.8rem !important
}

.focus\:-translate-x-8:focus {
  --transform-translate-x: -2rem !important
}

.focus\:-translate-x-9:focus {
  --transform-translate-x: -2.4rem !important
}

.focus\:-translate-x-10:focus {
  --transform-translate-x: -2.5rem !important
}

.focus\:-translate-x-11:focus {
  --transform-translate-x: -2.6rem !important
}

.focus\:-translate-x-12:focus {
  --transform-translate-x: -3rem !important
}

.focus\:-translate-x-14:focus {
  --transform-translate-x: -3.6rem !important
}

.focus\:-translate-x-15:focus {
  --transform-translate-x: -3.8rem !important
}

.focus\:-translate-x-16:focus {
  --transform-translate-x: -4rem !important
}

.focus\:-translate-x-18:focus {
  --transform-translate-x: -4.5rem !important
}

.focus\:-translate-x-20:focus {
  --transform-translate-x: -5rem !important
}

.focus\:-translate-x-21:focus {
  --transform-translate-x: -5.3rem !important
}

.focus\:-translate-x-22:focus {
  --transform-translate-x: -5.7rem !important
}

.focus\:-translate-x-24:focus {
  --transform-translate-x: -6rem !important
}

.focus\:-translate-x-28:focus {
  --transform-translate-x: -7rem !important
}

.focus\:-translate-x-30:focus {
  --transform-translate-x: -7.6rem !important
}

.focus\:-translate-x-32:focus {
  --transform-translate-x: -8rem !important
}

.focus\:-translate-x-36:focus {
  --transform-translate-x: -9.1rem !important
}

.focus\:-translate-x-40:focus {
  --transform-translate-x: -10rem !important
}

.focus\:-translate-x-46:focus {
  --transform-translate-x: -11.7rem !important
}

.focus\:-translate-x-48:focus {
  --transform-translate-x: -12rem !important
}

.focus\:-translate-x-56:focus {
  --transform-translate-x: -14rem !important
}

.focus\:-translate-x-58:focus {
  --transform-translate-x: -14.7rem !important
}

.focus\:-translate-x-62:focus {
  --transform-translate-x: -15.7rem !important
}

.focus\:-translate-x-64:focus {
  --transform-translate-x: -16rem !important
}

.focus\:-translate-x-69:focus {
  --transform-translate-x: -17.1rem !important
}

.focus\:-translate-x-71:focus {
  --transform-translate-x: -17.9rem !important
}

.focus\:-translate-x-72:focus {
  --transform-translate-x: -18.1rem !important
}

.focus\:-translate-x-80:focus {
  --transform-translate-x: -20rem !important
}

.focus\:-translate-x-100:focus {
  --transform-translate-x: -25rem !important
}

.focus\:-translate-x-112:focus {
  --transform-translate-x: -28rem !important
}

.focus\:-translate-x-128:focus {
  --transform-translate-x: -32rem !important
}

.focus\:-translate-x-143:focus {
  --transform-translate-x: -35.9rem !important
}

.focus\:-translate-x-149:focus {
  --transform-translate-x: -37.4rem !important
}

.focus\:-translate-x-240:focus {
  --transform-translate-x: -60rem !important
}

.focus\:-translate-x-280:focus {
  --transform-translate-x: -70rem !important
}

.focus\:-translate-x-291:focus {
  --transform-translate-x: -72.9rem !important
}

.focus\:-translate-x-316:focus {
  --transform-translate-x: -79rem !important
}

.focus\:-translate-x-px:focus {
  --transform-translate-x: -1px !important
}

.focus\:-translate-x-full:focus {
  --transform-translate-x: -100% !important
}

.focus\:-translate-x-1\/2:focus {
  --transform-translate-x: -50% !important
}

.focus\:translate-x-1\/2:focus {
  --transform-translate-x: 50% !important
}

.focus\:translate-x-full:focus {
  --transform-translate-x: 100% !important
}

.focus\:translate-y-0:focus {
  --transform-translate-y: 0 !important
}

.focus\:translate-y-1:focus {
  --transform-translate-y: 0.25rem !important
}

.focus\:translate-y-2:focus {
  --transform-translate-y: 0.5rem !important
}

.focus\:translate-y-3:focus {
  --transform-translate-y: 0.75rem !important
}

.focus\:translate-y-4:focus {
  --transform-translate-y: 1rem !important
}

.focus\:translate-y-5:focus {
  --transform-translate-y: 1.25rem !important
}

.focus\:translate-y-6:focus {
  --transform-translate-y: 1.5rem !important
}

.focus\:translate-y-7:focus {
  --transform-translate-y: 1.8rem !important
}

.focus\:translate-y-8:focus {
  --transform-translate-y: 2rem !important
}

.focus\:translate-y-9:focus {
  --transform-translate-y: 2.4rem !important
}

.focus\:translate-y-10:focus {
  --transform-translate-y: 2.5rem !important
}

.focus\:translate-y-11:focus {
  --transform-translate-y: 2.6rem !important
}

.focus\:translate-y-12:focus {
  --transform-translate-y: 3rem !important
}

.focus\:translate-y-14:focus {
  --transform-translate-y: 3.6rem !important
}

.focus\:translate-y-15:focus {
  --transform-translate-y: 3.8rem !important
}

.focus\:translate-y-16:focus {
  --transform-translate-y: 4rem !important
}

.focus\:translate-y-18:focus {
  --transform-translate-y: 4.5rem !important
}

.focus\:translate-y-20:focus {
  --transform-translate-y: 5rem !important
}

.focus\:translate-y-21:focus {
  --transform-translate-y: 5.3rem !important
}

.focus\:translate-y-22:focus {
  --transform-translate-y: 5.7rem !important
}

.focus\:translate-y-24:focus {
  --transform-translate-y: 6rem !important
}

.focus\:translate-y-28:focus {
  --transform-translate-y: 7rem !important
}

.focus\:translate-y-30:focus {
  --transform-translate-y: 7.6rem !important
}

.focus\:translate-y-32:focus {
  --transform-translate-y: 8rem !important
}

.focus\:translate-y-36:focus {
  --transform-translate-y: 9.1rem !important
}

.focus\:translate-y-40:focus {
  --transform-translate-y: 10rem !important
}

.focus\:translate-y-46:focus {
  --transform-translate-y: 11.7rem !important
}

.focus\:translate-y-48:focus {
  --transform-translate-y: 12rem !important
}

.focus\:translate-y-56:focus {
  --transform-translate-y: 14rem !important
}

.focus\:translate-y-58:focus {
  --transform-translate-y: 14.7rem !important
}

.focus\:translate-y-62:focus {
  --transform-translate-y: 15.7rem !important
}

.focus\:translate-y-64:focus {
  --transform-translate-y: 16rem !important
}

.focus\:translate-y-69:focus {
  --transform-translate-y: 17.1rem !important
}

.focus\:translate-y-71:focus {
  --transform-translate-y: 17.9rem !important
}

.focus\:translate-y-72:focus {
  --transform-translate-y: 18.1rem !important
}

.focus\:translate-y-80:focus {
  --transform-translate-y: 20rem !important
}

.focus\:translate-y-100:focus {
  --transform-translate-y: 25rem !important
}

.focus\:translate-y-112:focus {
  --transform-translate-y: 28rem !important
}

.focus\:translate-y-128:focus {
  --transform-translate-y: 32rem !important
}

.focus\:translate-y-143:focus {
  --transform-translate-y: 35.9rem !important
}

.focus\:translate-y-149:focus {
  --transform-translate-y: 37.4rem !important
}

.focus\:translate-y-240:focus {
  --transform-translate-y: 60rem !important
}

.focus\:translate-y-280:focus {
  --transform-translate-y: 70rem !important
}

.focus\:translate-y-291:focus {
  --transform-translate-y: 72.9rem !important
}

.focus\:translate-y-316:focus {
  --transform-translate-y: 79rem !important
}

.focus\:translate-y-px:focus {
  --transform-translate-y: 1px !important
}

.focus\:-translate-y-1:focus {
  --transform-translate-y: -0.25rem !important
}

.focus\:-translate-y-2:focus {
  --transform-translate-y: -0.5rem !important
}

.focus\:-translate-y-3:focus {
  --transform-translate-y: -0.75rem !important
}

.focus\:-translate-y-4:focus {
  --transform-translate-y: -1rem !important
}

.focus\:-translate-y-5:focus {
  --transform-translate-y: -1.25rem !important
}

.focus\:-translate-y-6:focus {
  --transform-translate-y: -1.5rem !important
}

.focus\:-translate-y-7:focus {
  --transform-translate-y: -1.8rem !important
}

.focus\:-translate-y-8:focus {
  --transform-translate-y: -2rem !important
}

.focus\:-translate-y-9:focus {
  --transform-translate-y: -2.4rem !important
}

.focus\:-translate-y-10:focus {
  --transform-translate-y: -2.5rem !important
}

.focus\:-translate-y-11:focus {
  --transform-translate-y: -2.6rem !important
}

.focus\:-translate-y-12:focus {
  --transform-translate-y: -3rem !important
}

.focus\:-translate-y-14:focus {
  --transform-translate-y: -3.6rem !important
}

.focus\:-translate-y-15:focus {
  --transform-translate-y: -3.8rem !important
}

.focus\:-translate-y-16:focus {
  --transform-translate-y: -4rem !important
}

.focus\:-translate-y-18:focus {
  --transform-translate-y: -4.5rem !important
}

.focus\:-translate-y-20:focus {
  --transform-translate-y: -5rem !important
}

.focus\:-translate-y-21:focus {
  --transform-translate-y: -5.3rem !important
}

.focus\:-translate-y-22:focus {
  --transform-translate-y: -5.7rem !important
}

.focus\:-translate-y-24:focus {
  --transform-translate-y: -6rem !important
}

.focus\:-translate-y-28:focus {
  --transform-translate-y: -7rem !important
}

.focus\:-translate-y-30:focus {
  --transform-translate-y: -7.6rem !important
}

.focus\:-translate-y-32:focus {
  --transform-translate-y: -8rem !important
}

.focus\:-translate-y-36:focus {
  --transform-translate-y: -9.1rem !important
}

.focus\:-translate-y-40:focus {
  --transform-translate-y: -10rem !important
}

.focus\:-translate-y-46:focus {
  --transform-translate-y: -11.7rem !important
}

.focus\:-translate-y-48:focus {
  --transform-translate-y: -12rem !important
}

.focus\:-translate-y-56:focus {
  --transform-translate-y: -14rem !important
}

.focus\:-translate-y-58:focus {
  --transform-translate-y: -14.7rem !important
}

.focus\:-translate-y-62:focus {
  --transform-translate-y: -15.7rem !important
}

.focus\:-translate-y-64:focus {
  --transform-translate-y: -16rem !important
}

.focus\:-translate-y-69:focus {
  --transform-translate-y: -17.1rem !important
}

.focus\:-translate-y-71:focus {
  --transform-translate-y: -17.9rem !important
}

.focus\:-translate-y-72:focus {
  --transform-translate-y: -18.1rem !important
}

.focus\:-translate-y-80:focus {
  --transform-translate-y: -20rem !important
}

.focus\:-translate-y-100:focus {
  --transform-translate-y: -25rem !important
}

.focus\:-translate-y-112:focus {
  --transform-translate-y: -28rem !important
}

.focus\:-translate-y-128:focus {
  --transform-translate-y: -32rem !important
}

.focus\:-translate-y-143:focus {
  --transform-translate-y: -35.9rem !important
}

.focus\:-translate-y-149:focus {
  --transform-translate-y: -37.4rem !important
}

.focus\:-translate-y-240:focus {
  --transform-translate-y: -60rem !important
}

.focus\:-translate-y-280:focus {
  --transform-translate-y: -70rem !important
}

.focus\:-translate-y-291:focus {
  --transform-translate-y: -72.9rem !important
}

.focus\:-translate-y-316:focus {
  --transform-translate-y: -79rem !important
}

.focus\:-translate-y-px:focus {
  --transform-translate-y: -1px !important
}

.focus\:-translate-y-full:focus {
  --transform-translate-y: -100% !important
}

.focus\:-translate-y-1\/2:focus {
  --transform-translate-y: -50% !important
}

.focus\:translate-y-1\/2:focus {
  --transform-translate-y: 50% !important
}

.focus\:translate-y-full:focus {
  --transform-translate-y: 100% !important
}

.skew-x-0 {
  --transform-skew-x: 0 !important
}

.skew-x-3 {
  --transform-skew-x: 3deg !important
}

.skew-x-6 {
  --transform-skew-x: 6deg !important
}

.skew-x-12 {
  --transform-skew-x: 12deg !important
}

.-skew-x-12 {
  --transform-skew-x: -12deg !important
}

.-skew-x-6 {
  --transform-skew-x: -6deg !important
}

.-skew-x-3 {
  --transform-skew-x: -3deg !important
}

.skew-y-0 {
  --transform-skew-y: 0 !important
}

.skew-y-3 {
  --transform-skew-y: 3deg !important
}

.skew-y-6 {
  --transform-skew-y: 6deg !important
}

.skew-y-12 {
  --transform-skew-y: 12deg !important
}

.-skew-y-12 {
  --transform-skew-y: -12deg !important
}

.-skew-y-6 {
  --transform-skew-y: -6deg !important
}

.-skew-y-3 {
  --transform-skew-y: -3deg !important
}

.tracking-tighter {
  letter-spacing: -0.05em !important
}

.tracking-tight {
  letter-spacing: -0.025em !important
}

.tracking-normal {
  letter-spacing: 0 !important
}

.tracking-wide {
  letter-spacing: 0.025em !important
}

.tracking-wider {
  letter-spacing: 0.05em !important
}

.tracking-widest {
  letter-spacing: 0.1em !important
}

.hover\:tracking-tighter:hover {
  letter-spacing: -0.05em !important
}

.hover\:tracking-tight:hover {
  letter-spacing: -0.025em !important
}

.hover\:tracking-normal:hover {
  letter-spacing: 0 !important
}

.hover\:tracking-wide:hover {
  letter-spacing: 0.025em !important
}

.hover\:tracking-wider:hover {
  letter-spacing: 0.05em !important
}

.hover\:tracking-widest:hover {
  letter-spacing: 0.1em !important
}

.focus\:tracking-tighter:focus {
  letter-spacing: -0.05em !important
}

.focus\:tracking-tight:focus {
  letter-spacing: -0.025em !important
}

.focus\:tracking-normal:focus {
  letter-spacing: 0 !important
}

.focus\:tracking-wide:focus {
  letter-spacing: 0.025em !important
}

.focus\:tracking-wider:focus {
  letter-spacing: 0.05em !important
}

.focus\:tracking-widest:focus {
  letter-spacing: 0.1em !important
}

.transition-none {
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important
}

.transition-all {
  -webkit-transition-property: all !important;
  -o-transition-property: all !important;
  transition-property: all !important
}

.transition {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important
}

.transition-colors {
  -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
  -o-transition-property: background-color, border-color, color, fill, stroke !important;
  transition-property: background-color, border-color, color, fill, stroke !important
}

.transition-opacity {
  -webkit-transition-property: opacity !important;
  -o-transition-property: opacity !important;
  transition-property: opacity !important
}

.transition-shadow {
  -webkit-transition-property: -webkit-box-shadow !important;
  transition-property: -webkit-box-shadow !important;
  -o-transition-property: box-shadow !important;
  transition-property: box-shadow !important;
  transition-property: box-shadow, -webkit-box-shadow !important
}

.transition-transform {
  -webkit-transition-property: -webkit-transform !important;
  transition-property: -webkit-transform !important;
  -o-transition-property: transform !important;
  transition-property: transform !important;
  transition-property: transform, -webkit-transform !important
}

.ease-linear {
  -webkit-transition-timing-function: linear !important;
       -o-transition-timing-function: linear !important;
          transition-timing-function: linear !important
}

.ease-in {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
       -o-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important
}

.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
       -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important
}

.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important
}

.duration-300 {
  -webkit-transition-duration: 300ms !important;
       -o-transition-duration: 300ms !important;
          transition-duration: 300ms !important
}

.duration-500 {
  -webkit-transition-duration: 500ms !important;
       -o-transition-duration: 500ms !important;
          transition-duration: 500ms !important
}

.duration-1000 {
  -webkit-transition-duration: 1000ms !important;
       -o-transition-duration: 1000ms !important;
          transition-duration: 1000ms !important
}

.delay-100 {
  -webkit-transition-delay: 100ms !important;
       -o-transition-delay: 100ms !important;
          transition-delay: 100ms !important
}

.delay-200 {
  -webkit-transition-delay: 200ms !important;
       -o-transition-delay: 200ms !important;
          transition-delay: 200ms !important
}

.delay-300 {
  -webkit-transition-delay: 300ms !important;
       -o-transition-delay: 300ms !important;
          transition-delay: 300ms !important
}

.delay-400 {
  -webkit-transition-delay: 300ms !important;
       -o-transition-delay: 300ms !important;
          transition-delay: 300ms !important
}

.delay-500 {
  -webkit-transition-delay: 500ms !important;
       -o-transition-delay: 500ms !important;
          transition-delay: 500ms !important
}

.col-0 {
  grid-column: 0 !important
}

.col-1 {
  grid-column: 0.25rem !important
}

.col-2 {
  grid-column: 0.5rem !important
}

.col-3 {
  grid-column: 0.75rem !important
}

.col-4 {
  -ms-grid-column: 1 !important;
  grid-column: 1rem !important
}

.col-5 {
  -ms-grid-column: 1 !important;
  grid-column: 1.25rem !important
}

.col-6 {
  -ms-grid-column: 1 !important;
  grid-column: 1.5rem !important
}

.col-7 {
  -ms-grid-column: 1 !important;
  grid-column: 1.8rem !important
}

.col-8 {
  -ms-grid-column: 2 !important;
  grid-column: 2rem !important
}

.col-9 {
  -ms-grid-column: 2 !important;
  grid-column: 2.4rem !important
}

.col-10 {
  -ms-grid-column: 2 !important;
  grid-column: 2.5rem !important
}

.col-11 {
  -ms-grid-column: 2 !important;
  grid-column: 2.6rem !important
}

.col-12 {
  -ms-grid-column: 3 !important;
  grid-column: 3rem !important
}

.col-14 {
  -ms-grid-column: 3 !important;
  grid-column: 3.6rem !important
}

.col-15 {
  -ms-grid-column: 3 !important;
  grid-column: 3.8rem !important
}

.col-16 {
  -ms-grid-column: 4 !important;
  grid-column: 4rem !important
}

.col-18 {
  -ms-grid-column: 4 !important;
  grid-column: 4.5rem !important
}

.col-20 {
  -ms-grid-column: 5 !important;
  grid-column: 5rem !important
}

.col-21 {
  -ms-grid-column: 5 !important;
  grid-column: 5.3rem !important
}

.col-22 {
  -ms-grid-column: 5 !important;
  grid-column: 5.7rem !important
}

.col-24 {
  -ms-grid-column: 6 !important;
  grid-column: 6rem !important
}

.col-28 {
  -ms-grid-column: 7 !important;
  grid-column: 7rem !important
}

.col-30 {
  -ms-grid-column: 7 !important;
  grid-column: 7.6rem !important
}

.col-32 {
  -ms-grid-column: 8 !important;
  grid-column: 8rem !important
}

.col-36 {
  -ms-grid-column: 9 !important;
  grid-column: 9.1rem !important
}

.col-40 {
  -ms-grid-column: 10 !important;
  grid-column: 10rem !important
}

.col-46 {
  -ms-grid-column: 11 !important;
  grid-column: 11.7rem !important
}

.col-48 {
  -ms-grid-column: 12 !important;
  grid-column: 12rem !important
}

.col-56 {
  -ms-grid-column: 14 !important;
  grid-column: 14rem !important
}

.col-58 {
  -ms-grid-column: 14 !important;
  grid-column: 14.7rem !important
}

.col-62 {
  -ms-grid-column: 15 !important;
  grid-column: 15.7rem !important
}

.col-64 {
  -ms-grid-column: 16 !important;
  grid-column: 16rem !important
}

.col-69 {
  -ms-grid-column: 17 !important;
  grid-column: 17.1rem !important
}

.col-71 {
  -ms-grid-column: 17 !important;
  grid-column: 17.9rem !important
}

.col-72 {
  -ms-grid-column: 18 !important;
  grid-column: 18.1rem !important
}

.col-80 {
  -ms-grid-column: 20 !important;
  grid-column: 20rem !important
}

.col-100 {
  -ms-grid-column: 25 !important;
  grid-column: 25rem !important
}

.col-112 {
  -ms-grid-column: 28 !important;
  grid-column: 28rem !important
}

.col-128 {
  -ms-grid-column: 32 !important;
  grid-column: 32rem !important
}

.col-143 {
  -ms-grid-column: 35 !important;
  grid-column: 35.9rem !important
}

.col-149 {
  -ms-grid-column: 37 !important;
  grid-column: 37.4rem !important
}

.col-240 {
  -ms-grid-column: 60 !important;
  grid-column: 60rem !important
}

.col-280 {
  -ms-grid-column: 70 !important;
  grid-column: 70rem !important
}

.col-291 {
  -ms-grid-column: 72 !important;
  grid-column: 72.9rem !important
}

.col-316 {
  -ms-grid-column: 79 !important;
  grid-column: 79rem !important
}

.col-span-16 {
  -ms-grid-column-span: 16 !important;
  grid-column: span 16 / span 16 !important
}

.col-px {
  -ms-grid-column: 1 !important;
  grid-column: 1px !important
}

.hover\:col-0:hover {
  grid-column: 0 !important
}

.hover\:col-1:hover {
  grid-column: 0.25rem !important
}

.hover\:col-2:hover {
  grid-column: 0.5rem !important
}

.hover\:col-3:hover {
  grid-column: 0.75rem !important
}

.hover\:col-4:hover {
  -ms-grid-column: 1 !important;
  grid-column: 1rem !important
}

.hover\:col-5:hover {
  -ms-grid-column: 1 !important;
  grid-column: 1.25rem !important
}

.hover\:col-6:hover {
  -ms-grid-column: 1 !important;
  grid-column: 1.5rem !important
}

.hover\:col-7:hover {
  -ms-grid-column: 1 !important;
  grid-column: 1.8rem !important
}

.hover\:col-8:hover {
  -ms-grid-column: 2 !important;
  grid-column: 2rem !important
}

.hover\:col-9:hover {
  -ms-grid-column: 2 !important;
  grid-column: 2.4rem !important
}

.hover\:col-10:hover {
  -ms-grid-column: 2 !important;
  grid-column: 2.5rem !important
}

.hover\:col-11:hover {
  -ms-grid-column: 2 !important;
  grid-column: 2.6rem !important
}

.hover\:col-12:hover {
  -ms-grid-column: 3 !important;
  grid-column: 3rem !important
}

.hover\:col-14:hover {
  -ms-grid-column: 3 !important;
  grid-column: 3.6rem !important
}

.hover\:col-15:hover {
  -ms-grid-column: 3 !important;
  grid-column: 3.8rem !important
}

.hover\:col-16:hover {
  -ms-grid-column: 4 !important;
  grid-column: 4rem !important
}

.hover\:col-18:hover {
  -ms-grid-column: 4 !important;
  grid-column: 4.5rem !important
}

.hover\:col-20:hover {
  -ms-grid-column: 5 !important;
  grid-column: 5rem !important
}

.hover\:col-21:hover {
  -ms-grid-column: 5 !important;
  grid-column: 5.3rem !important
}

.hover\:col-22:hover {
  -ms-grid-column: 5 !important;
  grid-column: 5.7rem !important
}

.hover\:col-24:hover {
  -ms-grid-column: 6 !important;
  grid-column: 6rem !important
}

.hover\:col-28:hover {
  -ms-grid-column: 7 !important;
  grid-column: 7rem !important
}

.hover\:col-30:hover {
  -ms-grid-column: 7 !important;
  grid-column: 7.6rem !important
}

.hover\:col-32:hover {
  -ms-grid-column: 8 !important;
  grid-column: 8rem !important
}

.hover\:col-36:hover {
  -ms-grid-column: 9 !important;
  grid-column: 9.1rem !important
}

.hover\:col-40:hover {
  -ms-grid-column: 10 !important;
  grid-column: 10rem !important
}

.hover\:col-46:hover {
  -ms-grid-column: 11 !important;
  grid-column: 11.7rem !important
}

.hover\:col-48:hover {
  -ms-grid-column: 12 !important;
  grid-column: 12rem !important
}

.hover\:col-56:hover {
  -ms-grid-column: 14 !important;
  grid-column: 14rem !important
}

.hover\:col-58:hover {
  -ms-grid-column: 14 !important;
  grid-column: 14.7rem !important
}

.hover\:col-62:hover {
  -ms-grid-column: 15 !important;
  grid-column: 15.7rem !important
}

.hover\:col-64:hover {
  -ms-grid-column: 16 !important;
  grid-column: 16rem !important
}

.hover\:col-69:hover {
  -ms-grid-column: 17 !important;
  grid-column: 17.1rem !important
}

.hover\:col-71:hover {
  -ms-grid-column: 17 !important;
  grid-column: 17.9rem !important
}

.hover\:col-72:hover {
  -ms-grid-column: 18 !important;
  grid-column: 18.1rem !important
}

.hover\:col-80:hover {
  -ms-grid-column: 20 !important;
  grid-column: 20rem !important
}

.hover\:col-100:hover {
  -ms-grid-column: 25 !important;
  grid-column: 25rem !important
}

.hover\:col-112:hover {
  -ms-grid-column: 28 !important;
  grid-column: 28rem !important
}

.hover\:col-128:hover {
  -ms-grid-column: 32 !important;
  grid-column: 32rem !important
}

.hover\:col-143:hover {
  -ms-grid-column: 35 !important;
  grid-column: 35.9rem !important
}

.hover\:col-149:hover {
  -ms-grid-column: 37 !important;
  grid-column: 37.4rem !important
}

.hover\:col-240:hover {
  -ms-grid-column: 60 !important;
  grid-column: 60rem !important
}

.hover\:col-280:hover {
  -ms-grid-column: 70 !important;
  grid-column: 70rem !important
}

.hover\:col-291:hover {
  -ms-grid-column: 72 !important;
  grid-column: 72.9rem !important
}

.hover\:col-316:hover {
  -ms-grid-column: 79 !important;
  grid-column: 79rem !important
}

.hover\:col-span-16:hover {
  -ms-grid-column-span: 16 !important;
  grid-column: span 16 / span 16 !important
}

.hover\:col-px:hover {
  -ms-grid-column: 1 !important;
  grid-column: 1px !important
}

.col-start-13 {
  -ms-grid-column: 13 !important;
      grid-column-start: 13 !important
}

.col-start-14 {
  -ms-grid-column: 14 !important;
      grid-column-start: 14 !important
}

.col-start-15 {
  -ms-grid-column: 15 !important;
      grid-column-start: 15 !important
}

.col-start-16 {
  -ms-grid-column: 16 !important;
      grid-column-start: 16 !important
}

.col-start-17 {
  -ms-grid-column: 17 !important;
      grid-column-start: 17 !important
}

.hover\:col-start-13:hover {
  -ms-grid-column: 13 !important;
      grid-column-start: 13 !important
}

.hover\:col-start-14:hover {
  -ms-grid-column: 14 !important;
      grid-column-start: 14 !important
}

.hover\:col-start-15:hover {
  -ms-grid-column: 15 !important;
      grid-column-start: 15 !important
}

.hover\:col-start-16:hover {
  -ms-grid-column: 16 !important;
      grid-column-start: 16 !important
}

.hover\:col-start-17:hover {
  -ms-grid-column: 17 !important;
      grid-column-start: 17 !important
}

.col-end-13 {
  -ms-grid-column-span: 13 !important;
  grid-column-end: 13 !important
}

.col-end-14 {
  -ms-grid-column-span: 14 !important;
  grid-column-end: 14 !important
}

.col-end-15 {
  -ms-grid-column-span: 15 !important;
  grid-column-end: 15 !important
}

.col-end-16 {
  -ms-grid-column-span: 16 !important;
  grid-column-end: 16 !important
}

.col-end-17 {
  -ms-grid-column-span: 17 !important;
  grid-column-end: 17 !important
}

.hover\:col-end-13:hover {
  -ms-grid-column-span: 13 !important;
  grid-column-end: 13 !important
}

.hover\:col-end-14:hover {
  -ms-grid-column-span: 14 !important;
  grid-column-end: 14 !important
}

.hover\:col-end-15:hover {
  -ms-grid-column-span: 15 !important;
  grid-column-end: 15 !important
}

.hover\:col-end-16:hover {
  -ms-grid-column-span: 16 !important;
  grid-column-end: 16 !important
}

.hover\:col-end-17:hover {
  -ms-grid-column-span: 17 !important;
  grid-column-end: 17 !important
}

@media (min-width: 400px) {
  .sm\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important
  }

  .sm\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important
  }

  .sm\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important
  }

  .sm\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important
  }

  .sm\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
  }

  .sm\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important
  }

  .sm\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important
  }

  .sm\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important
  }

  .sm\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important
  }

  .sm\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important
  }

  .sm\:self-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
  }

  .sm\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important
  }

  .sm\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important
  }

  .sm\:self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
  }

  .sm\:self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
  }

  .sm\:bg-transparent {
    background-color: transparent !important
  }

  .sm\:bg-primary {
    background-color: #0A5988 !important
  }

  .sm\:bg-primary-light {
    background-color: #257DB2 !important
  }

  .sm\:bg-secondary {
    background-color: #8FC549 !important
  }

  .sm\:bg-primary-dark {
    background-color: #003D62 !important
  }

  .sm\:bg-tertiary {
    background-color: #EBF4FA !important
  }

  .sm\:bg-tertiary-light {
    background-color: #EBF4FA !important
  }

  .sm\:bg-tertiary-lightest {
    background-color: #EBF4FA !important
  }

  .sm\:bg-font-main {
    background-color: #443E37 !important
  }

  .sm\:bg-highlight {
    background-color: #E1962C !important
  }

  .sm\:bg-highlight-alt {
    background-color: #E1962C !important
  }

  .sm\:bg-accent {
    background-color: #DA511F !important
  }

  .sm\:bg-accent-alt {
    background-color: #DA511F !important
  }

  .sm\:bg-body-text {
    background-color: #443E37 !important
  }

  .sm\:bg-dividers {
    background-color: #C7BBAE !important
  }

  .sm\:bg-dividers-lighther {
    background-color: #f5f5f5 !important
  }

  .sm\:bg-dividers-light {
    background-color: #f7f7f7 !important
  }

  .sm\:bg-black {
    background-color: #000 !important
  }

  .sm\:bg-white {
    background-color: #fff !important
  }

  .sm\:bg-red-100 {
    background-color: #FFF5F5 !important
  }

  .sm\:bg-red-200 {
    background-color: #FED7D7 !important
  }

  .sm\:bg-red-300 {
    background-color: #FEB2B2 !important
  }

  .sm\:bg-red-400 {
    background-color: #FC8181 !important
  }

  .sm\:bg-red-500 {
    background-color: #F56565 !important
  }

  .sm\:bg-red-600 {
    background-color: #E53E3E !important
  }

  .sm\:bg-red-700 {
    background-color: #C53030 !important
  }

  .sm\:bg-red-800 {
    background-color: #9B2C2C !important
  }

  .sm\:bg-red-900 {
    background-color: #742A2A !important
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent !important
  }

  .sm\:hover\:bg-primary:hover {
    background-color: #0A5988 !important
  }

  .sm\:hover\:bg-primary-light:hover {
    background-color: #257DB2 !important
  }

  .sm\:hover\:bg-secondary:hover {
    background-color: #8FC549 !important
  }

  .sm\:hover\:bg-primary-dark:hover {
    background-color: #003D62 !important
  }

  .sm\:hover\:bg-tertiary:hover {
    background-color: #EBF4FA !important
  }

  .sm\:hover\:bg-tertiary-light:hover {
    background-color: #EBF4FA !important
  }

  .sm\:hover\:bg-tertiary-lightest:hover {
    background-color: #EBF4FA !important
  }

  .sm\:hover\:bg-font-main:hover {
    background-color: #443E37 !important
  }

  .sm\:hover\:bg-highlight:hover {
    background-color: #E1962C !important
  }

  .sm\:hover\:bg-highlight-alt:hover {
    background-color: #E1962C !important
  }

  .sm\:hover\:bg-accent:hover {
    background-color: #DA511F !important
  }

  .sm\:hover\:bg-accent-alt:hover {
    background-color: #DA511F !important
  }

  .sm\:hover\:bg-body-text:hover {
    background-color: #443E37 !important
  }

  .sm\:hover\:bg-dividers:hover {
    background-color: #C7BBAE !important
  }

  .sm\:hover\:bg-dividers-lighther:hover {
    background-color: #f5f5f5 !important
  }

  .sm\:hover\:bg-dividers-light:hover {
    background-color: #f7f7f7 !important
  }

  .sm\:hover\:bg-black:hover {
    background-color: #000 !important
  }

  .sm\:hover\:bg-white:hover {
    background-color: #fff !important
  }

  .sm\:hover\:bg-red-100:hover {
    background-color: #FFF5F5 !important
  }

  .sm\:hover\:bg-red-200:hover {
    background-color: #FED7D7 !important
  }

  .sm\:hover\:bg-red-300:hover {
    background-color: #FEB2B2 !important
  }

  .sm\:hover\:bg-red-400:hover {
    background-color: #FC8181 !important
  }

  .sm\:hover\:bg-red-500:hover {
    background-color: #F56565 !important
  }

  .sm\:hover\:bg-red-600:hover {
    background-color: #E53E3E !important
  }

  .sm\:hover\:bg-red-700:hover {
    background-color: #C53030 !important
  }

  .sm\:hover\:bg-red-800:hover {
    background-color: #9B2C2C !important
  }

  .sm\:hover\:bg-red-900:hover {
    background-color: #742A2A !important
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent !important
  }

  .sm\:focus\:bg-primary:focus {
    background-color: #0A5988 !important
  }

  .sm\:focus\:bg-primary-light:focus {
    background-color: #257DB2 !important
  }

  .sm\:focus\:bg-secondary:focus {
    background-color: #8FC549 !important
  }

  .sm\:focus\:bg-primary-dark:focus {
    background-color: #003D62 !important
  }

  .sm\:focus\:bg-tertiary:focus {
    background-color: #EBF4FA !important
  }

  .sm\:focus\:bg-tertiary-light:focus {
    background-color: #EBF4FA !important
  }

  .sm\:focus\:bg-tertiary-lightest:focus {
    background-color: #EBF4FA !important
  }

  .sm\:focus\:bg-font-main:focus {
    background-color: #443E37 !important
  }

  .sm\:focus\:bg-highlight:focus {
    background-color: #E1962C !important
  }

  .sm\:focus\:bg-highlight-alt:focus {
    background-color: #E1962C !important
  }

  .sm\:focus\:bg-accent:focus {
    background-color: #DA511F !important
  }

  .sm\:focus\:bg-accent-alt:focus {
    background-color: #DA511F !important
  }

  .sm\:focus\:bg-body-text:focus {
    background-color: #443E37 !important
  }

  .sm\:focus\:bg-dividers:focus {
    background-color: #C7BBAE !important
  }

  .sm\:focus\:bg-dividers-lighther:focus {
    background-color: #f5f5f5 !important
  }

  .sm\:focus\:bg-dividers-light:focus {
    background-color: #f7f7f7 !important
  }

  .sm\:focus\:bg-black:focus {
    background-color: #000 !important
  }

  .sm\:focus\:bg-white:focus {
    background-color: #fff !important
  }

  .sm\:focus\:bg-red-100:focus {
    background-color: #FFF5F5 !important
  }

  .sm\:focus\:bg-red-200:focus {
    background-color: #FED7D7 !important
  }

  .sm\:focus\:bg-red-300:focus {
    background-color: #FEB2B2 !important
  }

  .sm\:focus\:bg-red-400:focus {
    background-color: #FC8181 !important
  }

  .sm\:focus\:bg-red-500:focus {
    background-color: #F56565 !important
  }

  .sm\:focus\:bg-red-600:focus {
    background-color: #E53E3E !important
  }

  .sm\:focus\:bg-red-700:focus {
    background-color: #C53030 !important
  }

  .sm\:focus\:bg-red-800:focus {
    background-color: #9B2C2C !important
  }

  .sm\:focus\:bg-red-900:focus {
    background-color: #742A2A !important
  }

  .sm\:border-0 {
    border-width: 0 !important
  }

  .sm\:border-2 {
    border-width: 2px !important
  }

  .sm\:border-4 {
    border-width: 4px !important
  }

  .sm\:border-5 {
    border-width: 5px !important
  }

  .sm\:border-8 {
    border-width: 8px !important
  }

  .sm\:border {
    border-width: 1px !important
  }

  .sm\:border-t-0 {
    border-top-width: 0 !important
  }

  .sm\:border-r-0 {
    border-right-width: 0 !important
  }

  .sm\:border-b-0 {
    border-bottom-width: 0 !important
  }

  .sm\:border-l-0 {
    border-left-width: 0 !important
  }

  .sm\:border-t-2 {
    border-top-width: 2px !important
  }

  .sm\:border-r-2 {
    border-right-width: 2px !important
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px !important
  }

  .sm\:border-l-2 {
    border-left-width: 2px !important
  }

  .sm\:border-t-4 {
    border-top-width: 4px !important
  }

  .sm\:border-r-4 {
    border-right-width: 4px !important
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px !important
  }

  .sm\:border-l-4 {
    border-left-width: 4px !important
  }

  .sm\:border-t-5 {
    border-top-width: 5px !important
  }

  .sm\:border-r-5 {
    border-right-width: 5px !important
  }

  .sm\:border-b-5 {
    border-bottom-width: 5px !important
  }

  .sm\:border-l-5 {
    border-left-width: 5px !important
  }

  .sm\:border-t-8 {
    border-top-width: 8px !important
  }

  .sm\:border-r-8 {
    border-right-width: 8px !important
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px !important
  }

  .sm\:border-l-8 {
    border-left-width: 8px !important
  }

  .sm\:border-t {
    border-top-width: 1px !important
  }

  .sm\:border-r {
    border-right-width: 1px !important
  }

  .sm\:border-b {
    border-bottom-width: 1px !important
  }

  .sm\:border-l {
    border-left-width: 1px !important
  }

  .sm\:hover\:border-0:hover {
    border-width: 0 !important
  }

  .sm\:hover\:border-2:hover {
    border-width: 2px !important
  }

  .sm\:hover\:border-4:hover {
    border-width: 4px !important
  }

  .sm\:hover\:border-5:hover {
    border-width: 5px !important
  }

  .sm\:hover\:border-8:hover {
    border-width: 8px !important
  }

  .sm\:hover\:border:hover {
    border-width: 1px !important
  }

  .sm\:hover\:border-t-0:hover {
    border-top-width: 0 !important
  }

  .sm\:hover\:border-r-0:hover {
    border-right-width: 0 !important
  }

  .sm\:hover\:border-b-0:hover {
    border-bottom-width: 0 !important
  }

  .sm\:hover\:border-l-0:hover {
    border-left-width: 0 !important
  }

  .sm\:hover\:border-t-2:hover {
    border-top-width: 2px !important
  }

  .sm\:hover\:border-r-2:hover {
    border-right-width: 2px !important
  }

  .sm\:hover\:border-b-2:hover {
    border-bottom-width: 2px !important
  }

  .sm\:hover\:border-l-2:hover {
    border-left-width: 2px !important
  }

  .sm\:hover\:border-t-4:hover {
    border-top-width: 4px !important
  }

  .sm\:hover\:border-r-4:hover {
    border-right-width: 4px !important
  }

  .sm\:hover\:border-b-4:hover {
    border-bottom-width: 4px !important
  }

  .sm\:hover\:border-l-4:hover {
    border-left-width: 4px !important
  }

  .sm\:hover\:border-t-5:hover {
    border-top-width: 5px !important
  }

  .sm\:hover\:border-r-5:hover {
    border-right-width: 5px !important
  }

  .sm\:hover\:border-b-5:hover {
    border-bottom-width: 5px !important
  }

  .sm\:hover\:border-l-5:hover {
    border-left-width: 5px !important
  }

  .sm\:hover\:border-t-8:hover {
    border-top-width: 8px !important
  }

  .sm\:hover\:border-r-8:hover {
    border-right-width: 8px !important
  }

  .sm\:hover\:border-b-8:hover {
    border-bottom-width: 8px !important
  }

  .sm\:hover\:border-l-8:hover {
    border-left-width: 8px !important
  }

  .sm\:hover\:border-t:hover {
    border-top-width: 1px !important
  }

  .sm\:hover\:border-r:hover {
    border-right-width: 1px !important
  }

  .sm\:hover\:border-b:hover {
    border-bottom-width: 1px !important
  }

  .sm\:hover\:border-l:hover {
    border-left-width: 1px !important
  }

  .sm\:focus\:border-0:focus {
    border-width: 0 !important
  }

  .sm\:focus\:border-2:focus {
    border-width: 2px !important
  }

  .sm\:focus\:border-4:focus {
    border-width: 4px !important
  }

  .sm\:focus\:border-5:focus {
    border-width: 5px !important
  }

  .sm\:focus\:border-8:focus {
    border-width: 8px !important
  }

  .sm\:focus\:border:focus {
    border-width: 1px !important
  }

  .sm\:focus\:border-t-0:focus {
    border-top-width: 0 !important
  }

  .sm\:focus\:border-r-0:focus {
    border-right-width: 0 !important
  }

  .sm\:focus\:border-b-0:focus {
    border-bottom-width: 0 !important
  }

  .sm\:focus\:border-l-0:focus {
    border-left-width: 0 !important
  }

  .sm\:focus\:border-t-2:focus {
    border-top-width: 2px !important
  }

  .sm\:focus\:border-r-2:focus {
    border-right-width: 2px !important
  }

  .sm\:focus\:border-b-2:focus {
    border-bottom-width: 2px !important
  }

  .sm\:focus\:border-l-2:focus {
    border-left-width: 2px !important
  }

  .sm\:focus\:border-t-4:focus {
    border-top-width: 4px !important
  }

  .sm\:focus\:border-r-4:focus {
    border-right-width: 4px !important
  }

  .sm\:focus\:border-b-4:focus {
    border-bottom-width: 4px !important
  }

  .sm\:focus\:border-l-4:focus {
    border-left-width: 4px !important
  }

  .sm\:focus\:border-t-5:focus {
    border-top-width: 5px !important
  }

  .sm\:focus\:border-r-5:focus {
    border-right-width: 5px !important
  }

  .sm\:focus\:border-b-5:focus {
    border-bottom-width: 5px !important
  }

  .sm\:focus\:border-l-5:focus {
    border-left-width: 5px !important
  }

  .sm\:focus\:border-t-8:focus {
    border-top-width: 8px !important
  }

  .sm\:focus\:border-r-8:focus {
    border-right-width: 8px !important
  }

  .sm\:focus\:border-b-8:focus {
    border-bottom-width: 8px !important
  }

  .sm\:focus\:border-l-8:focus {
    border-left-width: 8px !important
  }

  .sm\:focus\:border-t:focus {
    border-top-width: 1px !important
  }

  .sm\:focus\:border-r:focus {
    border-right-width: 1px !important
  }

  .sm\:focus\:border-b:focus {
    border-bottom-width: 1px !important
  }

  .sm\:focus\:border-l:focus {
    border-left-width: 1px !important
  }

  .sm\:border-transparent {
    border-color: transparent !important
  }

  .sm\:border-primary {
    border-color: #0A5988 !important
  }

  .sm\:border-primary-light {
    border-color: #257DB2 !important
  }

  .sm\:border-secondary {
    border-color: #8FC549 !important
  }

  .sm\:border-primary-dark {
    border-color: #003D62 !important
  }

  .sm\:border-tertiary {
    border-color: #EBF4FA !important
  }

  .sm\:border-tertiary-light {
    border-color: #EBF4FA !important
  }

  .sm\:border-tertiary-lightest {
    border-color: #EBF4FA !important
  }

  .sm\:border-font-main {
    border-color: #443E37 !important
  }

  .sm\:border-highlight {
    border-color: #E1962C !important
  }

  .sm\:border-highlight-alt {
    border-color: #E1962C !important
  }

  .sm\:border-accent {
    border-color: #DA511F !important
  }

  .sm\:border-accent-alt {
    border-color: #DA511F !important
  }

  .sm\:border-body-text {
    border-color: #443E37 !important
  }

  .sm\:border-dividers {
    border-color: #C7BBAE !important
  }

  .sm\:border-dividers-lighther {
    border-color: #f5f5f5 !important
  }

  .sm\:border-dividers-light {
    border-color: #f7f7f7 !important
  }

  .sm\:border-black {
    border-color: #000 !important
  }

  .sm\:border-white {
    border-color: #fff !important
  }

  .sm\:border-red-100 {
    border-color: #FFF5F5 !important
  }

  .sm\:border-red-200 {
    border-color: #FED7D7 !important
  }

  .sm\:border-red-300 {
    border-color: #FEB2B2 !important
  }

  .sm\:border-red-400 {
    border-color: #FC8181 !important
  }

  .sm\:border-red-500 {
    border-color: #F56565 !important
  }

  .sm\:border-red-600 {
    border-color: #E53E3E !important
  }

  .sm\:border-red-700 {
    border-color: #C53030 !important
  }

  .sm\:border-red-800 {
    border-color: #9B2C2C !important
  }

  .sm\:border-red-900 {
    border-color: #742A2A !important
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent !important
  }

  .sm\:hover\:border-primary:hover {
    border-color: #0A5988 !important
  }

  .sm\:hover\:border-primary-light:hover {
    border-color: #257DB2 !important
  }

  .sm\:hover\:border-secondary:hover {
    border-color: #8FC549 !important
  }

  .sm\:hover\:border-primary-dark:hover {
    border-color: #003D62 !important
  }

  .sm\:hover\:border-tertiary:hover {
    border-color: #EBF4FA !important
  }

  .sm\:hover\:border-tertiary-light:hover {
    border-color: #EBF4FA !important
  }

  .sm\:hover\:border-tertiary-lightest:hover {
    border-color: #EBF4FA !important
  }

  .sm\:hover\:border-font-main:hover {
    border-color: #443E37 !important
  }

  .sm\:hover\:border-highlight:hover {
    border-color: #E1962C !important
  }

  .sm\:hover\:border-highlight-alt:hover {
    border-color: #E1962C !important
  }

  .sm\:hover\:border-accent:hover {
    border-color: #DA511F !important
  }

  .sm\:hover\:border-accent-alt:hover {
    border-color: #DA511F !important
  }

  .sm\:hover\:border-body-text:hover {
    border-color: #443E37 !important
  }

  .sm\:hover\:border-dividers:hover {
    border-color: #C7BBAE !important
  }

  .sm\:hover\:border-dividers-lighther:hover {
    border-color: #f5f5f5 !important
  }

  .sm\:hover\:border-dividers-light:hover {
    border-color: #f7f7f7 !important
  }

  .sm\:hover\:border-black:hover {
    border-color: #000 !important
  }

  .sm\:hover\:border-white:hover {
    border-color: #fff !important
  }

  .sm\:hover\:border-red-100:hover {
    border-color: #FFF5F5 !important
  }

  .sm\:hover\:border-red-200:hover {
    border-color: #FED7D7 !important
  }

  .sm\:hover\:border-red-300:hover {
    border-color: #FEB2B2 !important
  }

  .sm\:hover\:border-red-400:hover {
    border-color: #FC8181 !important
  }

  .sm\:hover\:border-red-500:hover {
    border-color: #F56565 !important
  }

  .sm\:hover\:border-red-600:hover {
    border-color: #E53E3E !important
  }

  .sm\:hover\:border-red-700:hover {
    border-color: #C53030 !important
  }

  .sm\:hover\:border-red-800:hover {
    border-color: #9B2C2C !important
  }

  .sm\:hover\:border-red-900:hover {
    border-color: #742A2A !important
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent !important
  }

  .sm\:focus\:border-primary:focus {
    border-color: #0A5988 !important
  }

  .sm\:focus\:border-primary-light:focus {
    border-color: #257DB2 !important
  }

  .sm\:focus\:border-secondary:focus {
    border-color: #8FC549 !important
  }

  .sm\:focus\:border-primary-dark:focus {
    border-color: #003D62 !important
  }

  .sm\:focus\:border-tertiary:focus {
    border-color: #EBF4FA !important
  }

  .sm\:focus\:border-tertiary-light:focus {
    border-color: #EBF4FA !important
  }

  .sm\:focus\:border-tertiary-lightest:focus {
    border-color: #EBF4FA !important
  }

  .sm\:focus\:border-font-main:focus {
    border-color: #443E37 !important
  }

  .sm\:focus\:border-highlight:focus {
    border-color: #E1962C !important
  }

  .sm\:focus\:border-highlight-alt:focus {
    border-color: #E1962C !important
  }

  .sm\:focus\:border-accent:focus {
    border-color: #DA511F !important
  }

  .sm\:focus\:border-accent-alt:focus {
    border-color: #DA511F !important
  }

  .sm\:focus\:border-body-text:focus {
    border-color: #443E37 !important
  }

  .sm\:focus\:border-dividers:focus {
    border-color: #C7BBAE !important
  }

  .sm\:focus\:border-dividers-lighther:focus {
    border-color: #f5f5f5 !important
  }

  .sm\:focus\:border-dividers-light:focus {
    border-color: #f7f7f7 !important
  }

  .sm\:focus\:border-black:focus {
    border-color: #000 !important
  }

  .sm\:focus\:border-white:focus {
    border-color: #fff !important
  }

  .sm\:focus\:border-red-100:focus {
    border-color: #FFF5F5 !important
  }

  .sm\:focus\:border-red-200:focus {
    border-color: #FED7D7 !important
  }

  .sm\:focus\:border-red-300:focus {
    border-color: #FEB2B2 !important
  }

  .sm\:focus\:border-red-400:focus {
    border-color: #FC8181 !important
  }

  .sm\:focus\:border-red-500:focus {
    border-color: #F56565 !important
  }

  .sm\:focus\:border-red-600:focus {
    border-color: #E53E3E !important
  }

  .sm\:focus\:border-red-700:focus {
    border-color: #C53030 !important
  }

  .sm\:focus\:border-red-800:focus {
    border-color: #9B2C2C !important
  }

  .sm\:focus\:border-red-900:focus {
    border-color: #742A2A !important
  }

  .sm\:border-solid {
    border-style: solid !important
  }

  .sm\:border-dashed {
    border-style: dashed !important
  }

  .sm\:border-dotted {
    border-style: dotted !important
  }

  .sm\:border-double {
    border-style: double !important
  }

  .sm\:border-none {
    border-style: none !important
  }

  .sm\:hover\:border-solid:hover {
    border-style: solid !important
  }

  .sm\:hover\:border-dashed:hover {
    border-style: dashed !important
  }

  .sm\:hover\:border-dotted:hover {
    border-style: dotted !important
  }

  .sm\:hover\:border-double:hover {
    border-style: double !important
  }

  .sm\:hover\:border-none:hover {
    border-style: none !important
  }

  .sm\:focus\:border-solid:focus {
    border-style: solid !important
  }

  .sm\:focus\:border-dashed:focus {
    border-style: dashed !important
  }

  .sm\:focus\:border-dotted:focus {
    border-style: dotted !important
  }

  .sm\:focus\:border-double:focus {
    border-style: double !important
  }

  .sm\:focus\:border-none:focus {
    border-style: none !important
  }

  .sm\:shadow-sm {
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1) !important
  }

  .sm\:shadow {
    -webkit-box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.25) !important
  }

  .sm\:shadow-md {
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25) !important
  }

  .sm\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
  }

  .sm\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important
  }

  .sm\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important
  }

  .sm\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important
  }

  .sm\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important
  }

  .sm\:shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important
  }

  .sm\:block {
    display: block !important
  }

  .sm\:inline-block {
    display: inline-block !important
  }

  .sm\:inline {
    display: inline !important
  }

  .sm\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .sm\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .sm\:table {
    display: table !important
  }

  .sm\:table-caption {
    display: table-caption !important
  }

  .sm\:table-cell {
    display: table-cell !important
  }

  .sm\:table-column {
    display: table-column !important
  }

  .sm\:table-column-group {
    display: table-column-group !important
  }

  .sm\:table-footer-group {
    display: table-footer-group !important
  }

  .sm\:table-header-group {
    display: table-header-group !important
  }

  .sm\:table-row-group {
    display: table-row-group !important
  }

  .sm\:table-row {
    display: table-row !important
  }

  .sm\:flow-root {
    display: flow-root !important
  }

  .sm\:grid {
    display: -ms-grid !important;
    display: grid !important
  }

  .sm\:inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important
  }

  .sm\:hidden {
    display: none !important
  }

  .sm\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important
  }

  .sm\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important
  }

  .sm\:flex-initial {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important
  }

  .sm\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important
  }

  .sm\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important
  }

  .sm\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important
  }

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

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

  .sm\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
  }

  .sm\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
  }

  .sm\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
  }

  .sm\:float-right {
    float: right !important
  }

  .sm\:float-left {
    float: left !important
  }

  .sm\:float-none {
    float: none !important
  }

  .sm\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important
  }

  .sm\:font-lato {
    font-family: Lato !important
  }

  .sm\:font-heading {
    font-family: Lato !important
  }

  .sm\:font-merriweather {
    font-family: Merriweather !important
  }

  .sm\:font-body {
    font-family: Merriweather !important
  }

  .sm\:font-sans {
    font-family: Lato, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important
  }

  .sm\:font-serif {
    font-family: Merriweather, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important
  }

  .sm\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
  }

  .sm\:text-xs {
    font-size: 0.75rem !important
  }

  .sm\:text-sm {
    font-size: 1.6rem !important
  }

  .sm\:text-base {
    font-size: 1.8rem !important
  }

  .sm\:text-lg {
    font-size: 2.1rem !important
  }

  .sm\:text-xl {
    font-size: 2.4rem !important
  }

  .sm\:text-2xl {
    font-size: 3.3rem !important
  }

  .sm\:text-3xl {
    font-size: 4.2rem !important
  }

  .sm\:text-4xl {
    font-size: 2.25rem !important
  }

  .sm\:text-5xl {
    font-size: 3rem !important
  }

  .sm\:text-6xl {
    font-size: 4rem !important
  }

  .sm\:italic {
    font-style: italic !important
  }

  .sm\:not-italic {
    font-style: normal !important
  }

  .sm\:font-light {
    font-weight: 100 !important
  }

  .sm\:font-medium {
    font-weight: 300 !important
  }

  .sm\:font-normal {
    font-weight: 400 !important
  }

  .sm\:font-semibold {
    font-weight: 600 !important
  }

  .sm\:font-bold {
    font-weight: 700 !important
  }

  .sm\:hover\:font-light:hover {
    font-weight: 100 !important
  }

  .sm\:hover\:font-medium:hover {
    font-weight: 300 !important
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400 !important
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600 !important
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700 !important
  }

  .sm\:focus\:font-light:focus {
    font-weight: 100 !important
  }

  .sm\:focus\:font-medium:focus {
    font-weight: 300 !important
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400 !important
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600 !important
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700 !important
  }

  .sm\:h-0 {
    height: 0 !important
  }

  .sm\:h-1 {
    height: 0.25rem !important
  }

  .sm\:h-2 {
    height: 0.5rem !important
  }

  .sm\:h-3 {
    height: 0.75rem !important
  }

  .sm\:h-4 {
    height: 1rem !important
  }

  .sm\:h-5 {
    height: 1.25rem !important
  }

  .sm\:h-6 {
    height: 1.5rem !important
  }

  .sm\:h-7 {
    height: 1.8rem !important
  }

  .sm\:h-8 {
    height: 2rem !important
  }

  .sm\:h-9 {
    height: 2.4rem !important
  }

  .sm\:h-10 {
    height: 2.5rem !important
  }

  .sm\:h-11 {
    height: 2.6rem !important
  }

  .sm\:h-12 {
    height: 3rem !important
  }

  .sm\:h-14 {
    height: 3.6rem !important
  }

  .sm\:h-15 {
    height: 3.8rem !important
  }

  .sm\:h-16 {
    height: 4rem !important
  }

  .sm\:h-18 {
    height: 4.5rem !important
  }

  .sm\:h-20 {
    height: 5rem !important
  }

  .sm\:h-21 {
    height: 5.3rem !important
  }

  .sm\:h-22 {
    height: 5.7rem !important
  }

  .sm\:h-24 {
    height: 6rem !important
  }

  .sm\:h-28 {
    height: 7rem !important
  }

  .sm\:h-30 {
    height: 7.6rem !important
  }

  .sm\:h-32 {
    height: 8rem !important
  }

  .sm\:h-36 {
    height: 9.1rem !important
  }

  .sm\:h-40 {
    height: 10rem !important
  }

  .sm\:h-46 {
    height: 11.7rem !important
  }

  .sm\:h-48 {
    height: 12rem !important
  }

  .sm\:h-56 {
    height: 14rem !important
  }

  .sm\:h-58 {
    height: 14.7rem !important
  }

  .sm\:h-62 {
    height: 15.7rem !important
  }

  .sm\:h-64 {
    height: 16rem !important
  }

  .sm\:h-69 {
    height: 17.1rem !important
  }

  .sm\:h-71 {
    height: 17.9rem !important
  }

  .sm\:h-72 {
    height: 18.1rem !important
  }

  .sm\:h-80 {
    height: 20rem !important
  }

  .sm\:h-100 {
    height: 25rem !important
  }

  .sm\:h-112 {
    height: 28rem !important
  }

  .sm\:h-128 {
    height: 32rem !important
  }

  .sm\:h-143 {
    height: 35.9rem !important
  }

  .sm\:h-149 {
    height: 37.4rem !important
  }

  .sm\:h-240 {
    height: 60rem !important
  }

  .sm\:h-280 {
    height: 70rem !important
  }

  .sm\:h-291 {
    height: 72.9rem !important
  }

  .sm\:h-316 {
    height: 79rem !important
  }

  .sm\:h-auto {
    height: auto !important
  }

  .sm\:h-px {
    height: 1px !important
  }

  .sm\:h-full {
    height: 100% !important
  }

  .sm\:h-screen {
    height: 100vh !important
  }

  .sm\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important
  }

  .sm\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important
  }

  .sm\:inset-5 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important
  }

  .sm\:inset-6 {
    top: 1.6rem !important;
    right: 1.6rem !important;
    bottom: 1.6rem !important;
    left: 1.6rem !important
  }

  .sm\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important
  }

  .sm\:inset-17 {
    top: 4.3rem !important;
    right: 4.3rem !important;
    bottom: 4.3rem !important;
    left: 4.3rem !important
  }

  .sm\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important
  }

  .sm\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important
  }

  .sm\:-inset-34 {
    top: -8.65rem !important;
    right: -8.65rem !important;
    bottom: -8.65rem !important;
    left: -8.65rem !important
  }

  .sm\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important
  }

  .sm\:inset-unset {
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    left: unset !important
  }

  .sm\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important
  }

  .sm\:inset-x-0 {
    right: 0 !important;
    left: 0 !important
  }

  .sm\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important
  }

  .sm\:inset-x-4 {
    right: 1rem !important;
    left: 1rem !important
  }

  .sm\:inset-y-5 {
    top: 1.5rem !important;
    bottom: 1.5rem !important
  }

  .sm\:inset-x-5 {
    right: 1.5rem !important;
    left: 1.5rem !important
  }

  .sm\:inset-y-6 {
    top: 1.6rem !important;
    bottom: 1.6rem !important
  }

  .sm\:inset-x-6 {
    right: 1.6rem !important;
    left: 1.6rem !important
  }

  .sm\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important
  }

  .sm\:inset-x-10 {
    right: 2.5rem !important;
    left: 2.5rem !important
  }

  .sm\:inset-y-17 {
    top: 4.3rem !important;
    bottom: 4.3rem !important
  }

  .sm\:inset-x-17 {
    right: 4.3rem !important;
    left: 4.3rem !important
  }

  .sm\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important
  }

  .sm\:inset-x-24 {
    right: 6rem !important;
    left: 6rem !important
  }

  .sm\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important
  }

  .sm\:-inset-x-25 {
    right: -25px !important;
    left: -25px !important
  }

  .sm\:-inset-y-34 {
    top: -8.65rem !important;
    bottom: -8.65rem !important
  }

  .sm\:-inset-x-34 {
    right: -8.65rem !important;
    left: -8.65rem !important
  }

  .sm\:inset-y-auto {
    top: auto !important;
    bottom: auto !important
  }

  .sm\:inset-x-auto {
    right: auto !important;
    left: auto !important
  }

  .sm\:inset-y-unset {
    top: unset !important;
    bottom: unset !important
  }

  .sm\:inset-x-unset {
    right: unset !important;
    left: unset !important
  }

  .sm\:top-0 {
    top: 0 !important
  }

  .sm\:right-0 {
    right: 0 !important
  }

  .sm\:bottom-0 {
    bottom: 0 !important
  }

  .sm\:left-0 {
    left: 0 !important
  }

  .sm\:top-4 {
    top: 1rem !important
  }

  .sm\:right-4 {
    right: 1rem !important
  }

  .sm\:bottom-4 {
    bottom: 1rem !important
  }

  .sm\:left-4 {
    left: 1rem !important
  }

  .sm\:top-5 {
    top: 1.5rem !important
  }

  .sm\:right-5 {
    right: 1.5rem !important
  }

  .sm\:bottom-5 {
    bottom: 1.5rem !important
  }

  .sm\:left-5 {
    left: 1.5rem !important
  }

  .sm\:top-6 {
    top: 1.6rem !important
  }

  .sm\:right-6 {
    right: 1.6rem !important
  }

  .sm\:bottom-6 {
    bottom: 1.6rem !important
  }

  .sm\:left-6 {
    left: 1.6rem !important
  }

  .sm\:top-10 {
    top: 2.5rem !important
  }

  .sm\:right-10 {
    right: 2.5rem !important
  }

  .sm\:bottom-10 {
    bottom: 2.5rem !important
  }

  .sm\:left-10 {
    left: 2.5rem !important
  }

  .sm\:top-17 {
    top: 4.3rem !important
  }

  .sm\:right-17 {
    right: 4.3rem !important
  }

  .sm\:bottom-17 {
    bottom: 4.3rem !important
  }

  .sm\:left-17 {
    left: 4.3rem !important
  }

  .sm\:top-24 {
    top: 6rem !important
  }

  .sm\:right-24 {
    right: 6rem !important
  }

  .sm\:bottom-24 {
    bottom: 6rem !important
  }

  .sm\:left-24 {
    left: 6rem !important
  }

  .sm\:-top-25 {
    top: -25px !important
  }

  .sm\:-right-25 {
    right: -25px !important
  }

  .sm\:-bottom-25 {
    bottom: -25px !important
  }

  .sm\:-left-25 {
    left: -25px !important
  }

  .sm\:-top-34 {
    top: -8.65rem !important
  }

  .sm\:-right-34 {
    right: -8.65rem !important
  }

  .sm\:-bottom-34 {
    bottom: -8.65rem !important
  }

  .sm\:-left-34 {
    left: -8.65rem !important
  }

  .sm\:top-auto {
    top: auto !important
  }

  .sm\:right-auto {
    right: auto !important
  }

  .sm\:bottom-auto {
    bottom: auto !important
  }

  .sm\:left-auto {
    left: auto !important
  }

  .sm\:top-unset {
    top: unset !important
  }

  .sm\:right-unset {
    right: unset !important
  }

  .sm\:bottom-unset {
    bottom: unset !important
  }

  .sm\:left-unset {
    left: unset !important
  }

  .sm\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important
  }

  .sm\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important
  }

  .sm\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important
  }

  .sm\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important
  }

  .sm\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important
  }

  .sm\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important
  }

  .sm\:m-0 {
    margin: 0 !important
  }

  .sm\:m-1 {
    margin: 0.25rem !important
  }

  .sm\:m-2 {
    margin: 0.5rem !important
  }

  .sm\:m-3 {
    margin: 0.75rem !important
  }

  .sm\:m-4 {
    margin: 1rem !important
  }

  .sm\:m-5 {
    margin: 1.25rem !important
  }

  .sm\:m-6 {
    margin: 1.5rem !important
  }

  .sm\:m-7 {
    margin: 1.8rem !important
  }

  .sm\:m-8 {
    margin: 2rem !important
  }

  .sm\:m-9 {
    margin: 2.4rem !important
  }

  .sm\:m-10 {
    margin: 2.5rem !important
  }

  .sm\:m-11 {
    margin: 2.6rem !important
  }

  .sm\:m-12 {
    margin: 3rem !important
  }

  .sm\:m-14 {
    margin: 3.6rem !important
  }

  .sm\:m-15 {
    margin: 3.8rem !important
  }

  .sm\:m-16 {
    margin: 4rem !important
  }

  .sm\:m-18 {
    margin: 4.5rem !important
  }

  .sm\:m-20 {
    margin: 5rem !important
  }

  .sm\:m-21 {
    margin: 5.3rem !important
  }

  .sm\:m-22 {
    margin: 5.7rem !important
  }

  .sm\:m-24 {
    margin: 6rem !important
  }

  .sm\:m-28 {
    margin: 7rem !important
  }

  .sm\:m-30 {
    margin: 7.6rem !important
  }

  .sm\:m-32 {
    margin: 8rem !important
  }

  .sm\:m-36 {
    margin: 9.1rem !important
  }

  .sm\:m-40 {
    margin: 10rem !important
  }

  .sm\:m-46 {
    margin: 11.7rem !important
  }

  .sm\:m-48 {
    margin: 12rem !important
  }

  .sm\:m-56 {
    margin: 14rem !important
  }

  .sm\:m-58 {
    margin: 14.7rem !important
  }

  .sm\:m-62 {
    margin: 15.7rem !important
  }

  .sm\:m-64 {
    margin: 16rem !important
  }

  .sm\:m-69 {
    margin: 17.1rem !important
  }

  .sm\:m-71 {
    margin: 17.9rem !important
  }

  .sm\:m-72 {
    margin: 18.1rem !important
  }

  .sm\:m-80 {
    margin: 20rem !important
  }

  .sm\:m-100 {
    margin: 25rem !important
  }

  .sm\:m-112 {
    margin: 28rem !important
  }

  .sm\:m-128 {
    margin: 32rem !important
  }

  .sm\:m-143 {
    margin: 35.9rem !important
  }

  .sm\:m-149 {
    margin: 37.4rem !important
  }

  .sm\:m-240 {
    margin: 60rem !important
  }

  .sm\:m-280 {
    margin: 70rem !important
  }

  .sm\:m-291 {
    margin: 72.9rem !important
  }

  .sm\:m-316 {
    margin: 79rem !important
  }

  .sm\:m-auto {
    margin: auto !important
  }

  .sm\:m-px {
    margin: 1px !important
  }

  .sm\:-m-1 {
    margin: -0.25rem !important
  }

  .sm\:-m-2 {
    margin: -0.5rem !important
  }

  .sm\:-m-3 {
    margin: -0.75rem !important
  }

  .sm\:-m-4 {
    margin: -1rem !important
  }

  .sm\:-m-5 {
    margin: -1.25rem !important
  }

  .sm\:-m-6 {
    margin: -1.5rem !important
  }

  .sm\:-m-7 {
    margin: -1.8rem !important
  }

  .sm\:-m-8 {
    margin: -2rem !important
  }

  .sm\:-m-9 {
    margin: -2.4rem !important
  }

  .sm\:-m-10 {
    margin: -2.5rem !important
  }

  .sm\:-m-11 {
    margin: -2.6rem !important
  }

  .sm\:-m-12 {
    margin: -3rem !important
  }

  .sm\:-m-14 {
    margin: -3.6rem !important
  }

  .sm\:-m-15 {
    margin: -3.8rem !important
  }

  .sm\:-m-16 {
    margin: -4rem !important
  }

  .sm\:-m-18 {
    margin: -4.5rem !important
  }

  .sm\:-m-20 {
    margin: -5rem !important
  }

  .sm\:-m-21 {
    margin: -5.3rem !important
  }

  .sm\:-m-22 {
    margin: -5.7rem !important
  }

  .sm\:-m-24 {
    margin: -6rem !important
  }

  .sm\:-m-28 {
    margin: -7rem !important
  }

  .sm\:-m-30 {
    margin: -7.6rem !important
  }

  .sm\:-m-32 {
    margin: -8rem !important
  }

  .sm\:-m-36 {
    margin: -9.1rem !important
  }

  .sm\:-m-40 {
    margin: -10rem !important
  }

  .sm\:-m-46 {
    margin: -11.7rem !important
  }

  .sm\:-m-48 {
    margin: -12rem !important
  }

  .sm\:-m-56 {
    margin: -14rem !important
  }

  .sm\:-m-58 {
    margin: -14.7rem !important
  }

  .sm\:-m-62 {
    margin: -15.7rem !important
  }

  .sm\:-m-64 {
    margin: -16rem !important
  }

  .sm\:-m-69 {
    margin: -17.1rem !important
  }

  .sm\:-m-71 {
    margin: -17.9rem !important
  }

  .sm\:-m-72 {
    margin: -18.1rem !important
  }

  .sm\:-m-80 {
    margin: -20rem !important
  }

  .sm\:-m-100 {
    margin: -25rem !important
  }

  .sm\:-m-112 {
    margin: -28rem !important
  }

  .sm\:-m-128 {
    margin: -32rem !important
  }

  .sm\:-m-143 {
    margin: -35.9rem !important
  }

  .sm\:-m-149 {
    margin: -37.4rem !important
  }

  .sm\:-m-240 {
    margin: -60rem !important
  }

  .sm\:-m-280 {
    margin: -70rem !important
  }

  .sm\:-m-291 {
    margin: -72.9rem !important
  }

  .sm\:-m-316 {
    margin: -79rem !important
  }

  .sm\:-m-px {
    margin: -1px !important
  }

  .sm\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .sm\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .sm\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important
  }

  .sm\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important
  }

  .sm\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important
  }

  .sm\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important
  }

  .sm\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important
  }

  .sm\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important
  }

  .sm\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .sm\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .sm\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
  }

  .sm\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
  }

  .sm\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .sm\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .sm\:my-7 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important
  }

  .sm\:mx-7 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important
  }

  .sm\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .sm\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .sm\:my-9 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important
  }

  .sm\:mx-9 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important
  }

  .sm\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }

  .sm\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }

  .sm\:my-11 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important
  }

  .sm\:mx-11 {
    margin-left: 2.6rem !important;
    margin-right: 2.6rem !important
  }

  .sm\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .sm\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .sm\:my-14 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important
  }

  .sm\:mx-14 {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important
  }

  .sm\:my-15 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important
  }

  .sm\:mx-15 {
    margin-left: 3.8rem !important;
    margin-right: 3.8rem !important
  }

  .sm\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .sm\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .sm\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
  }

  .sm\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
  }

  .sm\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .sm\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .sm\:my-21 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important
  }

  .sm\:mx-21 {
    margin-left: 5.3rem !important;
    margin-right: 5.3rem !important
  }

  .sm\:my-22 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important
  }

  .sm\:mx-22 {
    margin-left: 5.7rem !important;
    margin-right: 5.7rem !important
  }

  .sm\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .sm\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .sm\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important
  }

  .sm\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .sm\:my-30 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important
  }

  .sm\:mx-30 {
    margin-left: 7.6rem !important;
    margin-right: 7.6rem !important
  }

  .sm\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
  }

  .sm\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .sm\:my-36 {
    margin-top: 9.1rem !important;
    margin-bottom: 9.1rem !important
  }

  .sm\:mx-36 {
    margin-left: 9.1rem !important;
    margin-right: 9.1rem !important
  }

  .sm\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important
  }

  .sm\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important
  }

  .sm\:my-46 {
    margin-top: 11.7rem !important;
    margin-bottom: 11.7rem !important
  }

  .sm\:mx-46 {
    margin-left: 11.7rem !important;
    margin-right: 11.7rem !important
  }

  .sm\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important
  }

  .sm\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important
  }

  .sm\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important
  }

  .sm\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important
  }

  .sm\:my-58 {
    margin-top: 14.7rem !important;
    margin-bottom: 14.7rem !important
  }

  .sm\:mx-58 {
    margin-left: 14.7rem !important;
    margin-right: 14.7rem !important
  }

  .sm\:my-62 {
    margin-top: 15.7rem !important;
    margin-bottom: 15.7rem !important
  }

  .sm\:mx-62 {
    margin-left: 15.7rem !important;
    margin-right: 15.7rem !important
  }

  .sm\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important
  }

  .sm\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important
  }

  .sm\:my-69 {
    margin-top: 17.1rem !important;
    margin-bottom: 17.1rem !important
  }

  .sm\:mx-69 {
    margin-left: 17.1rem !important;
    margin-right: 17.1rem !important
  }

  .sm\:my-71 {
    margin-top: 17.9rem !important;
    margin-bottom: 17.9rem !important
  }

  .sm\:mx-71 {
    margin-left: 17.9rem !important;
    margin-right: 17.9rem !important
  }

  .sm\:my-72 {
    margin-top: 18.1rem !important;
    margin-bottom: 18.1rem !important
  }

  .sm\:mx-72 {
    margin-left: 18.1rem !important;
    margin-right: 18.1rem !important
  }

  .sm\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important
  }

  .sm\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important
  }

  .sm\:my-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important
  }

  .sm\:mx-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important
  }

  .sm\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important
  }

  .sm\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important
  }

  .sm\:my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important
  }

  .sm\:mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important
  }

  .sm\:my-143 {
    margin-top: 35.9rem !important;
    margin-bottom: 35.9rem !important
  }

  .sm\:mx-143 {
    margin-left: 35.9rem !important;
    margin-right: 35.9rem !important
  }

  .sm\:my-149 {
    margin-top: 37.4rem !important;
    margin-bottom: 37.4rem !important
  }

  .sm\:mx-149 {
    margin-left: 37.4rem !important;
    margin-right: 37.4rem !important
  }

  .sm\:my-240 {
    margin-top: 60rem !important;
    margin-bottom: 60rem !important
  }

  .sm\:mx-240 {
    margin-left: 60rem !important;
    margin-right: 60rem !important
  }

  .sm\:my-280 {
    margin-top: 70rem !important;
    margin-bottom: 70rem !important
  }

  .sm\:mx-280 {
    margin-left: 70rem !important;
    margin-right: 70rem !important
  }

  .sm\:my-291 {
    margin-top: 72.9rem !important;
    margin-bottom: 72.9rem !important
  }

  .sm\:mx-291 {
    margin-left: 72.9rem !important;
    margin-right: 72.9rem !important
  }

  .sm\:my-316 {
    margin-top: 79rem !important;
    margin-bottom: 79rem !important
  }

  .sm\:mx-316 {
    margin-left: 79rem !important;
    margin-right: 79rem !important
  }

  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .sm\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important
  }

  .sm\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important
  }

  .sm\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important
  }

  .sm\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important
  }

  .sm\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important
  }

  .sm\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
  }

  .sm\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .sm\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important
  }

  .sm\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .sm\:-my-7 {
    margin-top: -1.8rem !important;
    margin-bottom: -1.8rem !important
  }

  .sm\:-mx-7 {
    margin-left: -1.8rem !important;
    margin-right: -1.8rem !important
  }

  .sm\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important
  }

  .sm\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
  }

  .sm\:-my-9 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important
  }

  .sm\:-mx-9 {
    margin-left: -2.4rem !important;
    margin-right: -2.4rem !important
  }

  .sm\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important
  }

  .sm\:-my-11 {
    margin-top: -2.6rem !important;
    margin-bottom: -2.6rem !important
  }

  .sm\:-mx-11 {
    margin-left: -2.6rem !important;
    margin-right: -2.6rem !important
  }

  .sm\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
  }

  .sm\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .sm\:-my-14 {
    margin-top: -3.6rem !important;
    margin-bottom: -3.6rem !important
  }

  .sm\:-mx-14 {
    margin-left: -3.6rem !important;
    margin-right: -3.6rem !important
  }

  .sm\:-my-15 {
    margin-top: -3.8rem !important;
    margin-bottom: -3.8rem !important
  }

  .sm\:-mx-15 {
    margin-left: -3.8rem !important;
    margin-right: -3.8rem !important
  }

  .sm\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important
  }

  .sm\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .sm\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important
  }

  .sm\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important
  }

  .sm\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important
  }

  .sm\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .sm\:-my-21 {
    margin-top: -5.3rem !important;
    margin-bottom: -5.3rem !important
  }

  .sm\:-mx-21 {
    margin-left: -5.3rem !important;
    margin-right: -5.3rem !important
  }

  .sm\:-my-22 {
    margin-top: -5.7rem !important;
    margin-bottom: -5.7rem !important
  }

  .sm\:-mx-22 {
    margin-left: -5.7rem !important;
    margin-right: -5.7rem !important
  }

  .sm\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important
  }

  .sm\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .sm\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important
  }

  .sm\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important
  }

  .sm\:-my-30 {
    margin-top: -7.6rem !important;
    margin-bottom: -7.6rem !important
  }

  .sm\:-mx-30 {
    margin-left: -7.6rem !important;
    margin-right: -7.6rem !important
  }

  .sm\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important
  }

  .sm\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important
  }

  .sm\:-my-36 {
    margin-top: -9.1rem !important;
    margin-bottom: -9.1rem !important
  }

  .sm\:-mx-36 {
    margin-left: -9.1rem !important;
    margin-right: -9.1rem !important
  }

  .sm\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important
  }

  .sm\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important
  }

  .sm\:-my-46 {
    margin-top: -11.7rem !important;
    margin-bottom: -11.7rem !important
  }

  .sm\:-mx-46 {
    margin-left: -11.7rem !important;
    margin-right: -11.7rem !important
  }

  .sm\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important
  }

  .sm\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important
  }

  .sm\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important
  }

  .sm\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important
  }

  .sm\:-my-58 {
    margin-top: -14.7rem !important;
    margin-bottom: -14.7rem !important
  }

  .sm\:-mx-58 {
    margin-left: -14.7rem !important;
    margin-right: -14.7rem !important
  }

  .sm\:-my-62 {
    margin-top: -15.7rem !important;
    margin-bottom: -15.7rem !important
  }

  .sm\:-mx-62 {
    margin-left: -15.7rem !important;
    margin-right: -15.7rem !important
  }

  .sm\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important
  }

  .sm\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important
  }

  .sm\:-my-69 {
    margin-top: -17.1rem !important;
    margin-bottom: -17.1rem !important
  }

  .sm\:-mx-69 {
    margin-left: -17.1rem !important;
    margin-right: -17.1rem !important
  }

  .sm\:-my-71 {
    margin-top: -17.9rem !important;
    margin-bottom: -17.9rem !important
  }

  .sm\:-mx-71 {
    margin-left: -17.9rem !important;
    margin-right: -17.9rem !important
  }

  .sm\:-my-72 {
    margin-top: -18.1rem !important;
    margin-bottom: -18.1rem !important
  }

  .sm\:-mx-72 {
    margin-left: -18.1rem !important;
    margin-right: -18.1rem !important
  }

  .sm\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important
  }

  .sm\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important
  }

  .sm\:-my-100 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important
  }

  .sm\:-mx-100 {
    margin-left: -25rem !important;
    margin-right: -25rem !important
  }

  .sm\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important
  }

  .sm\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important
  }

  .sm\:-my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important
  }

  .sm\:-mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important
  }

  .sm\:-my-143 {
    margin-top: -35.9rem !important;
    margin-bottom: -35.9rem !important
  }

  .sm\:-mx-143 {
    margin-left: -35.9rem !important;
    margin-right: -35.9rem !important
  }

  .sm\:-my-149 {
    margin-top: -37.4rem !important;
    margin-bottom: -37.4rem !important
  }

  .sm\:-mx-149 {
    margin-left: -37.4rem !important;
    margin-right: -37.4rem !important
  }

  .sm\:-my-240 {
    margin-top: -60rem !important;
    margin-bottom: -60rem !important
  }

  .sm\:-mx-240 {
    margin-left: -60rem !important;
    margin-right: -60rem !important
  }

  .sm\:-my-280 {
    margin-top: -70rem !important;
    margin-bottom: -70rem !important
  }

  .sm\:-mx-280 {
    margin-left: -70rem !important;
    margin-right: -70rem !important
  }

  .sm\:-my-291 {
    margin-top: -72.9rem !important;
    margin-bottom: -72.9rem !important
  }

  .sm\:-mx-291 {
    margin-left: -72.9rem !important;
    margin-right: -72.9rem !important
  }

  .sm\:-my-316 {
    margin-top: -79rem !important;
    margin-bottom: -79rem !important
  }

  .sm\:-mx-316 {
    margin-left: -79rem !important;
    margin-right: -79rem !important
  }

  .sm\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important
  }

  .sm\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important
  }

  .sm\:mt-0 {
    margin-top: 0 !important
  }

  .sm\:mr-0 {
    margin-right: 0 !important
  }

  .sm\:mb-0 {
    margin-bottom: 0 !important
  }

  .sm\:ml-0 {
    margin-left: 0 !important
  }

  .sm\:mt-1 {
    margin-top: 0.25rem !important
  }

  .sm\:mr-1 {
    margin-right: 0.25rem !important
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem !important
  }

  .sm\:ml-1 {
    margin-left: 0.25rem !important
  }

  .sm\:mt-2 {
    margin-top: 0.5rem !important
  }

  .sm\:mr-2 {
    margin-right: 0.5rem !important
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem !important
  }

  .sm\:ml-2 {
    margin-left: 0.5rem !important
  }

  .sm\:mt-3 {
    margin-top: 0.75rem !important
  }

  .sm\:mr-3 {
    margin-right: 0.75rem !important
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem !important
  }

  .sm\:ml-3 {
    margin-left: 0.75rem !important
  }

  .sm\:mt-4 {
    margin-top: 1rem !important
  }

  .sm\:mr-4 {
    margin-right: 1rem !important
  }

  .sm\:mb-4 {
    margin-bottom: 1rem !important
  }

  .sm\:ml-4 {
    margin-left: 1rem !important
  }

  .sm\:mt-5 {
    margin-top: 1.25rem !important
  }

  .sm\:mr-5 {
    margin-right: 1.25rem !important
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem !important
  }

  .sm\:ml-5 {
    margin-left: 1.25rem !important
  }

  .sm\:mt-6 {
    margin-top: 1.5rem !important
  }

  .sm\:mr-6 {
    margin-right: 1.5rem !important
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem !important
  }

  .sm\:ml-6 {
    margin-left: 1.5rem !important
  }

  .sm\:mt-7 {
    margin-top: 1.8rem !important
  }

  .sm\:mr-7 {
    margin-right: 1.8rem !important
  }

  .sm\:mb-7 {
    margin-bottom: 1.8rem !important
  }

  .sm\:ml-7 {
    margin-left: 1.8rem !important
  }

  .sm\:mt-8 {
    margin-top: 2rem !important
  }

  .sm\:mr-8 {
    margin-right: 2rem !important
  }

  .sm\:mb-8 {
    margin-bottom: 2rem !important
  }

  .sm\:ml-8 {
    margin-left: 2rem !important
  }

  .sm\:mt-9 {
    margin-top: 2.4rem !important
  }

  .sm\:mr-9 {
    margin-right: 2.4rem !important
  }

  .sm\:mb-9 {
    margin-bottom: 2.4rem !important
  }

  .sm\:ml-9 {
    margin-left: 2.4rem !important
  }

  .sm\:mt-10 {
    margin-top: 2.5rem !important
  }

  .sm\:mr-10 {
    margin-right: 2.5rem !important
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem !important
  }

  .sm\:ml-10 {
    margin-left: 2.5rem !important
  }

  .sm\:mt-11 {
    margin-top: 2.6rem !important
  }

  .sm\:mr-11 {
    margin-right: 2.6rem !important
  }

  .sm\:mb-11 {
    margin-bottom: 2.6rem !important
  }

  .sm\:ml-11 {
    margin-left: 2.6rem !important
  }

  .sm\:mt-12 {
    margin-top: 3rem !important
  }

  .sm\:mr-12 {
    margin-right: 3rem !important
  }

  .sm\:mb-12 {
    margin-bottom: 3rem !important
  }

  .sm\:ml-12 {
    margin-left: 3rem !important
  }

  .sm\:mt-14 {
    margin-top: 3.6rem !important
  }

  .sm\:mr-14 {
    margin-right: 3.6rem !important
  }

  .sm\:mb-14 {
    margin-bottom: 3.6rem !important
  }

  .sm\:ml-14 {
    margin-left: 3.6rem !important
  }

  .sm\:mt-15 {
    margin-top: 3.8rem !important
  }

  .sm\:mr-15 {
    margin-right: 3.8rem !important
  }

  .sm\:mb-15 {
    margin-bottom: 3.8rem !important
  }

  .sm\:ml-15 {
    margin-left: 3.8rem !important
  }

  .sm\:mt-16 {
    margin-top: 4rem !important
  }

  .sm\:mr-16 {
    margin-right: 4rem !important
  }

  .sm\:mb-16 {
    margin-bottom: 4rem !important
  }

  .sm\:ml-16 {
    margin-left: 4rem !important
  }

  .sm\:mt-18 {
    margin-top: 4.5rem !important
  }

  .sm\:mr-18 {
    margin-right: 4.5rem !important
  }

  .sm\:mb-18 {
    margin-bottom: 4.5rem !important
  }

  .sm\:ml-18 {
    margin-left: 4.5rem !important
  }

  .sm\:mt-20 {
    margin-top: 5rem !important
  }

  .sm\:mr-20 {
    margin-right: 5rem !important
  }

  .sm\:mb-20 {
    margin-bottom: 5rem !important
  }

  .sm\:ml-20 {
    margin-left: 5rem !important
  }

  .sm\:mt-21 {
    margin-top: 5.3rem !important
  }

  .sm\:mr-21 {
    margin-right: 5.3rem !important
  }

  .sm\:mb-21 {
    margin-bottom: 5.3rem !important
  }

  .sm\:ml-21 {
    margin-left: 5.3rem !important
  }

  .sm\:mt-22 {
    margin-top: 5.7rem !important
  }

  .sm\:mr-22 {
    margin-right: 5.7rem !important
  }

  .sm\:mb-22 {
    margin-bottom: 5.7rem !important
  }

  .sm\:ml-22 {
    margin-left: 5.7rem !important
  }

  .sm\:mt-24 {
    margin-top: 6rem !important
  }

  .sm\:mr-24 {
    margin-right: 6rem !important
  }

  .sm\:mb-24 {
    margin-bottom: 6rem !important
  }

  .sm\:ml-24 {
    margin-left: 6rem !important
  }

  .sm\:mt-28 {
    margin-top: 7rem !important
  }

  .sm\:mr-28 {
    margin-right: 7rem !important
  }

  .sm\:mb-28 {
    margin-bottom: 7rem !important
  }

  .sm\:ml-28 {
    margin-left: 7rem !important
  }

  .sm\:mt-30 {
    margin-top: 7.6rem !important
  }

  .sm\:mr-30 {
    margin-right: 7.6rem !important
  }

  .sm\:mb-30 {
    margin-bottom: 7.6rem !important
  }

  .sm\:ml-30 {
    margin-left: 7.6rem !important
  }

  .sm\:mt-32 {
    margin-top: 8rem !important
  }

  .sm\:mr-32 {
    margin-right: 8rem !important
  }

  .sm\:mb-32 {
    margin-bottom: 8rem !important
  }

  .sm\:ml-32 {
    margin-left: 8rem !important
  }

  .sm\:mt-36 {
    margin-top: 9.1rem !important
  }

  .sm\:mr-36 {
    margin-right: 9.1rem !important
  }

  .sm\:mb-36 {
    margin-bottom: 9.1rem !important
  }

  .sm\:ml-36 {
    margin-left: 9.1rem !important
  }

  .sm\:mt-40 {
    margin-top: 10rem !important
  }

  .sm\:mr-40 {
    margin-right: 10rem !important
  }

  .sm\:mb-40 {
    margin-bottom: 10rem !important
  }

  .sm\:ml-40 {
    margin-left: 10rem !important
  }

  .sm\:mt-46 {
    margin-top: 11.7rem !important
  }

  .sm\:mr-46 {
    margin-right: 11.7rem !important
  }

  .sm\:mb-46 {
    margin-bottom: 11.7rem !important
  }

  .sm\:ml-46 {
    margin-left: 11.7rem !important
  }

  .sm\:mt-48 {
    margin-top: 12rem !important
  }

  .sm\:mr-48 {
    margin-right: 12rem !important
  }

  .sm\:mb-48 {
    margin-bottom: 12rem !important
  }

  .sm\:ml-48 {
    margin-left: 12rem !important
  }

  .sm\:mt-56 {
    margin-top: 14rem !important
  }

  .sm\:mr-56 {
    margin-right: 14rem !important
  }

  .sm\:mb-56 {
    margin-bottom: 14rem !important
  }

  .sm\:ml-56 {
    margin-left: 14rem !important
  }

  .sm\:mt-58 {
    margin-top: 14.7rem !important
  }

  .sm\:mr-58 {
    margin-right: 14.7rem !important
  }

  .sm\:mb-58 {
    margin-bottom: 14.7rem !important
  }

  .sm\:ml-58 {
    margin-left: 14.7rem !important
  }

  .sm\:mt-62 {
    margin-top: 15.7rem !important
  }

  .sm\:mr-62 {
    margin-right: 15.7rem !important
  }

  .sm\:mb-62 {
    margin-bottom: 15.7rem !important
  }

  .sm\:ml-62 {
    margin-left: 15.7rem !important
  }

  .sm\:mt-64 {
    margin-top: 16rem !important
  }

  .sm\:mr-64 {
    margin-right: 16rem !important
  }

  .sm\:mb-64 {
    margin-bottom: 16rem !important
  }

  .sm\:ml-64 {
    margin-left: 16rem !important
  }

  .sm\:mt-69 {
    margin-top: 17.1rem !important
  }

  .sm\:mr-69 {
    margin-right: 17.1rem !important
  }

  .sm\:mb-69 {
    margin-bottom: 17.1rem !important
  }

  .sm\:ml-69 {
    margin-left: 17.1rem !important
  }

  .sm\:mt-71 {
    margin-top: 17.9rem !important
  }

  .sm\:mr-71 {
    margin-right: 17.9rem !important
  }

  .sm\:mb-71 {
    margin-bottom: 17.9rem !important
  }

  .sm\:ml-71 {
    margin-left: 17.9rem !important
  }

  .sm\:mt-72 {
    margin-top: 18.1rem !important
  }

  .sm\:mr-72 {
    margin-right: 18.1rem !important
  }

  .sm\:mb-72 {
    margin-bottom: 18.1rem !important
  }

  .sm\:ml-72 {
    margin-left: 18.1rem !important
  }

  .sm\:mt-80 {
    margin-top: 20rem !important
  }

  .sm\:mr-80 {
    margin-right: 20rem !important
  }

  .sm\:mb-80 {
    margin-bottom: 20rem !important
  }

  .sm\:ml-80 {
    margin-left: 20rem !important
  }

  .sm\:mt-100 {
    margin-top: 25rem !important
  }

  .sm\:mr-100 {
    margin-right: 25rem !important
  }

  .sm\:mb-100 {
    margin-bottom: 25rem !important
  }

  .sm\:ml-100 {
    margin-left: 25rem !important
  }

  .sm\:mt-112 {
    margin-top: 28rem !important
  }

  .sm\:mr-112 {
    margin-right: 28rem !important
  }

  .sm\:mb-112 {
    margin-bottom: 28rem !important
  }

  .sm\:ml-112 {
    margin-left: 28rem !important
  }

  .sm\:mt-128 {
    margin-top: 32rem !important
  }

  .sm\:mr-128 {
    margin-right: 32rem !important
  }

  .sm\:mb-128 {
    margin-bottom: 32rem !important
  }

  .sm\:ml-128 {
    margin-left: 32rem !important
  }

  .sm\:mt-143 {
    margin-top: 35.9rem !important
  }

  .sm\:mr-143 {
    margin-right: 35.9rem !important
  }

  .sm\:mb-143 {
    margin-bottom: 35.9rem !important
  }

  .sm\:ml-143 {
    margin-left: 35.9rem !important
  }

  .sm\:mt-149 {
    margin-top: 37.4rem !important
  }

  .sm\:mr-149 {
    margin-right: 37.4rem !important
  }

  .sm\:mb-149 {
    margin-bottom: 37.4rem !important
  }

  .sm\:ml-149 {
    margin-left: 37.4rem !important
  }

  .sm\:mt-240 {
    margin-top: 60rem !important
  }

  .sm\:mr-240 {
    margin-right: 60rem !important
  }

  .sm\:mb-240 {
    margin-bottom: 60rem !important
  }

  .sm\:ml-240 {
    margin-left: 60rem !important
  }

  .sm\:mt-280 {
    margin-top: 70rem !important
  }

  .sm\:mr-280 {
    margin-right: 70rem !important
  }

  .sm\:mb-280 {
    margin-bottom: 70rem !important
  }

  .sm\:ml-280 {
    margin-left: 70rem !important
  }

  .sm\:mt-291 {
    margin-top: 72.9rem !important
  }

  .sm\:mr-291 {
    margin-right: 72.9rem !important
  }

  .sm\:mb-291 {
    margin-bottom: 72.9rem !important
  }

  .sm\:ml-291 {
    margin-left: 72.9rem !important
  }

  .sm\:mt-316 {
    margin-top: 79rem !important
  }

  .sm\:mr-316 {
    margin-right: 79rem !important
  }

  .sm\:mb-316 {
    margin-bottom: 79rem !important
  }

  .sm\:ml-316 {
    margin-left: 79rem !important
  }

  .sm\:mt-auto {
    margin-top: auto !important
  }

  .sm\:mr-auto {
    margin-right: auto !important
  }

  .sm\:mb-auto {
    margin-bottom: auto !important
  }

  .sm\:ml-auto {
    margin-left: auto !important
  }

  .sm\:mt-px {
    margin-top: 1px !important
  }

  .sm\:mr-px {
    margin-right: 1px !important
  }

  .sm\:mb-px {
    margin-bottom: 1px !important
  }

  .sm\:ml-px {
    margin-left: 1px !important
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem !important
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem !important
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem !important
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem !important
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem !important
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem !important
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem !important
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem !important
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem !important
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem !important
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem !important
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem !important
  }

  .sm\:-mt-4 {
    margin-top: -1rem !important
  }

  .sm\:-mr-4 {
    margin-right: -1rem !important
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem !important
  }

  .sm\:-ml-4 {
    margin-left: -1rem !important
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem !important
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem !important
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem !important
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem !important
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem !important
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem !important
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem !important
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem !important
  }

  .sm\:-mt-7 {
    margin-top: -1.8rem !important
  }

  .sm\:-mr-7 {
    margin-right: -1.8rem !important
  }

  .sm\:-mb-7 {
    margin-bottom: -1.8rem !important
  }

  .sm\:-ml-7 {
    margin-left: -1.8rem !important
  }

  .sm\:-mt-8 {
    margin-top: -2rem !important
  }

  .sm\:-mr-8 {
    margin-right: -2rem !important
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem !important
  }

  .sm\:-ml-8 {
    margin-left: -2rem !important
  }

  .sm\:-mt-9 {
    margin-top: -2.4rem !important
  }

  .sm\:-mr-9 {
    margin-right: -2.4rem !important
  }

  .sm\:-mb-9 {
    margin-bottom: -2.4rem !important
  }

  .sm\:-ml-9 {
    margin-left: -2.4rem !important
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem !important
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem !important
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem !important
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem !important
  }

  .sm\:-mt-11 {
    margin-top: -2.6rem !important
  }

  .sm\:-mr-11 {
    margin-right: -2.6rem !important
  }

  .sm\:-mb-11 {
    margin-bottom: -2.6rem !important
  }

  .sm\:-ml-11 {
    margin-left: -2.6rem !important
  }

  .sm\:-mt-12 {
    margin-top: -3rem !important
  }

  .sm\:-mr-12 {
    margin-right: -3rem !important
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem !important
  }

  .sm\:-ml-12 {
    margin-left: -3rem !important
  }

  .sm\:-mt-14 {
    margin-top: -3.6rem !important
  }

  .sm\:-mr-14 {
    margin-right: -3.6rem !important
  }

  .sm\:-mb-14 {
    margin-bottom: -3.6rem !important
  }

  .sm\:-ml-14 {
    margin-left: -3.6rem !important
  }

  .sm\:-mt-15 {
    margin-top: -3.8rem !important
  }

  .sm\:-mr-15 {
    margin-right: -3.8rem !important
  }

  .sm\:-mb-15 {
    margin-bottom: -3.8rem !important
  }

  .sm\:-ml-15 {
    margin-left: -3.8rem !important
  }

  .sm\:-mt-16 {
    margin-top: -4rem !important
  }

  .sm\:-mr-16 {
    margin-right: -4rem !important
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem !important
  }

  .sm\:-ml-16 {
    margin-left: -4rem !important
  }

  .sm\:-mt-18 {
    margin-top: -4.5rem !important
  }

  .sm\:-mr-18 {
    margin-right: -4.5rem !important
  }

  .sm\:-mb-18 {
    margin-bottom: -4.5rem !important
  }

  .sm\:-ml-18 {
    margin-left: -4.5rem !important
  }

  .sm\:-mt-20 {
    margin-top: -5rem !important
  }

  .sm\:-mr-20 {
    margin-right: -5rem !important
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem !important
  }

  .sm\:-ml-20 {
    margin-left: -5rem !important
  }

  .sm\:-mt-21 {
    margin-top: -5.3rem !important
  }

  .sm\:-mr-21 {
    margin-right: -5.3rem !important
  }

  .sm\:-mb-21 {
    margin-bottom: -5.3rem !important
  }

  .sm\:-ml-21 {
    margin-left: -5.3rem !important
  }

  .sm\:-mt-22 {
    margin-top: -5.7rem !important
  }

  .sm\:-mr-22 {
    margin-right: -5.7rem !important
  }

  .sm\:-mb-22 {
    margin-bottom: -5.7rem !important
  }

  .sm\:-ml-22 {
    margin-left: -5.7rem !important
  }

  .sm\:-mt-24 {
    margin-top: -6rem !important
  }

  .sm\:-mr-24 {
    margin-right: -6rem !important
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem !important
  }

  .sm\:-ml-24 {
    margin-left: -6rem !important
  }

  .sm\:-mt-28 {
    margin-top: -7rem !important
  }

  .sm\:-mr-28 {
    margin-right: -7rem !important
  }

  .sm\:-mb-28 {
    margin-bottom: -7rem !important
  }

  .sm\:-ml-28 {
    margin-left: -7rem !important
  }

  .sm\:-mt-30 {
    margin-top: -7.6rem !important
  }

  .sm\:-mr-30 {
    margin-right: -7.6rem !important
  }

  .sm\:-mb-30 {
    margin-bottom: -7.6rem !important
  }

  .sm\:-ml-30 {
    margin-left: -7.6rem !important
  }

  .sm\:-mt-32 {
    margin-top: -8rem !important
  }

  .sm\:-mr-32 {
    margin-right: -8rem !important
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem !important
  }

  .sm\:-ml-32 {
    margin-left: -8rem !important
  }

  .sm\:-mt-36 {
    margin-top: -9.1rem !important
  }

  .sm\:-mr-36 {
    margin-right: -9.1rem !important
  }

  .sm\:-mb-36 {
    margin-bottom: -9.1rem !important
  }

  .sm\:-ml-36 {
    margin-left: -9.1rem !important
  }

  .sm\:-mt-40 {
    margin-top: -10rem !important
  }

  .sm\:-mr-40 {
    margin-right: -10rem !important
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem !important
  }

  .sm\:-ml-40 {
    margin-left: -10rem !important
  }

  .sm\:-mt-46 {
    margin-top: -11.7rem !important
  }

  .sm\:-mr-46 {
    margin-right: -11.7rem !important
  }

  .sm\:-mb-46 {
    margin-bottom: -11.7rem !important
  }

  .sm\:-ml-46 {
    margin-left: -11.7rem !important
  }

  .sm\:-mt-48 {
    margin-top: -12rem !important
  }

  .sm\:-mr-48 {
    margin-right: -12rem !important
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem !important
  }

  .sm\:-ml-48 {
    margin-left: -12rem !important
  }

  .sm\:-mt-56 {
    margin-top: -14rem !important
  }

  .sm\:-mr-56 {
    margin-right: -14rem !important
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem !important
  }

  .sm\:-ml-56 {
    margin-left: -14rem !important
  }

  .sm\:-mt-58 {
    margin-top: -14.7rem !important
  }

  .sm\:-mr-58 {
    margin-right: -14.7rem !important
  }

  .sm\:-mb-58 {
    margin-bottom: -14.7rem !important
  }

  .sm\:-ml-58 {
    margin-left: -14.7rem !important
  }

  .sm\:-mt-62 {
    margin-top: -15.7rem !important
  }

  .sm\:-mr-62 {
    margin-right: -15.7rem !important
  }

  .sm\:-mb-62 {
    margin-bottom: -15.7rem !important
  }

  .sm\:-ml-62 {
    margin-left: -15.7rem !important
  }

  .sm\:-mt-64 {
    margin-top: -16rem !important
  }

  .sm\:-mr-64 {
    margin-right: -16rem !important
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem !important
  }

  .sm\:-ml-64 {
    margin-left: -16rem !important
  }

  .sm\:-mt-69 {
    margin-top: -17.1rem !important
  }

  .sm\:-mr-69 {
    margin-right: -17.1rem !important
  }

  .sm\:-mb-69 {
    margin-bottom: -17.1rem !important
  }

  .sm\:-ml-69 {
    margin-left: -17.1rem !important
  }

  .sm\:-mt-71 {
    margin-top: -17.9rem !important
  }

  .sm\:-mr-71 {
    margin-right: -17.9rem !important
  }

  .sm\:-mb-71 {
    margin-bottom: -17.9rem !important
  }

  .sm\:-ml-71 {
    margin-left: -17.9rem !important
  }

  .sm\:-mt-72 {
    margin-top: -18.1rem !important
  }

  .sm\:-mr-72 {
    margin-right: -18.1rem !important
  }

  .sm\:-mb-72 {
    margin-bottom: -18.1rem !important
  }

  .sm\:-ml-72 {
    margin-left: -18.1rem !important
  }

  .sm\:-mt-80 {
    margin-top: -20rem !important
  }

  .sm\:-mr-80 {
    margin-right: -20rem !important
  }

  .sm\:-mb-80 {
    margin-bottom: -20rem !important
  }

  .sm\:-ml-80 {
    margin-left: -20rem !important
  }

  .sm\:-mt-100 {
    margin-top: -25rem !important
  }

  .sm\:-mr-100 {
    margin-right: -25rem !important
  }

  .sm\:-mb-100 {
    margin-bottom: -25rem !important
  }

  .sm\:-ml-100 {
    margin-left: -25rem !important
  }

  .sm\:-mt-112 {
    margin-top: -28rem !important
  }

  .sm\:-mr-112 {
    margin-right: -28rem !important
  }

  .sm\:-mb-112 {
    margin-bottom: -28rem !important
  }

  .sm\:-ml-112 {
    margin-left: -28rem !important
  }

  .sm\:-mt-128 {
    margin-top: -32rem !important
  }

  .sm\:-mr-128 {
    margin-right: -32rem !important
  }

  .sm\:-mb-128 {
    margin-bottom: -32rem !important
  }

  .sm\:-ml-128 {
    margin-left: -32rem !important
  }

  .sm\:-mt-143 {
    margin-top: -35.9rem !important
  }

  .sm\:-mr-143 {
    margin-right: -35.9rem !important
  }

  .sm\:-mb-143 {
    margin-bottom: -35.9rem !important
  }

  .sm\:-ml-143 {
    margin-left: -35.9rem !important
  }

  .sm\:-mt-149 {
    margin-top: -37.4rem !important
  }

  .sm\:-mr-149 {
    margin-right: -37.4rem !important
  }

  .sm\:-mb-149 {
    margin-bottom: -37.4rem !important
  }

  .sm\:-ml-149 {
    margin-left: -37.4rem !important
  }

  .sm\:-mt-240 {
    margin-top: -60rem !important
  }

  .sm\:-mr-240 {
    margin-right: -60rem !important
  }

  .sm\:-mb-240 {
    margin-bottom: -60rem !important
  }

  .sm\:-ml-240 {
    margin-left: -60rem !important
  }

  .sm\:-mt-280 {
    margin-top: -70rem !important
  }

  .sm\:-mr-280 {
    margin-right: -70rem !important
  }

  .sm\:-mb-280 {
    margin-bottom: -70rem !important
  }

  .sm\:-ml-280 {
    margin-left: -70rem !important
  }

  .sm\:-mt-291 {
    margin-top: -72.9rem !important
  }

  .sm\:-mr-291 {
    margin-right: -72.9rem !important
  }

  .sm\:-mb-291 {
    margin-bottom: -72.9rem !important
  }

  .sm\:-ml-291 {
    margin-left: -72.9rem !important
  }

  .sm\:-mt-316 {
    margin-top: -79rem !important
  }

  .sm\:-mr-316 {
    margin-right: -79rem !important
  }

  .sm\:-mb-316 {
    margin-bottom: -79rem !important
  }

  .sm\:-ml-316 {
    margin-left: -79rem !important
  }

  .sm\:-mt-px {
    margin-top: -1px !important
  }

  .sm\:-mr-px {
    margin-right: -1px !important
  }

  .sm\:-mb-px {
    margin-bottom: -1px !important
  }

  .sm\:-ml-px {
    margin-left: -1px !important
  }

  .sm\:max-h-full {
    max-height: 100% !important
  }

  .sm\:max-h-screen {
    max-height: 100vh !important
  }

  .sm\:max-w-0 {
    max-width: 0 !important
  }

  .sm\:max-w-1 {
    max-width: 0.25rem !important
  }

  .sm\:max-w-2 {
    max-width: 0.5rem !important
  }

  .sm\:max-w-3 {
    max-width: 0.75rem !important
  }

  .sm\:max-w-4 {
    max-width: 1rem !important
  }

  .sm\:max-w-5 {
    max-width: 1.25rem !important
  }

  .sm\:max-w-6 {
    max-width: 1.5rem !important
  }

  .sm\:max-w-7 {
    max-width: 1.8rem !important
  }

  .sm\:max-w-8 {
    max-width: 2rem !important
  }

  .sm\:max-w-9 {
    max-width: 2.4rem !important
  }

  .sm\:max-w-10 {
    max-width: 2.5rem !important
  }

  .sm\:max-w-11 {
    max-width: 2.6rem !important
  }

  .sm\:max-w-12 {
    max-width: 3rem !important
  }

  .sm\:max-w-14 {
    max-width: 3.6rem !important
  }

  .sm\:max-w-15 {
    max-width: 3.8rem !important
  }

  .sm\:max-w-16 {
    max-width: 4rem !important
  }

  .sm\:max-w-18 {
    max-width: 4.5rem !important
  }

  .sm\:max-w-20 {
    max-width: 5rem !important
  }

  .sm\:max-w-21 {
    max-width: 5.3rem !important
  }

  .sm\:max-w-22 {
    max-width: 5.7rem !important
  }

  .sm\:max-w-24 {
    max-width: 6rem !important
  }

  .sm\:max-w-28 {
    max-width: 7rem !important
  }

  .sm\:max-w-30 {
    max-width: 7.6rem !important
  }

  .sm\:max-w-32 {
    max-width: 8rem !important
  }

  .sm\:max-w-36 {
    max-width: 9.1rem !important
  }

  .sm\:max-w-40 {
    max-width: 10rem !important
  }

  .sm\:max-w-46 {
    max-width: 11.7rem !important
  }

  .sm\:max-w-48 {
    max-width: 12rem !important
  }

  .sm\:max-w-56 {
    max-width: 14rem !important
  }

  .sm\:max-w-58 {
    max-width: 14.7rem !important
  }

  .sm\:max-w-62 {
    max-width: 15.7rem !important
  }

  .sm\:max-w-64 {
    max-width: 16rem !important
  }

  .sm\:max-w-69 {
    max-width: 17.1rem !important
  }

  .sm\:max-w-71 {
    max-width: 17.9rem !important
  }

  .sm\:max-w-72 {
    max-width: 18.1rem !important
  }

  .sm\:max-w-80 {
    max-width: 20rem !important
  }

  .sm\:max-w-100 {
    max-width: 25rem !important
  }

  .sm\:max-w-112 {
    max-width: 28rem !important
  }

  .sm\:max-w-128 {
    max-width: 32rem !important
  }

  .sm\:max-w-143 {
    max-width: 35.9rem !important
  }

  .sm\:max-w-149 {
    max-width: 37.4rem !important
  }

  .sm\:max-w-240 {
    max-width: 60rem !important
  }

  .sm\:max-w-280 {
    max-width: 70rem !important
  }

  .sm\:max-w-291 {
    max-width: 72.9rem !important
  }

  .sm\:max-w-316 {
    max-width: 79rem !important
  }

  .sm\:max-w-auto {
    max-width: auto !important
  }

  .sm\:max-w-xs {
    max-width: 20rem !important
  }

  .sm\:max-w-sm {
    max-width: 30rem !important
  }

  .sm\:max-w-md {
    max-width: 50rem !important
  }

  .sm\:max-w-lg {
    max-width: 78rem !important
  }

  .sm\:max-w-xl {
    max-width: 100rem !important
  }

  .sm\:max-w-full {
    max-width: 100% !important
  }

  .sm\:max-w-px {
    max-width: 1px !important
  }

  .sm\:min-h-0 {
    min-height: 0 !important
  }

  .sm\:min-h-69 {
    min-height: 17.3rem !important
  }

  .sm\:min-h-120 {
    min-height: 30rem !important
  }

  .sm\:min-h-full {
    min-height: 100% !important
  }

  .sm\:min-h-screen {
    min-height: 100vh !important
  }

  .sm\:min-w-0 {
    min-width: 0 !important
  }

  .sm\:min-w-1 {
    min-width: 0.25rem !important
  }

  .sm\:min-w-2 {
    min-width: 0.5rem !important
  }

  .sm\:min-w-3 {
    min-width: 0.75rem !important
  }

  .sm\:min-w-4 {
    min-width: 1rem !important
  }

  .sm\:min-w-5 {
    min-width: 1.25rem !important
  }

  .sm\:min-w-6 {
    min-width: 1.5rem !important
  }

  .sm\:min-w-7 {
    min-width: 1.8rem !important
  }

  .sm\:min-w-8 {
    min-width: 2rem !important
  }

  .sm\:min-w-9 {
    min-width: 2.4rem !important
  }

  .sm\:min-w-10 {
    min-width: 2.5rem !important
  }

  .sm\:min-w-11 {
    min-width: 2.6rem !important
  }

  .sm\:min-w-12 {
    min-width: 3rem !important
  }

  .sm\:min-w-14 {
    min-width: 3.6rem !important
  }

  .sm\:min-w-15 {
    min-width: 3.8rem !important
  }

  .sm\:min-w-16 {
    min-width: 4rem !important
  }

  .sm\:min-w-18 {
    min-width: 4.5rem !important
  }

  .sm\:min-w-20 {
    min-width: 5rem !important
  }

  .sm\:min-w-21 {
    min-width: 5.3rem !important
  }

  .sm\:min-w-22 {
    min-width: 5.7rem !important
  }

  .sm\:min-w-24 {
    min-width: 6rem !important
  }

  .sm\:min-w-28 {
    min-width: 7rem !important
  }

  .sm\:min-w-30 {
    min-width: 7.6rem !important
  }

  .sm\:min-w-32 {
    min-width: 8rem !important
  }

  .sm\:min-w-36 {
    min-width: 9.1rem !important
  }

  .sm\:min-w-40 {
    min-width: 10rem !important
  }

  .sm\:min-w-46 {
    min-width: 11.7rem !important
  }

  .sm\:min-w-48 {
    min-width: 12rem !important
  }

  .sm\:min-w-56 {
    min-width: 14rem !important
  }

  .sm\:min-w-58 {
    min-width: 14.7rem !important
  }

  .sm\:min-w-62 {
    min-width: 15.7rem !important
  }

  .sm\:min-w-64 {
    min-width: 16rem !important
  }

  .sm\:min-w-69 {
    min-width: 17.1rem !important
  }

  .sm\:min-w-71 {
    min-width: 17.9rem !important
  }

  .sm\:min-w-72 {
    min-width: 18.1rem !important
  }

  .sm\:min-w-80 {
    min-width: 20rem !important
  }

  .sm\:min-w-100 {
    min-width: 25rem !important
  }

  .sm\:min-w-112 {
    min-width: 28rem !important
  }

  .sm\:min-w-128 {
    min-width: 32rem !important
  }

  .sm\:min-w-143 {
    min-width: 35.9rem !important
  }

  .sm\:min-w-149 {
    min-width: 37.4rem !important
  }

  .sm\:min-w-240 {
    min-width: 60rem !important
  }

  .sm\:min-w-280 {
    min-width: 70rem !important
  }

  .sm\:min-w-291 {
    min-width: 72.9rem !important
  }

  .sm\:min-w-316 {
    min-width: 79rem !important
  }

  .sm\:min-w-auto {
    min-width: auto !important
  }

  .sm\:min-w-xs {
    min-width: 20rem !important
  }

  .sm\:min-w-sm {
    min-width: 30rem !important
  }

  .sm\:min-w-md {
    min-width: 50rem !important
  }

  .sm\:min-w-lg {
    min-width: 78rem !important
  }

  .sm\:min-w-xl {
    min-width: 100rem !important
  }

  .sm\:min-w-full {
    min-width: 100% !important
  }

  .sm\:min-w-px {
    min-width: 1px !important
  }

  .sm\:opacity-0 {
    opacity: 0 !important
  }

  .sm\:opacity-25 {
    opacity: 0.25 !important
  }

  .sm\:opacity-50 {
    opacity: 0.5 !important
  }

  .sm\:opacity-75 {
    opacity: 0.75 !important
  }

  .sm\:opacity-100 {
    opacity: 1 !important
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0 !important
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25 !important
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5 !important
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75 !important
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1 !important
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0 !important
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25 !important
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5 !important
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75 !important
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1 !important
  }

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

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

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

  .sm\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important
  }

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

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

  .sm\:overflow-auto {
    overflow: auto !important
  }

  .sm\:overflow-hidden {
    overflow: hidden !important
  }

  .sm\:overflow-visible {
    overflow: visible !important
  }

  .sm\:overflow-scroll {
    overflow: scroll !important
  }

  .sm\:overflow-x-auto {
    overflow-x: auto !important
  }

  .sm\:overflow-y-auto {
    overflow-y: auto !important
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden !important
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden !important
  }

  .sm\:overflow-x-visible {
    overflow-x: visible !important
  }

  .sm\:overflow-y-visible {
    overflow-y: visible !important
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll !important
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll !important
  }

  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important
  }

  .sm\:p-0 {
    padding: 0 !important
  }

  .sm\:p-1 {
    padding: 0.25rem !important
  }

  .sm\:p-2 {
    padding: 0.5rem !important
  }

  .sm\:p-3 {
    padding: 0.75rem !important
  }

  .sm\:p-4 {
    padding: 1rem !important
  }

  .sm\:p-5 {
    padding: 1.25rem !important
  }

  .sm\:p-6 {
    padding: 1.5rem !important
  }

  .sm\:p-7 {
    padding: 1.8rem !important
  }

  .sm\:p-8 {
    padding: 2rem !important
  }

  .sm\:p-9 {
    padding: 2.4rem !important
  }

  .sm\:p-10 {
    padding: 2.5rem !important
  }

  .sm\:p-11 {
    padding: 2.6rem !important
  }

  .sm\:p-12 {
    padding: 3rem !important
  }

  .sm\:p-14 {
    padding: 3.6rem !important
  }

  .sm\:p-15 {
    padding: 3.8rem !important
  }

  .sm\:p-16 {
    padding: 4rem !important
  }

  .sm\:p-18 {
    padding: 4.5rem !important
  }

  .sm\:p-20 {
    padding: 5rem !important
  }

  .sm\:p-21 {
    padding: 5.3rem !important
  }

  .sm\:p-22 {
    padding: 5.7rem !important
  }

  .sm\:p-24 {
    padding: 6rem !important
  }

  .sm\:p-28 {
    padding: 7rem !important
  }

  .sm\:p-30 {
    padding: 7.6rem !important
  }

  .sm\:p-32 {
    padding: 8rem !important
  }

  .sm\:p-36 {
    padding: 9.1rem !important
  }

  .sm\:p-40 {
    padding: 10rem !important
  }

  .sm\:p-46 {
    padding: 11.7rem !important
  }

  .sm\:p-48 {
    padding: 12rem !important
  }

  .sm\:p-56 {
    padding: 14rem !important
  }

  .sm\:p-58 {
    padding: 14.7rem !important
  }

  .sm\:p-62 {
    padding: 15.7rem !important
  }

  .sm\:p-64 {
    padding: 16rem !important
  }

  .sm\:p-69 {
    padding: 17.1rem !important
  }

  .sm\:p-71 {
    padding: 17.9rem !important
  }

  .sm\:p-72 {
    padding: 18.1rem !important
  }

  .sm\:p-80 {
    padding: 20rem !important
  }

  .sm\:p-100 {
    padding: 25rem !important
  }

  .sm\:p-112 {
    padding: 28rem !important
  }

  .sm\:p-128 {
    padding: 32rem !important
  }

  .sm\:p-143 {
    padding: 35.9rem !important
  }

  .sm\:p-149 {
    padding: 37.4rem !important
  }

  .sm\:p-240 {
    padding: 60rem !important
  }

  .sm\:p-280 {
    padding: 70rem !important
  }

  .sm\:p-291 {
    padding: 72.9rem !important
  }

  .sm\:p-316 {
    padding: 79rem !important
  }

  .sm\:p-px {
    padding: 1px !important
  }

  .sm\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .sm\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .sm\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important
  }

  .sm\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important
  }

  .sm\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
  }

  .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important
  }

  .sm\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important
  }

  .sm\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important
  }

  .sm\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .sm\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
  }

  .sm\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
  }

  .sm\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .sm\:py-7 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important
  }

  .sm\:px-7 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important
  }

  .sm\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .sm\:py-9 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important
  }

  .sm\:px-9 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important
  }

  .sm\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }

  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .sm\:py-11 {
    padding-top: 2.6rem !important;
    padding-bottom: 2.6rem !important
  }

  .sm\:px-11 {
    padding-left: 2.6rem !important;
    padding-right: 2.6rem !important
  }

  .sm\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .sm\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .sm\:py-14 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important
  }

  .sm\:px-14 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important
  }

  .sm\:py-15 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important
  }

  .sm\:px-15 {
    padding-left: 3.8rem !important;
    padding-right: 3.8rem !important
  }

  .sm\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .sm\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .sm\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
  }

  .sm\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
  }

  .sm\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .sm\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .sm\:py-21 {
    padding-top: 5.3rem !important;
    padding-bottom: 5.3rem !important
  }

  .sm\:px-21 {
    padding-left: 5.3rem !important;
    padding-right: 5.3rem !important
  }

  .sm\:py-22 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important
  }

  .sm\:px-22 {
    padding-left: 5.7rem !important;
    padding-right: 5.7rem !important
  }

  .sm\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .sm\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .sm\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important
  }

  .sm\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .sm\:py-30 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important
  }

  .sm\:px-30 {
    padding-left: 7.6rem !important;
    padding-right: 7.6rem !important
  }

  .sm\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .sm\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .sm\:py-36 {
    padding-top: 9.1rem !important;
    padding-bottom: 9.1rem !important
  }

  .sm\:px-36 {
    padding-left: 9.1rem !important;
    padding-right: 9.1rem !important
  }

  .sm\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important
  }

  .sm\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important
  }

  .sm\:py-46 {
    padding-top: 11.7rem !important;
    padding-bottom: 11.7rem !important
  }

  .sm\:px-46 {
    padding-left: 11.7rem !important;
    padding-right: 11.7rem !important
  }

  .sm\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important
  }

  .sm\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important
  }

  .sm\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important
  }

  .sm\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important
  }

  .sm\:py-58 {
    padding-top: 14.7rem !important;
    padding-bottom: 14.7rem !important
  }

  .sm\:px-58 {
    padding-left: 14.7rem !important;
    padding-right: 14.7rem !important
  }

  .sm\:py-62 {
    padding-top: 15.7rem !important;
    padding-bottom: 15.7rem !important
  }

  .sm\:px-62 {
    padding-left: 15.7rem !important;
    padding-right: 15.7rem !important
  }

  .sm\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important
  }

  .sm\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important
  }

  .sm\:py-69 {
    padding-top: 17.1rem !important;
    padding-bottom: 17.1rem !important
  }

  .sm\:px-69 {
    padding-left: 17.1rem !important;
    padding-right: 17.1rem !important
  }

  .sm\:py-71 {
    padding-top: 17.9rem !important;
    padding-bottom: 17.9rem !important
  }

  .sm\:px-71 {
    padding-left: 17.9rem !important;
    padding-right: 17.9rem !important
  }

  .sm\:py-72 {
    padding-top: 18.1rem !important;
    padding-bottom: 18.1rem !important
  }

  .sm\:px-72 {
    padding-left: 18.1rem !important;
    padding-right: 18.1rem !important
  }

  .sm\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important
  }

  .sm\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important
  }

  .sm\:py-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important
  }

  .sm\:px-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important
  }

  .sm\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important
  }

  .sm\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important
  }

  .sm\:py-128 {
    padding-top: 32rem !important;
    padding-bottom: 32rem !important
  }

  .sm\:px-128 {
    padding-left: 32rem !important;
    padding-right: 32rem !important
  }

  .sm\:py-143 {
    padding-top: 35.9rem !important;
    padding-bottom: 35.9rem !important
  }

  .sm\:px-143 {
    padding-left: 35.9rem !important;
    padding-right: 35.9rem !important
  }

  .sm\:py-149 {
    padding-top: 37.4rem !important;
    padding-bottom: 37.4rem !important
  }

  .sm\:px-149 {
    padding-left: 37.4rem !important;
    padding-right: 37.4rem !important
  }

  .sm\:py-240 {
    padding-top: 60rem !important;
    padding-bottom: 60rem !important
  }

  .sm\:px-240 {
    padding-left: 60rem !important;
    padding-right: 60rem !important
  }

  .sm\:py-280 {
    padding-top: 70rem !important;
    padding-bottom: 70rem !important
  }

  .sm\:px-280 {
    padding-left: 70rem !important;
    padding-right: 70rem !important
  }

  .sm\:py-291 {
    padding-top: 72.9rem !important;
    padding-bottom: 72.9rem !important
  }

  .sm\:px-291 {
    padding-left: 72.9rem !important;
    padding-right: 72.9rem !important
  }

  .sm\:py-316 {
    padding-top: 79rem !important;
    padding-bottom: 79rem !important
  }

  .sm\:px-316 {
    padding-left: 79rem !important;
    padding-right: 79rem !important
  }

  .sm\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important
  }

  .sm\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important
  }

  .sm\:pt-0 {
    padding-top: 0 !important
  }

  .sm\:pr-0 {
    padding-right: 0 !important
  }

  .sm\:pb-0 {
    padding-bottom: 0 !important
  }

  .sm\:pl-0 {
    padding-left: 0 !important
  }

  .sm\:pt-1 {
    padding-top: 0.25rem !important
  }

  .sm\:pr-1 {
    padding-right: 0.25rem !important
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem !important
  }

  .sm\:pl-1 {
    padding-left: 0.25rem !important
  }

  .sm\:pt-2 {
    padding-top: 0.5rem !important
  }

  .sm\:pr-2 {
    padding-right: 0.5rem !important
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem !important
  }

  .sm\:pl-2 {
    padding-left: 0.5rem !important
  }

  .sm\:pt-3 {
    padding-top: 0.75rem !important
  }

  .sm\:pr-3 {
    padding-right: 0.75rem !important
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem !important
  }

  .sm\:pl-3 {
    padding-left: 0.75rem !important
  }

  .sm\:pt-4 {
    padding-top: 1rem !important
  }

  .sm\:pr-4 {
    padding-right: 1rem !important
  }

  .sm\:pb-4 {
    padding-bottom: 1rem !important
  }

  .sm\:pl-4 {
    padding-left: 1rem !important
  }

  .sm\:pt-5 {
    padding-top: 1.25rem !important
  }

  .sm\:pr-5 {
    padding-right: 1.25rem !important
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem !important
  }

  .sm\:pl-5 {
    padding-left: 1.25rem !important
  }

  .sm\:pt-6 {
    padding-top: 1.5rem !important
  }

  .sm\:pr-6 {
    padding-right: 1.5rem !important
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem !important
  }

  .sm\:pl-6 {
    padding-left: 1.5rem !important
  }

  .sm\:pt-7 {
    padding-top: 1.8rem !important
  }

  .sm\:pr-7 {
    padding-right: 1.8rem !important
  }

  .sm\:pb-7 {
    padding-bottom: 1.8rem !important
  }

  .sm\:pl-7 {
    padding-left: 1.8rem !important
  }

  .sm\:pt-8 {
    padding-top: 2rem !important
  }

  .sm\:pr-8 {
    padding-right: 2rem !important
  }

  .sm\:pb-8 {
    padding-bottom: 2rem !important
  }

  .sm\:pl-8 {
    padding-left: 2rem !important
  }

  .sm\:pt-9 {
    padding-top: 2.4rem !important
  }

  .sm\:pr-9 {
    padding-right: 2.4rem !important
  }

  .sm\:pb-9 {
    padding-bottom: 2.4rem !important
  }

  .sm\:pl-9 {
    padding-left: 2.4rem !important
  }

  .sm\:pt-10 {
    padding-top: 2.5rem !important
  }

  .sm\:pr-10 {
    padding-right: 2.5rem !important
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem !important
  }

  .sm\:pl-10 {
    padding-left: 2.5rem !important
  }

  .sm\:pt-11 {
    padding-top: 2.6rem !important
  }

  .sm\:pr-11 {
    padding-right: 2.6rem !important
  }

  .sm\:pb-11 {
    padding-bottom: 2.6rem !important
  }

  .sm\:pl-11 {
    padding-left: 2.6rem !important
  }

  .sm\:pt-12 {
    padding-top: 3rem !important
  }

  .sm\:pr-12 {
    padding-right: 3rem !important
  }

  .sm\:pb-12 {
    padding-bottom: 3rem !important
  }

  .sm\:pl-12 {
    padding-left: 3rem !important
  }

  .sm\:pt-14 {
    padding-top: 3.6rem !important
  }

  .sm\:pr-14 {
    padding-right: 3.6rem !important
  }

  .sm\:pb-14 {
    padding-bottom: 3.6rem !important
  }

  .sm\:pl-14 {
    padding-left: 3.6rem !important
  }

  .sm\:pt-15 {
    padding-top: 3.8rem !important
  }

  .sm\:pr-15 {
    padding-right: 3.8rem !important
  }

  .sm\:pb-15 {
    padding-bottom: 3.8rem !important
  }

  .sm\:pl-15 {
    padding-left: 3.8rem !important
  }

  .sm\:pt-16 {
    padding-top: 4rem !important
  }

  .sm\:pr-16 {
    padding-right: 4rem !important
  }

  .sm\:pb-16 {
    padding-bottom: 4rem !important
  }

  .sm\:pl-16 {
    padding-left: 4rem !important
  }

  .sm\:pt-18 {
    padding-top: 4.5rem !important
  }

  .sm\:pr-18 {
    padding-right: 4.5rem !important
  }

  .sm\:pb-18 {
    padding-bottom: 4.5rem !important
  }

  .sm\:pl-18 {
    padding-left: 4.5rem !important
  }

  .sm\:pt-20 {
    padding-top: 5rem !important
  }

  .sm\:pr-20 {
    padding-right: 5rem !important
  }

  .sm\:pb-20 {
    padding-bottom: 5rem !important
  }

  .sm\:pl-20 {
    padding-left: 5rem !important
  }

  .sm\:pt-21 {
    padding-top: 5.3rem !important
  }

  .sm\:pr-21 {
    padding-right: 5.3rem !important
  }

  .sm\:pb-21 {
    padding-bottom: 5.3rem !important
  }

  .sm\:pl-21 {
    padding-left: 5.3rem !important
  }

  .sm\:pt-22 {
    padding-top: 5.7rem !important
  }

  .sm\:pr-22 {
    padding-right: 5.7rem !important
  }

  .sm\:pb-22 {
    padding-bottom: 5.7rem !important
  }

  .sm\:pl-22 {
    padding-left: 5.7rem !important
  }

  .sm\:pt-24 {
    padding-top: 6rem !important
  }

  .sm\:pr-24 {
    padding-right: 6rem !important
  }

  .sm\:pb-24 {
    padding-bottom: 6rem !important
  }

  .sm\:pl-24 {
    padding-left: 6rem !important
  }

  .sm\:pt-28 {
    padding-top: 7rem !important
  }

  .sm\:pr-28 {
    padding-right: 7rem !important
  }

  .sm\:pb-28 {
    padding-bottom: 7rem !important
  }

  .sm\:pl-28 {
    padding-left: 7rem !important
  }

  .sm\:pt-30 {
    padding-top: 7.6rem !important
  }

  .sm\:pr-30 {
    padding-right: 7.6rem !important
  }

  .sm\:pb-30 {
    padding-bottom: 7.6rem !important
  }

  .sm\:pl-30 {
    padding-left: 7.6rem !important
  }

  .sm\:pt-32 {
    padding-top: 8rem !important
  }

  .sm\:pr-32 {
    padding-right: 8rem !important
  }

  .sm\:pb-32 {
    padding-bottom: 8rem !important
  }

  .sm\:pl-32 {
    padding-left: 8rem !important
  }

  .sm\:pt-36 {
    padding-top: 9.1rem !important
  }

  .sm\:pr-36 {
    padding-right: 9.1rem !important
  }

  .sm\:pb-36 {
    padding-bottom: 9.1rem !important
  }

  .sm\:pl-36 {
    padding-left: 9.1rem !important
  }

  .sm\:pt-40 {
    padding-top: 10rem !important
  }

  .sm\:pr-40 {
    padding-right: 10rem !important
  }

  .sm\:pb-40 {
    padding-bottom: 10rem !important
  }

  .sm\:pl-40 {
    padding-left: 10rem !important
  }

  .sm\:pt-46 {
    padding-top: 11.7rem !important
  }

  .sm\:pr-46 {
    padding-right: 11.7rem !important
  }

  .sm\:pb-46 {
    padding-bottom: 11.7rem !important
  }

  .sm\:pl-46 {
    padding-left: 11.7rem !important
  }

  .sm\:pt-48 {
    padding-top: 12rem !important
  }

  .sm\:pr-48 {
    padding-right: 12rem !important
  }

  .sm\:pb-48 {
    padding-bottom: 12rem !important
  }

  .sm\:pl-48 {
    padding-left: 12rem !important
  }

  .sm\:pt-56 {
    padding-top: 14rem !important
  }

  .sm\:pr-56 {
    padding-right: 14rem !important
  }

  .sm\:pb-56 {
    padding-bottom: 14rem !important
  }

  .sm\:pl-56 {
    padding-left: 14rem !important
  }

  .sm\:pt-58 {
    padding-top: 14.7rem !important
  }

  .sm\:pr-58 {
    padding-right: 14.7rem !important
  }

  .sm\:pb-58 {
    padding-bottom: 14.7rem !important
  }

  .sm\:pl-58 {
    padding-left: 14.7rem !important
  }

  .sm\:pt-62 {
    padding-top: 15.7rem !important
  }

  .sm\:pr-62 {
    padding-right: 15.7rem !important
  }

  .sm\:pb-62 {
    padding-bottom: 15.7rem !important
  }

  .sm\:pl-62 {
    padding-left: 15.7rem !important
  }

  .sm\:pt-64 {
    padding-top: 16rem !important
  }

  .sm\:pr-64 {
    padding-right: 16rem !important
  }

  .sm\:pb-64 {
    padding-bottom: 16rem !important
  }

  .sm\:pl-64 {
    padding-left: 16rem !important
  }

  .sm\:pt-69 {
    padding-top: 17.1rem !important
  }

  .sm\:pr-69 {
    padding-right: 17.1rem !important
  }

  .sm\:pb-69 {
    padding-bottom: 17.1rem !important
  }

  .sm\:pl-69 {
    padding-left: 17.1rem !important
  }

  .sm\:pt-71 {
    padding-top: 17.9rem !important
  }

  .sm\:pr-71 {
    padding-right: 17.9rem !important
  }

  .sm\:pb-71 {
    padding-bottom: 17.9rem !important
  }

  .sm\:pl-71 {
    padding-left: 17.9rem !important
  }

  .sm\:pt-72 {
    padding-top: 18.1rem !important
  }

  .sm\:pr-72 {
    padding-right: 18.1rem !important
  }

  .sm\:pb-72 {
    padding-bottom: 18.1rem !important
  }

  .sm\:pl-72 {
    padding-left: 18.1rem !important
  }

  .sm\:pt-80 {
    padding-top: 20rem !important
  }

  .sm\:pr-80 {
    padding-right: 20rem !important
  }

  .sm\:pb-80 {
    padding-bottom: 20rem !important
  }

  .sm\:pl-80 {
    padding-left: 20rem !important
  }

  .sm\:pt-100 {
    padding-top: 25rem !important
  }

  .sm\:pr-100 {
    padding-right: 25rem !important
  }

  .sm\:pb-100 {
    padding-bottom: 25rem !important
  }

  .sm\:pl-100 {
    padding-left: 25rem !important
  }

  .sm\:pt-112 {
    padding-top: 28rem !important
  }

  .sm\:pr-112 {
    padding-right: 28rem !important
  }

  .sm\:pb-112 {
    padding-bottom: 28rem !important
  }

  .sm\:pl-112 {
    padding-left: 28rem !important
  }

  .sm\:pt-128 {
    padding-top: 32rem !important
  }

  .sm\:pr-128 {
    padding-right: 32rem !important
  }

  .sm\:pb-128 {
    padding-bottom: 32rem !important
  }

  .sm\:pl-128 {
    padding-left: 32rem !important
  }

  .sm\:pt-143 {
    padding-top: 35.9rem !important
  }

  .sm\:pr-143 {
    padding-right: 35.9rem !important
  }

  .sm\:pb-143 {
    padding-bottom: 35.9rem !important
  }

  .sm\:pl-143 {
    padding-left: 35.9rem !important
  }

  .sm\:pt-149 {
    padding-top: 37.4rem !important
  }

  .sm\:pr-149 {
    padding-right: 37.4rem !important
  }

  .sm\:pb-149 {
    padding-bottom: 37.4rem !important
  }

  .sm\:pl-149 {
    padding-left: 37.4rem !important
  }

  .sm\:pt-240 {
    padding-top: 60rem !important
  }

  .sm\:pr-240 {
    padding-right: 60rem !important
  }

  .sm\:pb-240 {
    padding-bottom: 60rem !important
  }

  .sm\:pl-240 {
    padding-left: 60rem !important
  }

  .sm\:pt-280 {
    padding-top: 70rem !important
  }

  .sm\:pr-280 {
    padding-right: 70rem !important
  }

  .sm\:pb-280 {
    padding-bottom: 70rem !important
  }

  .sm\:pl-280 {
    padding-left: 70rem !important
  }

  .sm\:pt-291 {
    padding-top: 72.9rem !important
  }

  .sm\:pr-291 {
    padding-right: 72.9rem !important
  }

  .sm\:pb-291 {
    padding-bottom: 72.9rem !important
  }

  .sm\:pl-291 {
    padding-left: 72.9rem !important
  }

  .sm\:pt-316 {
    padding-top: 79rem !important
  }

  .sm\:pr-316 {
    padding-right: 79rem !important
  }

  .sm\:pb-316 {
    padding-bottom: 79rem !important
  }

  .sm\:pl-316 {
    padding-left: 79rem !important
  }

  .sm\:pt-px {
    padding-top: 1px !important
  }

  .sm\:pr-px {
    padding-right: 1px !important
  }

  .sm\:pb-px {
    padding-bottom: 1px !important
  }

  .sm\:pl-px {
    padding-left: 1px !important
  }

  .sm\:static {
    position: static !important
  }

  .sm\:fixed {
    position: fixed !important
  }

  .sm\:absolute {
    position: absolute !important
  }

  .sm\:relative {
    position: relative !important
  }

  .sm\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important
  }

  .sm\:table-auto {
    table-layout: auto !important
  }

  .sm\:table-fixed {
    table-layout: fixed !important
  }

  .sm\:text-left {
    text-align: left !important
  }

  .sm\:text-center {
    text-align: center !important
  }

  .sm\:text-right {
    text-align: right !important
  }

  .sm\:text-justify {
    text-align: justify !important
  }

  .sm\:text-transparent {
    color: transparent !important
  }

  .sm\:text-primary {
    color: #0A5988 !important
  }

  .sm\:text-primary-light {
    color: #257DB2 !important
  }

  .sm\:text-secondary {
    color: #8FC549 !important
  }

  .sm\:text-primary-dark {
    color: #003D62 !important
  }

  .sm\:text-tertiary {
    color: #EBF4FA !important
  }

  .sm\:text-tertiary-light {
    color: #EBF4FA !important
  }

  .sm\:text-tertiary-lightest {
    color: #EBF4FA !important
  }

  .sm\:text-font-main {
    color: #443E37 !important
  }

  .sm\:text-highlight {
    color: #E1962C !important
  }

  .sm\:text-highlight-alt {
    color: #E1962C !important
  }

  .sm\:text-accent {
    color: #DA511F !important
  }

  .sm\:text-accent-alt {
    color: #DA511F !important
  }

  .sm\:text-body-text {
    color: #443E37 !important
  }

  .sm\:text-dividers {
    color: #C7BBAE !important
  }

  .sm\:text-dividers-lighther {
    color: #f5f5f5 !important
  }

  .sm\:text-dividers-light {
    color: #f7f7f7 !important
  }

  .sm\:text-black {
    color: #000 !important
  }

  .sm\:text-white {
    color: #fff !important
  }

  .sm\:text-red-100 {
    color: #FFF5F5 !important
  }

  .sm\:text-red-200 {
    color: #FED7D7 !important
  }

  .sm\:text-red-300 {
    color: #FEB2B2 !important
  }

  .sm\:text-red-400 {
    color: #FC8181 !important
  }

  .sm\:text-red-500 {
    color: #F56565 !important
  }

  .sm\:text-red-600 {
    color: #E53E3E !important
  }

  .sm\:text-red-700 {
    color: #C53030 !important
  }

  .sm\:text-red-800 {
    color: #9B2C2C !important
  }

  .sm\:text-red-900 {
    color: #742A2A !important
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent !important
  }

  .sm\:hover\:text-primary:hover {
    color: #0A5988 !important
  }

  .sm\:hover\:text-primary-light:hover {
    color: #257DB2 !important
  }

  .sm\:hover\:text-secondary:hover {
    color: #8FC549 !important
  }

  .sm\:hover\:text-primary-dark:hover {
    color: #003D62 !important
  }

  .sm\:hover\:text-tertiary:hover {
    color: #EBF4FA !important
  }

  .sm\:hover\:text-tertiary-light:hover {
    color: #EBF4FA !important
  }

  .sm\:hover\:text-tertiary-lightest:hover {
    color: #EBF4FA !important
  }

  .sm\:hover\:text-font-main:hover {
    color: #443E37 !important
  }

  .sm\:hover\:text-highlight:hover {
    color: #E1962C !important
  }

  .sm\:hover\:text-highlight-alt:hover {
    color: #E1962C !important
  }

  .sm\:hover\:text-accent:hover {
    color: #DA511F !important
  }

  .sm\:hover\:text-accent-alt:hover {
    color: #DA511F !important
  }

  .sm\:hover\:text-body-text:hover {
    color: #443E37 !important
  }

  .sm\:hover\:text-dividers:hover {
    color: #C7BBAE !important
  }

  .sm\:hover\:text-dividers-lighther:hover {
    color: #f5f5f5 !important
  }

  .sm\:hover\:text-dividers-light:hover {
    color: #f7f7f7 !important
  }

  .sm\:hover\:text-black:hover {
    color: #000 !important
  }

  .sm\:hover\:text-white:hover {
    color: #fff !important
  }

  .sm\:hover\:text-red-100:hover {
    color: #FFF5F5 !important
  }

  .sm\:hover\:text-red-200:hover {
    color: #FED7D7 !important
  }

  .sm\:hover\:text-red-300:hover {
    color: #FEB2B2 !important
  }

  .sm\:hover\:text-red-400:hover {
    color: #FC8181 !important
  }

  .sm\:hover\:text-red-500:hover {
    color: #F56565 !important
  }

  .sm\:hover\:text-red-600:hover {
    color: #E53E3E !important
  }

  .sm\:hover\:text-red-700:hover {
    color: #C53030 !important
  }

  .sm\:hover\:text-red-800:hover {
    color: #9B2C2C !important
  }

  .sm\:hover\:text-red-900:hover {
    color: #742A2A !important
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent !important
  }

  .sm\:focus\:text-primary:focus {
    color: #0A5988 !important
  }

  .sm\:focus\:text-primary-light:focus {
    color: #257DB2 !important
  }

  .sm\:focus\:text-secondary:focus {
    color: #8FC549 !important
  }

  .sm\:focus\:text-primary-dark:focus {
    color: #003D62 !important
  }

  .sm\:focus\:text-tertiary:focus {
    color: #EBF4FA !important
  }

  .sm\:focus\:text-tertiary-light:focus {
    color: #EBF4FA !important
  }

  .sm\:focus\:text-tertiary-lightest:focus {
    color: #EBF4FA !important
  }

  .sm\:focus\:text-font-main:focus {
    color: #443E37 !important
  }

  .sm\:focus\:text-highlight:focus {
    color: #E1962C !important
  }

  .sm\:focus\:text-highlight-alt:focus {
    color: #E1962C !important
  }

  .sm\:focus\:text-accent:focus {
    color: #DA511F !important
  }

  .sm\:focus\:text-accent-alt:focus {
    color: #DA511F !important
  }

  .sm\:focus\:text-body-text:focus {
    color: #443E37 !important
  }

  .sm\:focus\:text-dividers:focus {
    color: #C7BBAE !important
  }

  .sm\:focus\:text-dividers-lighther:focus {
    color: #f5f5f5 !important
  }

  .sm\:focus\:text-dividers-light:focus {
    color: #f7f7f7 !important
  }

  .sm\:focus\:text-black:focus {
    color: #000 !important
  }

  .sm\:focus\:text-white:focus {
    color: #fff !important
  }

  .sm\:focus\:text-red-100:focus {
    color: #FFF5F5 !important
  }

  .sm\:focus\:text-red-200:focus {
    color: #FED7D7 !important
  }

  .sm\:focus\:text-red-300:focus {
    color: #FEB2B2 !important
  }

  .sm\:focus\:text-red-400:focus {
    color: #FC8181 !important
  }

  .sm\:focus\:text-red-500:focus {
    color: #F56565 !important
  }

  .sm\:focus\:text-red-600:focus {
    color: #E53E3E !important
  }

  .sm\:focus\:text-red-700:focus {
    color: #C53030 !important
  }

  .sm\:focus\:text-red-800:focus {
    color: #9B2C2C !important
  }

  .sm\:focus\:text-red-900:focus {
    color: #742A2A !important
  }

  .sm\:underline {
    text-decoration: underline !important
  }

  .sm\:line-through {
    text-decoration: line-through !important
  }

  .sm\:no-underline {
    text-decoration: none !important
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline !important
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through !important
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none !important
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline !important
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through !important
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none !important
  }

  .sm\:uppercase {
    text-transform: uppercase !important
  }

  .sm\:lowercase {
    text-transform: lowercase !important
  }

  .sm\:capitalize {
    text-transform: capitalize !important
  }

  .sm\:normal-case {
    text-transform: none !important
  }

  .sm\:visible {
    visibility: visible !important
  }

  .sm\:invisible {
    visibility: hidden !important
  }

  .sm\:whitespace-normal {
    white-space: normal !important
  }

  .sm\:whitespace-no-wrap {
    white-space: nowrap !important
  }

  .sm\:whitespace-pre {
    white-space: pre !important
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line !important
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap !important
  }

  .sm\:w-0 {
    width: 0 !important
  }

  .sm\:w-1 {
    width: 0.25rem !important
  }

  .sm\:w-2 {
    width: 0.5rem !important
  }

  .sm\:w-3 {
    width: 0.75rem !important
  }

  .sm\:w-4 {
    width: 1rem !important
  }

  .sm\:w-5 {
    width: 1.25rem !important
  }

  .sm\:w-6 {
    width: 1.5rem !important
  }

  .sm\:w-7 {
    width: 1.8rem !important
  }

  .sm\:w-8 {
    width: 2rem !important
  }

  .sm\:w-9 {
    width: 2.4rem !important
  }

  .sm\:w-10 {
    width: 2.5rem !important
  }

  .sm\:w-11 {
    width: 2.6rem !important
  }

  .sm\:w-12 {
    width: 3rem !important
  }

  .sm\:w-14 {
    width: 3.6rem !important
  }

  .sm\:w-15 {
    width: 3.8rem !important
  }

  .sm\:w-16 {
    width: 4rem !important
  }

  .sm\:w-18 {
    width: 4.5rem !important
  }

  .sm\:w-20 {
    width: 5rem !important
  }

  .sm\:w-21 {
    width: 5.3rem !important
  }

  .sm\:w-22 {
    width: 5.7rem !important
  }

  .sm\:w-24 {
    width: 6rem !important
  }

  .sm\:w-28 {
    width: 7rem !important
  }

  .sm\:w-30 {
    width: 7.6rem !important
  }

  .sm\:w-32 {
    width: 8rem !important
  }

  .sm\:w-36 {
    width: 9.1rem !important
  }

  .sm\:w-40 {
    width: 10rem !important
  }

  .sm\:w-46 {
    width: 11.7rem !important
  }

  .sm\:w-48 {
    width: 12rem !important
  }

  .sm\:w-56 {
    width: 14rem !important
  }

  .sm\:w-58 {
    width: 14.7rem !important
  }

  .sm\:w-62 {
    width: 15.7rem !important
  }

  .sm\:w-64 {
    width: 16rem !important
  }

  .sm\:w-69 {
    width: 17.1rem !important
  }

  .sm\:w-71 {
    width: 17.9rem !important
  }

  .sm\:w-72 {
    width: 18.1rem !important
  }

  .sm\:w-80 {
    width: 20rem !important
  }

  .sm\:w-100 {
    width: 25rem !important
  }

  .sm\:w-112 {
    width: 28rem !important
  }

  .sm\:w-128 {
    width: 32rem !important
  }

  .sm\:w-143 {
    width: 35.9rem !important
  }

  .sm\:w-149 {
    width: 37.4rem !important
  }

  .sm\:w-240 {
    width: 60rem !important
  }

  .sm\:w-280 {
    width: 70rem !important
  }

  .sm\:w-291 {
    width: 72.9rem !important
  }

  .sm\:w-316 {
    width: 79rem !important
  }

  .sm\:w-auto {
    width: auto !important
  }

  .sm\:w-unset {
    width: unset !important
  }

  .sm\:w-inherit {
    width: inherit !important
  }

  .sm\:w-px {
    width: 1px !important
  }

  .sm\:w-1\/2 {
    width: 50% !important
  }

  .sm\:w-1\/3 {
    width: 33.33333% !important
  }

  .sm\:w-2\/3 {
    width: 66.66667% !important
  }

  .sm\:w-1\/4 {
    width: 25% !important
  }

  .sm\:w-2\/4 {
    width: 50% !important
  }

  .sm\:w-3\/4 {
    width: 75% !important
  }

  .sm\:w-1\/5 {
    width: 20% !important
  }

  .sm\:w-2\/5 {
    width: 40% !important
  }

  .sm\:w-3\/5 {
    width: 60% !important
  }

  .sm\:w-4\/5 {
    width: 80% !important
  }

  .sm\:w-full {
    width: 100% !important
  }

  .sm\:w-screen {
    width: 100vw !important
  }

  .sm\:z-0 {
    z-index: 0 !important
  }

  .sm\:z-10 {
    z-index: 10 !important
  }

  .sm\:z-20 {
    z-index: 20 !important
  }

  .sm\:z-30 {
    z-index: 30 !important
  }

  .sm\:z-40 {
    z-index: 40 !important
  }

  .sm\:z-50 {
    z-index: 100 !important
  }

  .sm\:z-auto {
    z-index: auto !important
  }

  .sm\:-z-1 {
    z-index: -1 !important
  }

  .sm\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
        -ms-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
  }

  .sm\:transform-none {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important
  }

  .sm\:origin-center {
    -webkit-transform-origin: center !important;
        -ms-transform-origin: center !important;
            transform-origin: center !important
  }

  .sm\:origin-top {
    -webkit-transform-origin: top !important;
        -ms-transform-origin: top !important;
            transform-origin: top !important
  }

  .sm\:origin-top-right {
    -webkit-transform-origin: top right !important;
        -ms-transform-origin: top right !important;
            transform-origin: top right !important
  }

  .sm\:origin-right {
    -webkit-transform-origin: right !important;
        -ms-transform-origin: right !important;
            transform-origin: right !important
  }

  .sm\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
        -ms-transform-origin: bottom right !important;
            transform-origin: bottom right !important
  }

  .sm\:origin-bottom {
    -webkit-transform-origin: bottom !important;
        -ms-transform-origin: bottom !important;
            transform-origin: bottom !important
  }

  .sm\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
        -ms-transform-origin: bottom left !important;
            transform-origin: bottom left !important
  }

  .sm\:origin-left {
    -webkit-transform-origin: left !important;
        -ms-transform-origin: left !important;
            transform-origin: left !important
  }

  .sm\:origin-top-left {
    -webkit-transform-origin: top left !important;
        -ms-transform-origin: top left !important;
            transform-origin: top left !important
  }

  .sm\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .sm\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .sm\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .sm\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .sm\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .sm\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .sm\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .sm\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .sm\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .sm\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .sm\:scale-x-0 {
    --transform-scale-x: 0 !important
  }

  .sm\:scale-x-50 {
    --transform-scale-x: .5 !important
  }

  .sm\:scale-x-75 {
    --transform-scale-x: .75 !important
  }

  .sm\:scale-x-90 {
    --transform-scale-x: .9 !important
  }

  .sm\:scale-x-95 {
    --transform-scale-x: .95 !important
  }

  .sm\:scale-x-100 {
    --transform-scale-x: 1 !important
  }

  .sm\:scale-x-105 {
    --transform-scale-x: 1.05 !important
  }

  .sm\:scale-x-110 {
    --transform-scale-x: 1.1 !important
  }

  .sm\:scale-x-125 {
    --transform-scale-x: 1.25 !important
  }

  .sm\:scale-x-150 {
    --transform-scale-x: 1.5 !important
  }

  .sm\:scale-y-0 {
    --transform-scale-y: 0 !important
  }

  .sm\:scale-y-50 {
    --transform-scale-y: .5 !important
  }

  .sm\:scale-y-75 {
    --transform-scale-y: .75 !important
  }

  .sm\:scale-y-90 {
    --transform-scale-y: .9 !important
  }

  .sm\:scale-y-95 {
    --transform-scale-y: .95 !important
  }

  .sm\:scale-y-100 {
    --transform-scale-y: 1 !important
  }

  .sm\:scale-y-105 {
    --transform-scale-y: 1.05 !important
  }

  .sm\:scale-y-110 {
    --transform-scale-y: 1.1 !important
  }

  .sm\:scale-y-125 {
    --transform-scale-y: 1.25 !important
  }

  .sm\:scale-y-150 {
    --transform-scale-y: 1.5 !important
  }

  .sm\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .sm\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .sm\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .sm\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .sm\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .sm\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .sm\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .sm\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .sm\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .sm\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .sm\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important
  }

  .sm\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important
  }

  .sm\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important
  }

  .sm\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important
  }

  .sm\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important
  }

  .sm\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important
  }

  .sm\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important
  }

  .sm\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important
  }

  .sm\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important
  }

  .sm\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important
  }

  .sm\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important
  }

  .sm\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important
  }

  .sm\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important
  }

  .sm\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important
  }

  .sm\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important
  }

  .sm\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important
  }

  .sm\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important
  }

  .sm\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important
  }

  .sm\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important
  }

  .sm\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important
  }

  .sm\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .sm\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .sm\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .sm\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .sm\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .sm\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .sm\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .sm\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .sm\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .sm\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .sm\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important
  }

  .sm\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important
  }

  .sm\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important
  }

  .sm\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important
  }

  .sm\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important
  }

  .sm\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important
  }

  .sm\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important
  }

  .sm\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important
  }

  .sm\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important
  }

  .sm\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important
  }

  .sm\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important
  }

  .sm\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important
  }

  .sm\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important
  }

  .sm\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important
  }

  .sm\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important
  }

  .sm\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important
  }

  .sm\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important
  }

  .sm\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important
  }

  .sm\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important
  }

  .sm\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important
  }

  .sm\:rotate-0 {
    --transform-rotate: 0 !important
  }

  .sm\:rotate-45 {
    --transform-rotate: 45deg !important
  }

  .sm\:rotate-90 {
    --transform-rotate: 90deg !important
  }

  .sm\:rotate-180 {
    --transform-rotate: 180deg !important
  }

  .sm\:-rotate-180 {
    --transform-rotate: -180deg !important
  }

  .sm\:-rotate-90 {
    --transform-rotate: -90deg !important
  }

  .sm\:-rotate-45 {
    --transform-rotate: -45deg !important
  }

  .sm\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important
  }

  .sm\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important
  }

  .sm\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important
  }

  .sm\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important
  }

  .sm\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important
  }

  .sm\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important
  }

  .sm\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important
  }

  .sm\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important
  }

  .sm\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important
  }

  .sm\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important
  }

  .sm\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important
  }

  .sm\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important
  }

  .sm\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important
  }

  .sm\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important
  }

  .sm\:translate-x-0 {
    --transform-translate-x: 0 !important
  }

  .sm\:translate-x-1 {
    --transform-translate-x: 0.25rem !important
  }

  .sm\:translate-x-2 {
    --transform-translate-x: 0.5rem !important
  }

  .sm\:translate-x-3 {
    --transform-translate-x: 0.75rem !important
  }

  .sm\:translate-x-4 {
    --transform-translate-x: 1rem !important
  }

  .sm\:translate-x-5 {
    --transform-translate-x: 1.25rem !important
  }

  .sm\:translate-x-6 {
    --transform-translate-x: 1.5rem !important
  }

  .sm\:translate-x-7 {
    --transform-translate-x: 1.8rem !important
  }

  .sm\:translate-x-8 {
    --transform-translate-x: 2rem !important
  }

  .sm\:translate-x-9 {
    --transform-translate-x: 2.4rem !important
  }

  .sm\:translate-x-10 {
    --transform-translate-x: 2.5rem !important
  }

  .sm\:translate-x-11 {
    --transform-translate-x: 2.6rem !important
  }

  .sm\:translate-x-12 {
    --transform-translate-x: 3rem !important
  }

  .sm\:translate-x-14 {
    --transform-translate-x: 3.6rem !important
  }

  .sm\:translate-x-15 {
    --transform-translate-x: 3.8rem !important
  }

  .sm\:translate-x-16 {
    --transform-translate-x: 4rem !important
  }

  .sm\:translate-x-18 {
    --transform-translate-x: 4.5rem !important
  }

  .sm\:translate-x-20 {
    --transform-translate-x: 5rem !important
  }

  .sm\:translate-x-21 {
    --transform-translate-x: 5.3rem !important
  }

  .sm\:translate-x-22 {
    --transform-translate-x: 5.7rem !important
  }

  .sm\:translate-x-24 {
    --transform-translate-x: 6rem !important
  }

  .sm\:translate-x-28 {
    --transform-translate-x: 7rem !important
  }

  .sm\:translate-x-30 {
    --transform-translate-x: 7.6rem !important
  }

  .sm\:translate-x-32 {
    --transform-translate-x: 8rem !important
  }

  .sm\:translate-x-36 {
    --transform-translate-x: 9.1rem !important
  }

  .sm\:translate-x-40 {
    --transform-translate-x: 10rem !important
  }

  .sm\:translate-x-46 {
    --transform-translate-x: 11.7rem !important
  }

  .sm\:translate-x-48 {
    --transform-translate-x: 12rem !important
  }

  .sm\:translate-x-56 {
    --transform-translate-x: 14rem !important
  }

  .sm\:translate-x-58 {
    --transform-translate-x: 14.7rem !important
  }

  .sm\:translate-x-62 {
    --transform-translate-x: 15.7rem !important
  }

  .sm\:translate-x-64 {
    --transform-translate-x: 16rem !important
  }

  .sm\:translate-x-69 {
    --transform-translate-x: 17.1rem !important
  }

  .sm\:translate-x-71 {
    --transform-translate-x: 17.9rem !important
  }

  .sm\:translate-x-72 {
    --transform-translate-x: 18.1rem !important
  }

  .sm\:translate-x-80 {
    --transform-translate-x: 20rem !important
  }

  .sm\:translate-x-100 {
    --transform-translate-x: 25rem !important
  }

  .sm\:translate-x-112 {
    --transform-translate-x: 28rem !important
  }

  .sm\:translate-x-128 {
    --transform-translate-x: 32rem !important
  }

  .sm\:translate-x-143 {
    --transform-translate-x: 35.9rem !important
  }

  .sm\:translate-x-149 {
    --transform-translate-x: 37.4rem !important
  }

  .sm\:translate-x-240 {
    --transform-translate-x: 60rem !important
  }

  .sm\:translate-x-280 {
    --transform-translate-x: 70rem !important
  }

  .sm\:translate-x-291 {
    --transform-translate-x: 72.9rem !important
  }

  .sm\:translate-x-316 {
    --transform-translate-x: 79rem !important
  }

  .sm\:translate-x-px {
    --transform-translate-x: 1px !important
  }

  .sm\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important
  }

  .sm\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important
  }

  .sm\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important
  }

  .sm\:-translate-x-4 {
    --transform-translate-x: -1rem !important
  }

  .sm\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important
  }

  .sm\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important
  }

  .sm\:-translate-x-7 {
    --transform-translate-x: -1.8rem !important
  }

  .sm\:-translate-x-8 {
    --transform-translate-x: -2rem !important
  }

  .sm\:-translate-x-9 {
    --transform-translate-x: -2.4rem !important
  }

  .sm\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important
  }

  .sm\:-translate-x-11 {
    --transform-translate-x: -2.6rem !important
  }

  .sm\:-translate-x-12 {
    --transform-translate-x: -3rem !important
  }

  .sm\:-translate-x-14 {
    --transform-translate-x: -3.6rem !important
  }

  .sm\:-translate-x-15 {
    --transform-translate-x: -3.8rem !important
  }

  .sm\:-translate-x-16 {
    --transform-translate-x: -4rem !important
  }

  .sm\:-translate-x-18 {
    --transform-translate-x: -4.5rem !important
  }

  .sm\:-translate-x-20 {
    --transform-translate-x: -5rem !important
  }

  .sm\:-translate-x-21 {
    --transform-translate-x: -5.3rem !important
  }

  .sm\:-translate-x-22 {
    --transform-translate-x: -5.7rem !important
  }

  .sm\:-translate-x-24 {
    --transform-translate-x: -6rem !important
  }

  .sm\:-translate-x-28 {
    --transform-translate-x: -7rem !important
  }

  .sm\:-translate-x-30 {
    --transform-translate-x: -7.6rem !important
  }

  .sm\:-translate-x-32 {
    --transform-translate-x: -8rem !important
  }

  .sm\:-translate-x-36 {
    --transform-translate-x: -9.1rem !important
  }

  .sm\:-translate-x-40 {
    --transform-translate-x: -10rem !important
  }

  .sm\:-translate-x-46 {
    --transform-translate-x: -11.7rem !important
  }

  .sm\:-translate-x-48 {
    --transform-translate-x: -12rem !important
  }

  .sm\:-translate-x-56 {
    --transform-translate-x: -14rem !important
  }

  .sm\:-translate-x-58 {
    --transform-translate-x: -14.7rem !important
  }

  .sm\:-translate-x-62 {
    --transform-translate-x: -15.7rem !important
  }

  .sm\:-translate-x-64 {
    --transform-translate-x: -16rem !important
  }

  .sm\:-translate-x-69 {
    --transform-translate-x: -17.1rem !important
  }

  .sm\:-translate-x-71 {
    --transform-translate-x: -17.9rem !important
  }

  .sm\:-translate-x-72 {
    --transform-translate-x: -18.1rem !important
  }

  .sm\:-translate-x-80 {
    --transform-translate-x: -20rem !important
  }

  .sm\:-translate-x-100 {
    --transform-translate-x: -25rem !important
  }

  .sm\:-translate-x-112 {
    --transform-translate-x: -28rem !important
  }

  .sm\:-translate-x-128 {
    --transform-translate-x: -32rem !important
  }

  .sm\:-translate-x-143 {
    --transform-translate-x: -35.9rem !important
  }

  .sm\:-translate-x-149 {
    --transform-translate-x: -37.4rem !important
  }

  .sm\:-translate-x-240 {
    --transform-translate-x: -60rem !important
  }

  .sm\:-translate-x-280 {
    --transform-translate-x: -70rem !important
  }

  .sm\:-translate-x-291 {
    --transform-translate-x: -72.9rem !important
  }

  .sm\:-translate-x-316 {
    --transform-translate-x: -79rem !important
  }

  .sm\:-translate-x-px {
    --transform-translate-x: -1px !important
  }

  .sm\:-translate-x-full {
    --transform-translate-x: -100% !important
  }

  .sm\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important
  }

  .sm\:translate-x-1\/2 {
    --transform-translate-x: 50% !important
  }

  .sm\:translate-x-full {
    --transform-translate-x: 100% !important
  }

  .sm\:translate-y-0 {
    --transform-translate-y: 0 !important
  }

  .sm\:translate-y-1 {
    --transform-translate-y: 0.25rem !important
  }

  .sm\:translate-y-2 {
    --transform-translate-y: 0.5rem !important
  }

  .sm\:translate-y-3 {
    --transform-translate-y: 0.75rem !important
  }

  .sm\:translate-y-4 {
    --transform-translate-y: 1rem !important
  }

  .sm\:translate-y-5 {
    --transform-translate-y: 1.25rem !important
  }

  .sm\:translate-y-6 {
    --transform-translate-y: 1.5rem !important
  }

  .sm\:translate-y-7 {
    --transform-translate-y: 1.8rem !important
  }

  .sm\:translate-y-8 {
    --transform-translate-y: 2rem !important
  }

  .sm\:translate-y-9 {
    --transform-translate-y: 2.4rem !important
  }

  .sm\:translate-y-10 {
    --transform-translate-y: 2.5rem !important
  }

  .sm\:translate-y-11 {
    --transform-translate-y: 2.6rem !important
  }

  .sm\:translate-y-12 {
    --transform-translate-y: 3rem !important
  }

  .sm\:translate-y-14 {
    --transform-translate-y: 3.6rem !important
  }

  .sm\:translate-y-15 {
    --transform-translate-y: 3.8rem !important
  }

  .sm\:translate-y-16 {
    --transform-translate-y: 4rem !important
  }

  .sm\:translate-y-18 {
    --transform-translate-y: 4.5rem !important
  }

  .sm\:translate-y-20 {
    --transform-translate-y: 5rem !important
  }

  .sm\:translate-y-21 {
    --transform-translate-y: 5.3rem !important
  }

  .sm\:translate-y-22 {
    --transform-translate-y: 5.7rem !important
  }

  .sm\:translate-y-24 {
    --transform-translate-y: 6rem !important
  }

  .sm\:translate-y-28 {
    --transform-translate-y: 7rem !important
  }

  .sm\:translate-y-30 {
    --transform-translate-y: 7.6rem !important
  }

  .sm\:translate-y-32 {
    --transform-translate-y: 8rem !important
  }

  .sm\:translate-y-36 {
    --transform-translate-y: 9.1rem !important
  }

  .sm\:translate-y-40 {
    --transform-translate-y: 10rem !important
  }

  .sm\:translate-y-46 {
    --transform-translate-y: 11.7rem !important
  }

  .sm\:translate-y-48 {
    --transform-translate-y: 12rem !important
  }

  .sm\:translate-y-56 {
    --transform-translate-y: 14rem !important
  }

  .sm\:translate-y-58 {
    --transform-translate-y: 14.7rem !important
  }

  .sm\:translate-y-62 {
    --transform-translate-y: 15.7rem !important
  }

  .sm\:translate-y-64 {
    --transform-translate-y: 16rem !important
  }

  .sm\:translate-y-69 {
    --transform-translate-y: 17.1rem !important
  }

  .sm\:translate-y-71 {
    --transform-translate-y: 17.9rem !important
  }

  .sm\:translate-y-72 {
    --transform-translate-y: 18.1rem !important
  }

  .sm\:translate-y-80 {
    --transform-translate-y: 20rem !important
  }

  .sm\:translate-y-100 {
    --transform-translate-y: 25rem !important
  }

  .sm\:translate-y-112 {
    --transform-translate-y: 28rem !important
  }

  .sm\:translate-y-128 {
    --transform-translate-y: 32rem !important
  }

  .sm\:translate-y-143 {
    --transform-translate-y: 35.9rem !important
  }

  .sm\:translate-y-149 {
    --transform-translate-y: 37.4rem !important
  }

  .sm\:translate-y-240 {
    --transform-translate-y: 60rem !important
  }

  .sm\:translate-y-280 {
    --transform-translate-y: 70rem !important
  }

  .sm\:translate-y-291 {
    --transform-translate-y: 72.9rem !important
  }

  .sm\:translate-y-316 {
    --transform-translate-y: 79rem !important
  }

  .sm\:translate-y-px {
    --transform-translate-y: 1px !important
  }

  .sm\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important
  }

  .sm\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important
  }

  .sm\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important
  }

  .sm\:-translate-y-4 {
    --transform-translate-y: -1rem !important
  }

  .sm\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important
  }

  .sm\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important
  }

  .sm\:-translate-y-7 {
    --transform-translate-y: -1.8rem !important
  }

  .sm\:-translate-y-8 {
    --transform-translate-y: -2rem !important
  }

  .sm\:-translate-y-9 {
    --transform-translate-y: -2.4rem !important
  }

  .sm\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important
  }

  .sm\:-translate-y-11 {
    --transform-translate-y: -2.6rem !important
  }

  .sm\:-translate-y-12 {
    --transform-translate-y: -3rem !important
  }

  .sm\:-translate-y-14 {
    --transform-translate-y: -3.6rem !important
  }

  .sm\:-translate-y-15 {
    --transform-translate-y: -3.8rem !important
  }

  .sm\:-translate-y-16 {
    --transform-translate-y: -4rem !important
  }

  .sm\:-translate-y-18 {
    --transform-translate-y: -4.5rem !important
  }

  .sm\:-translate-y-20 {
    --transform-translate-y: -5rem !important
  }

  .sm\:-translate-y-21 {
    --transform-translate-y: -5.3rem !important
  }

  .sm\:-translate-y-22 {
    --transform-translate-y: -5.7rem !important
  }

  .sm\:-translate-y-24 {
    --transform-translate-y: -6rem !important
  }

  .sm\:-translate-y-28 {
    --transform-translate-y: -7rem !important
  }

  .sm\:-translate-y-30 {
    --transform-translate-y: -7.6rem !important
  }

  .sm\:-translate-y-32 {
    --transform-translate-y: -8rem !important
  }

  .sm\:-translate-y-36 {
    --transform-translate-y: -9.1rem !important
  }

  .sm\:-translate-y-40 {
    --transform-translate-y: -10rem !important
  }

  .sm\:-translate-y-46 {
    --transform-translate-y: -11.7rem !important
  }

  .sm\:-translate-y-48 {
    --transform-translate-y: -12rem !important
  }

  .sm\:-translate-y-56 {
    --transform-translate-y: -14rem !important
  }

  .sm\:-translate-y-58 {
    --transform-translate-y: -14.7rem !important
  }

  .sm\:-translate-y-62 {
    --transform-translate-y: -15.7rem !important
  }

  .sm\:-translate-y-64 {
    --transform-translate-y: -16rem !important
  }

  .sm\:-translate-y-69 {
    --transform-translate-y: -17.1rem !important
  }

  .sm\:-translate-y-71 {
    --transform-translate-y: -17.9rem !important
  }

  .sm\:-translate-y-72 {
    --transform-translate-y: -18.1rem !important
  }

  .sm\:-translate-y-80 {
    --transform-translate-y: -20rem !important
  }

  .sm\:-translate-y-100 {
    --transform-translate-y: -25rem !important
  }

  .sm\:-translate-y-112 {
    --transform-translate-y: -28rem !important
  }

  .sm\:-translate-y-128 {
    --transform-translate-y: -32rem !important
  }

  .sm\:-translate-y-143 {
    --transform-translate-y: -35.9rem !important
  }

  .sm\:-translate-y-149 {
    --transform-translate-y: -37.4rem !important
  }

  .sm\:-translate-y-240 {
    --transform-translate-y: -60rem !important
  }

  .sm\:-translate-y-280 {
    --transform-translate-y: -70rem !important
  }

  .sm\:-translate-y-291 {
    --transform-translate-y: -72.9rem !important
  }

  .sm\:-translate-y-316 {
    --transform-translate-y: -79rem !important
  }

  .sm\:-translate-y-px {
    --transform-translate-y: -1px !important
  }

  .sm\:-translate-y-full {
    --transform-translate-y: -100% !important
  }

  .sm\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important
  }

  .sm\:translate-y-1\/2 {
    --transform-translate-y: 50% !important
  }

  .sm\:translate-y-full {
    --transform-translate-y: 100% !important
  }

  .sm\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important
  }

  .sm\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important
  }

  .sm\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important
  }

  .sm\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important
  }

  .sm\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important
  }

  .sm\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important
  }

  .sm\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important
  }

  .sm\:hover\:translate-x-7:hover {
    --transform-translate-x: 1.8rem !important
  }

  .sm\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important
  }

  .sm\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.4rem !important
  }

  .sm\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important
  }

  .sm\:hover\:translate-x-11:hover {
    --transform-translate-x: 2.6rem !important
  }

  .sm\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important
  }

  .sm\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.6rem !important
  }

  .sm\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.8rem !important
  }

  .sm\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important
  }

  .sm\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem !important
  }

  .sm\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important
  }

  .sm\:hover\:translate-x-21:hover {
    --transform-translate-x: 5.3rem !important
  }

  .sm\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.7rem !important
  }

  .sm\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important
  }

  .sm\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem !important
  }

  .sm\:hover\:translate-x-30:hover {
    --transform-translate-x: 7.6rem !important
  }

  .sm\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important
  }

  .sm\:hover\:translate-x-36:hover {
    --transform-translate-x: 9.1rem !important
  }

  .sm\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important
  }

  .sm\:hover\:translate-x-46:hover {
    --transform-translate-x: 11.7rem !important
  }

  .sm\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important
  }

  .sm\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important
  }

  .sm\:hover\:translate-x-58:hover {
    --transform-translate-x: 14.7rem !important
  }

  .sm\:hover\:translate-x-62:hover {
    --transform-translate-x: 15.7rem !important
  }

  .sm\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important
  }

  .sm\:hover\:translate-x-69:hover {
    --transform-translate-x: 17.1rem !important
  }

  .sm\:hover\:translate-x-71:hover {
    --transform-translate-x: 17.9rem !important
  }

  .sm\:hover\:translate-x-72:hover {
    --transform-translate-x: 18.1rem !important
  }

  .sm\:hover\:translate-x-80:hover {
    --transform-translate-x: 20rem !important
  }

  .sm\:hover\:translate-x-100:hover {
    --transform-translate-x: 25rem !important
  }

  .sm\:hover\:translate-x-112:hover {
    --transform-translate-x: 28rem !important
  }

  .sm\:hover\:translate-x-128:hover {
    --transform-translate-x: 32rem !important
  }

  .sm\:hover\:translate-x-143:hover {
    --transform-translate-x: 35.9rem !important
  }

  .sm\:hover\:translate-x-149:hover {
    --transform-translate-x: 37.4rem !important
  }

  .sm\:hover\:translate-x-240:hover {
    --transform-translate-x: 60rem !important
  }

  .sm\:hover\:translate-x-280:hover {
    --transform-translate-x: 70rem !important
  }

  .sm\:hover\:translate-x-291:hover {
    --transform-translate-x: 72.9rem !important
  }

  .sm\:hover\:translate-x-316:hover {
    --transform-translate-x: 79rem !important
  }

  .sm\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important
  }

  .sm\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important
  }

  .sm\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important
  }

  .sm\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important
  }

  .sm\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important
  }

  .sm\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important
  }

  .sm\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important
  }

  .sm\:hover\:-translate-x-7:hover {
    --transform-translate-x: -1.8rem !important
  }

  .sm\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important
  }

  .sm\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.4rem !important
  }

  .sm\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important
  }

  .sm\:hover\:-translate-x-11:hover {
    --transform-translate-x: -2.6rem !important
  }

  .sm\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important
  }

  .sm\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.6rem !important
  }

  .sm\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.8rem !important
  }

  .sm\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important
  }

  .sm\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem !important
  }

  .sm\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important
  }

  .sm\:hover\:-translate-x-21:hover {
    --transform-translate-x: -5.3rem !important
  }

  .sm\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.7rem !important
  }

  .sm\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important
  }

  .sm\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem !important
  }

  .sm\:hover\:-translate-x-30:hover {
    --transform-translate-x: -7.6rem !important
  }

  .sm\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important
  }

  .sm\:hover\:-translate-x-36:hover {
    --transform-translate-x: -9.1rem !important
  }

  .sm\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important
  }

  .sm\:hover\:-translate-x-46:hover {
    --transform-translate-x: -11.7rem !important
  }

  .sm\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important
  }

  .sm\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important
  }

  .sm\:hover\:-translate-x-58:hover {
    --transform-translate-x: -14.7rem !important
  }

  .sm\:hover\:-translate-x-62:hover {
    --transform-translate-x: -15.7rem !important
  }

  .sm\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important
  }

  .sm\:hover\:-translate-x-69:hover {
    --transform-translate-x: -17.1rem !important
  }

  .sm\:hover\:-translate-x-71:hover {
    --transform-translate-x: -17.9rem !important
  }

  .sm\:hover\:-translate-x-72:hover {
    --transform-translate-x: -18.1rem !important
  }

  .sm\:hover\:-translate-x-80:hover {
    --transform-translate-x: -20rem !important
  }

  .sm\:hover\:-translate-x-100:hover {
    --transform-translate-x: -25rem !important
  }

  .sm\:hover\:-translate-x-112:hover {
    --transform-translate-x: -28rem !important
  }

  .sm\:hover\:-translate-x-128:hover {
    --transform-translate-x: -32rem !important
  }

  .sm\:hover\:-translate-x-143:hover {
    --transform-translate-x: -35.9rem !important
  }

  .sm\:hover\:-translate-x-149:hover {
    --transform-translate-x: -37.4rem !important
  }

  .sm\:hover\:-translate-x-240:hover {
    --transform-translate-x: -60rem !important
  }

  .sm\:hover\:-translate-x-280:hover {
    --transform-translate-x: -70rem !important
  }

  .sm\:hover\:-translate-x-291:hover {
    --transform-translate-x: -72.9rem !important
  }

  .sm\:hover\:-translate-x-316:hover {
    --transform-translate-x: -79rem !important
  }

  .sm\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important
  }

  .sm\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important
  }

  .sm\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important
  }

  .sm\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important
  }

  .sm\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important
  }

  .sm\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important
  }

  .sm\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important
  }

  .sm\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important
  }

  .sm\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important
  }

  .sm\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important
  }

  .sm\:hover\:translate-y-7:hover {
    --transform-translate-y: 1.8rem !important
  }

  .sm\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important
  }

  .sm\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.4rem !important
  }

  .sm\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important
  }

  .sm\:hover\:translate-y-11:hover {
    --transform-translate-y: 2.6rem !important
  }

  .sm\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important
  }

  .sm\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.6rem !important
  }

  .sm\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.8rem !important
  }

  .sm\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important
  }

  .sm\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem !important
  }

  .sm\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important
  }

  .sm\:hover\:translate-y-21:hover {
    --transform-translate-y: 5.3rem !important
  }

  .sm\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.7rem !important
  }

  .sm\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important
  }

  .sm\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem !important
  }

  .sm\:hover\:translate-y-30:hover {
    --transform-translate-y: 7.6rem !important
  }

  .sm\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important
  }

  .sm\:hover\:translate-y-36:hover {
    --transform-translate-y: 9.1rem !important
  }

  .sm\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important
  }

  .sm\:hover\:translate-y-46:hover {
    --transform-translate-y: 11.7rem !important
  }

  .sm\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important
  }

  .sm\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important
  }

  .sm\:hover\:translate-y-58:hover {
    --transform-translate-y: 14.7rem !important
  }

  .sm\:hover\:translate-y-62:hover {
    --transform-translate-y: 15.7rem !important
  }

  .sm\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important
  }

  .sm\:hover\:translate-y-69:hover {
    --transform-translate-y: 17.1rem !important
  }

  .sm\:hover\:translate-y-71:hover {
    --transform-translate-y: 17.9rem !important
  }

  .sm\:hover\:translate-y-72:hover {
    --transform-translate-y: 18.1rem !important
  }

  .sm\:hover\:translate-y-80:hover {
    --transform-translate-y: 20rem !important
  }

  .sm\:hover\:translate-y-100:hover {
    --transform-translate-y: 25rem !important
  }

  .sm\:hover\:translate-y-112:hover {
    --transform-translate-y: 28rem !important
  }

  .sm\:hover\:translate-y-128:hover {
    --transform-translate-y: 32rem !important
  }

  .sm\:hover\:translate-y-143:hover {
    --transform-translate-y: 35.9rem !important
  }

  .sm\:hover\:translate-y-149:hover {
    --transform-translate-y: 37.4rem !important
  }

  .sm\:hover\:translate-y-240:hover {
    --transform-translate-y: 60rem !important
  }

  .sm\:hover\:translate-y-280:hover {
    --transform-translate-y: 70rem !important
  }

  .sm\:hover\:translate-y-291:hover {
    --transform-translate-y: 72.9rem !important
  }

  .sm\:hover\:translate-y-316:hover {
    --transform-translate-y: 79rem !important
  }

  .sm\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important
  }

  .sm\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important
  }

  .sm\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important
  }

  .sm\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important
  }

  .sm\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important
  }

  .sm\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important
  }

  .sm\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important
  }

  .sm\:hover\:-translate-y-7:hover {
    --transform-translate-y: -1.8rem !important
  }

  .sm\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important
  }

  .sm\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.4rem !important
  }

  .sm\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important
  }

  .sm\:hover\:-translate-y-11:hover {
    --transform-translate-y: -2.6rem !important
  }

  .sm\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important
  }

  .sm\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.6rem !important
  }

  .sm\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.8rem !important
  }

  .sm\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important
  }

  .sm\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem !important
  }

  .sm\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important
  }

  .sm\:hover\:-translate-y-21:hover {
    --transform-translate-y: -5.3rem !important
  }

  .sm\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.7rem !important
  }

  .sm\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important
  }

  .sm\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem !important
  }

  .sm\:hover\:-translate-y-30:hover {
    --transform-translate-y: -7.6rem !important
  }

  .sm\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important
  }

  .sm\:hover\:-translate-y-36:hover {
    --transform-translate-y: -9.1rem !important
  }

  .sm\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important
  }

  .sm\:hover\:-translate-y-46:hover {
    --transform-translate-y: -11.7rem !important
  }

  .sm\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important
  }

  .sm\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important
  }

  .sm\:hover\:-translate-y-58:hover {
    --transform-translate-y: -14.7rem !important
  }

  .sm\:hover\:-translate-y-62:hover {
    --transform-translate-y: -15.7rem !important
  }

  .sm\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important
  }

  .sm\:hover\:-translate-y-69:hover {
    --transform-translate-y: -17.1rem !important
  }

  .sm\:hover\:-translate-y-71:hover {
    --transform-translate-y: -17.9rem !important
  }

  .sm\:hover\:-translate-y-72:hover {
    --transform-translate-y: -18.1rem !important
  }

  .sm\:hover\:-translate-y-80:hover {
    --transform-translate-y: -20rem !important
  }

  .sm\:hover\:-translate-y-100:hover {
    --transform-translate-y: -25rem !important
  }

  .sm\:hover\:-translate-y-112:hover {
    --transform-translate-y: -28rem !important
  }

  .sm\:hover\:-translate-y-128:hover {
    --transform-translate-y: -32rem !important
  }

  .sm\:hover\:-translate-y-143:hover {
    --transform-translate-y: -35.9rem !important
  }

  .sm\:hover\:-translate-y-149:hover {
    --transform-translate-y: -37.4rem !important
  }

  .sm\:hover\:-translate-y-240:hover {
    --transform-translate-y: -60rem !important
  }

  .sm\:hover\:-translate-y-280:hover {
    --transform-translate-y: -70rem !important
  }

  .sm\:hover\:-translate-y-291:hover {
    --transform-translate-y: -72.9rem !important
  }

  .sm\:hover\:-translate-y-316:hover {
    --transform-translate-y: -79rem !important
  }

  .sm\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important
  }

  .sm\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important
  }

  .sm\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important
  }

  .sm\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important
  }

  .sm\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important
  }

  .sm\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important
  }

  .sm\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important
  }

  .sm\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important
  }

  .sm\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important
  }

  .sm\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important
  }

  .sm\:focus\:translate-x-7:focus {
    --transform-translate-x: 1.8rem !important
  }

  .sm\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important
  }

  .sm\:focus\:translate-x-9:focus {
    --transform-translate-x: 2.4rem !important
  }

  .sm\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important
  }

  .sm\:focus\:translate-x-11:focus {
    --transform-translate-x: 2.6rem !important
  }

  .sm\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important
  }

  .sm\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.6rem !important
  }

  .sm\:focus\:translate-x-15:focus {
    --transform-translate-x: 3.8rem !important
  }

  .sm\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important
  }

  .sm\:focus\:translate-x-18:focus {
    --transform-translate-x: 4.5rem !important
  }

  .sm\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important
  }

  .sm\:focus\:translate-x-21:focus {
    --transform-translate-x: 5.3rem !important
  }

  .sm\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.7rem !important
  }

  .sm\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important
  }

  .sm\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem !important
  }

  .sm\:focus\:translate-x-30:focus {
    --transform-translate-x: 7.6rem !important
  }

  .sm\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important
  }

  .sm\:focus\:translate-x-36:focus {
    --transform-translate-x: 9.1rem !important
  }

  .sm\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important
  }

  .sm\:focus\:translate-x-46:focus {
    --transform-translate-x: 11.7rem !important
  }

  .sm\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important
  }

  .sm\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important
  }

  .sm\:focus\:translate-x-58:focus {
    --transform-translate-x: 14.7rem !important
  }

  .sm\:focus\:translate-x-62:focus {
    --transform-translate-x: 15.7rem !important
  }

  .sm\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important
  }

  .sm\:focus\:translate-x-69:focus {
    --transform-translate-x: 17.1rem !important
  }

  .sm\:focus\:translate-x-71:focus {
    --transform-translate-x: 17.9rem !important
  }

  .sm\:focus\:translate-x-72:focus {
    --transform-translate-x: 18.1rem !important
  }

  .sm\:focus\:translate-x-80:focus {
    --transform-translate-x: 20rem !important
  }

  .sm\:focus\:translate-x-100:focus {
    --transform-translate-x: 25rem !important
  }

  .sm\:focus\:translate-x-112:focus {
    --transform-translate-x: 28rem !important
  }

  .sm\:focus\:translate-x-128:focus {
    --transform-translate-x: 32rem !important
  }

  .sm\:focus\:translate-x-143:focus {
    --transform-translate-x: 35.9rem !important
  }

  .sm\:focus\:translate-x-149:focus {
    --transform-translate-x: 37.4rem !important
  }

  .sm\:focus\:translate-x-240:focus {
    --transform-translate-x: 60rem !important
  }

  .sm\:focus\:translate-x-280:focus {
    --transform-translate-x: 70rem !important
  }

  .sm\:focus\:translate-x-291:focus {
    --transform-translate-x: 72.9rem !important
  }

  .sm\:focus\:translate-x-316:focus {
    --transform-translate-x: 79rem !important
  }

  .sm\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important
  }

  .sm\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important
  }

  .sm\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important
  }

  .sm\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important
  }

  .sm\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important
  }

  .sm\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important
  }

  .sm\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important
  }

  .sm\:focus\:-translate-x-7:focus {
    --transform-translate-x: -1.8rem !important
  }

  .sm\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important
  }

  .sm\:focus\:-translate-x-9:focus {
    --transform-translate-x: -2.4rem !important
  }

  .sm\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important
  }

  .sm\:focus\:-translate-x-11:focus {
    --transform-translate-x: -2.6rem !important
  }

  .sm\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important
  }

  .sm\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.6rem !important
  }

  .sm\:focus\:-translate-x-15:focus {
    --transform-translate-x: -3.8rem !important
  }

  .sm\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important
  }

  .sm\:focus\:-translate-x-18:focus {
    --transform-translate-x: -4.5rem !important
  }

  .sm\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important
  }

  .sm\:focus\:-translate-x-21:focus {
    --transform-translate-x: -5.3rem !important
  }

  .sm\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.7rem !important
  }

  .sm\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important
  }

  .sm\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem !important
  }

  .sm\:focus\:-translate-x-30:focus {
    --transform-translate-x: -7.6rem !important
  }

  .sm\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important
  }

  .sm\:focus\:-translate-x-36:focus {
    --transform-translate-x: -9.1rem !important
  }

  .sm\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important
  }

  .sm\:focus\:-translate-x-46:focus {
    --transform-translate-x: -11.7rem !important
  }

  .sm\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important
  }

  .sm\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important
  }

  .sm\:focus\:-translate-x-58:focus {
    --transform-translate-x: -14.7rem !important
  }

  .sm\:focus\:-translate-x-62:focus {
    --transform-translate-x: -15.7rem !important
  }

  .sm\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important
  }

  .sm\:focus\:-translate-x-69:focus {
    --transform-translate-x: -17.1rem !important
  }

  .sm\:focus\:-translate-x-71:focus {
    --transform-translate-x: -17.9rem !important
  }

  .sm\:focus\:-translate-x-72:focus {
    --transform-translate-x: -18.1rem !important
  }

  .sm\:focus\:-translate-x-80:focus {
    --transform-translate-x: -20rem !important
  }

  .sm\:focus\:-translate-x-100:focus {
    --transform-translate-x: -25rem !important
  }

  .sm\:focus\:-translate-x-112:focus {
    --transform-translate-x: -28rem !important
  }

  .sm\:focus\:-translate-x-128:focus {
    --transform-translate-x: -32rem !important
  }

  .sm\:focus\:-translate-x-143:focus {
    --transform-translate-x: -35.9rem !important
  }

  .sm\:focus\:-translate-x-149:focus {
    --transform-translate-x: -37.4rem !important
  }

  .sm\:focus\:-translate-x-240:focus {
    --transform-translate-x: -60rem !important
  }

  .sm\:focus\:-translate-x-280:focus {
    --transform-translate-x: -70rem !important
  }

  .sm\:focus\:-translate-x-291:focus {
    --transform-translate-x: -72.9rem !important
  }

  .sm\:focus\:-translate-x-316:focus {
    --transform-translate-x: -79rem !important
  }

  .sm\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important
  }

  .sm\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important
  }

  .sm\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important
  }

  .sm\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important
  }

  .sm\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important
  }

  .sm\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important
  }

  .sm\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important
  }

  .sm\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important
  }

  .sm\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important
  }

  .sm\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important
  }

  .sm\:focus\:translate-y-7:focus {
    --transform-translate-y: 1.8rem !important
  }

  .sm\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important
  }

  .sm\:focus\:translate-y-9:focus {
    --transform-translate-y: 2.4rem !important
  }

  .sm\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important
  }

  .sm\:focus\:translate-y-11:focus {
    --transform-translate-y: 2.6rem !important
  }

  .sm\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important
  }

  .sm\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.6rem !important
  }

  .sm\:focus\:translate-y-15:focus {
    --transform-translate-y: 3.8rem !important
  }

  .sm\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important
  }

  .sm\:focus\:translate-y-18:focus {
    --transform-translate-y: 4.5rem !important
  }

  .sm\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important
  }

  .sm\:focus\:translate-y-21:focus {
    --transform-translate-y: 5.3rem !important
  }

  .sm\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.7rem !important
  }

  .sm\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important
  }

  .sm\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem !important
  }

  .sm\:focus\:translate-y-30:focus {
    --transform-translate-y: 7.6rem !important
  }

  .sm\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important
  }

  .sm\:focus\:translate-y-36:focus {
    --transform-translate-y: 9.1rem !important
  }

  .sm\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important
  }

  .sm\:focus\:translate-y-46:focus {
    --transform-translate-y: 11.7rem !important
  }

  .sm\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important
  }

  .sm\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important
  }

  .sm\:focus\:translate-y-58:focus {
    --transform-translate-y: 14.7rem !important
  }

  .sm\:focus\:translate-y-62:focus {
    --transform-translate-y: 15.7rem !important
  }

  .sm\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important
  }

  .sm\:focus\:translate-y-69:focus {
    --transform-translate-y: 17.1rem !important
  }

  .sm\:focus\:translate-y-71:focus {
    --transform-translate-y: 17.9rem !important
  }

  .sm\:focus\:translate-y-72:focus {
    --transform-translate-y: 18.1rem !important
  }

  .sm\:focus\:translate-y-80:focus {
    --transform-translate-y: 20rem !important
  }

  .sm\:focus\:translate-y-100:focus {
    --transform-translate-y: 25rem !important
  }

  .sm\:focus\:translate-y-112:focus {
    --transform-translate-y: 28rem !important
  }

  .sm\:focus\:translate-y-128:focus {
    --transform-translate-y: 32rem !important
  }

  .sm\:focus\:translate-y-143:focus {
    --transform-translate-y: 35.9rem !important
  }

  .sm\:focus\:translate-y-149:focus {
    --transform-translate-y: 37.4rem !important
  }

  .sm\:focus\:translate-y-240:focus {
    --transform-translate-y: 60rem !important
  }

  .sm\:focus\:translate-y-280:focus {
    --transform-translate-y: 70rem !important
  }

  .sm\:focus\:translate-y-291:focus {
    --transform-translate-y: 72.9rem !important
  }

  .sm\:focus\:translate-y-316:focus {
    --transform-translate-y: 79rem !important
  }

  .sm\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important
  }

  .sm\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important
  }

  .sm\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important
  }

  .sm\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important
  }

  .sm\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important
  }

  .sm\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important
  }

  .sm\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important
  }

  .sm\:focus\:-translate-y-7:focus {
    --transform-translate-y: -1.8rem !important
  }

  .sm\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important
  }

  .sm\:focus\:-translate-y-9:focus {
    --transform-translate-y: -2.4rem !important
  }

  .sm\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important
  }

  .sm\:focus\:-translate-y-11:focus {
    --transform-translate-y: -2.6rem !important
  }

  .sm\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important
  }

  .sm\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.6rem !important
  }

  .sm\:focus\:-translate-y-15:focus {
    --transform-translate-y: -3.8rem !important
  }

  .sm\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important
  }

  .sm\:focus\:-translate-y-18:focus {
    --transform-translate-y: -4.5rem !important
  }

  .sm\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important
  }

  .sm\:focus\:-translate-y-21:focus {
    --transform-translate-y: -5.3rem !important
  }

  .sm\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.7rem !important
  }

  .sm\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important
  }

  .sm\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem !important
  }

  .sm\:focus\:-translate-y-30:focus {
    --transform-translate-y: -7.6rem !important
  }

  .sm\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important
  }

  .sm\:focus\:-translate-y-36:focus {
    --transform-translate-y: -9.1rem !important
  }

  .sm\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important
  }

  .sm\:focus\:-translate-y-46:focus {
    --transform-translate-y: -11.7rem !important
  }

  .sm\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important
  }

  .sm\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important
  }

  .sm\:focus\:-translate-y-58:focus {
    --transform-translate-y: -14.7rem !important
  }

  .sm\:focus\:-translate-y-62:focus {
    --transform-translate-y: -15.7rem !important
  }

  .sm\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important
  }

  .sm\:focus\:-translate-y-69:focus {
    --transform-translate-y: -17.1rem !important
  }

  .sm\:focus\:-translate-y-71:focus {
    --transform-translate-y: -17.9rem !important
  }

  .sm\:focus\:-translate-y-72:focus {
    --transform-translate-y: -18.1rem !important
  }

  .sm\:focus\:-translate-y-80:focus {
    --transform-translate-y: -20rem !important
  }

  .sm\:focus\:-translate-y-100:focus {
    --transform-translate-y: -25rem !important
  }

  .sm\:focus\:-translate-y-112:focus {
    --transform-translate-y: -28rem !important
  }

  .sm\:focus\:-translate-y-128:focus {
    --transform-translate-y: -32rem !important
  }

  .sm\:focus\:-translate-y-143:focus {
    --transform-translate-y: -35.9rem !important
  }

  .sm\:focus\:-translate-y-149:focus {
    --transform-translate-y: -37.4rem !important
  }

  .sm\:focus\:-translate-y-240:focus {
    --transform-translate-y: -60rem !important
  }

  .sm\:focus\:-translate-y-280:focus {
    --transform-translate-y: -70rem !important
  }

  .sm\:focus\:-translate-y-291:focus {
    --transform-translate-y: -72.9rem !important
  }

  .sm\:focus\:-translate-y-316:focus {
    --transform-translate-y: -79rem !important
  }

  .sm\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important
  }

  .sm\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important
  }

  .sm\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important
  }

  .sm\:skew-x-0 {
    --transform-skew-x: 0 !important
  }

  .sm\:skew-x-3 {
    --transform-skew-x: 3deg !important
  }

  .sm\:skew-x-6 {
    --transform-skew-x: 6deg !important
  }

  .sm\:skew-x-12 {
    --transform-skew-x: 12deg !important
  }

  .sm\:-skew-x-12 {
    --transform-skew-x: -12deg !important
  }

  .sm\:-skew-x-6 {
    --transform-skew-x: -6deg !important
  }

  .sm\:-skew-x-3 {
    --transform-skew-x: -3deg !important
  }

  .sm\:skew-y-0 {
    --transform-skew-y: 0 !important
  }

  .sm\:skew-y-3 {
    --transform-skew-y: 3deg !important
  }

  .sm\:skew-y-6 {
    --transform-skew-y: 6deg !important
  }

  .sm\:skew-y-12 {
    --transform-skew-y: 12deg !important
  }

  .sm\:-skew-y-12 {
    --transform-skew-y: -12deg !important
  }

  .sm\:-skew-y-6 {
    --transform-skew-y: -6deg !important
  }

  .sm\:-skew-y-3 {
    --transform-skew-y: -3deg !important
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em !important
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em !important
  }

  .sm\:tracking-normal {
    letter-spacing: 0 !important
  }

  .sm\:tracking-wide {
    letter-spacing: 0.025em !important
  }

  .sm\:tracking-wider {
    letter-spacing: 0.05em !important
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em !important
  }

  .sm\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em !important
  }

  .sm\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em !important
  }

  .sm\:hover\:tracking-normal:hover {
    letter-spacing: 0 !important
  }

  .sm\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em !important
  }

  .sm\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em !important
  }

  .sm\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em !important
  }

  .sm\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em !important
  }

  .sm\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em !important
  }

  .sm\:focus\:tracking-normal:focus {
    letter-spacing: 0 !important
  }

  .sm\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em !important
  }

  .sm\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em !important
  }

  .sm\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em !important
  }

  .sm\:col-0 {
    grid-column: 0 !important
  }

  .sm\:col-1 {
    grid-column: 0.25rem !important
  }

  .sm\:col-2 {
    grid-column: 0.5rem !important
  }

  .sm\:col-3 {
    grid-column: 0.75rem !important
  }

  .sm\:col-4 {
    -ms-grid-column: 1 !important;
    grid-column: 1rem !important
  }

  .sm\:col-5 {
    -ms-grid-column: 1 !important;
    grid-column: 1.25rem !important
  }

  .sm\:col-6 {
    -ms-grid-column: 1 !important;
    grid-column: 1.5rem !important
  }

  .sm\:col-7 {
    -ms-grid-column: 1 !important;
    grid-column: 1.8rem !important
  }

  .sm\:col-8 {
    -ms-grid-column: 2 !important;
    grid-column: 2rem !important
  }

  .sm\:col-9 {
    -ms-grid-column: 2 !important;
    grid-column: 2.4rem !important
  }

  .sm\:col-10 {
    -ms-grid-column: 2 !important;
    grid-column: 2.5rem !important
  }

  .sm\:col-11 {
    -ms-grid-column: 2 !important;
    grid-column: 2.6rem !important
  }

  .sm\:col-12 {
    -ms-grid-column: 3 !important;
    grid-column: 3rem !important
  }

  .sm\:col-14 {
    -ms-grid-column: 3 !important;
    grid-column: 3.6rem !important
  }

  .sm\:col-15 {
    -ms-grid-column: 3 !important;
    grid-column: 3.8rem !important
  }

  .sm\:col-16 {
    -ms-grid-column: 4 !important;
    grid-column: 4rem !important
  }

  .sm\:col-18 {
    -ms-grid-column: 4 !important;
    grid-column: 4.5rem !important
  }

  .sm\:col-20 {
    -ms-grid-column: 5 !important;
    grid-column: 5rem !important
  }

  .sm\:col-21 {
    -ms-grid-column: 5 !important;
    grid-column: 5.3rem !important
  }

  .sm\:col-22 {
    -ms-grid-column: 5 !important;
    grid-column: 5.7rem !important
  }

  .sm\:col-24 {
    -ms-grid-column: 6 !important;
    grid-column: 6rem !important
  }

  .sm\:col-28 {
    -ms-grid-column: 7 !important;
    grid-column: 7rem !important
  }

  .sm\:col-30 {
    -ms-grid-column: 7 !important;
    grid-column: 7.6rem !important
  }

  .sm\:col-32 {
    -ms-grid-column: 8 !important;
    grid-column: 8rem !important
  }

  .sm\:col-36 {
    -ms-grid-column: 9 !important;
    grid-column: 9.1rem !important
  }

  .sm\:col-40 {
    -ms-grid-column: 10 !important;
    grid-column: 10rem !important
  }

  .sm\:col-46 {
    -ms-grid-column: 11 !important;
    grid-column: 11.7rem !important
  }

  .sm\:col-48 {
    -ms-grid-column: 12 !important;
    grid-column: 12rem !important
  }

  .sm\:col-56 {
    -ms-grid-column: 14 !important;
    grid-column: 14rem !important
  }

  .sm\:col-58 {
    -ms-grid-column: 14 !important;
    grid-column: 14.7rem !important
  }

  .sm\:col-62 {
    -ms-grid-column: 15 !important;
    grid-column: 15.7rem !important
  }

  .sm\:col-64 {
    -ms-grid-column: 16 !important;
    grid-column: 16rem !important
  }

  .sm\:col-69 {
    -ms-grid-column: 17 !important;
    grid-column: 17.1rem !important
  }

  .sm\:col-71 {
    -ms-grid-column: 17 !important;
    grid-column: 17.9rem !important
  }

  .sm\:col-72 {
    -ms-grid-column: 18 !important;
    grid-column: 18.1rem !important
  }

  .sm\:col-80 {
    -ms-grid-column: 20 !important;
    grid-column: 20rem !important
  }

  .sm\:col-100 {
    -ms-grid-column: 25 !important;
    grid-column: 25rem !important
  }

  .sm\:col-112 {
    -ms-grid-column: 28 !important;
    grid-column: 28rem !important
  }

  .sm\:col-128 {
    -ms-grid-column: 32 !important;
    grid-column: 32rem !important
  }

  .sm\:col-143 {
    -ms-grid-column: 35 !important;
    grid-column: 35.9rem !important
  }

  .sm\:col-149 {
    -ms-grid-column: 37 !important;
    grid-column: 37.4rem !important
  }

  .sm\:col-240 {
    -ms-grid-column: 60 !important;
    grid-column: 60rem !important
  }

  .sm\:col-280 {
    -ms-grid-column: 70 !important;
    grid-column: 70rem !important
  }

  .sm\:col-291 {
    -ms-grid-column: 72 !important;
    grid-column: 72.9rem !important
  }

  .sm\:col-316 {
    -ms-grid-column: 79 !important;
    grid-column: 79rem !important
  }

  .sm\:col-span-16 {
    -ms-grid-column-span: 16 !important;
    grid-column: span 16 / span 16 !important
  }

  .sm\:col-px {
    -ms-grid-column: 1 !important;
    grid-column: 1px !important
  }

  .sm\:hover\:col-0:hover {
    grid-column: 0 !important
  }

  .sm\:hover\:col-1:hover {
    grid-column: 0.25rem !important
  }

  .sm\:hover\:col-2:hover {
    grid-column: 0.5rem !important
  }

  .sm\:hover\:col-3:hover {
    grid-column: 0.75rem !important
  }

  .sm\:hover\:col-4:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1rem !important
  }

  .sm\:hover\:col-5:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1.25rem !important
  }

  .sm\:hover\:col-6:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1.5rem !important
  }

  .sm\:hover\:col-7:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1.8rem !important
  }

  .sm\:hover\:col-8:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2rem !important
  }

  .sm\:hover\:col-9:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2.4rem !important
  }

  .sm\:hover\:col-10:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2.5rem !important
  }

  .sm\:hover\:col-11:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2.6rem !important
  }

  .sm\:hover\:col-12:hover {
    -ms-grid-column: 3 !important;
    grid-column: 3rem !important
  }

  .sm\:hover\:col-14:hover {
    -ms-grid-column: 3 !important;
    grid-column: 3.6rem !important
  }

  .sm\:hover\:col-15:hover {
    -ms-grid-column: 3 !important;
    grid-column: 3.8rem !important
  }

  .sm\:hover\:col-16:hover {
    -ms-grid-column: 4 !important;
    grid-column: 4rem !important
  }

  .sm\:hover\:col-18:hover {
    -ms-grid-column: 4 !important;
    grid-column: 4.5rem !important
  }

  .sm\:hover\:col-20:hover {
    -ms-grid-column: 5 !important;
    grid-column: 5rem !important
  }

  .sm\:hover\:col-21:hover {
    -ms-grid-column: 5 !important;
    grid-column: 5.3rem !important
  }

  .sm\:hover\:col-22:hover {
    -ms-grid-column: 5 !important;
    grid-column: 5.7rem !important
  }

  .sm\:hover\:col-24:hover {
    -ms-grid-column: 6 !important;
    grid-column: 6rem !important
  }

  .sm\:hover\:col-28:hover {
    -ms-grid-column: 7 !important;
    grid-column: 7rem !important
  }

  .sm\:hover\:col-30:hover {
    -ms-grid-column: 7 !important;
    grid-column: 7.6rem !important
  }

  .sm\:hover\:col-32:hover {
    -ms-grid-column: 8 !important;
    grid-column: 8rem !important
  }

  .sm\:hover\:col-36:hover {
    -ms-grid-column: 9 !important;
    grid-column: 9.1rem !important
  }

  .sm\:hover\:col-40:hover {
    -ms-grid-column: 10 !important;
    grid-column: 10rem !important
  }

  .sm\:hover\:col-46:hover {
    -ms-grid-column: 11 !important;
    grid-column: 11.7rem !important
  }

  .sm\:hover\:col-48:hover {
    -ms-grid-column: 12 !important;
    grid-column: 12rem !important
  }

  .sm\:hover\:col-56:hover {
    -ms-grid-column: 14 !important;
    grid-column: 14rem !important
  }

  .sm\:hover\:col-58:hover {
    -ms-grid-column: 14 !important;
    grid-column: 14.7rem !important
  }

  .sm\:hover\:col-62:hover {
    -ms-grid-column: 15 !important;
    grid-column: 15.7rem !important
  }

  .sm\:hover\:col-64:hover {
    -ms-grid-column: 16 !important;
    grid-column: 16rem !important
  }

  .sm\:hover\:col-69:hover {
    -ms-grid-column: 17 !important;
    grid-column: 17.1rem !important
  }

  .sm\:hover\:col-71:hover {
    -ms-grid-column: 17 !important;
    grid-column: 17.9rem !important
  }

  .sm\:hover\:col-72:hover {
    -ms-grid-column: 18 !important;
    grid-column: 18.1rem !important
  }

  .sm\:hover\:col-80:hover {
    -ms-grid-column: 20 !important;
    grid-column: 20rem !important
  }

  .sm\:hover\:col-100:hover {
    -ms-grid-column: 25 !important;
    grid-column: 25rem !important
  }

  .sm\:hover\:col-112:hover {
    -ms-grid-column: 28 !important;
    grid-column: 28rem !important
  }

  .sm\:hover\:col-128:hover {
    -ms-grid-column: 32 !important;
    grid-column: 32rem !important
  }

  .sm\:hover\:col-143:hover {
    -ms-grid-column: 35 !important;
    grid-column: 35.9rem !important
  }

  .sm\:hover\:col-149:hover {
    -ms-grid-column: 37 !important;
    grid-column: 37.4rem !important
  }

  .sm\:hover\:col-240:hover {
    -ms-grid-column: 60 !important;
    grid-column: 60rem !important
  }

  .sm\:hover\:col-280:hover {
    -ms-grid-column: 70 !important;
    grid-column: 70rem !important
  }

  .sm\:hover\:col-291:hover {
    -ms-grid-column: 72 !important;
    grid-column: 72.9rem !important
  }

  .sm\:hover\:col-316:hover {
    -ms-grid-column: 79 !important;
    grid-column: 79rem !important
  }

  .sm\:hover\:col-span-16:hover {
    -ms-grid-column-span: 16 !important;
    grid-column: span 16 / span 16 !important
  }

  .sm\:hover\:col-px:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1px !important
  }

  .sm\:col-start-13 {
    -ms-grid-column: 13 !important;
        grid-column-start: 13 !important
  }

  .sm\:col-start-14 {
    -ms-grid-column: 14 !important;
        grid-column-start: 14 !important
  }

  .sm\:col-start-15 {
    -ms-grid-column: 15 !important;
        grid-column-start: 15 !important
  }

  .sm\:col-start-16 {
    -ms-grid-column: 16 !important;
        grid-column-start: 16 !important
  }

  .sm\:col-start-17 {
    -ms-grid-column: 17 !important;
        grid-column-start: 17 !important
  }

  .sm\:hover\:col-start-13:hover {
    -ms-grid-column: 13 !important;
        grid-column-start: 13 !important
  }

  .sm\:hover\:col-start-14:hover {
    -ms-grid-column: 14 !important;
        grid-column-start: 14 !important
  }

  .sm\:hover\:col-start-15:hover {
    -ms-grid-column: 15 !important;
        grid-column-start: 15 !important
  }

  .sm\:hover\:col-start-16:hover {
    -ms-grid-column: 16 !important;
        grid-column-start: 16 !important
  }

  .sm\:hover\:col-start-17:hover {
    -ms-grid-column: 17 !important;
        grid-column-start: 17 !important
  }

  .sm\:col-end-13 {
    -ms-grid-column-span: 13 !important;
    grid-column-end: 13 !important
  }

  .sm\:col-end-14 {
    -ms-grid-column-span: 14 !important;
    grid-column-end: 14 !important
  }

  .sm\:col-end-15 {
    -ms-grid-column-span: 15 !important;
    grid-column-end: 15 !important
  }

  .sm\:col-end-16 {
    -ms-grid-column-span: 16 !important;
    grid-column-end: 16 !important
  }

  .sm\:col-end-17 {
    -ms-grid-column-span: 17 !important;
    grid-column-end: 17 !important
  }

  .sm\:hover\:col-end-13:hover {
    -ms-grid-column-span: 13 !important;
    grid-column-end: 13 !important
  }

  .sm\:hover\:col-end-14:hover {
    -ms-grid-column-span: 14 !important;
    grid-column-end: 14 !important
  }

  .sm\:hover\:col-end-15:hover {
    -ms-grid-column-span: 15 !important;
    grid-column-end: 15 !important
  }

  .sm\:hover\:col-end-16:hover {
    -ms-grid-column-span: 16 !important;
    grid-column-end: 16 !important
  }

  .sm\:hover\:col-end-17:hover {
    -ms-grid-column-span: 17 !important;
    grid-column-end: 17 !important
  }
}

@media (min-width: 640px) {
  .md\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important
  }

  .md\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important
  }

  .md\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important
  }

  .md\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important
  }

  .md\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
  }

  .md\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important
  }

  .md\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important
  }

  .md\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important
  }

  .md\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important
  }

  .md\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important
  }

  .md\:self-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
  }

  .md\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important
  }

  .md\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important
  }

  .md\:self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
  }

  .md\:self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
  }

  .md\:bg-transparent {
    background-color: transparent !important
  }

  .md\:bg-primary {
    background-color: #0A5988 !important
  }

  .md\:bg-primary-light {
    background-color: #257DB2 !important
  }

  .md\:bg-secondary {
    background-color: #8FC549 !important
  }

  .md\:bg-primary-dark {
    background-color: #003D62 !important
  }

  .md\:bg-tertiary {
    background-color: #EBF4FA !important
  }

  .md\:bg-tertiary-light {
    background-color: #EBF4FA !important
  }

  .md\:bg-tertiary-lightest {
    background-color: #EBF4FA !important
  }

  .md\:bg-font-main {
    background-color: #443E37 !important
  }

  .md\:bg-highlight {
    background-color: #E1962C !important
  }

  .md\:bg-highlight-alt {
    background-color: #E1962C !important
  }

  .md\:bg-accent {
    background-color: #DA511F !important
  }

  .md\:bg-accent-alt {
    background-color: #DA511F !important
  }

  .md\:bg-body-text {
    background-color: #443E37 !important
  }

  .md\:bg-dividers {
    background-color: #C7BBAE !important
  }

  .md\:bg-dividers-lighther {
    background-color: #f5f5f5 !important
  }

  .md\:bg-dividers-light {
    background-color: #f7f7f7 !important
  }

  .md\:bg-black {
    background-color: #000 !important
  }

  .md\:bg-white {
    background-color: #fff !important
  }

  .md\:bg-red-100 {
    background-color: #FFF5F5 !important
  }

  .md\:bg-red-200 {
    background-color: #FED7D7 !important
  }

  .md\:bg-red-300 {
    background-color: #FEB2B2 !important
  }

  .md\:bg-red-400 {
    background-color: #FC8181 !important
  }

  .md\:bg-red-500 {
    background-color: #F56565 !important
  }

  .md\:bg-red-600 {
    background-color: #E53E3E !important
  }

  .md\:bg-red-700 {
    background-color: #C53030 !important
  }

  .md\:bg-red-800 {
    background-color: #9B2C2C !important
  }

  .md\:bg-red-900 {
    background-color: #742A2A !important
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent !important
  }

  .md\:hover\:bg-primary:hover {
    background-color: #0A5988 !important
  }

  .md\:hover\:bg-primary-light:hover {
    background-color: #257DB2 !important
  }

  .md\:hover\:bg-secondary:hover {
    background-color: #8FC549 !important
  }

  .md\:hover\:bg-primary-dark:hover {
    background-color: #003D62 !important
  }

  .md\:hover\:bg-tertiary:hover {
    background-color: #EBF4FA !important
  }

  .md\:hover\:bg-tertiary-light:hover {
    background-color: #EBF4FA !important
  }

  .md\:hover\:bg-tertiary-lightest:hover {
    background-color: #EBF4FA !important
  }

  .md\:hover\:bg-font-main:hover {
    background-color: #443E37 !important
  }

  .md\:hover\:bg-highlight:hover {
    background-color: #E1962C !important
  }

  .md\:hover\:bg-highlight-alt:hover {
    background-color: #E1962C !important
  }

  .md\:hover\:bg-accent:hover {
    background-color: #DA511F !important
  }

  .md\:hover\:bg-accent-alt:hover {
    background-color: #DA511F !important
  }

  .md\:hover\:bg-body-text:hover {
    background-color: #443E37 !important
  }

  .md\:hover\:bg-dividers:hover {
    background-color: #C7BBAE !important
  }

  .md\:hover\:bg-dividers-lighther:hover {
    background-color: #f5f5f5 !important
  }

  .md\:hover\:bg-dividers-light:hover {
    background-color: #f7f7f7 !important
  }

  .md\:hover\:bg-black:hover {
    background-color: #000 !important
  }

  .md\:hover\:bg-white:hover {
    background-color: #fff !important
  }

  .md\:hover\:bg-red-100:hover {
    background-color: #FFF5F5 !important
  }

  .md\:hover\:bg-red-200:hover {
    background-color: #FED7D7 !important
  }

  .md\:hover\:bg-red-300:hover {
    background-color: #FEB2B2 !important
  }

  .md\:hover\:bg-red-400:hover {
    background-color: #FC8181 !important
  }

  .md\:hover\:bg-red-500:hover {
    background-color: #F56565 !important
  }

  .md\:hover\:bg-red-600:hover {
    background-color: #E53E3E !important
  }

  .md\:hover\:bg-red-700:hover {
    background-color: #C53030 !important
  }

  .md\:hover\:bg-red-800:hover {
    background-color: #9B2C2C !important
  }

  .md\:hover\:bg-red-900:hover {
    background-color: #742A2A !important
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent !important
  }

  .md\:focus\:bg-primary:focus {
    background-color: #0A5988 !important
  }

  .md\:focus\:bg-primary-light:focus {
    background-color: #257DB2 !important
  }

  .md\:focus\:bg-secondary:focus {
    background-color: #8FC549 !important
  }

  .md\:focus\:bg-primary-dark:focus {
    background-color: #003D62 !important
  }

  .md\:focus\:bg-tertiary:focus {
    background-color: #EBF4FA !important
  }

  .md\:focus\:bg-tertiary-light:focus {
    background-color: #EBF4FA !important
  }

  .md\:focus\:bg-tertiary-lightest:focus {
    background-color: #EBF4FA !important
  }

  .md\:focus\:bg-font-main:focus {
    background-color: #443E37 !important
  }

  .md\:focus\:bg-highlight:focus {
    background-color: #E1962C !important
  }

  .md\:focus\:bg-highlight-alt:focus {
    background-color: #E1962C !important
  }

  .md\:focus\:bg-accent:focus {
    background-color: #DA511F !important
  }

  .md\:focus\:bg-accent-alt:focus {
    background-color: #DA511F !important
  }

  .md\:focus\:bg-body-text:focus {
    background-color: #443E37 !important
  }

  .md\:focus\:bg-dividers:focus {
    background-color: #C7BBAE !important
  }

  .md\:focus\:bg-dividers-lighther:focus {
    background-color: #f5f5f5 !important
  }

  .md\:focus\:bg-dividers-light:focus {
    background-color: #f7f7f7 !important
  }

  .md\:focus\:bg-black:focus {
    background-color: #000 !important
  }

  .md\:focus\:bg-white:focus {
    background-color: #fff !important
  }

  .md\:focus\:bg-red-100:focus {
    background-color: #FFF5F5 !important
  }

  .md\:focus\:bg-red-200:focus {
    background-color: #FED7D7 !important
  }

  .md\:focus\:bg-red-300:focus {
    background-color: #FEB2B2 !important
  }

  .md\:focus\:bg-red-400:focus {
    background-color: #FC8181 !important
  }

  .md\:focus\:bg-red-500:focus {
    background-color: #F56565 !important
  }

  .md\:focus\:bg-red-600:focus {
    background-color: #E53E3E !important
  }

  .md\:focus\:bg-red-700:focus {
    background-color: #C53030 !important
  }

  .md\:focus\:bg-red-800:focus {
    background-color: #9B2C2C !important
  }

  .md\:focus\:bg-red-900:focus {
    background-color: #742A2A !important
  }

  .md\:border-0 {
    border-width: 0 !important
  }

  .md\:border-2 {
    border-width: 2px !important
  }

  .md\:border-4 {
    border-width: 4px !important
  }

  .md\:border-5 {
    border-width: 5px !important
  }

  .md\:border-8 {
    border-width: 8px !important
  }

  .md\:border {
    border-width: 1px !important
  }

  .md\:border-t-0 {
    border-top-width: 0 !important
  }

  .md\:border-r-0 {
    border-right-width: 0 !important
  }

  .md\:border-b-0 {
    border-bottom-width: 0 !important
  }

  .md\:border-l-0 {
    border-left-width: 0 !important
  }

  .md\:border-t-2 {
    border-top-width: 2px !important
  }

  .md\:border-r-2 {
    border-right-width: 2px !important
  }

  .md\:border-b-2 {
    border-bottom-width: 2px !important
  }

  .md\:border-l-2 {
    border-left-width: 2px !important
  }

  .md\:border-t-4 {
    border-top-width: 4px !important
  }

  .md\:border-r-4 {
    border-right-width: 4px !important
  }

  .md\:border-b-4 {
    border-bottom-width: 4px !important
  }

  .md\:border-l-4 {
    border-left-width: 4px !important
  }

  .md\:border-t-5 {
    border-top-width: 5px !important
  }

  .md\:border-r-5 {
    border-right-width: 5px !important
  }

  .md\:border-b-5 {
    border-bottom-width: 5px !important
  }

  .md\:border-l-5 {
    border-left-width: 5px !important
  }

  .md\:border-t-8 {
    border-top-width: 8px !important
  }

  .md\:border-r-8 {
    border-right-width: 8px !important
  }

  .md\:border-b-8 {
    border-bottom-width: 8px !important
  }

  .md\:border-l-8 {
    border-left-width: 8px !important
  }

  .md\:border-t {
    border-top-width: 1px !important
  }

  .md\:border-r {
    border-right-width: 1px !important
  }

  .md\:border-b {
    border-bottom-width: 1px !important
  }

  .md\:border-l {
    border-left-width: 1px !important
  }

  .md\:hover\:border-0:hover {
    border-width: 0 !important
  }

  .md\:hover\:border-2:hover {
    border-width: 2px !important
  }

  .md\:hover\:border-4:hover {
    border-width: 4px !important
  }

  .md\:hover\:border-5:hover {
    border-width: 5px !important
  }

  .md\:hover\:border-8:hover {
    border-width: 8px !important
  }

  .md\:hover\:border:hover {
    border-width: 1px !important
  }

  .md\:hover\:border-t-0:hover {
    border-top-width: 0 !important
  }

  .md\:hover\:border-r-0:hover {
    border-right-width: 0 !important
  }

  .md\:hover\:border-b-0:hover {
    border-bottom-width: 0 !important
  }

  .md\:hover\:border-l-0:hover {
    border-left-width: 0 !important
  }

  .md\:hover\:border-t-2:hover {
    border-top-width: 2px !important
  }

  .md\:hover\:border-r-2:hover {
    border-right-width: 2px !important
  }

  .md\:hover\:border-b-2:hover {
    border-bottom-width: 2px !important
  }

  .md\:hover\:border-l-2:hover {
    border-left-width: 2px !important
  }

  .md\:hover\:border-t-4:hover {
    border-top-width: 4px !important
  }

  .md\:hover\:border-r-4:hover {
    border-right-width: 4px !important
  }

  .md\:hover\:border-b-4:hover {
    border-bottom-width: 4px !important
  }

  .md\:hover\:border-l-4:hover {
    border-left-width: 4px !important
  }

  .md\:hover\:border-t-5:hover {
    border-top-width: 5px !important
  }

  .md\:hover\:border-r-5:hover {
    border-right-width: 5px !important
  }

  .md\:hover\:border-b-5:hover {
    border-bottom-width: 5px !important
  }

  .md\:hover\:border-l-5:hover {
    border-left-width: 5px !important
  }

  .md\:hover\:border-t-8:hover {
    border-top-width: 8px !important
  }

  .md\:hover\:border-r-8:hover {
    border-right-width: 8px !important
  }

  .md\:hover\:border-b-8:hover {
    border-bottom-width: 8px !important
  }

  .md\:hover\:border-l-8:hover {
    border-left-width: 8px !important
  }

  .md\:hover\:border-t:hover {
    border-top-width: 1px !important
  }

  .md\:hover\:border-r:hover {
    border-right-width: 1px !important
  }

  .md\:hover\:border-b:hover {
    border-bottom-width: 1px !important
  }

  .md\:hover\:border-l:hover {
    border-left-width: 1px !important
  }

  .md\:focus\:border-0:focus {
    border-width: 0 !important
  }

  .md\:focus\:border-2:focus {
    border-width: 2px !important
  }

  .md\:focus\:border-4:focus {
    border-width: 4px !important
  }

  .md\:focus\:border-5:focus {
    border-width: 5px !important
  }

  .md\:focus\:border-8:focus {
    border-width: 8px !important
  }

  .md\:focus\:border:focus {
    border-width: 1px !important
  }

  .md\:focus\:border-t-0:focus {
    border-top-width: 0 !important
  }

  .md\:focus\:border-r-0:focus {
    border-right-width: 0 !important
  }

  .md\:focus\:border-b-0:focus {
    border-bottom-width: 0 !important
  }

  .md\:focus\:border-l-0:focus {
    border-left-width: 0 !important
  }

  .md\:focus\:border-t-2:focus {
    border-top-width: 2px !important
  }

  .md\:focus\:border-r-2:focus {
    border-right-width: 2px !important
  }

  .md\:focus\:border-b-2:focus {
    border-bottom-width: 2px !important
  }

  .md\:focus\:border-l-2:focus {
    border-left-width: 2px !important
  }

  .md\:focus\:border-t-4:focus {
    border-top-width: 4px !important
  }

  .md\:focus\:border-r-4:focus {
    border-right-width: 4px !important
  }

  .md\:focus\:border-b-4:focus {
    border-bottom-width: 4px !important
  }

  .md\:focus\:border-l-4:focus {
    border-left-width: 4px !important
  }

  .md\:focus\:border-t-5:focus {
    border-top-width: 5px !important
  }

  .md\:focus\:border-r-5:focus {
    border-right-width: 5px !important
  }

  .md\:focus\:border-b-5:focus {
    border-bottom-width: 5px !important
  }

  .md\:focus\:border-l-5:focus {
    border-left-width: 5px !important
  }

  .md\:focus\:border-t-8:focus {
    border-top-width: 8px !important
  }

  .md\:focus\:border-r-8:focus {
    border-right-width: 8px !important
  }

  .md\:focus\:border-b-8:focus {
    border-bottom-width: 8px !important
  }

  .md\:focus\:border-l-8:focus {
    border-left-width: 8px !important
  }

  .md\:focus\:border-t:focus {
    border-top-width: 1px !important
  }

  .md\:focus\:border-r:focus {
    border-right-width: 1px !important
  }

  .md\:focus\:border-b:focus {
    border-bottom-width: 1px !important
  }

  .md\:focus\:border-l:focus {
    border-left-width: 1px !important
  }

  .md\:border-transparent {
    border-color: transparent !important
  }

  .md\:border-primary {
    border-color: #0A5988 !important
  }

  .md\:border-primary-light {
    border-color: #257DB2 !important
  }

  .md\:border-secondary {
    border-color: #8FC549 !important
  }

  .md\:border-primary-dark {
    border-color: #003D62 !important
  }

  .md\:border-tertiary {
    border-color: #EBF4FA !important
  }

  .md\:border-tertiary-light {
    border-color: #EBF4FA !important
  }

  .md\:border-tertiary-lightest {
    border-color: #EBF4FA !important
  }

  .md\:border-font-main {
    border-color: #443E37 !important
  }

  .md\:border-highlight {
    border-color: #E1962C !important
  }

  .md\:border-highlight-alt {
    border-color: #E1962C !important
  }

  .md\:border-accent {
    border-color: #DA511F !important
  }

  .md\:border-accent-alt {
    border-color: #DA511F !important
  }

  .md\:border-body-text {
    border-color: #443E37 !important
  }

  .md\:border-dividers {
    border-color: #C7BBAE !important
  }

  .md\:border-dividers-lighther {
    border-color: #f5f5f5 !important
  }

  .md\:border-dividers-light {
    border-color: #f7f7f7 !important
  }

  .md\:border-black {
    border-color: #000 !important
  }

  .md\:border-white {
    border-color: #fff !important
  }

  .md\:border-red-100 {
    border-color: #FFF5F5 !important
  }

  .md\:border-red-200 {
    border-color: #FED7D7 !important
  }

  .md\:border-red-300 {
    border-color: #FEB2B2 !important
  }

  .md\:border-red-400 {
    border-color: #FC8181 !important
  }

  .md\:border-red-500 {
    border-color: #F56565 !important
  }

  .md\:border-red-600 {
    border-color: #E53E3E !important
  }

  .md\:border-red-700 {
    border-color: #C53030 !important
  }

  .md\:border-red-800 {
    border-color: #9B2C2C !important
  }

  .md\:border-red-900 {
    border-color: #742A2A !important
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent !important
  }

  .md\:hover\:border-primary:hover {
    border-color: #0A5988 !important
  }

  .md\:hover\:border-primary-light:hover {
    border-color: #257DB2 !important
  }

  .md\:hover\:border-secondary:hover {
    border-color: #8FC549 !important
  }

  .md\:hover\:border-primary-dark:hover {
    border-color: #003D62 !important
  }

  .md\:hover\:border-tertiary:hover {
    border-color: #EBF4FA !important
  }

  .md\:hover\:border-tertiary-light:hover {
    border-color: #EBF4FA !important
  }

  .md\:hover\:border-tertiary-lightest:hover {
    border-color: #EBF4FA !important
  }

  .md\:hover\:border-font-main:hover {
    border-color: #443E37 !important
  }

  .md\:hover\:border-highlight:hover {
    border-color: #E1962C !important
  }

  .md\:hover\:border-highlight-alt:hover {
    border-color: #E1962C !important
  }

  .md\:hover\:border-accent:hover {
    border-color: #DA511F !important
  }

  .md\:hover\:border-accent-alt:hover {
    border-color: #DA511F !important
  }

  .md\:hover\:border-body-text:hover {
    border-color: #443E37 !important
  }

  .md\:hover\:border-dividers:hover {
    border-color: #C7BBAE !important
  }

  .md\:hover\:border-dividers-lighther:hover {
    border-color: #f5f5f5 !important
  }

  .md\:hover\:border-dividers-light:hover {
    border-color: #f7f7f7 !important
  }

  .md\:hover\:border-black:hover {
    border-color: #000 !important
  }

  .md\:hover\:border-white:hover {
    border-color: #fff !important
  }

  .md\:hover\:border-red-100:hover {
    border-color: #FFF5F5 !important
  }

  .md\:hover\:border-red-200:hover {
    border-color: #FED7D7 !important
  }

  .md\:hover\:border-red-300:hover {
    border-color: #FEB2B2 !important
  }

  .md\:hover\:border-red-400:hover {
    border-color: #FC8181 !important
  }

  .md\:hover\:border-red-500:hover {
    border-color: #F56565 !important
  }

  .md\:hover\:border-red-600:hover {
    border-color: #E53E3E !important
  }

  .md\:hover\:border-red-700:hover {
    border-color: #C53030 !important
  }

  .md\:hover\:border-red-800:hover {
    border-color: #9B2C2C !important
  }

  .md\:hover\:border-red-900:hover {
    border-color: #742A2A !important
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent !important
  }

  .md\:focus\:border-primary:focus {
    border-color: #0A5988 !important
  }

  .md\:focus\:border-primary-light:focus {
    border-color: #257DB2 !important
  }

  .md\:focus\:border-secondary:focus {
    border-color: #8FC549 !important
  }

  .md\:focus\:border-primary-dark:focus {
    border-color: #003D62 !important
  }

  .md\:focus\:border-tertiary:focus {
    border-color: #EBF4FA !important
  }

  .md\:focus\:border-tertiary-light:focus {
    border-color: #EBF4FA !important
  }

  .md\:focus\:border-tertiary-lightest:focus {
    border-color: #EBF4FA !important
  }

  .md\:focus\:border-font-main:focus {
    border-color: #443E37 !important
  }

  .md\:focus\:border-highlight:focus {
    border-color: #E1962C !important
  }

  .md\:focus\:border-highlight-alt:focus {
    border-color: #E1962C !important
  }

  .md\:focus\:border-accent:focus {
    border-color: #DA511F !important
  }

  .md\:focus\:border-accent-alt:focus {
    border-color: #DA511F !important
  }

  .md\:focus\:border-body-text:focus {
    border-color: #443E37 !important
  }

  .md\:focus\:border-dividers:focus {
    border-color: #C7BBAE !important
  }

  .md\:focus\:border-dividers-lighther:focus {
    border-color: #f5f5f5 !important
  }

  .md\:focus\:border-dividers-light:focus {
    border-color: #f7f7f7 !important
  }

  .md\:focus\:border-black:focus {
    border-color: #000 !important
  }

  .md\:focus\:border-white:focus {
    border-color: #fff !important
  }

  .md\:focus\:border-red-100:focus {
    border-color: #FFF5F5 !important
  }

  .md\:focus\:border-red-200:focus {
    border-color: #FED7D7 !important
  }

  .md\:focus\:border-red-300:focus {
    border-color: #FEB2B2 !important
  }

  .md\:focus\:border-red-400:focus {
    border-color: #FC8181 !important
  }

  .md\:focus\:border-red-500:focus {
    border-color: #F56565 !important
  }

  .md\:focus\:border-red-600:focus {
    border-color: #E53E3E !important
  }

  .md\:focus\:border-red-700:focus {
    border-color: #C53030 !important
  }

  .md\:focus\:border-red-800:focus {
    border-color: #9B2C2C !important
  }

  .md\:focus\:border-red-900:focus {
    border-color: #742A2A !important
  }

  .md\:border-solid {
    border-style: solid !important
  }

  .md\:border-dashed {
    border-style: dashed !important
  }

  .md\:border-dotted {
    border-style: dotted !important
  }

  .md\:border-double {
    border-style: double !important
  }

  .md\:border-none {
    border-style: none !important
  }

  .md\:hover\:border-solid:hover {
    border-style: solid !important
  }

  .md\:hover\:border-dashed:hover {
    border-style: dashed !important
  }

  .md\:hover\:border-dotted:hover {
    border-style: dotted !important
  }

  .md\:hover\:border-double:hover {
    border-style: double !important
  }

  .md\:hover\:border-none:hover {
    border-style: none !important
  }

  .md\:focus\:border-solid:focus {
    border-style: solid !important
  }

  .md\:focus\:border-dashed:focus {
    border-style: dashed !important
  }

  .md\:focus\:border-dotted:focus {
    border-style: dotted !important
  }

  .md\:focus\:border-double:focus {
    border-style: double !important
  }

  .md\:focus\:border-none:focus {
    border-style: none !important
  }

  .md\:shadow-sm {
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1) !important
  }

  .md\:shadow {
    -webkit-box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.25) !important
  }

  .md\:shadow-md {
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25) !important
  }

  .md\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
  }

  .md\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important
  }

  .md\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important
  }

  .md\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important
  }

  .md\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important
  }

  .md\:shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important
  }

  .md\:block {
    display: block !important
  }

  .md\:inline-block {
    display: inline-block !important
  }

  .md\:inline {
    display: inline !important
  }

  .md\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .md\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .md\:table {
    display: table !important
  }

  .md\:table-caption {
    display: table-caption !important
  }

  .md\:table-cell {
    display: table-cell !important
  }

  .md\:table-column {
    display: table-column !important
  }

  .md\:table-column-group {
    display: table-column-group !important
  }

  .md\:table-footer-group {
    display: table-footer-group !important
  }

  .md\:table-header-group {
    display: table-header-group !important
  }

  .md\:table-row-group {
    display: table-row-group !important
  }

  .md\:table-row {
    display: table-row !important
  }

  .md\:flow-root {
    display: flow-root !important
  }

  .md\:grid {
    display: -ms-grid !important;
    display: grid !important
  }

  .md\:inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important
  }

  .md\:hidden {
    display: none !important
  }

  .md\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important
  }

  .md\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important
  }

  .md\:flex-initial {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important
  }

  .md\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important
  }

  .md\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important
  }

  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important
  }

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

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

  .md\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
  }

  .md\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
  }

  .md\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
  }

  .md\:float-right {
    float: right !important
  }

  .md\:float-left {
    float: left !important
  }

  .md\:float-none {
    float: none !important
  }

  .md\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important
  }

  .md\:font-lato {
    font-family: Lato !important
  }

  .md\:font-heading {
    font-family: Lato !important
  }

  .md\:font-merriweather {
    font-family: Merriweather !important
  }

  .md\:font-body {
    font-family: Merriweather !important
  }

  .md\:font-sans {
    font-family: Lato, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important
  }

  .md\:font-serif {
    font-family: Merriweather, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important
  }

  .md\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
  }

  .md\:text-xs {
    font-size: 0.75rem !important
  }

  .md\:text-sm {
    font-size: 1.6rem !important
  }

  .md\:text-base {
    font-size: 1.8rem !important
  }

  .md\:text-lg {
    font-size: 2.1rem !important
  }

  .md\:text-xl {
    font-size: 2.4rem !important
  }

  .md\:text-2xl {
    font-size: 3.3rem !important
  }

  .md\:text-3xl {
    font-size: 4.2rem !important
  }

  .md\:text-4xl {
    font-size: 2.25rem !important
  }

  .md\:text-5xl {
    font-size: 3rem !important
  }

  .md\:text-6xl {
    font-size: 4rem !important
  }

  .md\:italic {
    font-style: italic !important
  }

  .md\:not-italic {
    font-style: normal !important
  }

  .md\:font-light {
    font-weight: 100 !important
  }

  .md\:font-medium {
    font-weight: 300 !important
  }

  .md\:font-normal {
    font-weight: 400 !important
  }

  .md\:font-semibold {
    font-weight: 600 !important
  }

  .md\:font-bold {
    font-weight: 700 !important
  }

  .md\:hover\:font-light:hover {
    font-weight: 100 !important
  }

  .md\:hover\:font-medium:hover {
    font-weight: 300 !important
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400 !important
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600 !important
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700 !important
  }

  .md\:focus\:font-light:focus {
    font-weight: 100 !important
  }

  .md\:focus\:font-medium:focus {
    font-weight: 300 !important
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400 !important
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600 !important
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700 !important
  }

  .md\:h-0 {
    height: 0 !important
  }

  .md\:h-1 {
    height: 0.25rem !important
  }

  .md\:h-2 {
    height: 0.5rem !important
  }

  .md\:h-3 {
    height: 0.75rem !important
  }

  .md\:h-4 {
    height: 1rem !important
  }

  .md\:h-5 {
    height: 1.25rem !important
  }

  .md\:h-6 {
    height: 1.5rem !important
  }

  .md\:h-7 {
    height: 1.8rem !important
  }

  .md\:h-8 {
    height: 2rem !important
  }

  .md\:h-9 {
    height: 2.4rem !important
  }

  .md\:h-10 {
    height: 2.5rem !important
  }

  .md\:h-11 {
    height: 2.6rem !important
  }

  .md\:h-12 {
    height: 3rem !important
  }

  .md\:h-14 {
    height: 3.6rem !important
  }

  .md\:h-15 {
    height: 3.8rem !important
  }

  .md\:h-16 {
    height: 4rem !important
  }

  .md\:h-18 {
    height: 4.5rem !important
  }

  .md\:h-20 {
    height: 5rem !important
  }

  .md\:h-21 {
    height: 5.3rem !important
  }

  .md\:h-22 {
    height: 5.7rem !important
  }

  .md\:h-24 {
    height: 6rem !important
  }

  .md\:h-28 {
    height: 7rem !important
  }

  .md\:h-30 {
    height: 7.6rem !important
  }

  .md\:h-32 {
    height: 8rem !important
  }

  .md\:h-36 {
    height: 9.1rem !important
  }

  .md\:h-40 {
    height: 10rem !important
  }

  .md\:h-46 {
    height: 11.7rem !important
  }

  .md\:h-48 {
    height: 12rem !important
  }

  .md\:h-56 {
    height: 14rem !important
  }

  .md\:h-58 {
    height: 14.7rem !important
  }

  .md\:h-62 {
    height: 15.7rem !important
  }

  .md\:h-64 {
    height: 16rem !important
  }

  .md\:h-69 {
    height: 17.1rem !important
  }

  .md\:h-71 {
    height: 17.9rem !important
  }

  .md\:h-72 {
    height: 18.1rem !important
  }

  .md\:h-80 {
    height: 20rem !important
  }

  .md\:h-100 {
    height: 25rem !important
  }

  .md\:h-112 {
    height: 28rem !important
  }

  .md\:h-128 {
    height: 32rem !important
  }

  .md\:h-143 {
    height: 35.9rem !important
  }

  .md\:h-149 {
    height: 37.4rem !important
  }

  .md\:h-240 {
    height: 60rem !important
  }

  .md\:h-280 {
    height: 70rem !important
  }

  .md\:h-291 {
    height: 72.9rem !important
  }

  .md\:h-316 {
    height: 79rem !important
  }

  .md\:h-auto {
    height: auto !important
  }

  .md\:h-px {
    height: 1px !important
  }

  .md\:h-full {
    height: 100% !important
  }

  .md\:h-screen {
    height: 100vh !important
  }

  .md\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important
  }

  .md\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important
  }

  .md\:inset-5 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important
  }

  .md\:inset-6 {
    top: 1.6rem !important;
    right: 1.6rem !important;
    bottom: 1.6rem !important;
    left: 1.6rem !important
  }

  .md\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important
  }

  .md\:inset-17 {
    top: 4.3rem !important;
    right: 4.3rem !important;
    bottom: 4.3rem !important;
    left: 4.3rem !important
  }

  .md\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important
  }

  .md\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important
  }

  .md\:-inset-34 {
    top: -8.65rem !important;
    right: -8.65rem !important;
    bottom: -8.65rem !important;
    left: -8.65rem !important
  }

  .md\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important
  }

  .md\:inset-unset {
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    left: unset !important
  }

  .md\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important
  }

  .md\:inset-x-0 {
    right: 0 !important;
    left: 0 !important
  }

  .md\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important
  }

  .md\:inset-x-4 {
    right: 1rem !important;
    left: 1rem !important
  }

  .md\:inset-y-5 {
    top: 1.5rem !important;
    bottom: 1.5rem !important
  }

  .md\:inset-x-5 {
    right: 1.5rem !important;
    left: 1.5rem !important
  }

  .md\:inset-y-6 {
    top: 1.6rem !important;
    bottom: 1.6rem !important
  }

  .md\:inset-x-6 {
    right: 1.6rem !important;
    left: 1.6rem !important
  }

  .md\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important
  }

  .md\:inset-x-10 {
    right: 2.5rem !important;
    left: 2.5rem !important
  }

  .md\:inset-y-17 {
    top: 4.3rem !important;
    bottom: 4.3rem !important
  }

  .md\:inset-x-17 {
    right: 4.3rem !important;
    left: 4.3rem !important
  }

  .md\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important
  }

  .md\:inset-x-24 {
    right: 6rem !important;
    left: 6rem !important
  }

  .md\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important
  }

  .md\:-inset-x-25 {
    right: -25px !important;
    left: -25px !important
  }

  .md\:-inset-y-34 {
    top: -8.65rem !important;
    bottom: -8.65rem !important
  }

  .md\:-inset-x-34 {
    right: -8.65rem !important;
    left: -8.65rem !important
  }

  .md\:inset-y-auto {
    top: auto !important;
    bottom: auto !important
  }

  .md\:inset-x-auto {
    right: auto !important;
    left: auto !important
  }

  .md\:inset-y-unset {
    top: unset !important;
    bottom: unset !important
  }

  .md\:inset-x-unset {
    right: unset !important;
    left: unset !important
  }

  .md\:top-0 {
    top: 0 !important
  }

  .md\:right-0 {
    right: 0 !important
  }

  .md\:bottom-0 {
    bottom: 0 !important
  }

  .md\:left-0 {
    left: 0 !important
  }

  .md\:top-4 {
    top: 1rem !important
  }

  .md\:right-4 {
    right: 1rem !important
  }

  .md\:bottom-4 {
    bottom: 1rem !important
  }

  .md\:left-4 {
    left: 1rem !important
  }

  .md\:top-5 {
    top: 1.5rem !important
  }

  .md\:right-5 {
    right: 1.5rem !important
  }

  .md\:bottom-5 {
    bottom: 1.5rem !important
  }

  .md\:left-5 {
    left: 1.5rem !important
  }

  .md\:top-6 {
    top: 1.6rem !important
  }

  .md\:right-6 {
    right: 1.6rem !important
  }

  .md\:bottom-6 {
    bottom: 1.6rem !important
  }

  .md\:left-6 {
    left: 1.6rem !important
  }

  .md\:top-10 {
    top: 2.5rem !important
  }

  .md\:right-10 {
    right: 2.5rem !important
  }

  .md\:bottom-10 {
    bottom: 2.5rem !important
  }

  .md\:left-10 {
    left: 2.5rem !important
  }

  .md\:top-17 {
    top: 4.3rem !important
  }

  .md\:right-17 {
    right: 4.3rem !important
  }

  .md\:bottom-17 {
    bottom: 4.3rem !important
  }

  .md\:left-17 {
    left: 4.3rem !important
  }

  .md\:top-24 {
    top: 6rem !important
  }

  .md\:right-24 {
    right: 6rem !important
  }

  .md\:bottom-24 {
    bottom: 6rem !important
  }

  .md\:left-24 {
    left: 6rem !important
  }

  .md\:-top-25 {
    top: -25px !important
  }

  .md\:-right-25 {
    right: -25px !important
  }

  .md\:-bottom-25 {
    bottom: -25px !important
  }

  .md\:-left-25 {
    left: -25px !important
  }

  .md\:-top-34 {
    top: -8.65rem !important
  }

  .md\:-right-34 {
    right: -8.65rem !important
  }

  .md\:-bottom-34 {
    bottom: -8.65rem !important
  }

  .md\:-left-34 {
    left: -8.65rem !important
  }

  .md\:top-auto {
    top: auto !important
  }

  .md\:right-auto {
    right: auto !important
  }

  .md\:bottom-auto {
    bottom: auto !important
  }

  .md\:left-auto {
    left: auto !important
  }

  .md\:top-unset {
    top: unset !important
  }

  .md\:right-unset {
    right: unset !important
  }

  .md\:bottom-unset {
    bottom: unset !important
  }

  .md\:left-unset {
    left: unset !important
  }

  .md\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important
  }

  .md\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important
  }

  .md\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important
  }

  .md\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important
  }

  .md\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important
  }

  .md\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important
  }

  .md\:m-0 {
    margin: 0 !important
  }

  .md\:m-1 {
    margin: 0.25rem !important
  }

  .md\:m-2 {
    margin: 0.5rem !important
  }

  .md\:m-3 {
    margin: 0.75rem !important
  }

  .md\:m-4 {
    margin: 1rem !important
  }

  .md\:m-5 {
    margin: 1.25rem !important
  }

  .md\:m-6 {
    margin: 1.5rem !important
  }

  .md\:m-7 {
    margin: 1.8rem !important
  }

  .md\:m-8 {
    margin: 2rem !important
  }

  .md\:m-9 {
    margin: 2.4rem !important
  }

  .md\:m-10 {
    margin: 2.5rem !important
  }

  .md\:m-11 {
    margin: 2.6rem !important
  }

  .md\:m-12 {
    margin: 3rem !important
  }

  .md\:m-14 {
    margin: 3.6rem !important
  }

  .md\:m-15 {
    margin: 3.8rem !important
  }

  .md\:m-16 {
    margin: 4rem !important
  }

  .md\:m-18 {
    margin: 4.5rem !important
  }

  .md\:m-20 {
    margin: 5rem !important
  }

  .md\:m-21 {
    margin: 5.3rem !important
  }

  .md\:m-22 {
    margin: 5.7rem !important
  }

  .md\:m-24 {
    margin: 6rem !important
  }

  .md\:m-28 {
    margin: 7rem !important
  }

  .md\:m-30 {
    margin: 7.6rem !important
  }

  .md\:m-32 {
    margin: 8rem !important
  }

  .md\:m-36 {
    margin: 9.1rem !important
  }

  .md\:m-40 {
    margin: 10rem !important
  }

  .md\:m-46 {
    margin: 11.7rem !important
  }

  .md\:m-48 {
    margin: 12rem !important
  }

  .md\:m-56 {
    margin: 14rem !important
  }

  .md\:m-58 {
    margin: 14.7rem !important
  }

  .md\:m-62 {
    margin: 15.7rem !important
  }

  .md\:m-64 {
    margin: 16rem !important
  }

  .md\:m-69 {
    margin: 17.1rem !important
  }

  .md\:m-71 {
    margin: 17.9rem !important
  }

  .md\:m-72 {
    margin: 18.1rem !important
  }

  .md\:m-80 {
    margin: 20rem !important
  }

  .md\:m-100 {
    margin: 25rem !important
  }

  .md\:m-112 {
    margin: 28rem !important
  }

  .md\:m-128 {
    margin: 32rem !important
  }

  .md\:m-143 {
    margin: 35.9rem !important
  }

  .md\:m-149 {
    margin: 37.4rem !important
  }

  .md\:m-240 {
    margin: 60rem !important
  }

  .md\:m-280 {
    margin: 70rem !important
  }

  .md\:m-291 {
    margin: 72.9rem !important
  }

  .md\:m-316 {
    margin: 79rem !important
  }

  .md\:m-auto {
    margin: auto !important
  }

  .md\:m-px {
    margin: 1px !important
  }

  .md\:-m-1 {
    margin: -0.25rem !important
  }

  .md\:-m-2 {
    margin: -0.5rem !important
  }

  .md\:-m-3 {
    margin: -0.75rem !important
  }

  .md\:-m-4 {
    margin: -1rem !important
  }

  .md\:-m-5 {
    margin: -1.25rem !important
  }

  .md\:-m-6 {
    margin: -1.5rem !important
  }

  .md\:-m-7 {
    margin: -1.8rem !important
  }

  .md\:-m-8 {
    margin: -2rem !important
  }

  .md\:-m-9 {
    margin: -2.4rem !important
  }

  .md\:-m-10 {
    margin: -2.5rem !important
  }

  .md\:-m-11 {
    margin: -2.6rem !important
  }

  .md\:-m-12 {
    margin: -3rem !important
  }

  .md\:-m-14 {
    margin: -3.6rem !important
  }

  .md\:-m-15 {
    margin: -3.8rem !important
  }

  .md\:-m-16 {
    margin: -4rem !important
  }

  .md\:-m-18 {
    margin: -4.5rem !important
  }

  .md\:-m-20 {
    margin: -5rem !important
  }

  .md\:-m-21 {
    margin: -5.3rem !important
  }

  .md\:-m-22 {
    margin: -5.7rem !important
  }

  .md\:-m-24 {
    margin: -6rem !important
  }

  .md\:-m-28 {
    margin: -7rem !important
  }

  .md\:-m-30 {
    margin: -7.6rem !important
  }

  .md\:-m-32 {
    margin: -8rem !important
  }

  .md\:-m-36 {
    margin: -9.1rem !important
  }

  .md\:-m-40 {
    margin: -10rem !important
  }

  .md\:-m-46 {
    margin: -11.7rem !important
  }

  .md\:-m-48 {
    margin: -12rem !important
  }

  .md\:-m-56 {
    margin: -14rem !important
  }

  .md\:-m-58 {
    margin: -14.7rem !important
  }

  .md\:-m-62 {
    margin: -15.7rem !important
  }

  .md\:-m-64 {
    margin: -16rem !important
  }

  .md\:-m-69 {
    margin: -17.1rem !important
  }

  .md\:-m-71 {
    margin: -17.9rem !important
  }

  .md\:-m-72 {
    margin: -18.1rem !important
  }

  .md\:-m-80 {
    margin: -20rem !important
  }

  .md\:-m-100 {
    margin: -25rem !important
  }

  .md\:-m-112 {
    margin: -28rem !important
  }

  .md\:-m-128 {
    margin: -32rem !important
  }

  .md\:-m-143 {
    margin: -35.9rem !important
  }

  .md\:-m-149 {
    margin: -37.4rem !important
  }

  .md\:-m-240 {
    margin: -60rem !important
  }

  .md\:-m-280 {
    margin: -70rem !important
  }

  .md\:-m-291 {
    margin: -72.9rem !important
  }

  .md\:-m-316 {
    margin: -79rem !important
  }

  .md\:-m-px {
    margin: -1px !important
  }

  .md\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .md\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .md\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important
  }

  .md\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important
  }

  .md\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important
  }

  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important
  }

  .md\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important
  }

  .md\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important
  }

  .md\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .md\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
  }

  .md\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
  }

  .md\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .md\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .md\:my-7 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important
  }

  .md\:mx-7 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important
  }

  .md\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .md\:my-9 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important
  }

  .md\:mx-9 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important
  }

  .md\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }

  .md\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }

  .md\:my-11 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important
  }

  .md\:mx-11 {
    margin-left: 2.6rem !important;
    margin-right: 2.6rem !important
  }

  .md\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .md\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .md\:my-14 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important
  }

  .md\:mx-14 {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important
  }

  .md\:my-15 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important
  }

  .md\:mx-15 {
    margin-left: 3.8rem !important;
    margin-right: 3.8rem !important
  }

  .md\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .md\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .md\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
  }

  .md\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
  }

  .md\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .md\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .md\:my-21 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important
  }

  .md\:mx-21 {
    margin-left: 5.3rem !important;
    margin-right: 5.3rem !important
  }

  .md\:my-22 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important
  }

  .md\:mx-22 {
    margin-left: 5.7rem !important;
    margin-right: 5.7rem !important
  }

  .md\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .md\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .md\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important
  }

  .md\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .md\:my-30 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important
  }

  .md\:mx-30 {
    margin-left: 7.6rem !important;
    margin-right: 7.6rem !important
  }

  .md\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
  }

  .md\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .md\:my-36 {
    margin-top: 9.1rem !important;
    margin-bottom: 9.1rem !important
  }

  .md\:mx-36 {
    margin-left: 9.1rem !important;
    margin-right: 9.1rem !important
  }

  .md\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important
  }

  .md\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important
  }

  .md\:my-46 {
    margin-top: 11.7rem !important;
    margin-bottom: 11.7rem !important
  }

  .md\:mx-46 {
    margin-left: 11.7rem !important;
    margin-right: 11.7rem !important
  }

  .md\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important
  }

  .md\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important
  }

  .md\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important
  }

  .md\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important
  }

  .md\:my-58 {
    margin-top: 14.7rem !important;
    margin-bottom: 14.7rem !important
  }

  .md\:mx-58 {
    margin-left: 14.7rem !important;
    margin-right: 14.7rem !important
  }

  .md\:my-62 {
    margin-top: 15.7rem !important;
    margin-bottom: 15.7rem !important
  }

  .md\:mx-62 {
    margin-left: 15.7rem !important;
    margin-right: 15.7rem !important
  }

  .md\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important
  }

  .md\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important
  }

  .md\:my-69 {
    margin-top: 17.1rem !important;
    margin-bottom: 17.1rem !important
  }

  .md\:mx-69 {
    margin-left: 17.1rem !important;
    margin-right: 17.1rem !important
  }

  .md\:my-71 {
    margin-top: 17.9rem !important;
    margin-bottom: 17.9rem !important
  }

  .md\:mx-71 {
    margin-left: 17.9rem !important;
    margin-right: 17.9rem !important
  }

  .md\:my-72 {
    margin-top: 18.1rem !important;
    margin-bottom: 18.1rem !important
  }

  .md\:mx-72 {
    margin-left: 18.1rem !important;
    margin-right: 18.1rem !important
  }

  .md\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important
  }

  .md\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important
  }

  .md\:my-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important
  }

  .md\:mx-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important
  }

  .md\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important
  }

  .md\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important
  }

  .md\:my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important
  }

  .md\:mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important
  }

  .md\:my-143 {
    margin-top: 35.9rem !important;
    margin-bottom: 35.9rem !important
  }

  .md\:mx-143 {
    margin-left: 35.9rem !important;
    margin-right: 35.9rem !important
  }

  .md\:my-149 {
    margin-top: 37.4rem !important;
    margin-bottom: 37.4rem !important
  }

  .md\:mx-149 {
    margin-left: 37.4rem !important;
    margin-right: 37.4rem !important
  }

  .md\:my-240 {
    margin-top: 60rem !important;
    margin-bottom: 60rem !important
  }

  .md\:mx-240 {
    margin-left: 60rem !important;
    margin-right: 60rem !important
  }

  .md\:my-280 {
    margin-top: 70rem !important;
    margin-bottom: 70rem !important
  }

  .md\:mx-280 {
    margin-left: 70rem !important;
    margin-right: 70rem !important
  }

  .md\:my-291 {
    margin-top: 72.9rem !important;
    margin-bottom: 72.9rem !important
  }

  .md\:mx-291 {
    margin-left: 72.9rem !important;
    margin-right: 72.9rem !important
  }

  .md\:my-316 {
    margin-top: 79rem !important;
    margin-bottom: 79rem !important
  }

  .md\:mx-316 {
    margin-left: 79rem !important;
    margin-right: 79rem !important
  }

  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .md\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important
  }

  .md\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important
  }

  .md\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important
  }

  .md\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important
  }

  .md\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important
  }

  .md\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important
  }

  .md\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important
  }

  .md\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important
  }

  .md\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
  }

  .md\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .md\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important
  }

  .md\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important
  }

  .md\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
  }

  .md\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .md\:-my-7 {
    margin-top: -1.8rem !important;
    margin-bottom: -1.8rem !important
  }

  .md\:-mx-7 {
    margin-left: -1.8rem !important;
    margin-right: -1.8rem !important
  }

  .md\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important
  }

  .md\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
  }

  .md\:-my-9 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important
  }

  .md\:-mx-9 {
    margin-left: -2.4rem !important;
    margin-right: -2.4rem !important
  }

  .md\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important
  }

  .md\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important
  }

  .md\:-my-11 {
    margin-top: -2.6rem !important;
    margin-bottom: -2.6rem !important
  }

  .md\:-mx-11 {
    margin-left: -2.6rem !important;
    margin-right: -2.6rem !important
  }

  .md\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
  }

  .md\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .md\:-my-14 {
    margin-top: -3.6rem !important;
    margin-bottom: -3.6rem !important
  }

  .md\:-mx-14 {
    margin-left: -3.6rem !important;
    margin-right: -3.6rem !important
  }

  .md\:-my-15 {
    margin-top: -3.8rem !important;
    margin-bottom: -3.8rem !important
  }

  .md\:-mx-15 {
    margin-left: -3.8rem !important;
    margin-right: -3.8rem !important
  }

  .md\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important
  }

  .md\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .md\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important
  }

  .md\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important
  }

  .md\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important
  }

  .md\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .md\:-my-21 {
    margin-top: -5.3rem !important;
    margin-bottom: -5.3rem !important
  }

  .md\:-mx-21 {
    margin-left: -5.3rem !important;
    margin-right: -5.3rem !important
  }

  .md\:-my-22 {
    margin-top: -5.7rem !important;
    margin-bottom: -5.7rem !important
  }

  .md\:-mx-22 {
    margin-left: -5.7rem !important;
    margin-right: -5.7rem !important
  }

  .md\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important
  }

  .md\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .md\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important
  }

  .md\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important
  }

  .md\:-my-30 {
    margin-top: -7.6rem !important;
    margin-bottom: -7.6rem !important
  }

  .md\:-mx-30 {
    margin-left: -7.6rem !important;
    margin-right: -7.6rem !important
  }

  .md\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important
  }

  .md\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important
  }

  .md\:-my-36 {
    margin-top: -9.1rem !important;
    margin-bottom: -9.1rem !important
  }

  .md\:-mx-36 {
    margin-left: -9.1rem !important;
    margin-right: -9.1rem !important
  }

  .md\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important
  }

  .md\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important
  }

  .md\:-my-46 {
    margin-top: -11.7rem !important;
    margin-bottom: -11.7rem !important
  }

  .md\:-mx-46 {
    margin-left: -11.7rem !important;
    margin-right: -11.7rem !important
  }

  .md\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important
  }

  .md\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important
  }

  .md\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important
  }

  .md\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important
  }

  .md\:-my-58 {
    margin-top: -14.7rem !important;
    margin-bottom: -14.7rem !important
  }

  .md\:-mx-58 {
    margin-left: -14.7rem !important;
    margin-right: -14.7rem !important
  }

  .md\:-my-62 {
    margin-top: -15.7rem !important;
    margin-bottom: -15.7rem !important
  }

  .md\:-mx-62 {
    margin-left: -15.7rem !important;
    margin-right: -15.7rem !important
  }

  .md\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important
  }

  .md\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important
  }

  .md\:-my-69 {
    margin-top: -17.1rem !important;
    margin-bottom: -17.1rem !important
  }

  .md\:-mx-69 {
    margin-left: -17.1rem !important;
    margin-right: -17.1rem !important
  }

  .md\:-my-71 {
    margin-top: -17.9rem !important;
    margin-bottom: -17.9rem !important
  }

  .md\:-mx-71 {
    margin-left: -17.9rem !important;
    margin-right: -17.9rem !important
  }

  .md\:-my-72 {
    margin-top: -18.1rem !important;
    margin-bottom: -18.1rem !important
  }

  .md\:-mx-72 {
    margin-left: -18.1rem !important;
    margin-right: -18.1rem !important
  }

  .md\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important
  }

  .md\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important
  }

  .md\:-my-100 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important
  }

  .md\:-mx-100 {
    margin-left: -25rem !important;
    margin-right: -25rem !important
  }

  .md\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important
  }

  .md\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important
  }

  .md\:-my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important
  }

  .md\:-mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important
  }

  .md\:-my-143 {
    margin-top: -35.9rem !important;
    margin-bottom: -35.9rem !important
  }

  .md\:-mx-143 {
    margin-left: -35.9rem !important;
    margin-right: -35.9rem !important
  }

  .md\:-my-149 {
    margin-top: -37.4rem !important;
    margin-bottom: -37.4rem !important
  }

  .md\:-mx-149 {
    margin-left: -37.4rem !important;
    margin-right: -37.4rem !important
  }

  .md\:-my-240 {
    margin-top: -60rem !important;
    margin-bottom: -60rem !important
  }

  .md\:-mx-240 {
    margin-left: -60rem !important;
    margin-right: -60rem !important
  }

  .md\:-my-280 {
    margin-top: -70rem !important;
    margin-bottom: -70rem !important
  }

  .md\:-mx-280 {
    margin-left: -70rem !important;
    margin-right: -70rem !important
  }

  .md\:-my-291 {
    margin-top: -72.9rem !important;
    margin-bottom: -72.9rem !important
  }

  .md\:-mx-291 {
    margin-left: -72.9rem !important;
    margin-right: -72.9rem !important
  }

  .md\:-my-316 {
    margin-top: -79rem !important;
    margin-bottom: -79rem !important
  }

  .md\:-mx-316 {
    margin-left: -79rem !important;
    margin-right: -79rem !important
  }

  .md\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important
  }

  .md\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important
  }

  .md\:mt-0 {
    margin-top: 0 !important
  }

  .md\:mr-0 {
    margin-right: 0 !important
  }

  .md\:mb-0 {
    margin-bottom: 0 !important
  }

  .md\:ml-0 {
    margin-left: 0 !important
  }

  .md\:mt-1 {
    margin-top: 0.25rem !important
  }

  .md\:mr-1 {
    margin-right: 0.25rem !important
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem !important
  }

  .md\:ml-1 {
    margin-left: 0.25rem !important
  }

  .md\:mt-2 {
    margin-top: 0.5rem !important
  }

  .md\:mr-2 {
    margin-right: 0.5rem !important
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem !important
  }

  .md\:ml-2 {
    margin-left: 0.5rem !important
  }

  .md\:mt-3 {
    margin-top: 0.75rem !important
  }

  .md\:mr-3 {
    margin-right: 0.75rem !important
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem !important
  }

  .md\:ml-3 {
    margin-left: 0.75rem !important
  }

  .md\:mt-4 {
    margin-top: 1rem !important
  }

  .md\:mr-4 {
    margin-right: 1rem !important
  }

  .md\:mb-4 {
    margin-bottom: 1rem !important
  }

  .md\:ml-4 {
    margin-left: 1rem !important
  }

  .md\:mt-5 {
    margin-top: 1.25rem !important
  }

  .md\:mr-5 {
    margin-right: 1.25rem !important
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem !important
  }

  .md\:ml-5 {
    margin-left: 1.25rem !important
  }

  .md\:mt-6 {
    margin-top: 1.5rem !important
  }

  .md\:mr-6 {
    margin-right: 1.5rem !important
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem !important
  }

  .md\:ml-6 {
    margin-left: 1.5rem !important
  }

  .md\:mt-7 {
    margin-top: 1.8rem !important
  }

  .md\:mr-7 {
    margin-right: 1.8rem !important
  }

  .md\:mb-7 {
    margin-bottom: 1.8rem !important
  }

  .md\:ml-7 {
    margin-left: 1.8rem !important
  }

  .md\:mt-8 {
    margin-top: 2rem !important
  }

  .md\:mr-8 {
    margin-right: 2rem !important
  }

  .md\:mb-8 {
    margin-bottom: 2rem !important
  }

  .md\:ml-8 {
    margin-left: 2rem !important
  }

  .md\:mt-9 {
    margin-top: 2.4rem !important
  }

  .md\:mr-9 {
    margin-right: 2.4rem !important
  }

  .md\:mb-9 {
    margin-bottom: 2.4rem !important
  }

  .md\:ml-9 {
    margin-left: 2.4rem !important
  }

  .md\:mt-10 {
    margin-top: 2.5rem !important
  }

  .md\:mr-10 {
    margin-right: 2.5rem !important
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem !important
  }

  .md\:ml-10 {
    margin-left: 2.5rem !important
  }

  .md\:mt-11 {
    margin-top: 2.6rem !important
  }

  .md\:mr-11 {
    margin-right: 2.6rem !important
  }

  .md\:mb-11 {
    margin-bottom: 2.6rem !important
  }

  .md\:ml-11 {
    margin-left: 2.6rem !important
  }

  .md\:mt-12 {
    margin-top: 3rem !important
  }

  .md\:mr-12 {
    margin-right: 3rem !important
  }

  .md\:mb-12 {
    margin-bottom: 3rem !important
  }

  .md\:ml-12 {
    margin-left: 3rem !important
  }

  .md\:mt-14 {
    margin-top: 3.6rem !important
  }

  .md\:mr-14 {
    margin-right: 3.6rem !important
  }

  .md\:mb-14 {
    margin-bottom: 3.6rem !important
  }

  .md\:ml-14 {
    margin-left: 3.6rem !important
  }

  .md\:mt-15 {
    margin-top: 3.8rem !important
  }

  .md\:mr-15 {
    margin-right: 3.8rem !important
  }

  .md\:mb-15 {
    margin-bottom: 3.8rem !important
  }

  .md\:ml-15 {
    margin-left: 3.8rem !important
  }

  .md\:mt-16 {
    margin-top: 4rem !important
  }

  .md\:mr-16 {
    margin-right: 4rem !important
  }

  .md\:mb-16 {
    margin-bottom: 4rem !important
  }

  .md\:ml-16 {
    margin-left: 4rem !important
  }

  .md\:mt-18 {
    margin-top: 4.5rem !important
  }

  .md\:mr-18 {
    margin-right: 4.5rem !important
  }

  .md\:mb-18 {
    margin-bottom: 4.5rem !important
  }

  .md\:ml-18 {
    margin-left: 4.5rem !important
  }

  .md\:mt-20 {
    margin-top: 5rem !important
  }

  .md\:mr-20 {
    margin-right: 5rem !important
  }

  .md\:mb-20 {
    margin-bottom: 5rem !important
  }

  .md\:ml-20 {
    margin-left: 5rem !important
  }

  .md\:mt-21 {
    margin-top: 5.3rem !important
  }

  .md\:mr-21 {
    margin-right: 5.3rem !important
  }

  .md\:mb-21 {
    margin-bottom: 5.3rem !important
  }

  .md\:ml-21 {
    margin-left: 5.3rem !important
  }

  .md\:mt-22 {
    margin-top: 5.7rem !important
  }

  .md\:mr-22 {
    margin-right: 5.7rem !important
  }

  .md\:mb-22 {
    margin-bottom: 5.7rem !important
  }

  .md\:ml-22 {
    margin-left: 5.7rem !important
  }

  .md\:mt-24 {
    margin-top: 6rem !important
  }

  .md\:mr-24 {
    margin-right: 6rem !important
  }

  .md\:mb-24 {
    margin-bottom: 6rem !important
  }

  .md\:ml-24 {
    margin-left: 6rem !important
  }

  .md\:mt-28 {
    margin-top: 7rem !important
  }

  .md\:mr-28 {
    margin-right: 7rem !important
  }

  .md\:mb-28 {
    margin-bottom: 7rem !important
  }

  .md\:ml-28 {
    margin-left: 7rem !important
  }

  .md\:mt-30 {
    margin-top: 7.6rem !important
  }

  .md\:mr-30 {
    margin-right: 7.6rem !important
  }

  .md\:mb-30 {
    margin-bottom: 7.6rem !important
  }

  .md\:ml-30 {
    margin-left: 7.6rem !important
  }

  .md\:mt-32 {
    margin-top: 8rem !important
  }

  .md\:mr-32 {
    margin-right: 8rem !important
  }

  .md\:mb-32 {
    margin-bottom: 8rem !important
  }

  .md\:ml-32 {
    margin-left: 8rem !important
  }

  .md\:mt-36 {
    margin-top: 9.1rem !important
  }

  .md\:mr-36 {
    margin-right: 9.1rem !important
  }

  .md\:mb-36 {
    margin-bottom: 9.1rem !important
  }

  .md\:ml-36 {
    margin-left: 9.1rem !important
  }

  .md\:mt-40 {
    margin-top: 10rem !important
  }

  .md\:mr-40 {
    margin-right: 10rem !important
  }

  .md\:mb-40 {
    margin-bottom: 10rem !important
  }

  .md\:ml-40 {
    margin-left: 10rem !important
  }

  .md\:mt-46 {
    margin-top: 11.7rem !important
  }

  .md\:mr-46 {
    margin-right: 11.7rem !important
  }

  .md\:mb-46 {
    margin-bottom: 11.7rem !important
  }

  .md\:ml-46 {
    margin-left: 11.7rem !important
  }

  .md\:mt-48 {
    margin-top: 12rem !important
  }

  .md\:mr-48 {
    margin-right: 12rem !important
  }

  .md\:mb-48 {
    margin-bottom: 12rem !important
  }

  .md\:ml-48 {
    margin-left: 12rem !important
  }

  .md\:mt-56 {
    margin-top: 14rem !important
  }

  .md\:mr-56 {
    margin-right: 14rem !important
  }

  .md\:mb-56 {
    margin-bottom: 14rem !important
  }

  .md\:ml-56 {
    margin-left: 14rem !important
  }

  .md\:mt-58 {
    margin-top: 14.7rem !important
  }

  .md\:mr-58 {
    margin-right: 14.7rem !important
  }

  .md\:mb-58 {
    margin-bottom: 14.7rem !important
  }

  .md\:ml-58 {
    margin-left: 14.7rem !important
  }

  .md\:mt-62 {
    margin-top: 15.7rem !important
  }

  .md\:mr-62 {
    margin-right: 15.7rem !important
  }

  .md\:mb-62 {
    margin-bottom: 15.7rem !important
  }

  .md\:ml-62 {
    margin-left: 15.7rem !important
  }

  .md\:mt-64 {
    margin-top: 16rem !important
  }

  .md\:mr-64 {
    margin-right: 16rem !important
  }

  .md\:mb-64 {
    margin-bottom: 16rem !important
  }

  .md\:ml-64 {
    margin-left: 16rem !important
  }

  .md\:mt-69 {
    margin-top: 17.1rem !important
  }

  .md\:mr-69 {
    margin-right: 17.1rem !important
  }

  .md\:mb-69 {
    margin-bottom: 17.1rem !important
  }

  .md\:ml-69 {
    margin-left: 17.1rem !important
  }

  .md\:mt-71 {
    margin-top: 17.9rem !important
  }

  .md\:mr-71 {
    margin-right: 17.9rem !important
  }

  .md\:mb-71 {
    margin-bottom: 17.9rem !important
  }

  .md\:ml-71 {
    margin-left: 17.9rem !important
  }

  .md\:mt-72 {
    margin-top: 18.1rem !important
  }

  .md\:mr-72 {
    margin-right: 18.1rem !important
  }

  .md\:mb-72 {
    margin-bottom: 18.1rem !important
  }

  .md\:ml-72 {
    margin-left: 18.1rem !important
  }

  .md\:mt-80 {
    margin-top: 20rem !important
  }

  .md\:mr-80 {
    margin-right: 20rem !important
  }

  .md\:mb-80 {
    margin-bottom: 20rem !important
  }

  .md\:ml-80 {
    margin-left: 20rem !important
  }

  .md\:mt-100 {
    margin-top: 25rem !important
  }

  .md\:mr-100 {
    margin-right: 25rem !important
  }

  .md\:mb-100 {
    margin-bottom: 25rem !important
  }

  .md\:ml-100 {
    margin-left: 25rem !important
  }

  .md\:mt-112 {
    margin-top: 28rem !important
  }

  .md\:mr-112 {
    margin-right: 28rem !important
  }

  .md\:mb-112 {
    margin-bottom: 28rem !important
  }

  .md\:ml-112 {
    margin-left: 28rem !important
  }

  .md\:mt-128 {
    margin-top: 32rem !important
  }

  .md\:mr-128 {
    margin-right: 32rem !important
  }

  .md\:mb-128 {
    margin-bottom: 32rem !important
  }

  .md\:ml-128 {
    margin-left: 32rem !important
  }

  .md\:mt-143 {
    margin-top: 35.9rem !important
  }

  .md\:mr-143 {
    margin-right: 35.9rem !important
  }

  .md\:mb-143 {
    margin-bottom: 35.9rem !important
  }

  .md\:ml-143 {
    margin-left: 35.9rem !important
  }

  .md\:mt-149 {
    margin-top: 37.4rem !important
  }

  .md\:mr-149 {
    margin-right: 37.4rem !important
  }

  .md\:mb-149 {
    margin-bottom: 37.4rem !important
  }

  .md\:ml-149 {
    margin-left: 37.4rem !important
  }

  .md\:mt-240 {
    margin-top: 60rem !important
  }

  .md\:mr-240 {
    margin-right: 60rem !important
  }

  .md\:mb-240 {
    margin-bottom: 60rem !important
  }

  .md\:ml-240 {
    margin-left: 60rem !important
  }

  .md\:mt-280 {
    margin-top: 70rem !important
  }

  .md\:mr-280 {
    margin-right: 70rem !important
  }

  .md\:mb-280 {
    margin-bottom: 70rem !important
  }

  .md\:ml-280 {
    margin-left: 70rem !important
  }

  .md\:mt-291 {
    margin-top: 72.9rem !important
  }

  .md\:mr-291 {
    margin-right: 72.9rem !important
  }

  .md\:mb-291 {
    margin-bottom: 72.9rem !important
  }

  .md\:ml-291 {
    margin-left: 72.9rem !important
  }

  .md\:mt-316 {
    margin-top: 79rem !important
  }

  .md\:mr-316 {
    margin-right: 79rem !important
  }

  .md\:mb-316 {
    margin-bottom: 79rem !important
  }

  .md\:ml-316 {
    margin-left: 79rem !important
  }

  .md\:mt-auto {
    margin-top: auto !important
  }

  .md\:mr-auto {
    margin-right: auto !important
  }

  .md\:mb-auto {
    margin-bottom: auto !important
  }

  .md\:ml-auto {
    margin-left: auto !important
  }

  .md\:mt-px {
    margin-top: 1px !important
  }

  .md\:mr-px {
    margin-right: 1px !important
  }

  .md\:mb-px {
    margin-bottom: 1px !important
  }

  .md\:ml-px {
    margin-left: 1px !important
  }

  .md\:-mt-1 {
    margin-top: -0.25rem !important
  }

  .md\:-mr-1 {
    margin-right: -0.25rem !important
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem !important
  }

  .md\:-ml-1 {
    margin-left: -0.25rem !important
  }

  .md\:-mt-2 {
    margin-top: -0.5rem !important
  }

  .md\:-mr-2 {
    margin-right: -0.5rem !important
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem !important
  }

  .md\:-ml-2 {
    margin-left: -0.5rem !important
  }

  .md\:-mt-3 {
    margin-top: -0.75rem !important
  }

  .md\:-mr-3 {
    margin-right: -0.75rem !important
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem !important
  }

  .md\:-ml-3 {
    margin-left: -0.75rem !important
  }

  .md\:-mt-4 {
    margin-top: -1rem !important
  }

  .md\:-mr-4 {
    margin-right: -1rem !important
  }

  .md\:-mb-4 {
    margin-bottom: -1rem !important
  }

  .md\:-ml-4 {
    margin-left: -1rem !important
  }

  .md\:-mt-5 {
    margin-top: -1.25rem !important
  }

  .md\:-mr-5 {
    margin-right: -1.25rem !important
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem !important
  }

  .md\:-ml-5 {
    margin-left: -1.25rem !important
  }

  .md\:-mt-6 {
    margin-top: -1.5rem !important
  }

  .md\:-mr-6 {
    margin-right: -1.5rem !important
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem !important
  }

  .md\:-ml-6 {
    margin-left: -1.5rem !important
  }

  .md\:-mt-7 {
    margin-top: -1.8rem !important
  }

  .md\:-mr-7 {
    margin-right: -1.8rem !important
  }

  .md\:-mb-7 {
    margin-bottom: -1.8rem !important
  }

  .md\:-ml-7 {
    margin-left: -1.8rem !important
  }

  .md\:-mt-8 {
    margin-top: -2rem !important
  }

  .md\:-mr-8 {
    margin-right: -2rem !important
  }

  .md\:-mb-8 {
    margin-bottom: -2rem !important
  }

  .md\:-ml-8 {
    margin-left: -2rem !important
  }

  .md\:-mt-9 {
    margin-top: -2.4rem !important
  }

  .md\:-mr-9 {
    margin-right: -2.4rem !important
  }

  .md\:-mb-9 {
    margin-bottom: -2.4rem !important
  }

  .md\:-ml-9 {
    margin-left: -2.4rem !important
  }

  .md\:-mt-10 {
    margin-top: -2.5rem !important
  }

  .md\:-mr-10 {
    margin-right: -2.5rem !important
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem !important
  }

  .md\:-ml-10 {
    margin-left: -2.5rem !important
  }

  .md\:-mt-11 {
    margin-top: -2.6rem !important
  }

  .md\:-mr-11 {
    margin-right: -2.6rem !important
  }

  .md\:-mb-11 {
    margin-bottom: -2.6rem !important
  }

  .md\:-ml-11 {
    margin-left: -2.6rem !important
  }

  .md\:-mt-12 {
    margin-top: -3rem !important
  }

  .md\:-mr-12 {
    margin-right: -3rem !important
  }

  .md\:-mb-12 {
    margin-bottom: -3rem !important
  }

  .md\:-ml-12 {
    margin-left: -3rem !important
  }

  .md\:-mt-14 {
    margin-top: -3.6rem !important
  }

  .md\:-mr-14 {
    margin-right: -3.6rem !important
  }

  .md\:-mb-14 {
    margin-bottom: -3.6rem !important
  }

  .md\:-ml-14 {
    margin-left: -3.6rem !important
  }

  .md\:-mt-15 {
    margin-top: -3.8rem !important
  }

  .md\:-mr-15 {
    margin-right: -3.8rem !important
  }

  .md\:-mb-15 {
    margin-bottom: -3.8rem !important
  }

  .md\:-ml-15 {
    margin-left: -3.8rem !important
  }

  .md\:-mt-16 {
    margin-top: -4rem !important
  }

  .md\:-mr-16 {
    margin-right: -4rem !important
  }

  .md\:-mb-16 {
    margin-bottom: -4rem !important
  }

  .md\:-ml-16 {
    margin-left: -4rem !important
  }

  .md\:-mt-18 {
    margin-top: -4.5rem !important
  }

  .md\:-mr-18 {
    margin-right: -4.5rem !important
  }

  .md\:-mb-18 {
    margin-bottom: -4.5rem !important
  }

  .md\:-ml-18 {
    margin-left: -4.5rem !important
  }

  .md\:-mt-20 {
    margin-top: -5rem !important
  }

  .md\:-mr-20 {
    margin-right: -5rem !important
  }

  .md\:-mb-20 {
    margin-bottom: -5rem !important
  }

  .md\:-ml-20 {
    margin-left: -5rem !important
  }

  .md\:-mt-21 {
    margin-top: -5.3rem !important
  }

  .md\:-mr-21 {
    margin-right: -5.3rem !important
  }

  .md\:-mb-21 {
    margin-bottom: -5.3rem !important
  }

  .md\:-ml-21 {
    margin-left: -5.3rem !important
  }

  .md\:-mt-22 {
    margin-top: -5.7rem !important
  }

  .md\:-mr-22 {
    margin-right: -5.7rem !important
  }

  .md\:-mb-22 {
    margin-bottom: -5.7rem !important
  }

  .md\:-ml-22 {
    margin-left: -5.7rem !important
  }

  .md\:-mt-24 {
    margin-top: -6rem !important
  }

  .md\:-mr-24 {
    margin-right: -6rem !important
  }

  .md\:-mb-24 {
    margin-bottom: -6rem !important
  }

  .md\:-ml-24 {
    margin-left: -6rem !important
  }

  .md\:-mt-28 {
    margin-top: -7rem !important
  }

  .md\:-mr-28 {
    margin-right: -7rem !important
  }

  .md\:-mb-28 {
    margin-bottom: -7rem !important
  }

  .md\:-ml-28 {
    margin-left: -7rem !important
  }

  .md\:-mt-30 {
    margin-top: -7.6rem !important
  }

  .md\:-mr-30 {
    margin-right: -7.6rem !important
  }

  .md\:-mb-30 {
    margin-bottom: -7.6rem !important
  }

  .md\:-ml-30 {
    margin-left: -7.6rem !important
  }

  .md\:-mt-32 {
    margin-top: -8rem !important
  }

  .md\:-mr-32 {
    margin-right: -8rem !important
  }

  .md\:-mb-32 {
    margin-bottom: -8rem !important
  }

  .md\:-ml-32 {
    margin-left: -8rem !important
  }

  .md\:-mt-36 {
    margin-top: -9.1rem !important
  }

  .md\:-mr-36 {
    margin-right: -9.1rem !important
  }

  .md\:-mb-36 {
    margin-bottom: -9.1rem !important
  }

  .md\:-ml-36 {
    margin-left: -9.1rem !important
  }

  .md\:-mt-40 {
    margin-top: -10rem !important
  }

  .md\:-mr-40 {
    margin-right: -10rem !important
  }

  .md\:-mb-40 {
    margin-bottom: -10rem !important
  }

  .md\:-ml-40 {
    margin-left: -10rem !important
  }

  .md\:-mt-46 {
    margin-top: -11.7rem !important
  }

  .md\:-mr-46 {
    margin-right: -11.7rem !important
  }

  .md\:-mb-46 {
    margin-bottom: -11.7rem !important
  }

  .md\:-ml-46 {
    margin-left: -11.7rem !important
  }

  .md\:-mt-48 {
    margin-top: -12rem !important
  }

  .md\:-mr-48 {
    margin-right: -12rem !important
  }

  .md\:-mb-48 {
    margin-bottom: -12rem !important
  }

  .md\:-ml-48 {
    margin-left: -12rem !important
  }

  .md\:-mt-56 {
    margin-top: -14rem !important
  }

  .md\:-mr-56 {
    margin-right: -14rem !important
  }

  .md\:-mb-56 {
    margin-bottom: -14rem !important
  }

  .md\:-ml-56 {
    margin-left: -14rem !important
  }

  .md\:-mt-58 {
    margin-top: -14.7rem !important
  }

  .md\:-mr-58 {
    margin-right: -14.7rem !important
  }

  .md\:-mb-58 {
    margin-bottom: -14.7rem !important
  }

  .md\:-ml-58 {
    margin-left: -14.7rem !important
  }

  .md\:-mt-62 {
    margin-top: -15.7rem !important
  }

  .md\:-mr-62 {
    margin-right: -15.7rem !important
  }

  .md\:-mb-62 {
    margin-bottom: -15.7rem !important
  }

  .md\:-ml-62 {
    margin-left: -15.7rem !important
  }

  .md\:-mt-64 {
    margin-top: -16rem !important
  }

  .md\:-mr-64 {
    margin-right: -16rem !important
  }

  .md\:-mb-64 {
    margin-bottom: -16rem !important
  }

  .md\:-ml-64 {
    margin-left: -16rem !important
  }

  .md\:-mt-69 {
    margin-top: -17.1rem !important
  }

  .md\:-mr-69 {
    margin-right: -17.1rem !important
  }

  .md\:-mb-69 {
    margin-bottom: -17.1rem !important
  }

  .md\:-ml-69 {
    margin-left: -17.1rem !important
  }

  .md\:-mt-71 {
    margin-top: -17.9rem !important
  }

  .md\:-mr-71 {
    margin-right: -17.9rem !important
  }

  .md\:-mb-71 {
    margin-bottom: -17.9rem !important
  }

  .md\:-ml-71 {
    margin-left: -17.9rem !important
  }

  .md\:-mt-72 {
    margin-top: -18.1rem !important
  }

  .md\:-mr-72 {
    margin-right: -18.1rem !important
  }

  .md\:-mb-72 {
    margin-bottom: -18.1rem !important
  }

  .md\:-ml-72 {
    margin-left: -18.1rem !important
  }

  .md\:-mt-80 {
    margin-top: -20rem !important
  }

  .md\:-mr-80 {
    margin-right: -20rem !important
  }

  .md\:-mb-80 {
    margin-bottom: -20rem !important
  }

  .md\:-ml-80 {
    margin-left: -20rem !important
  }

  .md\:-mt-100 {
    margin-top: -25rem !important
  }

  .md\:-mr-100 {
    margin-right: -25rem !important
  }

  .md\:-mb-100 {
    margin-bottom: -25rem !important
  }

  .md\:-ml-100 {
    margin-left: -25rem !important
  }

  .md\:-mt-112 {
    margin-top: -28rem !important
  }

  .md\:-mr-112 {
    margin-right: -28rem !important
  }

  .md\:-mb-112 {
    margin-bottom: -28rem !important
  }

  .md\:-ml-112 {
    margin-left: -28rem !important
  }

  .md\:-mt-128 {
    margin-top: -32rem !important
  }

  .md\:-mr-128 {
    margin-right: -32rem !important
  }

  .md\:-mb-128 {
    margin-bottom: -32rem !important
  }

  .md\:-ml-128 {
    margin-left: -32rem !important
  }

  .md\:-mt-143 {
    margin-top: -35.9rem !important
  }

  .md\:-mr-143 {
    margin-right: -35.9rem !important
  }

  .md\:-mb-143 {
    margin-bottom: -35.9rem !important
  }

  .md\:-ml-143 {
    margin-left: -35.9rem !important
  }

  .md\:-mt-149 {
    margin-top: -37.4rem !important
  }

  .md\:-mr-149 {
    margin-right: -37.4rem !important
  }

  .md\:-mb-149 {
    margin-bottom: -37.4rem !important
  }

  .md\:-ml-149 {
    margin-left: -37.4rem !important
  }

  .md\:-mt-240 {
    margin-top: -60rem !important
  }

  .md\:-mr-240 {
    margin-right: -60rem !important
  }

  .md\:-mb-240 {
    margin-bottom: -60rem !important
  }

  .md\:-ml-240 {
    margin-left: -60rem !important
  }

  .md\:-mt-280 {
    margin-top: -70rem !important
  }

  .md\:-mr-280 {
    margin-right: -70rem !important
  }

  .md\:-mb-280 {
    margin-bottom: -70rem !important
  }

  .md\:-ml-280 {
    margin-left: -70rem !important
  }

  .md\:-mt-291 {
    margin-top: -72.9rem !important
  }

  .md\:-mr-291 {
    margin-right: -72.9rem !important
  }

  .md\:-mb-291 {
    margin-bottom: -72.9rem !important
  }

  .md\:-ml-291 {
    margin-left: -72.9rem !important
  }

  .md\:-mt-316 {
    margin-top: -79rem !important
  }

  .md\:-mr-316 {
    margin-right: -79rem !important
  }

  .md\:-mb-316 {
    margin-bottom: -79rem !important
  }

  .md\:-ml-316 {
    margin-left: -79rem !important
  }

  .md\:-mt-px {
    margin-top: -1px !important
  }

  .md\:-mr-px {
    margin-right: -1px !important
  }

  .md\:-mb-px {
    margin-bottom: -1px !important
  }

  .md\:-ml-px {
    margin-left: -1px !important
  }

  .md\:max-h-full {
    max-height: 100% !important
  }

  .md\:max-h-screen {
    max-height: 100vh !important
  }

  .md\:max-w-0 {
    max-width: 0 !important
  }

  .md\:max-w-1 {
    max-width: 0.25rem !important
  }

  .md\:max-w-2 {
    max-width: 0.5rem !important
  }

  .md\:max-w-3 {
    max-width: 0.75rem !important
  }

  .md\:max-w-4 {
    max-width: 1rem !important
  }

  .md\:max-w-5 {
    max-width: 1.25rem !important
  }

  .md\:max-w-6 {
    max-width: 1.5rem !important
  }

  .md\:max-w-7 {
    max-width: 1.8rem !important
  }

  .md\:max-w-8 {
    max-width: 2rem !important
  }

  .md\:max-w-9 {
    max-width: 2.4rem !important
  }

  .md\:max-w-10 {
    max-width: 2.5rem !important
  }

  .md\:max-w-11 {
    max-width: 2.6rem !important
  }

  .md\:max-w-12 {
    max-width: 3rem !important
  }

  .md\:max-w-14 {
    max-width: 3.6rem !important
  }

  .md\:max-w-15 {
    max-width: 3.8rem !important
  }

  .md\:max-w-16 {
    max-width: 4rem !important
  }

  .md\:max-w-18 {
    max-width: 4.5rem !important
  }

  .md\:max-w-20 {
    max-width: 5rem !important
  }

  .md\:max-w-21 {
    max-width: 5.3rem !important
  }

  .md\:max-w-22 {
    max-width: 5.7rem !important
  }

  .md\:max-w-24 {
    max-width: 6rem !important
  }

  .md\:max-w-28 {
    max-width: 7rem !important
  }

  .md\:max-w-30 {
    max-width: 7.6rem !important
  }

  .md\:max-w-32 {
    max-width: 8rem !important
  }

  .md\:max-w-36 {
    max-width: 9.1rem !important
  }

  .md\:max-w-40 {
    max-width: 10rem !important
  }

  .md\:max-w-46 {
    max-width: 11.7rem !important
  }

  .md\:max-w-48 {
    max-width: 12rem !important
  }

  .md\:max-w-56 {
    max-width: 14rem !important
  }

  .md\:max-w-58 {
    max-width: 14.7rem !important
  }

  .md\:max-w-62 {
    max-width: 15.7rem !important
  }

  .md\:max-w-64 {
    max-width: 16rem !important
  }

  .md\:max-w-69 {
    max-width: 17.1rem !important
  }

  .md\:max-w-71 {
    max-width: 17.9rem !important
  }

  .md\:max-w-72 {
    max-width: 18.1rem !important
  }

  .md\:max-w-80 {
    max-width: 20rem !important
  }

  .md\:max-w-100 {
    max-width: 25rem !important
  }

  .md\:max-w-112 {
    max-width: 28rem !important
  }

  .md\:max-w-128 {
    max-width: 32rem !important
  }

  .md\:max-w-143 {
    max-width: 35.9rem !important
  }

  .md\:max-w-149 {
    max-width: 37.4rem !important
  }

  .md\:max-w-240 {
    max-width: 60rem !important
  }

  .md\:max-w-280 {
    max-width: 70rem !important
  }

  .md\:max-w-291 {
    max-width: 72.9rem !important
  }

  .md\:max-w-316 {
    max-width: 79rem !important
  }

  .md\:max-w-auto {
    max-width: auto !important
  }

  .md\:max-w-xs {
    max-width: 20rem !important
  }

  .md\:max-w-sm {
    max-width: 30rem !important
  }

  .md\:max-w-md {
    max-width: 50rem !important
  }

  .md\:max-w-lg {
    max-width: 78rem !important
  }

  .md\:max-w-xl {
    max-width: 100rem !important
  }

  .md\:max-w-full {
    max-width: 100% !important
  }

  .md\:max-w-px {
    max-width: 1px !important
  }

  .md\:min-h-0 {
    min-height: 0 !important
  }

  .md\:min-h-69 {
    min-height: 17.3rem !important
  }

  .md\:min-h-120 {
    min-height: 30rem !important
  }

  .md\:min-h-full {
    min-height: 100% !important
  }

  .md\:min-h-screen {
    min-height: 100vh !important
  }

  .md\:min-w-0 {
    min-width: 0 !important
  }

  .md\:min-w-1 {
    min-width: 0.25rem !important
  }

  .md\:min-w-2 {
    min-width: 0.5rem !important
  }

  .md\:min-w-3 {
    min-width: 0.75rem !important
  }

  .md\:min-w-4 {
    min-width: 1rem !important
  }

  .md\:min-w-5 {
    min-width: 1.25rem !important
  }

  .md\:min-w-6 {
    min-width: 1.5rem !important
  }

  .md\:min-w-7 {
    min-width: 1.8rem !important
  }

  .md\:min-w-8 {
    min-width: 2rem !important
  }

  .md\:min-w-9 {
    min-width: 2.4rem !important
  }

  .md\:min-w-10 {
    min-width: 2.5rem !important
  }

  .md\:min-w-11 {
    min-width: 2.6rem !important
  }

  .md\:min-w-12 {
    min-width: 3rem !important
  }

  .md\:min-w-14 {
    min-width: 3.6rem !important
  }

  .md\:min-w-15 {
    min-width: 3.8rem !important
  }

  .md\:min-w-16 {
    min-width: 4rem !important
  }

  .md\:min-w-18 {
    min-width: 4.5rem !important
  }

  .md\:min-w-20 {
    min-width: 5rem !important
  }

  .md\:min-w-21 {
    min-width: 5.3rem !important
  }

  .md\:min-w-22 {
    min-width: 5.7rem !important
  }

  .md\:min-w-24 {
    min-width: 6rem !important
  }

  .md\:min-w-28 {
    min-width: 7rem !important
  }

  .md\:min-w-30 {
    min-width: 7.6rem !important
  }

  .md\:min-w-32 {
    min-width: 8rem !important
  }

  .md\:min-w-36 {
    min-width: 9.1rem !important
  }

  .md\:min-w-40 {
    min-width: 10rem !important
  }

  .md\:min-w-46 {
    min-width: 11.7rem !important
  }

  .md\:min-w-48 {
    min-width: 12rem !important
  }

  .md\:min-w-56 {
    min-width: 14rem !important
  }

  .md\:min-w-58 {
    min-width: 14.7rem !important
  }

  .md\:min-w-62 {
    min-width: 15.7rem !important
  }

  .md\:min-w-64 {
    min-width: 16rem !important
  }

  .md\:min-w-69 {
    min-width: 17.1rem !important
  }

  .md\:min-w-71 {
    min-width: 17.9rem !important
  }

  .md\:min-w-72 {
    min-width: 18.1rem !important
  }

  .md\:min-w-80 {
    min-width: 20rem !important
  }

  .md\:min-w-100 {
    min-width: 25rem !important
  }

  .md\:min-w-112 {
    min-width: 28rem !important
  }

  .md\:min-w-128 {
    min-width: 32rem !important
  }

  .md\:min-w-143 {
    min-width: 35.9rem !important
  }

  .md\:min-w-149 {
    min-width: 37.4rem !important
  }

  .md\:min-w-240 {
    min-width: 60rem !important
  }

  .md\:min-w-280 {
    min-width: 70rem !important
  }

  .md\:min-w-291 {
    min-width: 72.9rem !important
  }

  .md\:min-w-316 {
    min-width: 79rem !important
  }

  .md\:min-w-auto {
    min-width: auto !important
  }

  .md\:min-w-xs {
    min-width: 20rem !important
  }

  .md\:min-w-sm {
    min-width: 30rem !important
  }

  .md\:min-w-md {
    min-width: 50rem !important
  }

  .md\:min-w-lg {
    min-width: 78rem !important
  }

  .md\:min-w-xl {
    min-width: 100rem !important
  }

  .md\:min-w-full {
    min-width: 100% !important
  }

  .md\:min-w-px {
    min-width: 1px !important
  }

  .md\:opacity-0 {
    opacity: 0 !important
  }

  .md\:opacity-25 {
    opacity: 0.25 !important
  }

  .md\:opacity-50 {
    opacity: 0.5 !important
  }

  .md\:opacity-75 {
    opacity: 0.75 !important
  }

  .md\:opacity-100 {
    opacity: 1 !important
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0 !important
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25 !important
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5 !important
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75 !important
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1 !important
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0 !important
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25 !important
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5 !important
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75 !important
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1 !important
  }

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

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

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

  .md\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important
  }

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

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

  .md\:overflow-auto {
    overflow: auto !important
  }

  .md\:overflow-hidden {
    overflow: hidden !important
  }

  .md\:overflow-visible {
    overflow: visible !important
  }

  .md\:overflow-scroll {
    overflow: scroll !important
  }

  .md\:overflow-x-auto {
    overflow-x: auto !important
  }

  .md\:overflow-y-auto {
    overflow-y: auto !important
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden !important
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden !important
  }

  .md\:overflow-x-visible {
    overflow-x: visible !important
  }

  .md\:overflow-y-visible {
    overflow-y: visible !important
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll !important
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll !important
  }

  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important
  }

  .md\:p-0 {
    padding: 0 !important
  }

  .md\:p-1 {
    padding: 0.25rem !important
  }

  .md\:p-2 {
    padding: 0.5rem !important
  }

  .md\:p-3 {
    padding: 0.75rem !important
  }

  .md\:p-4 {
    padding: 1rem !important
  }

  .md\:p-5 {
    padding: 1.25rem !important
  }

  .md\:p-6 {
    padding: 1.5rem !important
  }

  .md\:p-7 {
    padding: 1.8rem !important
  }

  .md\:p-8 {
    padding: 2rem !important
  }

  .md\:p-9 {
    padding: 2.4rem !important
  }

  .md\:p-10 {
    padding: 2.5rem !important
  }

  .md\:p-11 {
    padding: 2.6rem !important
  }

  .md\:p-12 {
    padding: 3rem !important
  }

  .md\:p-14 {
    padding: 3.6rem !important
  }

  .md\:p-15 {
    padding: 3.8rem !important
  }

  .md\:p-16 {
    padding: 4rem !important
  }

  .md\:p-18 {
    padding: 4.5rem !important
  }

  .md\:p-20 {
    padding: 5rem !important
  }

  .md\:p-21 {
    padding: 5.3rem !important
  }

  .md\:p-22 {
    padding: 5.7rem !important
  }

  .md\:p-24 {
    padding: 6rem !important
  }

  .md\:p-28 {
    padding: 7rem !important
  }

  .md\:p-30 {
    padding: 7.6rem !important
  }

  .md\:p-32 {
    padding: 8rem !important
  }

  .md\:p-36 {
    padding: 9.1rem !important
  }

  .md\:p-40 {
    padding: 10rem !important
  }

  .md\:p-46 {
    padding: 11.7rem !important
  }

  .md\:p-48 {
    padding: 12rem !important
  }

  .md\:p-56 {
    padding: 14rem !important
  }

  .md\:p-58 {
    padding: 14.7rem !important
  }

  .md\:p-62 {
    padding: 15.7rem !important
  }

  .md\:p-64 {
    padding: 16rem !important
  }

  .md\:p-69 {
    padding: 17.1rem !important
  }

  .md\:p-71 {
    padding: 17.9rem !important
  }

  .md\:p-72 {
    padding: 18.1rem !important
  }

  .md\:p-80 {
    padding: 20rem !important
  }

  .md\:p-100 {
    padding: 25rem !important
  }

  .md\:p-112 {
    padding: 28rem !important
  }

  .md\:p-128 {
    padding: 32rem !important
  }

  .md\:p-143 {
    padding: 35.9rem !important
  }

  .md\:p-149 {
    padding: 37.4rem !important
  }

  .md\:p-240 {
    padding: 60rem !important
  }

  .md\:p-280 {
    padding: 70rem !important
  }

  .md\:p-291 {
    padding: 72.9rem !important
  }

  .md\:p-316 {
    padding: 79rem !important
  }

  .md\:p-px {
    padding: 1px !important
  }

  .md\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .md\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .md\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important
  }

  .md\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important
  }

  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
  }

  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important
  }

  .md\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important
  }

  .md\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important
  }

  .md\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .md\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
  }

  .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
  }

  .md\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .md\:py-7 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important
  }

  .md\:px-7 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important
  }

  .md\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .md\:py-9 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important
  }

  .md\:px-9 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important
  }

  .md\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }

  .md\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .md\:py-11 {
    padding-top: 2.6rem !important;
    padding-bottom: 2.6rem !important
  }

  .md\:px-11 {
    padding-left: 2.6rem !important;
    padding-right: 2.6rem !important
  }

  .md\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .md\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .md\:py-14 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important
  }

  .md\:px-14 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important
  }

  .md\:py-15 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important
  }

  .md\:px-15 {
    padding-left: 3.8rem !important;
    padding-right: 3.8rem !important
  }

  .md\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .md\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .md\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
  }

  .md\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
  }

  .md\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .md\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .md\:py-21 {
    padding-top: 5.3rem !important;
    padding-bottom: 5.3rem !important
  }

  .md\:px-21 {
    padding-left: 5.3rem !important;
    padding-right: 5.3rem !important
  }

  .md\:py-22 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important
  }

  .md\:px-22 {
    padding-left: 5.7rem !important;
    padding-right: 5.7rem !important
  }

  .md\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .md\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .md\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important
  }

  .md\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .md\:py-30 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important
  }

  .md\:px-30 {
    padding-left: 7.6rem !important;
    padding-right: 7.6rem !important
  }

  .md\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .md\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .md\:py-36 {
    padding-top: 9.1rem !important;
    padding-bottom: 9.1rem !important
  }

  .md\:px-36 {
    padding-left: 9.1rem !important;
    padding-right: 9.1rem !important
  }

  .md\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important
  }

  .md\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important
  }

  .md\:py-46 {
    padding-top: 11.7rem !important;
    padding-bottom: 11.7rem !important
  }

  .md\:px-46 {
    padding-left: 11.7rem !important;
    padding-right: 11.7rem !important
  }

  .md\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important
  }

  .md\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important
  }

  .md\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important
  }

  .md\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important
  }

  .md\:py-58 {
    padding-top: 14.7rem !important;
    padding-bottom: 14.7rem !important
  }

  .md\:px-58 {
    padding-left: 14.7rem !important;
    padding-right: 14.7rem !important
  }

  .md\:py-62 {
    padding-top: 15.7rem !important;
    padding-bottom: 15.7rem !important
  }

  .md\:px-62 {
    padding-left: 15.7rem !important;
    padding-right: 15.7rem !important
  }

  .md\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important
  }

  .md\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important
  }

  .md\:py-69 {
    padding-top: 17.1rem !important;
    padding-bottom: 17.1rem !important
  }

  .md\:px-69 {
    padding-left: 17.1rem !important;
    padding-right: 17.1rem !important
  }

  .md\:py-71 {
    padding-top: 17.9rem !important;
    padding-bottom: 17.9rem !important
  }

  .md\:px-71 {
    padding-left: 17.9rem !important;
    padding-right: 17.9rem !important
  }

  .md\:py-72 {
    padding-top: 18.1rem !important;
    padding-bottom: 18.1rem !important
  }

  .md\:px-72 {
    padding-left: 18.1rem !important;
    padding-right: 18.1rem !important
  }

  .md\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important
  }

  .md\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important
  }

  .md\:py-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important
  }

  .md\:px-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important
  }

  .md\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important
  }

  .md\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important
  }

  .md\:py-128 {
    padding-top: 32rem !important;
    padding-bottom: 32rem !important
  }

  .md\:px-128 {
    padding-left: 32rem !important;
    padding-right: 32rem !important
  }

  .md\:py-143 {
    padding-top: 35.9rem !important;
    padding-bottom: 35.9rem !important
  }

  .md\:px-143 {
    padding-left: 35.9rem !important;
    padding-right: 35.9rem !important
  }

  .md\:py-149 {
    padding-top: 37.4rem !important;
    padding-bottom: 37.4rem !important
  }

  .md\:px-149 {
    padding-left: 37.4rem !important;
    padding-right: 37.4rem !important
  }

  .md\:py-240 {
    padding-top: 60rem !important;
    padding-bottom: 60rem !important
  }

  .md\:px-240 {
    padding-left: 60rem !important;
    padding-right: 60rem !important
  }

  .md\:py-280 {
    padding-top: 70rem !important;
    padding-bottom: 70rem !important
  }

  .md\:px-280 {
    padding-left: 70rem !important;
    padding-right: 70rem !important
  }

  .md\:py-291 {
    padding-top: 72.9rem !important;
    padding-bottom: 72.9rem !important
  }

  .md\:px-291 {
    padding-left: 72.9rem !important;
    padding-right: 72.9rem !important
  }

  .md\:py-316 {
    padding-top: 79rem !important;
    padding-bottom: 79rem !important
  }

  .md\:px-316 {
    padding-left: 79rem !important;
    padding-right: 79rem !important
  }

  .md\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important
  }

  .md\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important
  }

  .md\:pt-0 {
    padding-top: 0 !important
  }

  .md\:pr-0 {
    padding-right: 0 !important
  }

  .md\:pb-0 {
    padding-bottom: 0 !important
  }

  .md\:pl-0 {
    padding-left: 0 !important
  }

  .md\:pt-1 {
    padding-top: 0.25rem !important
  }

  .md\:pr-1 {
    padding-right: 0.25rem !important
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem !important
  }

  .md\:pl-1 {
    padding-left: 0.25rem !important
  }

  .md\:pt-2 {
    padding-top: 0.5rem !important
  }

  .md\:pr-2 {
    padding-right: 0.5rem !important
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem !important
  }

  .md\:pl-2 {
    padding-left: 0.5rem !important
  }

  .md\:pt-3 {
    padding-top: 0.75rem !important
  }

  .md\:pr-3 {
    padding-right: 0.75rem !important
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem !important
  }

  .md\:pl-3 {
    padding-left: 0.75rem !important
  }

  .md\:pt-4 {
    padding-top: 1rem !important
  }

  .md\:pr-4 {
    padding-right: 1rem !important
  }

  .md\:pb-4 {
    padding-bottom: 1rem !important
  }

  .md\:pl-4 {
    padding-left: 1rem !important
  }

  .md\:pt-5 {
    padding-top: 1.25rem !important
  }

  .md\:pr-5 {
    padding-right: 1.25rem !important
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem !important
  }

  .md\:pl-5 {
    padding-left: 1.25rem !important
  }

  .md\:pt-6 {
    padding-top: 1.5rem !important
  }

  .md\:pr-6 {
    padding-right: 1.5rem !important
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem !important
  }

  .md\:pl-6 {
    padding-left: 1.5rem !important
  }

  .md\:pt-7 {
    padding-top: 1.8rem !important
  }

  .md\:pr-7 {
    padding-right: 1.8rem !important
  }

  .md\:pb-7 {
    padding-bottom: 1.8rem !important
  }

  .md\:pl-7 {
    padding-left: 1.8rem !important
  }

  .md\:pt-8 {
    padding-top: 2rem !important
  }

  .md\:pr-8 {
    padding-right: 2rem !important
  }

  .md\:pb-8 {
    padding-bottom: 2rem !important
  }

  .md\:pl-8 {
    padding-left: 2rem !important
  }

  .md\:pt-9 {
    padding-top: 2.4rem !important
  }

  .md\:pr-9 {
    padding-right: 2.4rem !important
  }

  .md\:pb-9 {
    padding-bottom: 2.4rem !important
  }

  .md\:pl-9 {
    padding-left: 2.4rem !important
  }

  .md\:pt-10 {
    padding-top: 2.5rem !important
  }

  .md\:pr-10 {
    padding-right: 2.5rem !important
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem !important
  }

  .md\:pl-10 {
    padding-left: 2.5rem !important
  }

  .md\:pt-11 {
    padding-top: 2.6rem !important
  }

  .md\:pr-11 {
    padding-right: 2.6rem !important
  }

  .md\:pb-11 {
    padding-bottom: 2.6rem !important
  }

  .md\:pl-11 {
    padding-left: 2.6rem !important
  }

  .md\:pt-12 {
    padding-top: 3rem !important
  }

  .md\:pr-12 {
    padding-right: 3rem !important
  }

  .md\:pb-12 {
    padding-bottom: 3rem !important
  }

  .md\:pl-12 {
    padding-left: 3rem !important
  }

  .md\:pt-14 {
    padding-top: 3.6rem !important
  }

  .md\:pr-14 {
    padding-right: 3.6rem !important
  }

  .md\:pb-14 {
    padding-bottom: 3.6rem !important
  }

  .md\:pl-14 {
    padding-left: 3.6rem !important
  }

  .md\:pt-15 {
    padding-top: 3.8rem !important
  }

  .md\:pr-15 {
    padding-right: 3.8rem !important
  }

  .md\:pb-15 {
    padding-bottom: 3.8rem !important
  }

  .md\:pl-15 {
    padding-left: 3.8rem !important
  }

  .md\:pt-16 {
    padding-top: 4rem !important
  }

  .md\:pr-16 {
    padding-right: 4rem !important
  }

  .md\:pb-16 {
    padding-bottom: 4rem !important
  }

  .md\:pl-16 {
    padding-left: 4rem !important
  }

  .md\:pt-18 {
    padding-top: 4.5rem !important
  }

  .md\:pr-18 {
    padding-right: 4.5rem !important
  }

  .md\:pb-18 {
    padding-bottom: 4.5rem !important
  }

  .md\:pl-18 {
    padding-left: 4.5rem !important
  }

  .md\:pt-20 {
    padding-top: 5rem !important
  }

  .md\:pr-20 {
    padding-right: 5rem !important
  }

  .md\:pb-20 {
    padding-bottom: 5rem !important
  }

  .md\:pl-20 {
    padding-left: 5rem !important
  }

  .md\:pt-21 {
    padding-top: 5.3rem !important
  }

  .md\:pr-21 {
    padding-right: 5.3rem !important
  }

  .md\:pb-21 {
    padding-bottom: 5.3rem !important
  }

  .md\:pl-21 {
    padding-left: 5.3rem !important
  }

  .md\:pt-22 {
    padding-top: 5.7rem !important
  }

  .md\:pr-22 {
    padding-right: 5.7rem !important
  }

  .md\:pb-22 {
    padding-bottom: 5.7rem !important
  }

  .md\:pl-22 {
    padding-left: 5.7rem !important
  }

  .md\:pt-24 {
    padding-top: 6rem !important
  }

  .md\:pr-24 {
    padding-right: 6rem !important
  }

  .md\:pb-24 {
    padding-bottom: 6rem !important
  }

  .md\:pl-24 {
    padding-left: 6rem !important
  }

  .md\:pt-28 {
    padding-top: 7rem !important
  }

  .md\:pr-28 {
    padding-right: 7rem !important
  }

  .md\:pb-28 {
    padding-bottom: 7rem !important
  }

  .md\:pl-28 {
    padding-left: 7rem !important
  }

  .md\:pt-30 {
    padding-top: 7.6rem !important
  }

  .md\:pr-30 {
    padding-right: 7.6rem !important
  }

  .md\:pb-30 {
    padding-bottom: 7.6rem !important
  }

  .md\:pl-30 {
    padding-left: 7.6rem !important
  }

  .md\:pt-32 {
    padding-top: 8rem !important
  }

  .md\:pr-32 {
    padding-right: 8rem !important
  }

  .md\:pb-32 {
    padding-bottom: 8rem !important
  }

  .md\:pl-32 {
    padding-left: 8rem !important
  }

  .md\:pt-36 {
    padding-top: 9.1rem !important
  }

  .md\:pr-36 {
    padding-right: 9.1rem !important
  }

  .md\:pb-36 {
    padding-bottom: 9.1rem !important
  }

  .md\:pl-36 {
    padding-left: 9.1rem !important
  }

  .md\:pt-40 {
    padding-top: 10rem !important
  }

  .md\:pr-40 {
    padding-right: 10rem !important
  }

  .md\:pb-40 {
    padding-bottom: 10rem !important
  }

  .md\:pl-40 {
    padding-left: 10rem !important
  }

  .md\:pt-46 {
    padding-top: 11.7rem !important
  }

  .md\:pr-46 {
    padding-right: 11.7rem !important
  }

  .md\:pb-46 {
    padding-bottom: 11.7rem !important
  }

  .md\:pl-46 {
    padding-left: 11.7rem !important
  }

  .md\:pt-48 {
    padding-top: 12rem !important
  }

  .md\:pr-48 {
    padding-right: 12rem !important
  }

  .md\:pb-48 {
    padding-bottom: 12rem !important
  }

  .md\:pl-48 {
    padding-left: 12rem !important
  }

  .md\:pt-56 {
    padding-top: 14rem !important
  }

  .md\:pr-56 {
    padding-right: 14rem !important
  }

  .md\:pb-56 {
    padding-bottom: 14rem !important
  }

  .md\:pl-56 {
    padding-left: 14rem !important
  }

  .md\:pt-58 {
    padding-top: 14.7rem !important
  }

  .md\:pr-58 {
    padding-right: 14.7rem !important
  }

  .md\:pb-58 {
    padding-bottom: 14.7rem !important
  }

  .md\:pl-58 {
    padding-left: 14.7rem !important
  }

  .md\:pt-62 {
    padding-top: 15.7rem !important
  }

  .md\:pr-62 {
    padding-right: 15.7rem !important
  }

  .md\:pb-62 {
    padding-bottom: 15.7rem !important
  }

  .md\:pl-62 {
    padding-left: 15.7rem !important
  }

  .md\:pt-64 {
    padding-top: 16rem !important
  }

  .md\:pr-64 {
    padding-right: 16rem !important
  }

  .md\:pb-64 {
    padding-bottom: 16rem !important
  }

  .md\:pl-64 {
    padding-left: 16rem !important
  }

  .md\:pt-69 {
    padding-top: 17.1rem !important
  }

  .md\:pr-69 {
    padding-right: 17.1rem !important
  }

  .md\:pb-69 {
    padding-bottom: 17.1rem !important
  }

  .md\:pl-69 {
    padding-left: 17.1rem !important
  }

  .md\:pt-71 {
    padding-top: 17.9rem !important
  }

  .md\:pr-71 {
    padding-right: 17.9rem !important
  }

  .md\:pb-71 {
    padding-bottom: 17.9rem !important
  }

  .md\:pl-71 {
    padding-left: 17.9rem !important
  }

  .md\:pt-72 {
    padding-top: 18.1rem !important
  }

  .md\:pr-72 {
    padding-right: 18.1rem !important
  }

  .md\:pb-72 {
    padding-bottom: 18.1rem !important
  }

  .md\:pl-72 {
    padding-left: 18.1rem !important
  }

  .md\:pt-80 {
    padding-top: 20rem !important
  }

  .md\:pr-80 {
    padding-right: 20rem !important
  }

  .md\:pb-80 {
    padding-bottom: 20rem !important
  }

  .md\:pl-80 {
    padding-left: 20rem !important
  }

  .md\:pt-100 {
    padding-top: 25rem !important
  }

  .md\:pr-100 {
    padding-right: 25rem !important
  }

  .md\:pb-100 {
    padding-bottom: 25rem !important
  }

  .md\:pl-100 {
    padding-left: 25rem !important
  }

  .md\:pt-112 {
    padding-top: 28rem !important
  }

  .md\:pr-112 {
    padding-right: 28rem !important
  }

  .md\:pb-112 {
    padding-bottom: 28rem !important
  }

  .md\:pl-112 {
    padding-left: 28rem !important
  }

  .md\:pt-128 {
    padding-top: 32rem !important
  }

  .md\:pr-128 {
    padding-right: 32rem !important
  }

  .md\:pb-128 {
    padding-bottom: 32rem !important
  }

  .md\:pl-128 {
    padding-left: 32rem !important
  }

  .md\:pt-143 {
    padding-top: 35.9rem !important
  }

  .md\:pr-143 {
    padding-right: 35.9rem !important
  }

  .md\:pb-143 {
    padding-bottom: 35.9rem !important
  }

  .md\:pl-143 {
    padding-left: 35.9rem !important
  }

  .md\:pt-149 {
    padding-top: 37.4rem !important
  }

  .md\:pr-149 {
    padding-right: 37.4rem !important
  }

  .md\:pb-149 {
    padding-bottom: 37.4rem !important
  }

  .md\:pl-149 {
    padding-left: 37.4rem !important
  }

  .md\:pt-240 {
    padding-top: 60rem !important
  }

  .md\:pr-240 {
    padding-right: 60rem !important
  }

  .md\:pb-240 {
    padding-bottom: 60rem !important
  }

  .md\:pl-240 {
    padding-left: 60rem !important
  }

  .md\:pt-280 {
    padding-top: 70rem !important
  }

  .md\:pr-280 {
    padding-right: 70rem !important
  }

  .md\:pb-280 {
    padding-bottom: 70rem !important
  }

  .md\:pl-280 {
    padding-left: 70rem !important
  }

  .md\:pt-291 {
    padding-top: 72.9rem !important
  }

  .md\:pr-291 {
    padding-right: 72.9rem !important
  }

  .md\:pb-291 {
    padding-bottom: 72.9rem !important
  }

  .md\:pl-291 {
    padding-left: 72.9rem !important
  }

  .md\:pt-316 {
    padding-top: 79rem !important
  }

  .md\:pr-316 {
    padding-right: 79rem !important
  }

  .md\:pb-316 {
    padding-bottom: 79rem !important
  }

  .md\:pl-316 {
    padding-left: 79rem !important
  }

  .md\:pt-px {
    padding-top: 1px !important
  }

  .md\:pr-px {
    padding-right: 1px !important
  }

  .md\:pb-px {
    padding-bottom: 1px !important
  }

  .md\:pl-px {
    padding-left: 1px !important
  }

  .md\:static {
    position: static !important
  }

  .md\:fixed {
    position: fixed !important
  }

  .md\:absolute {
    position: absolute !important
  }

  .md\:relative {
    position: relative !important
  }

  .md\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important
  }

  .md\:table-auto {
    table-layout: auto !important
  }

  .md\:table-fixed {
    table-layout: fixed !important
  }

  .md\:text-left {
    text-align: left !important
  }

  .md\:text-center {
    text-align: center !important
  }

  .md\:text-right {
    text-align: right !important
  }

  .md\:text-justify {
    text-align: justify !important
  }

  .md\:text-transparent {
    color: transparent !important
  }

  .md\:text-primary {
    color: #0A5988 !important
  }

  .md\:text-primary-light {
    color: #257DB2 !important
  }

  .md\:text-secondary {
    color: #8FC549 !important
  }

  .md\:text-primary-dark {
    color: #003D62 !important
  }

  .md\:text-tertiary {
    color: #EBF4FA !important
  }

  .md\:text-tertiary-light {
    color: #EBF4FA !important
  }

  .md\:text-tertiary-lightest {
    color: #EBF4FA !important
  }

  .md\:text-font-main {
    color: #443E37 !important
  }

  .md\:text-highlight {
    color: #E1962C !important
  }

  .md\:text-highlight-alt {
    color: #E1962C !important
  }

  .md\:text-accent {
    color: #DA511F !important
  }

  .md\:text-accent-alt {
    color: #DA511F !important
  }

  .md\:text-body-text {
    color: #443E37 !important
  }

  .md\:text-dividers {
    color: #C7BBAE !important
  }

  .md\:text-dividers-lighther {
    color: #f5f5f5 !important
  }

  .md\:text-dividers-light {
    color: #f7f7f7 !important
  }

  .md\:text-black {
    color: #000 !important
  }

  .md\:text-white {
    color: #fff !important
  }

  .md\:text-red-100 {
    color: #FFF5F5 !important
  }

  .md\:text-red-200 {
    color: #FED7D7 !important
  }

  .md\:text-red-300 {
    color: #FEB2B2 !important
  }

  .md\:text-red-400 {
    color: #FC8181 !important
  }

  .md\:text-red-500 {
    color: #F56565 !important
  }

  .md\:text-red-600 {
    color: #E53E3E !important
  }

  .md\:text-red-700 {
    color: #C53030 !important
  }

  .md\:text-red-800 {
    color: #9B2C2C !important
  }

  .md\:text-red-900 {
    color: #742A2A !important
  }

  .md\:hover\:text-transparent:hover {
    color: transparent !important
  }

  .md\:hover\:text-primary:hover {
    color: #0A5988 !important
  }

  .md\:hover\:text-primary-light:hover {
    color: #257DB2 !important
  }

  .md\:hover\:text-secondary:hover {
    color: #8FC549 !important
  }

  .md\:hover\:text-primary-dark:hover {
    color: #003D62 !important
  }

  .md\:hover\:text-tertiary:hover {
    color: #EBF4FA !important
  }

  .md\:hover\:text-tertiary-light:hover {
    color: #EBF4FA !important
  }

  .md\:hover\:text-tertiary-lightest:hover {
    color: #EBF4FA !important
  }

  .md\:hover\:text-font-main:hover {
    color: #443E37 !important
  }

  .md\:hover\:text-highlight:hover {
    color: #E1962C !important
  }

  .md\:hover\:text-highlight-alt:hover {
    color: #E1962C !important
  }

  .md\:hover\:text-accent:hover {
    color: #DA511F !important
  }

  .md\:hover\:text-accent-alt:hover {
    color: #DA511F !important
  }

  .md\:hover\:text-body-text:hover {
    color: #443E37 !important
  }

  .md\:hover\:text-dividers:hover {
    color: #C7BBAE !important
  }

  .md\:hover\:text-dividers-lighther:hover {
    color: #f5f5f5 !important
  }

  .md\:hover\:text-dividers-light:hover {
    color: #f7f7f7 !important
  }

  .md\:hover\:text-black:hover {
    color: #000 !important
  }

  .md\:hover\:text-white:hover {
    color: #fff !important
  }

  .md\:hover\:text-red-100:hover {
    color: #FFF5F5 !important
  }

  .md\:hover\:text-red-200:hover {
    color: #FED7D7 !important
  }

  .md\:hover\:text-red-300:hover {
    color: #FEB2B2 !important
  }

  .md\:hover\:text-red-400:hover {
    color: #FC8181 !important
  }

  .md\:hover\:text-red-500:hover {
    color: #F56565 !important
  }

  .md\:hover\:text-red-600:hover {
    color: #E53E3E !important
  }

  .md\:hover\:text-red-700:hover {
    color: #C53030 !important
  }

  .md\:hover\:text-red-800:hover {
    color: #9B2C2C !important
  }

  .md\:hover\:text-red-900:hover {
    color: #742A2A !important
  }

  .md\:focus\:text-transparent:focus {
    color: transparent !important
  }

  .md\:focus\:text-primary:focus {
    color: #0A5988 !important
  }

  .md\:focus\:text-primary-light:focus {
    color: #257DB2 !important
  }

  .md\:focus\:text-secondary:focus {
    color: #8FC549 !important
  }

  .md\:focus\:text-primary-dark:focus {
    color: #003D62 !important
  }

  .md\:focus\:text-tertiary:focus {
    color: #EBF4FA !important
  }

  .md\:focus\:text-tertiary-light:focus {
    color: #EBF4FA !important
  }

  .md\:focus\:text-tertiary-lightest:focus {
    color: #EBF4FA !important
  }

  .md\:focus\:text-font-main:focus {
    color: #443E37 !important
  }

  .md\:focus\:text-highlight:focus {
    color: #E1962C !important
  }

  .md\:focus\:text-highlight-alt:focus {
    color: #E1962C !important
  }

  .md\:focus\:text-accent:focus {
    color: #DA511F !important
  }

  .md\:focus\:text-accent-alt:focus {
    color: #DA511F !important
  }

  .md\:focus\:text-body-text:focus {
    color: #443E37 !important
  }

  .md\:focus\:text-dividers:focus {
    color: #C7BBAE !important
  }

  .md\:focus\:text-dividers-lighther:focus {
    color: #f5f5f5 !important
  }

  .md\:focus\:text-dividers-light:focus {
    color: #f7f7f7 !important
  }

  .md\:focus\:text-black:focus {
    color: #000 !important
  }

  .md\:focus\:text-white:focus {
    color: #fff !important
  }

  .md\:focus\:text-red-100:focus {
    color: #FFF5F5 !important
  }

  .md\:focus\:text-red-200:focus {
    color: #FED7D7 !important
  }

  .md\:focus\:text-red-300:focus {
    color: #FEB2B2 !important
  }

  .md\:focus\:text-red-400:focus {
    color: #FC8181 !important
  }

  .md\:focus\:text-red-500:focus {
    color: #F56565 !important
  }

  .md\:focus\:text-red-600:focus {
    color: #E53E3E !important
  }

  .md\:focus\:text-red-700:focus {
    color: #C53030 !important
  }

  .md\:focus\:text-red-800:focus {
    color: #9B2C2C !important
  }

  .md\:focus\:text-red-900:focus {
    color: #742A2A !important
  }

  .md\:underline {
    text-decoration: underline !important
  }

  .md\:line-through {
    text-decoration: line-through !important
  }

  .md\:no-underline {
    text-decoration: none !important
  }

  .md\:hover\:underline:hover {
    text-decoration: underline !important
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through !important
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none !important
  }

  .md\:focus\:underline:focus {
    text-decoration: underline !important
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through !important
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none !important
  }

  .md\:uppercase {
    text-transform: uppercase !important
  }

  .md\:lowercase {
    text-transform: lowercase !important
  }

  .md\:capitalize {
    text-transform: capitalize !important
  }

  .md\:normal-case {
    text-transform: none !important
  }

  .md\:visible {
    visibility: visible !important
  }

  .md\:invisible {
    visibility: hidden !important
  }

  .md\:whitespace-normal {
    white-space: normal !important
  }

  .md\:whitespace-no-wrap {
    white-space: nowrap !important
  }

  .md\:whitespace-pre {
    white-space: pre !important
  }

  .md\:whitespace-pre-line {
    white-space: pre-line !important
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap !important
  }

  .md\:w-0 {
    width: 0 !important
  }

  .md\:w-1 {
    width: 0.25rem !important
  }

  .md\:w-2 {
    width: 0.5rem !important
  }

  .md\:w-3 {
    width: 0.75rem !important
  }

  .md\:w-4 {
    width: 1rem !important
  }

  .md\:w-5 {
    width: 1.25rem !important
  }

  .md\:w-6 {
    width: 1.5rem !important
  }

  .md\:w-7 {
    width: 1.8rem !important
  }

  .md\:w-8 {
    width: 2rem !important
  }

  .md\:w-9 {
    width: 2.4rem !important
  }

  .md\:w-10 {
    width: 2.5rem !important
  }

  .md\:w-11 {
    width: 2.6rem !important
  }

  .md\:w-12 {
    width: 3rem !important
  }

  .md\:w-14 {
    width: 3.6rem !important
  }

  .md\:w-15 {
    width: 3.8rem !important
  }

  .md\:w-16 {
    width: 4rem !important
  }

  .md\:w-18 {
    width: 4.5rem !important
  }

  .md\:w-20 {
    width: 5rem !important
  }

  .md\:w-21 {
    width: 5.3rem !important
  }

  .md\:w-22 {
    width: 5.7rem !important
  }

  .md\:w-24 {
    width: 6rem !important
  }

  .md\:w-28 {
    width: 7rem !important
  }

  .md\:w-30 {
    width: 7.6rem !important
  }

  .md\:w-32 {
    width: 8rem !important
  }

  .md\:w-36 {
    width: 9.1rem !important
  }

  .md\:w-40 {
    width: 10rem !important
  }

  .md\:w-46 {
    width: 11.7rem !important
  }

  .md\:w-48 {
    width: 12rem !important
  }

  .md\:w-56 {
    width: 14rem !important
  }

  .md\:w-58 {
    width: 14.7rem !important
  }

  .md\:w-62 {
    width: 15.7rem !important
  }

  .md\:w-64 {
    width: 16rem !important
  }

  .md\:w-69 {
    width: 17.1rem !important
  }

  .md\:w-71 {
    width: 17.9rem !important
  }

  .md\:w-72 {
    width: 18.1rem !important
  }

  .md\:w-80 {
    width: 20rem !important
  }

  .md\:w-100 {
    width: 25rem !important
  }

  .md\:w-112 {
    width: 28rem !important
  }

  .md\:w-128 {
    width: 32rem !important
  }

  .md\:w-143 {
    width: 35.9rem !important
  }

  .md\:w-149 {
    width: 37.4rem !important
  }

  .md\:w-240 {
    width: 60rem !important
  }

  .md\:w-280 {
    width: 70rem !important
  }

  .md\:w-291 {
    width: 72.9rem !important
  }

  .md\:w-316 {
    width: 79rem !important
  }

  .md\:w-auto {
    width: auto !important
  }

  .md\:w-unset {
    width: unset !important
  }

  .md\:w-inherit {
    width: inherit !important
  }

  .md\:w-px {
    width: 1px !important
  }

  .md\:w-1\/2 {
    width: 50% !important
  }

  .md\:w-1\/3 {
    width: 33.33333% !important
  }

  .md\:w-2\/3 {
    width: 66.66667% !important
  }

  .md\:w-1\/4 {
    width: 25% !important
  }

  .md\:w-2\/4 {
    width: 50% !important
  }

  .md\:w-3\/4 {
    width: 75% !important
  }

  .md\:w-1\/5 {
    width: 20% !important
  }

  .md\:w-2\/5 {
    width: 40% !important
  }

  .md\:w-3\/5 {
    width: 60% !important
  }

  .md\:w-4\/5 {
    width: 80% !important
  }

  .md\:w-full {
    width: 100% !important
  }

  .md\:w-screen {
    width: 100vw !important
  }

  .md\:z-0 {
    z-index: 0 !important
  }

  .md\:z-10 {
    z-index: 10 !important
  }

  .md\:z-20 {
    z-index: 20 !important
  }

  .md\:z-30 {
    z-index: 30 !important
  }

  .md\:z-40 {
    z-index: 40 !important
  }

  .md\:z-50 {
    z-index: 100 !important
  }

  .md\:z-auto {
    z-index: auto !important
  }

  .md\:-z-1 {
    z-index: -1 !important
  }

  .md\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
        -ms-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
  }

  .md\:transform-none {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important
  }

  .md\:origin-center {
    -webkit-transform-origin: center !important;
        -ms-transform-origin: center !important;
            transform-origin: center !important
  }

  .md\:origin-top {
    -webkit-transform-origin: top !important;
        -ms-transform-origin: top !important;
            transform-origin: top !important
  }

  .md\:origin-top-right {
    -webkit-transform-origin: top right !important;
        -ms-transform-origin: top right !important;
            transform-origin: top right !important
  }

  .md\:origin-right {
    -webkit-transform-origin: right !important;
        -ms-transform-origin: right !important;
            transform-origin: right !important
  }

  .md\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
        -ms-transform-origin: bottom right !important;
            transform-origin: bottom right !important
  }

  .md\:origin-bottom {
    -webkit-transform-origin: bottom !important;
        -ms-transform-origin: bottom !important;
            transform-origin: bottom !important
  }

  .md\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
        -ms-transform-origin: bottom left !important;
            transform-origin: bottom left !important
  }

  .md\:origin-left {
    -webkit-transform-origin: left !important;
        -ms-transform-origin: left !important;
            transform-origin: left !important
  }

  .md\:origin-top-left {
    -webkit-transform-origin: top left !important;
        -ms-transform-origin: top left !important;
            transform-origin: top left !important
  }

  .md\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .md\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .md\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .md\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .md\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .md\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .md\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .md\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .md\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .md\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .md\:scale-x-0 {
    --transform-scale-x: 0 !important
  }

  .md\:scale-x-50 {
    --transform-scale-x: .5 !important
  }

  .md\:scale-x-75 {
    --transform-scale-x: .75 !important
  }

  .md\:scale-x-90 {
    --transform-scale-x: .9 !important
  }

  .md\:scale-x-95 {
    --transform-scale-x: .95 !important
  }

  .md\:scale-x-100 {
    --transform-scale-x: 1 !important
  }

  .md\:scale-x-105 {
    --transform-scale-x: 1.05 !important
  }

  .md\:scale-x-110 {
    --transform-scale-x: 1.1 !important
  }

  .md\:scale-x-125 {
    --transform-scale-x: 1.25 !important
  }

  .md\:scale-x-150 {
    --transform-scale-x: 1.5 !important
  }

  .md\:scale-y-0 {
    --transform-scale-y: 0 !important
  }

  .md\:scale-y-50 {
    --transform-scale-y: .5 !important
  }

  .md\:scale-y-75 {
    --transform-scale-y: .75 !important
  }

  .md\:scale-y-90 {
    --transform-scale-y: .9 !important
  }

  .md\:scale-y-95 {
    --transform-scale-y: .95 !important
  }

  .md\:scale-y-100 {
    --transform-scale-y: 1 !important
  }

  .md\:scale-y-105 {
    --transform-scale-y: 1.05 !important
  }

  .md\:scale-y-110 {
    --transform-scale-y: 1.1 !important
  }

  .md\:scale-y-125 {
    --transform-scale-y: 1.25 !important
  }

  .md\:scale-y-150 {
    --transform-scale-y: 1.5 !important
  }

  .md\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .md\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .md\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .md\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .md\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .md\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .md\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .md\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .md\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .md\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .md\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important
  }

  .md\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important
  }

  .md\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important
  }

  .md\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important
  }

  .md\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important
  }

  .md\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important
  }

  .md\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important
  }

  .md\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important
  }

  .md\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important
  }

  .md\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important
  }

  .md\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important
  }

  .md\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important
  }

  .md\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important
  }

  .md\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important
  }

  .md\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important
  }

  .md\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important
  }

  .md\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important
  }

  .md\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important
  }

  .md\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important
  }

  .md\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important
  }

  .md\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .md\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .md\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .md\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .md\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .md\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .md\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .md\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .md\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .md\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .md\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important
  }

  .md\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important
  }

  .md\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important
  }

  .md\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important
  }

  .md\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important
  }

  .md\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important
  }

  .md\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important
  }

  .md\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important
  }

  .md\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important
  }

  .md\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important
  }

  .md\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important
  }

  .md\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important
  }

  .md\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important
  }

  .md\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important
  }

  .md\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important
  }

  .md\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important
  }

  .md\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important
  }

  .md\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important
  }

  .md\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important
  }

  .md\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important
  }

  .md\:rotate-0 {
    --transform-rotate: 0 !important
  }

  .md\:rotate-45 {
    --transform-rotate: 45deg !important
  }

  .md\:rotate-90 {
    --transform-rotate: 90deg !important
  }

  .md\:rotate-180 {
    --transform-rotate: 180deg !important
  }

  .md\:-rotate-180 {
    --transform-rotate: -180deg !important
  }

  .md\:-rotate-90 {
    --transform-rotate: -90deg !important
  }

  .md\:-rotate-45 {
    --transform-rotate: -45deg !important
  }

  .md\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important
  }

  .md\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important
  }

  .md\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important
  }

  .md\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important
  }

  .md\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important
  }

  .md\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important
  }

  .md\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important
  }

  .md\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important
  }

  .md\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important
  }

  .md\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important
  }

  .md\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important
  }

  .md\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important
  }

  .md\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important
  }

  .md\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important
  }

  .md\:translate-x-0 {
    --transform-translate-x: 0 !important
  }

  .md\:translate-x-1 {
    --transform-translate-x: 0.25rem !important
  }

  .md\:translate-x-2 {
    --transform-translate-x: 0.5rem !important
  }

  .md\:translate-x-3 {
    --transform-translate-x: 0.75rem !important
  }

  .md\:translate-x-4 {
    --transform-translate-x: 1rem !important
  }

  .md\:translate-x-5 {
    --transform-translate-x: 1.25rem !important
  }

  .md\:translate-x-6 {
    --transform-translate-x: 1.5rem !important
  }

  .md\:translate-x-7 {
    --transform-translate-x: 1.8rem !important
  }

  .md\:translate-x-8 {
    --transform-translate-x: 2rem !important
  }

  .md\:translate-x-9 {
    --transform-translate-x: 2.4rem !important
  }

  .md\:translate-x-10 {
    --transform-translate-x: 2.5rem !important
  }

  .md\:translate-x-11 {
    --transform-translate-x: 2.6rem !important
  }

  .md\:translate-x-12 {
    --transform-translate-x: 3rem !important
  }

  .md\:translate-x-14 {
    --transform-translate-x: 3.6rem !important
  }

  .md\:translate-x-15 {
    --transform-translate-x: 3.8rem !important
  }

  .md\:translate-x-16 {
    --transform-translate-x: 4rem !important
  }

  .md\:translate-x-18 {
    --transform-translate-x: 4.5rem !important
  }

  .md\:translate-x-20 {
    --transform-translate-x: 5rem !important
  }

  .md\:translate-x-21 {
    --transform-translate-x: 5.3rem !important
  }

  .md\:translate-x-22 {
    --transform-translate-x: 5.7rem !important
  }

  .md\:translate-x-24 {
    --transform-translate-x: 6rem !important
  }

  .md\:translate-x-28 {
    --transform-translate-x: 7rem !important
  }

  .md\:translate-x-30 {
    --transform-translate-x: 7.6rem !important
  }

  .md\:translate-x-32 {
    --transform-translate-x: 8rem !important
  }

  .md\:translate-x-36 {
    --transform-translate-x: 9.1rem !important
  }

  .md\:translate-x-40 {
    --transform-translate-x: 10rem !important
  }

  .md\:translate-x-46 {
    --transform-translate-x: 11.7rem !important
  }

  .md\:translate-x-48 {
    --transform-translate-x: 12rem !important
  }

  .md\:translate-x-56 {
    --transform-translate-x: 14rem !important
  }

  .md\:translate-x-58 {
    --transform-translate-x: 14.7rem !important
  }

  .md\:translate-x-62 {
    --transform-translate-x: 15.7rem !important
  }

  .md\:translate-x-64 {
    --transform-translate-x: 16rem !important
  }

  .md\:translate-x-69 {
    --transform-translate-x: 17.1rem !important
  }

  .md\:translate-x-71 {
    --transform-translate-x: 17.9rem !important
  }

  .md\:translate-x-72 {
    --transform-translate-x: 18.1rem !important
  }

  .md\:translate-x-80 {
    --transform-translate-x: 20rem !important
  }

  .md\:translate-x-100 {
    --transform-translate-x: 25rem !important
  }

  .md\:translate-x-112 {
    --transform-translate-x: 28rem !important
  }

  .md\:translate-x-128 {
    --transform-translate-x: 32rem !important
  }

  .md\:translate-x-143 {
    --transform-translate-x: 35.9rem !important
  }

  .md\:translate-x-149 {
    --transform-translate-x: 37.4rem !important
  }

  .md\:translate-x-240 {
    --transform-translate-x: 60rem !important
  }

  .md\:translate-x-280 {
    --transform-translate-x: 70rem !important
  }

  .md\:translate-x-291 {
    --transform-translate-x: 72.9rem !important
  }

  .md\:translate-x-316 {
    --transform-translate-x: 79rem !important
  }

  .md\:translate-x-px {
    --transform-translate-x: 1px !important
  }

  .md\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important
  }

  .md\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important
  }

  .md\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important
  }

  .md\:-translate-x-4 {
    --transform-translate-x: -1rem !important
  }

  .md\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important
  }

  .md\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important
  }

  .md\:-translate-x-7 {
    --transform-translate-x: -1.8rem !important
  }

  .md\:-translate-x-8 {
    --transform-translate-x: -2rem !important
  }

  .md\:-translate-x-9 {
    --transform-translate-x: -2.4rem !important
  }

  .md\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important
  }

  .md\:-translate-x-11 {
    --transform-translate-x: -2.6rem !important
  }

  .md\:-translate-x-12 {
    --transform-translate-x: -3rem !important
  }

  .md\:-translate-x-14 {
    --transform-translate-x: -3.6rem !important
  }

  .md\:-translate-x-15 {
    --transform-translate-x: -3.8rem !important
  }

  .md\:-translate-x-16 {
    --transform-translate-x: -4rem !important
  }

  .md\:-translate-x-18 {
    --transform-translate-x: -4.5rem !important
  }

  .md\:-translate-x-20 {
    --transform-translate-x: -5rem !important
  }

  .md\:-translate-x-21 {
    --transform-translate-x: -5.3rem !important
  }

  .md\:-translate-x-22 {
    --transform-translate-x: -5.7rem !important
  }

  .md\:-translate-x-24 {
    --transform-translate-x: -6rem !important
  }

  .md\:-translate-x-28 {
    --transform-translate-x: -7rem !important
  }

  .md\:-translate-x-30 {
    --transform-translate-x: -7.6rem !important
  }

  .md\:-translate-x-32 {
    --transform-translate-x: -8rem !important
  }

  .md\:-translate-x-36 {
    --transform-translate-x: -9.1rem !important
  }

  .md\:-translate-x-40 {
    --transform-translate-x: -10rem !important
  }

  .md\:-translate-x-46 {
    --transform-translate-x: -11.7rem !important
  }

  .md\:-translate-x-48 {
    --transform-translate-x: -12rem !important
  }

  .md\:-translate-x-56 {
    --transform-translate-x: -14rem !important
  }

  .md\:-translate-x-58 {
    --transform-translate-x: -14.7rem !important
  }

  .md\:-translate-x-62 {
    --transform-translate-x: -15.7rem !important
  }

  .md\:-translate-x-64 {
    --transform-translate-x: -16rem !important
  }

  .md\:-translate-x-69 {
    --transform-translate-x: -17.1rem !important
  }

  .md\:-translate-x-71 {
    --transform-translate-x: -17.9rem !important
  }

  .md\:-translate-x-72 {
    --transform-translate-x: -18.1rem !important
  }

  .md\:-translate-x-80 {
    --transform-translate-x: -20rem !important
  }

  .md\:-translate-x-100 {
    --transform-translate-x: -25rem !important
  }

  .md\:-translate-x-112 {
    --transform-translate-x: -28rem !important
  }

  .md\:-translate-x-128 {
    --transform-translate-x: -32rem !important
  }

  .md\:-translate-x-143 {
    --transform-translate-x: -35.9rem !important
  }

  .md\:-translate-x-149 {
    --transform-translate-x: -37.4rem !important
  }

  .md\:-translate-x-240 {
    --transform-translate-x: -60rem !important
  }

  .md\:-translate-x-280 {
    --transform-translate-x: -70rem !important
  }

  .md\:-translate-x-291 {
    --transform-translate-x: -72.9rem !important
  }

  .md\:-translate-x-316 {
    --transform-translate-x: -79rem !important
  }

  .md\:-translate-x-px {
    --transform-translate-x: -1px !important
  }

  .md\:-translate-x-full {
    --transform-translate-x: -100% !important
  }

  .md\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important
  }

  .md\:translate-x-1\/2 {
    --transform-translate-x: 50% !important
  }

  .md\:translate-x-full {
    --transform-translate-x: 100% !important
  }

  .md\:translate-y-0 {
    --transform-translate-y: 0 !important
  }

  .md\:translate-y-1 {
    --transform-translate-y: 0.25rem !important
  }

  .md\:translate-y-2 {
    --transform-translate-y: 0.5rem !important
  }

  .md\:translate-y-3 {
    --transform-translate-y: 0.75rem !important
  }

  .md\:translate-y-4 {
    --transform-translate-y: 1rem !important
  }

  .md\:translate-y-5 {
    --transform-translate-y: 1.25rem !important
  }

  .md\:translate-y-6 {
    --transform-translate-y: 1.5rem !important
  }

  .md\:translate-y-7 {
    --transform-translate-y: 1.8rem !important
  }

  .md\:translate-y-8 {
    --transform-translate-y: 2rem !important
  }

  .md\:translate-y-9 {
    --transform-translate-y: 2.4rem !important
  }

  .md\:translate-y-10 {
    --transform-translate-y: 2.5rem !important
  }

  .md\:translate-y-11 {
    --transform-translate-y: 2.6rem !important
  }

  .md\:translate-y-12 {
    --transform-translate-y: 3rem !important
  }

  .md\:translate-y-14 {
    --transform-translate-y: 3.6rem !important
  }

  .md\:translate-y-15 {
    --transform-translate-y: 3.8rem !important
  }

  .md\:translate-y-16 {
    --transform-translate-y: 4rem !important
  }

  .md\:translate-y-18 {
    --transform-translate-y: 4.5rem !important
  }

  .md\:translate-y-20 {
    --transform-translate-y: 5rem !important
  }

  .md\:translate-y-21 {
    --transform-translate-y: 5.3rem !important
  }

  .md\:translate-y-22 {
    --transform-translate-y: 5.7rem !important
  }

  .md\:translate-y-24 {
    --transform-translate-y: 6rem !important
  }

  .md\:translate-y-28 {
    --transform-translate-y: 7rem !important
  }

  .md\:translate-y-30 {
    --transform-translate-y: 7.6rem !important
  }

  .md\:translate-y-32 {
    --transform-translate-y: 8rem !important
  }

  .md\:translate-y-36 {
    --transform-translate-y: 9.1rem !important
  }

  .md\:translate-y-40 {
    --transform-translate-y: 10rem !important
  }

  .md\:translate-y-46 {
    --transform-translate-y: 11.7rem !important
  }

  .md\:translate-y-48 {
    --transform-translate-y: 12rem !important
  }

  .md\:translate-y-56 {
    --transform-translate-y: 14rem !important
  }

  .md\:translate-y-58 {
    --transform-translate-y: 14.7rem !important
  }

  .md\:translate-y-62 {
    --transform-translate-y: 15.7rem !important
  }

  .md\:translate-y-64 {
    --transform-translate-y: 16rem !important
  }

  .md\:translate-y-69 {
    --transform-translate-y: 17.1rem !important
  }

  .md\:translate-y-71 {
    --transform-translate-y: 17.9rem !important
  }

  .md\:translate-y-72 {
    --transform-translate-y: 18.1rem !important
  }

  .md\:translate-y-80 {
    --transform-translate-y: 20rem !important
  }

  .md\:translate-y-100 {
    --transform-translate-y: 25rem !important
  }

  .md\:translate-y-112 {
    --transform-translate-y: 28rem !important
  }

  .md\:translate-y-128 {
    --transform-translate-y: 32rem !important
  }

  .md\:translate-y-143 {
    --transform-translate-y: 35.9rem !important
  }

  .md\:translate-y-149 {
    --transform-translate-y: 37.4rem !important
  }

  .md\:translate-y-240 {
    --transform-translate-y: 60rem !important
  }

  .md\:translate-y-280 {
    --transform-translate-y: 70rem !important
  }

  .md\:translate-y-291 {
    --transform-translate-y: 72.9rem !important
  }

  .md\:translate-y-316 {
    --transform-translate-y: 79rem !important
  }

  .md\:translate-y-px {
    --transform-translate-y: 1px !important
  }

  .md\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important
  }

  .md\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important
  }

  .md\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important
  }

  .md\:-translate-y-4 {
    --transform-translate-y: -1rem !important
  }

  .md\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important
  }

  .md\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important
  }

  .md\:-translate-y-7 {
    --transform-translate-y: -1.8rem !important
  }

  .md\:-translate-y-8 {
    --transform-translate-y: -2rem !important
  }

  .md\:-translate-y-9 {
    --transform-translate-y: -2.4rem !important
  }

  .md\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important
  }

  .md\:-translate-y-11 {
    --transform-translate-y: -2.6rem !important
  }

  .md\:-translate-y-12 {
    --transform-translate-y: -3rem !important
  }

  .md\:-translate-y-14 {
    --transform-translate-y: -3.6rem !important
  }

  .md\:-translate-y-15 {
    --transform-translate-y: -3.8rem !important
  }

  .md\:-translate-y-16 {
    --transform-translate-y: -4rem !important
  }

  .md\:-translate-y-18 {
    --transform-translate-y: -4.5rem !important
  }

  .md\:-translate-y-20 {
    --transform-translate-y: -5rem !important
  }

  .md\:-translate-y-21 {
    --transform-translate-y: -5.3rem !important
  }

  .md\:-translate-y-22 {
    --transform-translate-y: -5.7rem !important
  }

  .md\:-translate-y-24 {
    --transform-translate-y: -6rem !important
  }

  .md\:-translate-y-28 {
    --transform-translate-y: -7rem !important
  }

  .md\:-translate-y-30 {
    --transform-translate-y: -7.6rem !important
  }

  .md\:-translate-y-32 {
    --transform-translate-y: -8rem !important
  }

  .md\:-translate-y-36 {
    --transform-translate-y: -9.1rem !important
  }

  .md\:-translate-y-40 {
    --transform-translate-y: -10rem !important
  }

  .md\:-translate-y-46 {
    --transform-translate-y: -11.7rem !important
  }

  .md\:-translate-y-48 {
    --transform-translate-y: -12rem !important
  }

  .md\:-translate-y-56 {
    --transform-translate-y: -14rem !important
  }

  .md\:-translate-y-58 {
    --transform-translate-y: -14.7rem !important
  }

  .md\:-translate-y-62 {
    --transform-translate-y: -15.7rem !important
  }

  .md\:-translate-y-64 {
    --transform-translate-y: -16rem !important
  }

  .md\:-translate-y-69 {
    --transform-translate-y: -17.1rem !important
  }

  .md\:-translate-y-71 {
    --transform-translate-y: -17.9rem !important
  }

  .md\:-translate-y-72 {
    --transform-translate-y: -18.1rem !important
  }

  .md\:-translate-y-80 {
    --transform-translate-y: -20rem !important
  }

  .md\:-translate-y-100 {
    --transform-translate-y: -25rem !important
  }

  .md\:-translate-y-112 {
    --transform-translate-y: -28rem !important
  }

  .md\:-translate-y-128 {
    --transform-translate-y: -32rem !important
  }

  .md\:-translate-y-143 {
    --transform-translate-y: -35.9rem !important
  }

  .md\:-translate-y-149 {
    --transform-translate-y: -37.4rem !important
  }

  .md\:-translate-y-240 {
    --transform-translate-y: -60rem !important
  }

  .md\:-translate-y-280 {
    --transform-translate-y: -70rem !important
  }

  .md\:-translate-y-291 {
    --transform-translate-y: -72.9rem !important
  }

  .md\:-translate-y-316 {
    --transform-translate-y: -79rem !important
  }

  .md\:-translate-y-px {
    --transform-translate-y: -1px !important
  }

  .md\:-translate-y-full {
    --transform-translate-y: -100% !important
  }

  .md\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important
  }

  .md\:translate-y-1\/2 {
    --transform-translate-y: 50% !important
  }

  .md\:translate-y-full {
    --transform-translate-y: 100% !important
  }

  .md\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important
  }

  .md\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important
  }

  .md\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important
  }

  .md\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important
  }

  .md\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important
  }

  .md\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important
  }

  .md\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important
  }

  .md\:hover\:translate-x-7:hover {
    --transform-translate-x: 1.8rem !important
  }

  .md\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important
  }

  .md\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.4rem !important
  }

  .md\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important
  }

  .md\:hover\:translate-x-11:hover {
    --transform-translate-x: 2.6rem !important
  }

  .md\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important
  }

  .md\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.6rem !important
  }

  .md\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.8rem !important
  }

  .md\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important
  }

  .md\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem !important
  }

  .md\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important
  }

  .md\:hover\:translate-x-21:hover {
    --transform-translate-x: 5.3rem !important
  }

  .md\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.7rem !important
  }

  .md\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important
  }

  .md\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem !important
  }

  .md\:hover\:translate-x-30:hover {
    --transform-translate-x: 7.6rem !important
  }

  .md\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important
  }

  .md\:hover\:translate-x-36:hover {
    --transform-translate-x: 9.1rem !important
  }

  .md\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important
  }

  .md\:hover\:translate-x-46:hover {
    --transform-translate-x: 11.7rem !important
  }

  .md\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important
  }

  .md\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important
  }

  .md\:hover\:translate-x-58:hover {
    --transform-translate-x: 14.7rem !important
  }

  .md\:hover\:translate-x-62:hover {
    --transform-translate-x: 15.7rem !important
  }

  .md\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important
  }

  .md\:hover\:translate-x-69:hover {
    --transform-translate-x: 17.1rem !important
  }

  .md\:hover\:translate-x-71:hover {
    --transform-translate-x: 17.9rem !important
  }

  .md\:hover\:translate-x-72:hover {
    --transform-translate-x: 18.1rem !important
  }

  .md\:hover\:translate-x-80:hover {
    --transform-translate-x: 20rem !important
  }

  .md\:hover\:translate-x-100:hover {
    --transform-translate-x: 25rem !important
  }

  .md\:hover\:translate-x-112:hover {
    --transform-translate-x: 28rem !important
  }

  .md\:hover\:translate-x-128:hover {
    --transform-translate-x: 32rem !important
  }

  .md\:hover\:translate-x-143:hover {
    --transform-translate-x: 35.9rem !important
  }

  .md\:hover\:translate-x-149:hover {
    --transform-translate-x: 37.4rem !important
  }

  .md\:hover\:translate-x-240:hover {
    --transform-translate-x: 60rem !important
  }

  .md\:hover\:translate-x-280:hover {
    --transform-translate-x: 70rem !important
  }

  .md\:hover\:translate-x-291:hover {
    --transform-translate-x: 72.9rem !important
  }

  .md\:hover\:translate-x-316:hover {
    --transform-translate-x: 79rem !important
  }

  .md\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important
  }

  .md\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important
  }

  .md\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important
  }

  .md\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important
  }

  .md\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important
  }

  .md\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important
  }

  .md\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important
  }

  .md\:hover\:-translate-x-7:hover {
    --transform-translate-x: -1.8rem !important
  }

  .md\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important
  }

  .md\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.4rem !important
  }

  .md\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important
  }

  .md\:hover\:-translate-x-11:hover {
    --transform-translate-x: -2.6rem !important
  }

  .md\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important
  }

  .md\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.6rem !important
  }

  .md\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.8rem !important
  }

  .md\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important
  }

  .md\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem !important
  }

  .md\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important
  }

  .md\:hover\:-translate-x-21:hover {
    --transform-translate-x: -5.3rem !important
  }

  .md\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.7rem !important
  }

  .md\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important
  }

  .md\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem !important
  }

  .md\:hover\:-translate-x-30:hover {
    --transform-translate-x: -7.6rem !important
  }

  .md\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important
  }

  .md\:hover\:-translate-x-36:hover {
    --transform-translate-x: -9.1rem !important
  }

  .md\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important
  }

  .md\:hover\:-translate-x-46:hover {
    --transform-translate-x: -11.7rem !important
  }

  .md\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important
  }

  .md\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important
  }

  .md\:hover\:-translate-x-58:hover {
    --transform-translate-x: -14.7rem !important
  }

  .md\:hover\:-translate-x-62:hover {
    --transform-translate-x: -15.7rem !important
  }

  .md\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important
  }

  .md\:hover\:-translate-x-69:hover {
    --transform-translate-x: -17.1rem !important
  }

  .md\:hover\:-translate-x-71:hover {
    --transform-translate-x: -17.9rem !important
  }

  .md\:hover\:-translate-x-72:hover {
    --transform-translate-x: -18.1rem !important
  }

  .md\:hover\:-translate-x-80:hover {
    --transform-translate-x: -20rem !important
  }

  .md\:hover\:-translate-x-100:hover {
    --transform-translate-x: -25rem !important
  }

  .md\:hover\:-translate-x-112:hover {
    --transform-translate-x: -28rem !important
  }

  .md\:hover\:-translate-x-128:hover {
    --transform-translate-x: -32rem !important
  }

  .md\:hover\:-translate-x-143:hover {
    --transform-translate-x: -35.9rem !important
  }

  .md\:hover\:-translate-x-149:hover {
    --transform-translate-x: -37.4rem !important
  }

  .md\:hover\:-translate-x-240:hover {
    --transform-translate-x: -60rem !important
  }

  .md\:hover\:-translate-x-280:hover {
    --transform-translate-x: -70rem !important
  }

  .md\:hover\:-translate-x-291:hover {
    --transform-translate-x: -72.9rem !important
  }

  .md\:hover\:-translate-x-316:hover {
    --transform-translate-x: -79rem !important
  }

  .md\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important
  }

  .md\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important
  }

  .md\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important
  }

  .md\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important
  }

  .md\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important
  }

  .md\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important
  }

  .md\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important
  }

  .md\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important
  }

  .md\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important
  }

  .md\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important
  }

  .md\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important
  }

  .md\:hover\:translate-y-7:hover {
    --transform-translate-y: 1.8rem !important
  }

  .md\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important
  }

  .md\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.4rem !important
  }

  .md\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important
  }

  .md\:hover\:translate-y-11:hover {
    --transform-translate-y: 2.6rem !important
  }

  .md\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important
  }

  .md\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.6rem !important
  }

  .md\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.8rem !important
  }

  .md\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important
  }

  .md\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem !important
  }

  .md\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important
  }

  .md\:hover\:translate-y-21:hover {
    --transform-translate-y: 5.3rem !important
  }

  .md\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.7rem !important
  }

  .md\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important
  }

  .md\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem !important
  }

  .md\:hover\:translate-y-30:hover {
    --transform-translate-y: 7.6rem !important
  }

  .md\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important
  }

  .md\:hover\:translate-y-36:hover {
    --transform-translate-y: 9.1rem !important
  }

  .md\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important
  }

  .md\:hover\:translate-y-46:hover {
    --transform-translate-y: 11.7rem !important
  }

  .md\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important
  }

  .md\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important
  }

  .md\:hover\:translate-y-58:hover {
    --transform-translate-y: 14.7rem !important
  }

  .md\:hover\:translate-y-62:hover {
    --transform-translate-y: 15.7rem !important
  }

  .md\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important
  }

  .md\:hover\:translate-y-69:hover {
    --transform-translate-y: 17.1rem !important
  }

  .md\:hover\:translate-y-71:hover {
    --transform-translate-y: 17.9rem !important
  }

  .md\:hover\:translate-y-72:hover {
    --transform-translate-y: 18.1rem !important
  }

  .md\:hover\:translate-y-80:hover {
    --transform-translate-y: 20rem !important
  }

  .md\:hover\:translate-y-100:hover {
    --transform-translate-y: 25rem !important
  }

  .md\:hover\:translate-y-112:hover {
    --transform-translate-y: 28rem !important
  }

  .md\:hover\:translate-y-128:hover {
    --transform-translate-y: 32rem !important
  }

  .md\:hover\:translate-y-143:hover {
    --transform-translate-y: 35.9rem !important
  }

  .md\:hover\:translate-y-149:hover {
    --transform-translate-y: 37.4rem !important
  }

  .md\:hover\:translate-y-240:hover {
    --transform-translate-y: 60rem !important
  }

  .md\:hover\:translate-y-280:hover {
    --transform-translate-y: 70rem !important
  }

  .md\:hover\:translate-y-291:hover {
    --transform-translate-y: 72.9rem !important
  }

  .md\:hover\:translate-y-316:hover {
    --transform-translate-y: 79rem !important
  }

  .md\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important
  }

  .md\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important
  }

  .md\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important
  }

  .md\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important
  }

  .md\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important
  }

  .md\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important
  }

  .md\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important
  }

  .md\:hover\:-translate-y-7:hover {
    --transform-translate-y: -1.8rem !important
  }

  .md\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important
  }

  .md\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.4rem !important
  }

  .md\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important
  }

  .md\:hover\:-translate-y-11:hover {
    --transform-translate-y: -2.6rem !important
  }

  .md\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important
  }

  .md\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.6rem !important
  }

  .md\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.8rem !important
  }

  .md\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important
  }

  .md\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem !important
  }

  .md\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important
  }

  .md\:hover\:-translate-y-21:hover {
    --transform-translate-y: -5.3rem !important
  }

  .md\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.7rem !important
  }

  .md\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important
  }

  .md\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem !important
  }

  .md\:hover\:-translate-y-30:hover {
    --transform-translate-y: -7.6rem !important
  }

  .md\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important
  }

  .md\:hover\:-translate-y-36:hover {
    --transform-translate-y: -9.1rem !important
  }

  .md\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important
  }

  .md\:hover\:-translate-y-46:hover {
    --transform-translate-y: -11.7rem !important
  }

  .md\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important
  }

  .md\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important
  }

  .md\:hover\:-translate-y-58:hover {
    --transform-translate-y: -14.7rem !important
  }

  .md\:hover\:-translate-y-62:hover {
    --transform-translate-y: -15.7rem !important
  }

  .md\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important
  }

  .md\:hover\:-translate-y-69:hover {
    --transform-translate-y: -17.1rem !important
  }

  .md\:hover\:-translate-y-71:hover {
    --transform-translate-y: -17.9rem !important
  }

  .md\:hover\:-translate-y-72:hover {
    --transform-translate-y: -18.1rem !important
  }

  .md\:hover\:-translate-y-80:hover {
    --transform-translate-y: -20rem !important
  }

  .md\:hover\:-translate-y-100:hover {
    --transform-translate-y: -25rem !important
  }

  .md\:hover\:-translate-y-112:hover {
    --transform-translate-y: -28rem !important
  }

  .md\:hover\:-translate-y-128:hover {
    --transform-translate-y: -32rem !important
  }

  .md\:hover\:-translate-y-143:hover {
    --transform-translate-y: -35.9rem !important
  }

  .md\:hover\:-translate-y-149:hover {
    --transform-translate-y: -37.4rem !important
  }

  .md\:hover\:-translate-y-240:hover {
    --transform-translate-y: -60rem !important
  }

  .md\:hover\:-translate-y-280:hover {
    --transform-translate-y: -70rem !important
  }

  .md\:hover\:-translate-y-291:hover {
    --transform-translate-y: -72.9rem !important
  }

  .md\:hover\:-translate-y-316:hover {
    --transform-translate-y: -79rem !important
  }

  .md\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important
  }

  .md\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important
  }

  .md\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important
  }

  .md\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important
  }

  .md\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important
  }

  .md\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important
  }

  .md\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important
  }

  .md\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important
  }

  .md\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important
  }

  .md\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important
  }

  .md\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important
  }

  .md\:focus\:translate-x-7:focus {
    --transform-translate-x: 1.8rem !important
  }

  .md\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important
  }

  .md\:focus\:translate-x-9:focus {
    --transform-translate-x: 2.4rem !important
  }

  .md\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important
  }

  .md\:focus\:translate-x-11:focus {
    --transform-translate-x: 2.6rem !important
  }

  .md\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important
  }

  .md\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.6rem !important
  }

  .md\:focus\:translate-x-15:focus {
    --transform-translate-x: 3.8rem !important
  }

  .md\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important
  }

  .md\:focus\:translate-x-18:focus {
    --transform-translate-x: 4.5rem !important
  }

  .md\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important
  }

  .md\:focus\:translate-x-21:focus {
    --transform-translate-x: 5.3rem !important
  }

  .md\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.7rem !important
  }

  .md\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important
  }

  .md\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem !important
  }

  .md\:focus\:translate-x-30:focus {
    --transform-translate-x: 7.6rem !important
  }

  .md\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important
  }

  .md\:focus\:translate-x-36:focus {
    --transform-translate-x: 9.1rem !important
  }

  .md\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important
  }

  .md\:focus\:translate-x-46:focus {
    --transform-translate-x: 11.7rem !important
  }

  .md\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important
  }

  .md\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important
  }

  .md\:focus\:translate-x-58:focus {
    --transform-translate-x: 14.7rem !important
  }

  .md\:focus\:translate-x-62:focus {
    --transform-translate-x: 15.7rem !important
  }

  .md\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important
  }

  .md\:focus\:translate-x-69:focus {
    --transform-translate-x: 17.1rem !important
  }

  .md\:focus\:translate-x-71:focus {
    --transform-translate-x: 17.9rem !important
  }

  .md\:focus\:translate-x-72:focus {
    --transform-translate-x: 18.1rem !important
  }

  .md\:focus\:translate-x-80:focus {
    --transform-translate-x: 20rem !important
  }

  .md\:focus\:translate-x-100:focus {
    --transform-translate-x: 25rem !important
  }

  .md\:focus\:translate-x-112:focus {
    --transform-translate-x: 28rem !important
  }

  .md\:focus\:translate-x-128:focus {
    --transform-translate-x: 32rem !important
  }

  .md\:focus\:translate-x-143:focus {
    --transform-translate-x: 35.9rem !important
  }

  .md\:focus\:translate-x-149:focus {
    --transform-translate-x: 37.4rem !important
  }

  .md\:focus\:translate-x-240:focus {
    --transform-translate-x: 60rem !important
  }

  .md\:focus\:translate-x-280:focus {
    --transform-translate-x: 70rem !important
  }

  .md\:focus\:translate-x-291:focus {
    --transform-translate-x: 72.9rem !important
  }

  .md\:focus\:translate-x-316:focus {
    --transform-translate-x: 79rem !important
  }

  .md\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important
  }

  .md\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important
  }

  .md\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important
  }

  .md\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important
  }

  .md\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important
  }

  .md\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important
  }

  .md\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important
  }

  .md\:focus\:-translate-x-7:focus {
    --transform-translate-x: -1.8rem !important
  }

  .md\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important
  }

  .md\:focus\:-translate-x-9:focus {
    --transform-translate-x: -2.4rem !important
  }

  .md\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important
  }

  .md\:focus\:-translate-x-11:focus {
    --transform-translate-x: -2.6rem !important
  }

  .md\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important
  }

  .md\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.6rem !important
  }

  .md\:focus\:-translate-x-15:focus {
    --transform-translate-x: -3.8rem !important
  }

  .md\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important
  }

  .md\:focus\:-translate-x-18:focus {
    --transform-translate-x: -4.5rem !important
  }

  .md\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important
  }

  .md\:focus\:-translate-x-21:focus {
    --transform-translate-x: -5.3rem !important
  }

  .md\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.7rem !important
  }

  .md\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important
  }

  .md\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem !important
  }

  .md\:focus\:-translate-x-30:focus {
    --transform-translate-x: -7.6rem !important
  }

  .md\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important
  }

  .md\:focus\:-translate-x-36:focus {
    --transform-translate-x: -9.1rem !important
  }

  .md\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important
  }

  .md\:focus\:-translate-x-46:focus {
    --transform-translate-x: -11.7rem !important
  }

  .md\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important
  }

  .md\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important
  }

  .md\:focus\:-translate-x-58:focus {
    --transform-translate-x: -14.7rem !important
  }

  .md\:focus\:-translate-x-62:focus {
    --transform-translate-x: -15.7rem !important
  }

  .md\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important
  }

  .md\:focus\:-translate-x-69:focus {
    --transform-translate-x: -17.1rem !important
  }

  .md\:focus\:-translate-x-71:focus {
    --transform-translate-x: -17.9rem !important
  }

  .md\:focus\:-translate-x-72:focus {
    --transform-translate-x: -18.1rem !important
  }

  .md\:focus\:-translate-x-80:focus {
    --transform-translate-x: -20rem !important
  }

  .md\:focus\:-translate-x-100:focus {
    --transform-translate-x: -25rem !important
  }

  .md\:focus\:-translate-x-112:focus {
    --transform-translate-x: -28rem !important
  }

  .md\:focus\:-translate-x-128:focus {
    --transform-translate-x: -32rem !important
  }

  .md\:focus\:-translate-x-143:focus {
    --transform-translate-x: -35.9rem !important
  }

  .md\:focus\:-translate-x-149:focus {
    --transform-translate-x: -37.4rem !important
  }

  .md\:focus\:-translate-x-240:focus {
    --transform-translate-x: -60rem !important
  }

  .md\:focus\:-translate-x-280:focus {
    --transform-translate-x: -70rem !important
  }

  .md\:focus\:-translate-x-291:focus {
    --transform-translate-x: -72.9rem !important
  }

  .md\:focus\:-translate-x-316:focus {
    --transform-translate-x: -79rem !important
  }

  .md\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important
  }

  .md\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important
  }

  .md\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important
  }

  .md\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important
  }

  .md\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important
  }

  .md\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important
  }

  .md\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important
  }

  .md\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important
  }

  .md\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important
  }

  .md\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important
  }

  .md\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important
  }

  .md\:focus\:translate-y-7:focus {
    --transform-translate-y: 1.8rem !important
  }

  .md\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important
  }

  .md\:focus\:translate-y-9:focus {
    --transform-translate-y: 2.4rem !important
  }

  .md\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important
  }

  .md\:focus\:translate-y-11:focus {
    --transform-translate-y: 2.6rem !important
  }

  .md\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important
  }

  .md\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.6rem !important
  }

  .md\:focus\:translate-y-15:focus {
    --transform-translate-y: 3.8rem !important
  }

  .md\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important
  }

  .md\:focus\:translate-y-18:focus {
    --transform-translate-y: 4.5rem !important
  }

  .md\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important
  }

  .md\:focus\:translate-y-21:focus {
    --transform-translate-y: 5.3rem !important
  }

  .md\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.7rem !important
  }

  .md\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important
  }

  .md\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem !important
  }

  .md\:focus\:translate-y-30:focus {
    --transform-translate-y: 7.6rem !important
  }

  .md\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important
  }

  .md\:focus\:translate-y-36:focus {
    --transform-translate-y: 9.1rem !important
  }

  .md\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important
  }

  .md\:focus\:translate-y-46:focus {
    --transform-translate-y: 11.7rem !important
  }

  .md\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important
  }

  .md\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important
  }

  .md\:focus\:translate-y-58:focus {
    --transform-translate-y: 14.7rem !important
  }

  .md\:focus\:translate-y-62:focus {
    --transform-translate-y: 15.7rem !important
  }

  .md\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important
  }

  .md\:focus\:translate-y-69:focus {
    --transform-translate-y: 17.1rem !important
  }

  .md\:focus\:translate-y-71:focus {
    --transform-translate-y: 17.9rem !important
  }

  .md\:focus\:translate-y-72:focus {
    --transform-translate-y: 18.1rem !important
  }

  .md\:focus\:translate-y-80:focus {
    --transform-translate-y: 20rem !important
  }

  .md\:focus\:translate-y-100:focus {
    --transform-translate-y: 25rem !important
  }

  .md\:focus\:translate-y-112:focus {
    --transform-translate-y: 28rem !important
  }

  .md\:focus\:translate-y-128:focus {
    --transform-translate-y: 32rem !important
  }

  .md\:focus\:translate-y-143:focus {
    --transform-translate-y: 35.9rem !important
  }

  .md\:focus\:translate-y-149:focus {
    --transform-translate-y: 37.4rem !important
  }

  .md\:focus\:translate-y-240:focus {
    --transform-translate-y: 60rem !important
  }

  .md\:focus\:translate-y-280:focus {
    --transform-translate-y: 70rem !important
  }

  .md\:focus\:translate-y-291:focus {
    --transform-translate-y: 72.9rem !important
  }

  .md\:focus\:translate-y-316:focus {
    --transform-translate-y: 79rem !important
  }

  .md\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important
  }

  .md\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important
  }

  .md\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important
  }

  .md\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important
  }

  .md\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important
  }

  .md\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important
  }

  .md\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important
  }

  .md\:focus\:-translate-y-7:focus {
    --transform-translate-y: -1.8rem !important
  }

  .md\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important
  }

  .md\:focus\:-translate-y-9:focus {
    --transform-translate-y: -2.4rem !important
  }

  .md\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important
  }

  .md\:focus\:-translate-y-11:focus {
    --transform-translate-y: -2.6rem !important
  }

  .md\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important
  }

  .md\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.6rem !important
  }

  .md\:focus\:-translate-y-15:focus {
    --transform-translate-y: -3.8rem !important
  }

  .md\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important
  }

  .md\:focus\:-translate-y-18:focus {
    --transform-translate-y: -4.5rem !important
  }

  .md\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important
  }

  .md\:focus\:-translate-y-21:focus {
    --transform-translate-y: -5.3rem !important
  }

  .md\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.7rem !important
  }

  .md\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important
  }

  .md\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem !important
  }

  .md\:focus\:-translate-y-30:focus {
    --transform-translate-y: -7.6rem !important
  }

  .md\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important
  }

  .md\:focus\:-translate-y-36:focus {
    --transform-translate-y: -9.1rem !important
  }

  .md\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important
  }

  .md\:focus\:-translate-y-46:focus {
    --transform-translate-y: -11.7rem !important
  }

  .md\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important
  }

  .md\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important
  }

  .md\:focus\:-translate-y-58:focus {
    --transform-translate-y: -14.7rem !important
  }

  .md\:focus\:-translate-y-62:focus {
    --transform-translate-y: -15.7rem !important
  }

  .md\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important
  }

  .md\:focus\:-translate-y-69:focus {
    --transform-translate-y: -17.1rem !important
  }

  .md\:focus\:-translate-y-71:focus {
    --transform-translate-y: -17.9rem !important
  }

  .md\:focus\:-translate-y-72:focus {
    --transform-translate-y: -18.1rem !important
  }

  .md\:focus\:-translate-y-80:focus {
    --transform-translate-y: -20rem !important
  }

  .md\:focus\:-translate-y-100:focus {
    --transform-translate-y: -25rem !important
  }

  .md\:focus\:-translate-y-112:focus {
    --transform-translate-y: -28rem !important
  }

  .md\:focus\:-translate-y-128:focus {
    --transform-translate-y: -32rem !important
  }

  .md\:focus\:-translate-y-143:focus {
    --transform-translate-y: -35.9rem !important
  }

  .md\:focus\:-translate-y-149:focus {
    --transform-translate-y: -37.4rem !important
  }

  .md\:focus\:-translate-y-240:focus {
    --transform-translate-y: -60rem !important
  }

  .md\:focus\:-translate-y-280:focus {
    --transform-translate-y: -70rem !important
  }

  .md\:focus\:-translate-y-291:focus {
    --transform-translate-y: -72.9rem !important
  }

  .md\:focus\:-translate-y-316:focus {
    --transform-translate-y: -79rem !important
  }

  .md\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important
  }

  .md\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important
  }

  .md\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important
  }

  .md\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important
  }

  .md\:skew-x-0 {
    --transform-skew-x: 0 !important
  }

  .md\:skew-x-3 {
    --transform-skew-x: 3deg !important
  }

  .md\:skew-x-6 {
    --transform-skew-x: 6deg !important
  }

  .md\:skew-x-12 {
    --transform-skew-x: 12deg !important
  }

  .md\:-skew-x-12 {
    --transform-skew-x: -12deg !important
  }

  .md\:-skew-x-6 {
    --transform-skew-x: -6deg !important
  }

  .md\:-skew-x-3 {
    --transform-skew-x: -3deg !important
  }

  .md\:skew-y-0 {
    --transform-skew-y: 0 !important
  }

  .md\:skew-y-3 {
    --transform-skew-y: 3deg !important
  }

  .md\:skew-y-6 {
    --transform-skew-y: 6deg !important
  }

  .md\:skew-y-12 {
    --transform-skew-y: 12deg !important
  }

  .md\:-skew-y-12 {
    --transform-skew-y: -12deg !important
  }

  .md\:-skew-y-6 {
    --transform-skew-y: -6deg !important
  }

  .md\:-skew-y-3 {
    --transform-skew-y: -3deg !important
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em !important
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em !important
  }

  .md\:tracking-normal {
    letter-spacing: 0 !important
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em !important
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em !important
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em !important
  }

  .md\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em !important
  }

  .md\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em !important
  }

  .md\:hover\:tracking-normal:hover {
    letter-spacing: 0 !important
  }

  .md\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em !important
  }

  .md\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em !important
  }

  .md\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em !important
  }

  .md\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em !important
  }

  .md\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em !important
  }

  .md\:focus\:tracking-normal:focus {
    letter-spacing: 0 !important
  }

  .md\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em !important
  }

  .md\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em !important
  }

  .md\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em !important
  }

  .md\:col-0 {
    grid-column: 0 !important
  }

  .md\:col-1 {
    grid-column: 0.25rem !important
  }

  .md\:col-2 {
    grid-column: 0.5rem !important
  }

  .md\:col-3 {
    grid-column: 0.75rem !important
  }

  .md\:col-4 {
    -ms-grid-column: 1 !important;
    grid-column: 1rem !important
  }

  .md\:col-5 {
    -ms-grid-column: 1 !important;
    grid-column: 1.25rem !important
  }

  .md\:col-6 {
    -ms-grid-column: 1 !important;
    grid-column: 1.5rem !important
  }

  .md\:col-7 {
    -ms-grid-column: 1 !important;
    grid-column: 1.8rem !important
  }

  .md\:col-8 {
    -ms-grid-column: 2 !important;
    grid-column: 2rem !important
  }

  .md\:col-9 {
    -ms-grid-column: 2 !important;
    grid-column: 2.4rem !important
  }

  .md\:col-10 {
    -ms-grid-column: 2 !important;
    grid-column: 2.5rem !important
  }

  .md\:col-11 {
    -ms-grid-column: 2 !important;
    grid-column: 2.6rem !important
  }

  .md\:col-12 {
    -ms-grid-column: 3 !important;
    grid-column: 3rem !important
  }

  .md\:col-14 {
    -ms-grid-column: 3 !important;
    grid-column: 3.6rem !important
  }

  .md\:col-15 {
    -ms-grid-column: 3 !important;
    grid-column: 3.8rem !important
  }

  .md\:col-16 {
    -ms-grid-column: 4 !important;
    grid-column: 4rem !important
  }

  .md\:col-18 {
    -ms-grid-column: 4 !important;
    grid-column: 4.5rem !important
  }

  .md\:col-20 {
    -ms-grid-column: 5 !important;
    grid-column: 5rem !important
  }

  .md\:col-21 {
    -ms-grid-column: 5 !important;
    grid-column: 5.3rem !important
  }

  .md\:col-22 {
    -ms-grid-column: 5 !important;
    grid-column: 5.7rem !important
  }

  .md\:col-24 {
    -ms-grid-column: 6 !important;
    grid-column: 6rem !important
  }

  .md\:col-28 {
    -ms-grid-column: 7 !important;
    grid-column: 7rem !important
  }

  .md\:col-30 {
    -ms-grid-column: 7 !important;
    grid-column: 7.6rem !important
  }

  .md\:col-32 {
    -ms-grid-column: 8 !important;
    grid-column: 8rem !important
  }

  .md\:col-36 {
    -ms-grid-column: 9 !important;
    grid-column: 9.1rem !important
  }

  .md\:col-40 {
    -ms-grid-column: 10 !important;
    grid-column: 10rem !important
  }

  .md\:col-46 {
    -ms-grid-column: 11 !important;
    grid-column: 11.7rem !important
  }

  .md\:col-48 {
    -ms-grid-column: 12 !important;
    grid-column: 12rem !important
  }

  .md\:col-56 {
    -ms-grid-column: 14 !important;
    grid-column: 14rem !important
  }

  .md\:col-58 {
    -ms-grid-column: 14 !important;
    grid-column: 14.7rem !important
  }

  .md\:col-62 {
    -ms-grid-column: 15 !important;
    grid-column: 15.7rem !important
  }

  .md\:col-64 {
    -ms-grid-column: 16 !important;
    grid-column: 16rem !important
  }

  .md\:col-69 {
    -ms-grid-column: 17 !important;
    grid-column: 17.1rem !important
  }

  .md\:col-71 {
    -ms-grid-column: 17 !important;
    grid-column: 17.9rem !important
  }

  .md\:col-72 {
    -ms-grid-column: 18 !important;
    grid-column: 18.1rem !important
  }

  .md\:col-80 {
    -ms-grid-column: 20 !important;
    grid-column: 20rem !important
  }

  .md\:col-100 {
    -ms-grid-column: 25 !important;
    grid-column: 25rem !important
  }

  .md\:col-112 {
    -ms-grid-column: 28 !important;
    grid-column: 28rem !important
  }

  .md\:col-128 {
    -ms-grid-column: 32 !important;
    grid-column: 32rem !important
  }

  .md\:col-143 {
    -ms-grid-column: 35 !important;
    grid-column: 35.9rem !important
  }

  .md\:col-149 {
    -ms-grid-column: 37 !important;
    grid-column: 37.4rem !important
  }

  .md\:col-240 {
    -ms-grid-column: 60 !important;
    grid-column: 60rem !important
  }

  .md\:col-280 {
    -ms-grid-column: 70 !important;
    grid-column: 70rem !important
  }

  .md\:col-291 {
    -ms-grid-column: 72 !important;
    grid-column: 72.9rem !important
  }

  .md\:col-316 {
    -ms-grid-column: 79 !important;
    grid-column: 79rem !important
  }

  .md\:col-span-16 {
    -ms-grid-column-span: 16 !important;
    grid-column: span 16 / span 16 !important
  }

  .md\:col-px {
    -ms-grid-column: 1 !important;
    grid-column: 1px !important
  }

  .md\:hover\:col-0:hover {
    grid-column: 0 !important
  }

  .md\:hover\:col-1:hover {
    grid-column: 0.25rem !important
  }

  .md\:hover\:col-2:hover {
    grid-column: 0.5rem !important
  }

  .md\:hover\:col-3:hover {
    grid-column: 0.75rem !important
  }

  .md\:hover\:col-4:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1rem !important
  }

  .md\:hover\:col-5:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1.25rem !important
  }

  .md\:hover\:col-6:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1.5rem !important
  }

  .md\:hover\:col-7:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1.8rem !important
  }

  .md\:hover\:col-8:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2rem !important
  }

  .md\:hover\:col-9:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2.4rem !important
  }

  .md\:hover\:col-10:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2.5rem !important
  }

  .md\:hover\:col-11:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2.6rem !important
  }

  .md\:hover\:col-12:hover {
    -ms-grid-column: 3 !important;
    grid-column: 3rem !important
  }

  .md\:hover\:col-14:hover {
    -ms-grid-column: 3 !important;
    grid-column: 3.6rem !important
  }

  .md\:hover\:col-15:hover {
    -ms-grid-column: 3 !important;
    grid-column: 3.8rem !important
  }

  .md\:hover\:col-16:hover {
    -ms-grid-column: 4 !important;
    grid-column: 4rem !important
  }

  .md\:hover\:col-18:hover {
    -ms-grid-column: 4 !important;
    grid-column: 4.5rem !important
  }

  .md\:hover\:col-20:hover {
    -ms-grid-column: 5 !important;
    grid-column: 5rem !important
  }

  .md\:hover\:col-21:hover {
    -ms-grid-column: 5 !important;
    grid-column: 5.3rem !important
  }

  .md\:hover\:col-22:hover {
    -ms-grid-column: 5 !important;
    grid-column: 5.7rem !important
  }

  .md\:hover\:col-24:hover {
    -ms-grid-column: 6 !important;
    grid-column: 6rem !important
  }

  .md\:hover\:col-28:hover {
    -ms-grid-column: 7 !important;
    grid-column: 7rem !important
  }

  .md\:hover\:col-30:hover {
    -ms-grid-column: 7 !important;
    grid-column: 7.6rem !important
  }

  .md\:hover\:col-32:hover {
    -ms-grid-column: 8 !important;
    grid-column: 8rem !important
  }

  .md\:hover\:col-36:hover {
    -ms-grid-column: 9 !important;
    grid-column: 9.1rem !important
  }

  .md\:hover\:col-40:hover {
    -ms-grid-column: 10 !important;
    grid-column: 10rem !important
  }

  .md\:hover\:col-46:hover {
    -ms-grid-column: 11 !important;
    grid-column: 11.7rem !important
  }

  .md\:hover\:col-48:hover {
    -ms-grid-column: 12 !important;
    grid-column: 12rem !important
  }

  .md\:hover\:col-56:hover {
    -ms-grid-column: 14 !important;
    grid-column: 14rem !important
  }

  .md\:hover\:col-58:hover {
    -ms-grid-column: 14 !important;
    grid-column: 14.7rem !important
  }

  .md\:hover\:col-62:hover {
    -ms-grid-column: 15 !important;
    grid-column: 15.7rem !important
  }

  .md\:hover\:col-64:hover {
    -ms-grid-column: 16 !important;
    grid-column: 16rem !important
  }

  .md\:hover\:col-69:hover {
    -ms-grid-column: 17 !important;
    grid-column: 17.1rem !important
  }

  .md\:hover\:col-71:hover {
    -ms-grid-column: 17 !important;
    grid-column: 17.9rem !important
  }

  .md\:hover\:col-72:hover {
    -ms-grid-column: 18 !important;
    grid-column: 18.1rem !important
  }

  .md\:hover\:col-80:hover {
    -ms-grid-column: 20 !important;
    grid-column: 20rem !important
  }

  .md\:hover\:col-100:hover {
    -ms-grid-column: 25 !important;
    grid-column: 25rem !important
  }

  .md\:hover\:col-112:hover {
    -ms-grid-column: 28 !important;
    grid-column: 28rem !important
  }

  .md\:hover\:col-128:hover {
    -ms-grid-column: 32 !important;
    grid-column: 32rem !important
  }

  .md\:hover\:col-143:hover {
    -ms-grid-column: 35 !important;
    grid-column: 35.9rem !important
  }

  .md\:hover\:col-149:hover {
    -ms-grid-column: 37 !important;
    grid-column: 37.4rem !important
  }

  .md\:hover\:col-240:hover {
    -ms-grid-column: 60 !important;
    grid-column: 60rem !important
  }

  .md\:hover\:col-280:hover {
    -ms-grid-column: 70 !important;
    grid-column: 70rem !important
  }

  .md\:hover\:col-291:hover {
    -ms-grid-column: 72 !important;
    grid-column: 72.9rem !important
  }

  .md\:hover\:col-316:hover {
    -ms-grid-column: 79 !important;
    grid-column: 79rem !important
  }

  .md\:hover\:col-span-16:hover {
    -ms-grid-column-span: 16 !important;
    grid-column: span 16 / span 16 !important
  }

  .md\:hover\:col-px:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1px !important
  }

  .md\:col-start-13 {
    -ms-grid-column: 13 !important;
        grid-column-start: 13 !important
  }

  .md\:col-start-14 {
    -ms-grid-column: 14 !important;
        grid-column-start: 14 !important
  }

  .md\:col-start-15 {
    -ms-grid-column: 15 !important;
        grid-column-start: 15 !important
  }

  .md\:col-start-16 {
    -ms-grid-column: 16 !important;
        grid-column-start: 16 !important
  }

  .md\:col-start-17 {
    -ms-grid-column: 17 !important;
        grid-column-start: 17 !important
  }

  .md\:hover\:col-start-13:hover {
    -ms-grid-column: 13 !important;
        grid-column-start: 13 !important
  }

  .md\:hover\:col-start-14:hover {
    -ms-grid-column: 14 !important;
        grid-column-start: 14 !important
  }

  .md\:hover\:col-start-15:hover {
    -ms-grid-column: 15 !important;
        grid-column-start: 15 !important
  }

  .md\:hover\:col-start-16:hover {
    -ms-grid-column: 16 !important;
        grid-column-start: 16 !important
  }

  .md\:hover\:col-start-17:hover {
    -ms-grid-column: 17 !important;
        grid-column-start: 17 !important
  }

  .md\:col-end-13 {
    -ms-grid-column-span: 13 !important;
    grid-column-end: 13 !important
  }

  .md\:col-end-14 {
    -ms-grid-column-span: 14 !important;
    grid-column-end: 14 !important
  }

  .md\:col-end-15 {
    -ms-grid-column-span: 15 !important;
    grid-column-end: 15 !important
  }

  .md\:col-end-16 {
    -ms-grid-column-span: 16 !important;
    grid-column-end: 16 !important
  }

  .md\:col-end-17 {
    -ms-grid-column-span: 17 !important;
    grid-column-end: 17 !important
  }

  .md\:hover\:col-end-13:hover {
    -ms-grid-column-span: 13 !important;
    grid-column-end: 13 !important
  }

  .md\:hover\:col-end-14:hover {
    -ms-grid-column-span: 14 !important;
    grid-column-end: 14 !important
  }

  .md\:hover\:col-end-15:hover {
    -ms-grid-column-span: 15 !important;
    grid-column-end: 15 !important
  }

  .md\:hover\:col-end-16:hover {
    -ms-grid-column-span: 16 !important;
    grid-column-end: 16 !important
  }

  .md\:hover\:col-end-17:hover {
    -ms-grid-column-span: 17 !important;
    grid-column-end: 17 !important
  }
}

@media (min-width: 780px) {
  .lg\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important
  }

  .lg\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important
  }

  .lg\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important
  }

  .lg\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important
  }

  .lg\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
  }

  .lg\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important
  }

  .lg\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important
  }

  .lg\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important
  }

  .lg\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important
  }

  .lg\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important
  }

  .lg\:self-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
  }

  .lg\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important
  }

  .lg\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important
  }

  .lg\:self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
  }

  .lg\:self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
  }

  .lg\:bg-transparent {
    background-color: transparent !important
  }

  .lg\:bg-primary {
    background-color: #0A5988 !important
  }

  .lg\:bg-primary-light {
    background-color: #257DB2 !important
  }

  .lg\:bg-secondary {
    background-color: #8FC549 !important
  }

  .lg\:bg-primary-dark {
    background-color: #003D62 !important
  }

  .lg\:bg-tertiary {
    background-color: #EBF4FA !important
  }

  .lg\:bg-tertiary-light {
    background-color: #EBF4FA !important
  }

  .lg\:bg-tertiary-lightest {
    background-color: #EBF4FA !important
  }

  .lg\:bg-font-main {
    background-color: #443E37 !important
  }

  .lg\:bg-highlight {
    background-color: #E1962C !important
  }

  .lg\:bg-highlight-alt {
    background-color: #E1962C !important
  }

  .lg\:bg-accent {
    background-color: #DA511F !important
  }

  .lg\:bg-accent-alt {
    background-color: #DA511F !important
  }

  .lg\:bg-body-text {
    background-color: #443E37 !important
  }

  .lg\:bg-dividers {
    background-color: #C7BBAE !important
  }

  .lg\:bg-dividers-lighther {
    background-color: #f5f5f5 !important
  }

  .lg\:bg-dividers-light {
    background-color: #f7f7f7 !important
  }

  .lg\:bg-black {
    background-color: #000 !important
  }

  .lg\:bg-white {
    background-color: #fff !important
  }

  .lg\:bg-red-100 {
    background-color: #FFF5F5 !important
  }

  .lg\:bg-red-200 {
    background-color: #FED7D7 !important
  }

  .lg\:bg-red-300 {
    background-color: #FEB2B2 !important
  }

  .lg\:bg-red-400 {
    background-color: #FC8181 !important
  }

  .lg\:bg-red-500 {
    background-color: #F56565 !important
  }

  .lg\:bg-red-600 {
    background-color: #E53E3E !important
  }

  .lg\:bg-red-700 {
    background-color: #C53030 !important
  }

  .lg\:bg-red-800 {
    background-color: #9B2C2C !important
  }

  .lg\:bg-red-900 {
    background-color: #742A2A !important
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent !important
  }

  .lg\:hover\:bg-primary:hover {
    background-color: #0A5988 !important
  }

  .lg\:hover\:bg-primary-light:hover {
    background-color: #257DB2 !important
  }

  .lg\:hover\:bg-secondary:hover {
    background-color: #8FC549 !important
  }

  .lg\:hover\:bg-primary-dark:hover {
    background-color: #003D62 !important
  }

  .lg\:hover\:bg-tertiary:hover {
    background-color: #EBF4FA !important
  }

  .lg\:hover\:bg-tertiary-light:hover {
    background-color: #EBF4FA !important
  }

  .lg\:hover\:bg-tertiary-lightest:hover {
    background-color: #EBF4FA !important
  }

  .lg\:hover\:bg-font-main:hover {
    background-color: #443E37 !important
  }

  .lg\:hover\:bg-highlight:hover {
    background-color: #E1962C !important
  }

  .lg\:hover\:bg-highlight-alt:hover {
    background-color: #E1962C !important
  }

  .lg\:hover\:bg-accent:hover {
    background-color: #DA511F !important
  }

  .lg\:hover\:bg-accent-alt:hover {
    background-color: #DA511F !important
  }

  .lg\:hover\:bg-body-text:hover {
    background-color: #443E37 !important
  }

  .lg\:hover\:bg-dividers:hover {
    background-color: #C7BBAE !important
  }

  .lg\:hover\:bg-dividers-lighther:hover {
    background-color: #f5f5f5 !important
  }

  .lg\:hover\:bg-dividers-light:hover {
    background-color: #f7f7f7 !important
  }

  .lg\:hover\:bg-black:hover {
    background-color: #000 !important
  }

  .lg\:hover\:bg-white:hover {
    background-color: #fff !important
  }

  .lg\:hover\:bg-red-100:hover {
    background-color: #FFF5F5 !important
  }

  .lg\:hover\:bg-red-200:hover {
    background-color: #FED7D7 !important
  }

  .lg\:hover\:bg-red-300:hover {
    background-color: #FEB2B2 !important
  }

  .lg\:hover\:bg-red-400:hover {
    background-color: #FC8181 !important
  }

  .lg\:hover\:bg-red-500:hover {
    background-color: #F56565 !important
  }

  .lg\:hover\:bg-red-600:hover {
    background-color: #E53E3E !important
  }

  .lg\:hover\:bg-red-700:hover {
    background-color: #C53030 !important
  }

  .lg\:hover\:bg-red-800:hover {
    background-color: #9B2C2C !important
  }

  .lg\:hover\:bg-red-900:hover {
    background-color: #742A2A !important
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent !important
  }

  .lg\:focus\:bg-primary:focus {
    background-color: #0A5988 !important
  }

  .lg\:focus\:bg-primary-light:focus {
    background-color: #257DB2 !important
  }

  .lg\:focus\:bg-secondary:focus {
    background-color: #8FC549 !important
  }

  .lg\:focus\:bg-primary-dark:focus {
    background-color: #003D62 !important
  }

  .lg\:focus\:bg-tertiary:focus {
    background-color: #EBF4FA !important
  }

  .lg\:focus\:bg-tertiary-light:focus {
    background-color: #EBF4FA !important
  }

  .lg\:focus\:bg-tertiary-lightest:focus {
    background-color: #EBF4FA !important
  }

  .lg\:focus\:bg-font-main:focus {
    background-color: #443E37 !important
  }

  .lg\:focus\:bg-highlight:focus {
    background-color: #E1962C !important
  }

  .lg\:focus\:bg-highlight-alt:focus {
    background-color: #E1962C !important
  }

  .lg\:focus\:bg-accent:focus {
    background-color: #DA511F !important
  }

  .lg\:focus\:bg-accent-alt:focus {
    background-color: #DA511F !important
  }

  .lg\:focus\:bg-body-text:focus {
    background-color: #443E37 !important
  }

  .lg\:focus\:bg-dividers:focus {
    background-color: #C7BBAE !important
  }

  .lg\:focus\:bg-dividers-lighther:focus {
    background-color: #f5f5f5 !important
  }

  .lg\:focus\:bg-dividers-light:focus {
    background-color: #f7f7f7 !important
  }

  .lg\:focus\:bg-black:focus {
    background-color: #000 !important
  }

  .lg\:focus\:bg-white:focus {
    background-color: #fff !important
  }

  .lg\:focus\:bg-red-100:focus {
    background-color: #FFF5F5 !important
  }

  .lg\:focus\:bg-red-200:focus {
    background-color: #FED7D7 !important
  }

  .lg\:focus\:bg-red-300:focus {
    background-color: #FEB2B2 !important
  }

  .lg\:focus\:bg-red-400:focus {
    background-color: #FC8181 !important
  }

  .lg\:focus\:bg-red-500:focus {
    background-color: #F56565 !important
  }

  .lg\:focus\:bg-red-600:focus {
    background-color: #E53E3E !important
  }

  .lg\:focus\:bg-red-700:focus {
    background-color: #C53030 !important
  }

  .lg\:focus\:bg-red-800:focus {
    background-color: #9B2C2C !important
  }

  .lg\:focus\:bg-red-900:focus {
    background-color: #742A2A !important
  }

  .lg\:border-0 {
    border-width: 0 !important
  }

  .lg\:border-2 {
    border-width: 2px !important
  }

  .lg\:border-4 {
    border-width: 4px !important
  }

  .lg\:border-5 {
    border-width: 5px !important
  }

  .lg\:border-8 {
    border-width: 8px !important
  }

  .lg\:border {
    border-width: 1px !important
  }

  .lg\:border-t-0 {
    border-top-width: 0 !important
  }

  .lg\:border-r-0 {
    border-right-width: 0 !important
  }

  .lg\:border-b-0 {
    border-bottom-width: 0 !important
  }

  .lg\:border-l-0 {
    border-left-width: 0 !important
  }

  .lg\:border-t-2 {
    border-top-width: 2px !important
  }

  .lg\:border-r-2 {
    border-right-width: 2px !important
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px !important
  }

  .lg\:border-l-2 {
    border-left-width: 2px !important
  }

  .lg\:border-t-4 {
    border-top-width: 4px !important
  }

  .lg\:border-r-4 {
    border-right-width: 4px !important
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px !important
  }

  .lg\:border-l-4 {
    border-left-width: 4px !important
  }

  .lg\:border-t-5 {
    border-top-width: 5px !important
  }

  .lg\:border-r-5 {
    border-right-width: 5px !important
  }

  .lg\:border-b-5 {
    border-bottom-width: 5px !important
  }

  .lg\:border-l-5 {
    border-left-width: 5px !important
  }

  .lg\:border-t-8 {
    border-top-width: 8px !important
  }

  .lg\:border-r-8 {
    border-right-width: 8px !important
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px !important
  }

  .lg\:border-l-8 {
    border-left-width: 8px !important
  }

  .lg\:border-t {
    border-top-width: 1px !important
  }

  .lg\:border-r {
    border-right-width: 1px !important
  }

  .lg\:border-b {
    border-bottom-width: 1px !important
  }

  .lg\:border-l {
    border-left-width: 1px !important
  }

  .lg\:hover\:border-0:hover {
    border-width: 0 !important
  }

  .lg\:hover\:border-2:hover {
    border-width: 2px !important
  }

  .lg\:hover\:border-4:hover {
    border-width: 4px !important
  }

  .lg\:hover\:border-5:hover {
    border-width: 5px !important
  }

  .lg\:hover\:border-8:hover {
    border-width: 8px !important
  }

  .lg\:hover\:border:hover {
    border-width: 1px !important
  }

  .lg\:hover\:border-t-0:hover {
    border-top-width: 0 !important
  }

  .lg\:hover\:border-r-0:hover {
    border-right-width: 0 !important
  }

  .lg\:hover\:border-b-0:hover {
    border-bottom-width: 0 !important
  }

  .lg\:hover\:border-l-0:hover {
    border-left-width: 0 !important
  }

  .lg\:hover\:border-t-2:hover {
    border-top-width: 2px !important
  }

  .lg\:hover\:border-r-2:hover {
    border-right-width: 2px !important
  }

  .lg\:hover\:border-b-2:hover {
    border-bottom-width: 2px !important
  }

  .lg\:hover\:border-l-2:hover {
    border-left-width: 2px !important
  }

  .lg\:hover\:border-t-4:hover {
    border-top-width: 4px !important
  }

  .lg\:hover\:border-r-4:hover {
    border-right-width: 4px !important
  }

  .lg\:hover\:border-b-4:hover {
    border-bottom-width: 4px !important
  }

  .lg\:hover\:border-l-4:hover {
    border-left-width: 4px !important
  }

  .lg\:hover\:border-t-5:hover {
    border-top-width: 5px !important
  }

  .lg\:hover\:border-r-5:hover {
    border-right-width: 5px !important
  }

  .lg\:hover\:border-b-5:hover {
    border-bottom-width: 5px !important
  }

  .lg\:hover\:border-l-5:hover {
    border-left-width: 5px !important
  }

  .lg\:hover\:border-t-8:hover {
    border-top-width: 8px !important
  }

  .lg\:hover\:border-r-8:hover {
    border-right-width: 8px !important
  }

  .lg\:hover\:border-b-8:hover {
    border-bottom-width: 8px !important
  }

  .lg\:hover\:border-l-8:hover {
    border-left-width: 8px !important
  }

  .lg\:hover\:border-t:hover {
    border-top-width: 1px !important
  }

  .lg\:hover\:border-r:hover {
    border-right-width: 1px !important
  }

  .lg\:hover\:border-b:hover {
    border-bottom-width: 1px !important
  }

  .lg\:hover\:border-l:hover {
    border-left-width: 1px !important
  }

  .lg\:focus\:border-0:focus {
    border-width: 0 !important
  }

  .lg\:focus\:border-2:focus {
    border-width: 2px !important
  }

  .lg\:focus\:border-4:focus {
    border-width: 4px !important
  }

  .lg\:focus\:border-5:focus {
    border-width: 5px !important
  }

  .lg\:focus\:border-8:focus {
    border-width: 8px !important
  }

  .lg\:focus\:border:focus {
    border-width: 1px !important
  }

  .lg\:focus\:border-t-0:focus {
    border-top-width: 0 !important
  }

  .lg\:focus\:border-r-0:focus {
    border-right-width: 0 !important
  }

  .lg\:focus\:border-b-0:focus {
    border-bottom-width: 0 !important
  }

  .lg\:focus\:border-l-0:focus {
    border-left-width: 0 !important
  }

  .lg\:focus\:border-t-2:focus {
    border-top-width: 2px !important
  }

  .lg\:focus\:border-r-2:focus {
    border-right-width: 2px !important
  }

  .lg\:focus\:border-b-2:focus {
    border-bottom-width: 2px !important
  }

  .lg\:focus\:border-l-2:focus {
    border-left-width: 2px !important
  }

  .lg\:focus\:border-t-4:focus {
    border-top-width: 4px !important
  }

  .lg\:focus\:border-r-4:focus {
    border-right-width: 4px !important
  }

  .lg\:focus\:border-b-4:focus {
    border-bottom-width: 4px !important
  }

  .lg\:focus\:border-l-4:focus {
    border-left-width: 4px !important
  }

  .lg\:focus\:border-t-5:focus {
    border-top-width: 5px !important
  }

  .lg\:focus\:border-r-5:focus {
    border-right-width: 5px !important
  }

  .lg\:focus\:border-b-5:focus {
    border-bottom-width: 5px !important
  }

  .lg\:focus\:border-l-5:focus {
    border-left-width: 5px !important
  }

  .lg\:focus\:border-t-8:focus {
    border-top-width: 8px !important
  }

  .lg\:focus\:border-r-8:focus {
    border-right-width: 8px !important
  }

  .lg\:focus\:border-b-8:focus {
    border-bottom-width: 8px !important
  }

  .lg\:focus\:border-l-8:focus {
    border-left-width: 8px !important
  }

  .lg\:focus\:border-t:focus {
    border-top-width: 1px !important
  }

  .lg\:focus\:border-r:focus {
    border-right-width: 1px !important
  }

  .lg\:focus\:border-b:focus {
    border-bottom-width: 1px !important
  }

  .lg\:focus\:border-l:focus {
    border-left-width: 1px !important
  }

  .lg\:border-transparent {
    border-color: transparent !important
  }

  .lg\:border-primary {
    border-color: #0A5988 !important
  }

  .lg\:border-primary-light {
    border-color: #257DB2 !important
  }

  .lg\:border-secondary {
    border-color: #8FC549 !important
  }

  .lg\:border-primary-dark {
    border-color: #003D62 !important
  }

  .lg\:border-tertiary {
    border-color: #EBF4FA !important
  }

  .lg\:border-tertiary-light {
    border-color: #EBF4FA !important
  }

  .lg\:border-tertiary-lightest {
    border-color: #EBF4FA !important
  }

  .lg\:border-font-main {
    border-color: #443E37 !important
  }

  .lg\:border-highlight {
    border-color: #E1962C !important
  }

  .lg\:border-highlight-alt {
    border-color: #E1962C !important
  }

  .lg\:border-accent {
    border-color: #DA511F !important
  }

  .lg\:border-accent-alt {
    border-color: #DA511F !important
  }

  .lg\:border-body-text {
    border-color: #443E37 !important
  }

  .lg\:border-dividers {
    border-color: #C7BBAE !important
  }

  .lg\:border-dividers-lighther {
    border-color: #f5f5f5 !important
  }

  .lg\:border-dividers-light {
    border-color: #f7f7f7 !important
  }

  .lg\:border-black {
    border-color: #000 !important
  }

  .lg\:border-white {
    border-color: #fff !important
  }

  .lg\:border-red-100 {
    border-color: #FFF5F5 !important
  }

  .lg\:border-red-200 {
    border-color: #FED7D7 !important
  }

  .lg\:border-red-300 {
    border-color: #FEB2B2 !important
  }

  .lg\:border-red-400 {
    border-color: #FC8181 !important
  }

  .lg\:border-red-500 {
    border-color: #F56565 !important
  }

  .lg\:border-red-600 {
    border-color: #E53E3E !important
  }

  .lg\:border-red-700 {
    border-color: #C53030 !important
  }

  .lg\:border-red-800 {
    border-color: #9B2C2C !important
  }

  .lg\:border-red-900 {
    border-color: #742A2A !important
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent !important
  }

  .lg\:hover\:border-primary:hover {
    border-color: #0A5988 !important
  }

  .lg\:hover\:border-primary-light:hover {
    border-color: #257DB2 !important
  }

  .lg\:hover\:border-secondary:hover {
    border-color: #8FC549 !important
  }

  .lg\:hover\:border-primary-dark:hover {
    border-color: #003D62 !important
  }

  .lg\:hover\:border-tertiary:hover {
    border-color: #EBF4FA !important
  }

  .lg\:hover\:border-tertiary-light:hover {
    border-color: #EBF4FA !important
  }

  .lg\:hover\:border-tertiary-lightest:hover {
    border-color: #EBF4FA !important
  }

  .lg\:hover\:border-font-main:hover {
    border-color: #443E37 !important
  }

  .lg\:hover\:border-highlight:hover {
    border-color: #E1962C !important
  }

  .lg\:hover\:border-highlight-alt:hover {
    border-color: #E1962C !important
  }

  .lg\:hover\:border-accent:hover {
    border-color: #DA511F !important
  }

  .lg\:hover\:border-accent-alt:hover {
    border-color: #DA511F !important
  }

  .lg\:hover\:border-body-text:hover {
    border-color: #443E37 !important
  }

  .lg\:hover\:border-dividers:hover {
    border-color: #C7BBAE !important
  }

  .lg\:hover\:border-dividers-lighther:hover {
    border-color: #f5f5f5 !important
  }

  .lg\:hover\:border-dividers-light:hover {
    border-color: #f7f7f7 !important
  }

  .lg\:hover\:border-black:hover {
    border-color: #000 !important
  }

  .lg\:hover\:border-white:hover {
    border-color: #fff !important
  }

  .lg\:hover\:border-red-100:hover {
    border-color: #FFF5F5 !important
  }

  .lg\:hover\:border-red-200:hover {
    border-color: #FED7D7 !important
  }

  .lg\:hover\:border-red-300:hover {
    border-color: #FEB2B2 !important
  }

  .lg\:hover\:border-red-400:hover {
    border-color: #FC8181 !important
  }

  .lg\:hover\:border-red-500:hover {
    border-color: #F56565 !important
  }

  .lg\:hover\:border-red-600:hover {
    border-color: #E53E3E !important
  }

  .lg\:hover\:border-red-700:hover {
    border-color: #C53030 !important
  }

  .lg\:hover\:border-red-800:hover {
    border-color: #9B2C2C !important
  }

  .lg\:hover\:border-red-900:hover {
    border-color: #742A2A !important
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent !important
  }

  .lg\:focus\:border-primary:focus {
    border-color: #0A5988 !important
  }

  .lg\:focus\:border-primary-light:focus {
    border-color: #257DB2 !important
  }

  .lg\:focus\:border-secondary:focus {
    border-color: #8FC549 !important
  }

  .lg\:focus\:border-primary-dark:focus {
    border-color: #003D62 !important
  }

  .lg\:focus\:border-tertiary:focus {
    border-color: #EBF4FA !important
  }

  .lg\:focus\:border-tertiary-light:focus {
    border-color: #EBF4FA !important
  }

  .lg\:focus\:border-tertiary-lightest:focus {
    border-color: #EBF4FA !important
  }

  .lg\:focus\:border-font-main:focus {
    border-color: #443E37 !important
  }

  .lg\:focus\:border-highlight:focus {
    border-color: #E1962C !important
  }

  .lg\:focus\:border-highlight-alt:focus {
    border-color: #E1962C !important
  }

  .lg\:focus\:border-accent:focus {
    border-color: #DA511F !important
  }

  .lg\:focus\:border-accent-alt:focus {
    border-color: #DA511F !important
  }

  .lg\:focus\:border-body-text:focus {
    border-color: #443E37 !important
  }

  .lg\:focus\:border-dividers:focus {
    border-color: #C7BBAE !important
  }

  .lg\:focus\:border-dividers-lighther:focus {
    border-color: #f5f5f5 !important
  }

  .lg\:focus\:border-dividers-light:focus {
    border-color: #f7f7f7 !important
  }

  .lg\:focus\:border-black:focus {
    border-color: #000 !important
  }

  .lg\:focus\:border-white:focus {
    border-color: #fff !important
  }

  .lg\:focus\:border-red-100:focus {
    border-color: #FFF5F5 !important
  }

  .lg\:focus\:border-red-200:focus {
    border-color: #FED7D7 !important
  }

  .lg\:focus\:border-red-300:focus {
    border-color: #FEB2B2 !important
  }

  .lg\:focus\:border-red-400:focus {
    border-color: #FC8181 !important
  }

  .lg\:focus\:border-red-500:focus {
    border-color: #F56565 !important
  }

  .lg\:focus\:border-red-600:focus {
    border-color: #E53E3E !important
  }

  .lg\:focus\:border-red-700:focus {
    border-color: #C53030 !important
  }

  .lg\:focus\:border-red-800:focus {
    border-color: #9B2C2C !important
  }

  .lg\:focus\:border-red-900:focus {
    border-color: #742A2A !important
  }

  .lg\:border-solid {
    border-style: solid !important
  }

  .lg\:border-dashed {
    border-style: dashed !important
  }

  .lg\:border-dotted {
    border-style: dotted !important
  }

  .lg\:border-double {
    border-style: double !important
  }

  .lg\:border-none {
    border-style: none !important
  }

  .lg\:hover\:border-solid:hover {
    border-style: solid !important
  }

  .lg\:hover\:border-dashed:hover {
    border-style: dashed !important
  }

  .lg\:hover\:border-dotted:hover {
    border-style: dotted !important
  }

  .lg\:hover\:border-double:hover {
    border-style: double !important
  }

  .lg\:hover\:border-none:hover {
    border-style: none !important
  }

  .lg\:focus\:border-solid:focus {
    border-style: solid !important
  }

  .lg\:focus\:border-dashed:focus {
    border-style: dashed !important
  }

  .lg\:focus\:border-dotted:focus {
    border-style: dotted !important
  }

  .lg\:focus\:border-double:focus {
    border-style: double !important
  }

  .lg\:focus\:border-none:focus {
    border-style: none !important
  }

  .lg\:shadow-sm {
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1) !important
  }

  .lg\:shadow {
    -webkit-box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.25) !important
  }

  .lg\:shadow-md {
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25) !important
  }

  .lg\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
  }

  .lg\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important
  }

  .lg\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important
  }

  .lg\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important
  }

  .lg\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important
  }

  .lg\:shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important
  }

  .lg\:block {
    display: block !important
  }

  .lg\:inline-block {
    display: inline-block !important
  }

  .lg\:inline {
    display: inline !important
  }

  .lg\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .lg\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .lg\:table {
    display: table !important
  }

  .lg\:table-caption {
    display: table-caption !important
  }

  .lg\:table-cell {
    display: table-cell !important
  }

  .lg\:table-column {
    display: table-column !important
  }

  .lg\:table-column-group {
    display: table-column-group !important
  }

  .lg\:table-footer-group {
    display: table-footer-group !important
  }

  .lg\:table-header-group {
    display: table-header-group !important
  }

  .lg\:table-row-group {
    display: table-row-group !important
  }

  .lg\:table-row {
    display: table-row !important
  }

  .lg\:flow-root {
    display: flow-root !important
  }

  .lg\:grid {
    display: -ms-grid !important;
    display: grid !important
  }

  .lg\:inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important
  }

  .lg\:hidden {
    display: none !important
  }

  .lg\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important
  }

  .lg\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important
  }

  .lg\:flex-initial {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important
  }

  .lg\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important
  }

  .lg\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important
  }

  .lg\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important
  }

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

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

  .lg\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
  }

  .lg\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
  }

  .lg\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
  }

  .lg\:float-right {
    float: right !important
  }

  .lg\:float-left {
    float: left !important
  }

  .lg\:float-none {
    float: none !important
  }

  .lg\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important
  }

  .lg\:font-lato {
    font-family: Lato !important
  }

  .lg\:font-heading {
    font-family: Lato !important
  }

  .lg\:font-merriweather {
    font-family: Merriweather !important
  }

  .lg\:font-body {
    font-family: Merriweather !important
  }

  .lg\:font-sans {
    font-family: Lato, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important
  }

  .lg\:font-serif {
    font-family: Merriweather, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important
  }

  .lg\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
  }

  .lg\:text-xs {
    font-size: 0.75rem !important
  }

  .lg\:text-sm {
    font-size: 1.6rem !important
  }

  .lg\:text-base {
    font-size: 1.8rem !important
  }

  .lg\:text-lg {
    font-size: 2.1rem !important
  }

  .lg\:text-xl {
    font-size: 2.4rem !important
  }

  .lg\:text-2xl {
    font-size: 3.3rem !important
  }

  .lg\:text-3xl {
    font-size: 4.2rem !important
  }

  .lg\:text-4xl {
    font-size: 2.25rem !important
  }

  .lg\:text-5xl {
    font-size: 3rem !important
  }

  .lg\:text-6xl {
    font-size: 4rem !important
  }

  .lg\:italic {
    font-style: italic !important
  }

  .lg\:not-italic {
    font-style: normal !important
  }

  .lg\:font-light {
    font-weight: 100 !important
  }

  .lg\:font-medium {
    font-weight: 300 !important
  }

  .lg\:font-normal {
    font-weight: 400 !important
  }

  .lg\:font-semibold {
    font-weight: 600 !important
  }

  .lg\:font-bold {
    font-weight: 700 !important
  }

  .lg\:hover\:font-light:hover {
    font-weight: 100 !important
  }

  .lg\:hover\:font-medium:hover {
    font-weight: 300 !important
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400 !important
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600 !important
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700 !important
  }

  .lg\:focus\:font-light:focus {
    font-weight: 100 !important
  }

  .lg\:focus\:font-medium:focus {
    font-weight: 300 !important
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400 !important
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600 !important
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700 !important
  }

  .lg\:h-0 {
    height: 0 !important
  }

  .lg\:h-1 {
    height: 0.25rem !important
  }

  .lg\:h-2 {
    height: 0.5rem !important
  }

  .lg\:h-3 {
    height: 0.75rem !important
  }

  .lg\:h-4 {
    height: 1rem !important
  }

  .lg\:h-5 {
    height: 1.25rem !important
  }

  .lg\:h-6 {
    height: 1.5rem !important
  }

  .lg\:h-7 {
    height: 1.8rem !important
  }

  .lg\:h-8 {
    height: 2rem !important
  }

  .lg\:h-9 {
    height: 2.4rem !important
  }

  .lg\:h-10 {
    height: 2.5rem !important
  }

  .lg\:h-11 {
    height: 2.6rem !important
  }

  .lg\:h-12 {
    height: 3rem !important
  }

  .lg\:h-14 {
    height: 3.6rem !important
  }

  .lg\:h-15 {
    height: 3.8rem !important
  }

  .lg\:h-16 {
    height: 4rem !important
  }

  .lg\:h-18 {
    height: 4.5rem !important
  }

  .lg\:h-20 {
    height: 5rem !important
  }

  .lg\:h-21 {
    height: 5.3rem !important
  }

  .lg\:h-22 {
    height: 5.7rem !important
  }

  .lg\:h-24 {
    height: 6rem !important
  }

  .lg\:h-28 {
    height: 7rem !important
  }

  .lg\:h-30 {
    height: 7.6rem !important
  }

  .lg\:h-32 {
    height: 8rem !important
  }

  .lg\:h-36 {
    height: 9.1rem !important
  }

  .lg\:h-40 {
    height: 10rem !important
  }

  .lg\:h-46 {
    height: 11.7rem !important
  }

  .lg\:h-48 {
    height: 12rem !important
  }

  .lg\:h-56 {
    height: 14rem !important
  }

  .lg\:h-58 {
    height: 14.7rem !important
  }

  .lg\:h-62 {
    height: 15.7rem !important
  }

  .lg\:h-64 {
    height: 16rem !important
  }

  .lg\:h-69 {
    height: 17.1rem !important
  }

  .lg\:h-71 {
    height: 17.9rem !important
  }

  .lg\:h-72 {
    height: 18.1rem !important
  }

  .lg\:h-80 {
    height: 20rem !important
  }

  .lg\:h-100 {
    height: 25rem !important
  }

  .lg\:h-112 {
    height: 28rem !important
  }

  .lg\:h-128 {
    height: 32rem !important
  }

  .lg\:h-143 {
    height: 35.9rem !important
  }

  .lg\:h-149 {
    height: 37.4rem !important
  }

  .lg\:h-240 {
    height: 60rem !important
  }

  .lg\:h-280 {
    height: 70rem !important
  }

  .lg\:h-291 {
    height: 72.9rem !important
  }

  .lg\:h-316 {
    height: 79rem !important
  }

  .lg\:h-auto {
    height: auto !important
  }

  .lg\:h-px {
    height: 1px !important
  }

  .lg\:h-full {
    height: 100% !important
  }

  .lg\:h-screen {
    height: 100vh !important
  }

  .lg\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important
  }

  .lg\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important
  }

  .lg\:inset-5 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important
  }

  .lg\:inset-6 {
    top: 1.6rem !important;
    right: 1.6rem !important;
    bottom: 1.6rem !important;
    left: 1.6rem !important
  }

  .lg\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important
  }

  .lg\:inset-17 {
    top: 4.3rem !important;
    right: 4.3rem !important;
    bottom: 4.3rem !important;
    left: 4.3rem !important
  }

  .lg\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important
  }

  .lg\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important
  }

  .lg\:-inset-34 {
    top: -8.65rem !important;
    right: -8.65rem !important;
    bottom: -8.65rem !important;
    left: -8.65rem !important
  }

  .lg\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important
  }

  .lg\:inset-unset {
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    left: unset !important
  }

  .lg\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important
  }

  .lg\:inset-x-0 {
    right: 0 !important;
    left: 0 !important
  }

  .lg\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important
  }

  .lg\:inset-x-4 {
    right: 1rem !important;
    left: 1rem !important
  }

  .lg\:inset-y-5 {
    top: 1.5rem !important;
    bottom: 1.5rem !important
  }

  .lg\:inset-x-5 {
    right: 1.5rem !important;
    left: 1.5rem !important
  }

  .lg\:inset-y-6 {
    top: 1.6rem !important;
    bottom: 1.6rem !important
  }

  .lg\:inset-x-6 {
    right: 1.6rem !important;
    left: 1.6rem !important
  }

  .lg\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important
  }

  .lg\:inset-x-10 {
    right: 2.5rem !important;
    left: 2.5rem !important
  }

  .lg\:inset-y-17 {
    top: 4.3rem !important;
    bottom: 4.3rem !important
  }

  .lg\:inset-x-17 {
    right: 4.3rem !important;
    left: 4.3rem !important
  }

  .lg\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important
  }

  .lg\:inset-x-24 {
    right: 6rem !important;
    left: 6rem !important
  }

  .lg\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important
  }

  .lg\:-inset-x-25 {
    right: -25px !important;
    left: -25px !important
  }

  .lg\:-inset-y-34 {
    top: -8.65rem !important;
    bottom: -8.65rem !important
  }

  .lg\:-inset-x-34 {
    right: -8.65rem !important;
    left: -8.65rem !important
  }

  .lg\:inset-y-auto {
    top: auto !important;
    bottom: auto !important
  }

  .lg\:inset-x-auto {
    right: auto !important;
    left: auto !important
  }

  .lg\:inset-y-unset {
    top: unset !important;
    bottom: unset !important
  }

  .lg\:inset-x-unset {
    right: unset !important;
    left: unset !important
  }

  .lg\:top-0 {
    top: 0 !important
  }

  .lg\:right-0 {
    right: 0 !important
  }

  .lg\:bottom-0 {
    bottom: 0 !important
  }

  .lg\:left-0 {
    left: 0 !important
  }

  .lg\:top-4 {
    top: 1rem !important
  }

  .lg\:right-4 {
    right: 1rem !important
  }

  .lg\:bottom-4 {
    bottom: 1rem !important
  }

  .lg\:left-4 {
    left: 1rem !important
  }

  .lg\:top-5 {
    top: 1.5rem !important
  }

  .lg\:right-5 {
    right: 1.5rem !important
  }

  .lg\:bottom-5 {
    bottom: 1.5rem !important
  }

  .lg\:left-5 {
    left: 1.5rem !important
  }

  .lg\:top-6 {
    top: 1.6rem !important
  }

  .lg\:right-6 {
    right: 1.6rem !important
  }

  .lg\:bottom-6 {
    bottom: 1.6rem !important
  }

  .lg\:left-6 {
    left: 1.6rem !important
  }

  .lg\:top-10 {
    top: 2.5rem !important
  }

  .lg\:right-10 {
    right: 2.5rem !important
  }

  .lg\:bottom-10 {
    bottom: 2.5rem !important
  }

  .lg\:left-10 {
    left: 2.5rem !important
  }

  .lg\:top-17 {
    top: 4.3rem !important
  }

  .lg\:right-17 {
    right: 4.3rem !important
  }

  .lg\:bottom-17 {
    bottom: 4.3rem !important
  }

  .lg\:left-17 {
    left: 4.3rem !important
  }

  .lg\:top-24 {
    top: 6rem !important
  }

  .lg\:right-24 {
    right: 6rem !important
  }

  .lg\:bottom-24 {
    bottom: 6rem !important
  }

  .lg\:left-24 {
    left: 6rem !important
  }

  .lg\:-top-25 {
    top: -25px !important
  }

  .lg\:-right-25 {
    right: -25px !important
  }

  .lg\:-bottom-25 {
    bottom: -25px !important
  }

  .lg\:-left-25 {
    left: -25px !important
  }

  .lg\:-top-34 {
    top: -8.65rem !important
  }

  .lg\:-right-34 {
    right: -8.65rem !important
  }

  .lg\:-bottom-34 {
    bottom: -8.65rem !important
  }

  .lg\:-left-34 {
    left: -8.65rem !important
  }

  .lg\:top-auto {
    top: auto !important
  }

  .lg\:right-auto {
    right: auto !important
  }

  .lg\:bottom-auto {
    bottom: auto !important
  }

  .lg\:left-auto {
    left: auto !important
  }

  .lg\:top-unset {
    top: unset !important
  }

  .lg\:right-unset {
    right: unset !important
  }

  .lg\:bottom-unset {
    bottom: unset !important
  }

  .lg\:left-unset {
    left: unset !important
  }

  .lg\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important
  }

  .lg\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important
  }

  .lg\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important
  }

  .lg\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important
  }

  .lg\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important
  }

  .lg\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important
  }

  .lg\:m-0 {
    margin: 0 !important
  }

  .lg\:m-1 {
    margin: 0.25rem !important
  }

  .lg\:m-2 {
    margin: 0.5rem !important
  }

  .lg\:m-3 {
    margin: 0.75rem !important
  }

  .lg\:m-4 {
    margin: 1rem !important
  }

  .lg\:m-5 {
    margin: 1.25rem !important
  }

  .lg\:m-6 {
    margin: 1.5rem !important
  }

  .lg\:m-7 {
    margin: 1.8rem !important
  }

  .lg\:m-8 {
    margin: 2rem !important
  }

  .lg\:m-9 {
    margin: 2.4rem !important
  }

  .lg\:m-10 {
    margin: 2.5rem !important
  }

  .lg\:m-11 {
    margin: 2.6rem !important
  }

  .lg\:m-12 {
    margin: 3rem !important
  }

  .lg\:m-14 {
    margin: 3.6rem !important
  }

  .lg\:m-15 {
    margin: 3.8rem !important
  }

  .lg\:m-16 {
    margin: 4rem !important
  }

  .lg\:m-18 {
    margin: 4.5rem !important
  }

  .lg\:m-20 {
    margin: 5rem !important
  }

  .lg\:m-21 {
    margin: 5.3rem !important
  }

  .lg\:m-22 {
    margin: 5.7rem !important
  }

  .lg\:m-24 {
    margin: 6rem !important
  }

  .lg\:m-28 {
    margin: 7rem !important
  }

  .lg\:m-30 {
    margin: 7.6rem !important
  }

  .lg\:m-32 {
    margin: 8rem !important
  }

  .lg\:m-36 {
    margin: 9.1rem !important
  }

  .lg\:m-40 {
    margin: 10rem !important
  }

  .lg\:m-46 {
    margin: 11.7rem !important
  }

  .lg\:m-48 {
    margin: 12rem !important
  }

  .lg\:m-56 {
    margin: 14rem !important
  }

  .lg\:m-58 {
    margin: 14.7rem !important
  }

  .lg\:m-62 {
    margin: 15.7rem !important
  }

  .lg\:m-64 {
    margin: 16rem !important
  }

  .lg\:m-69 {
    margin: 17.1rem !important
  }

  .lg\:m-71 {
    margin: 17.9rem !important
  }

  .lg\:m-72 {
    margin: 18.1rem !important
  }

  .lg\:m-80 {
    margin: 20rem !important
  }

  .lg\:m-100 {
    margin: 25rem !important
  }

  .lg\:m-112 {
    margin: 28rem !important
  }

  .lg\:m-128 {
    margin: 32rem !important
  }

  .lg\:m-143 {
    margin: 35.9rem !important
  }

  .lg\:m-149 {
    margin: 37.4rem !important
  }

  .lg\:m-240 {
    margin: 60rem !important
  }

  .lg\:m-280 {
    margin: 70rem !important
  }

  .lg\:m-291 {
    margin: 72.9rem !important
  }

  .lg\:m-316 {
    margin: 79rem !important
  }

  .lg\:m-auto {
    margin: auto !important
  }

  .lg\:m-px {
    margin: 1px !important
  }

  .lg\:-m-1 {
    margin: -0.25rem !important
  }

  .lg\:-m-2 {
    margin: -0.5rem !important
  }

  .lg\:-m-3 {
    margin: -0.75rem !important
  }

  .lg\:-m-4 {
    margin: -1rem !important
  }

  .lg\:-m-5 {
    margin: -1.25rem !important
  }

  .lg\:-m-6 {
    margin: -1.5rem !important
  }

  .lg\:-m-7 {
    margin: -1.8rem !important
  }

  .lg\:-m-8 {
    margin: -2rem !important
  }

  .lg\:-m-9 {
    margin: -2.4rem !important
  }

  .lg\:-m-10 {
    margin: -2.5rem !important
  }

  .lg\:-m-11 {
    margin: -2.6rem !important
  }

  .lg\:-m-12 {
    margin: -3rem !important
  }

  .lg\:-m-14 {
    margin: -3.6rem !important
  }

  .lg\:-m-15 {
    margin: -3.8rem !important
  }

  .lg\:-m-16 {
    margin: -4rem !important
  }

  .lg\:-m-18 {
    margin: -4.5rem !important
  }

  .lg\:-m-20 {
    margin: -5rem !important
  }

  .lg\:-m-21 {
    margin: -5.3rem !important
  }

  .lg\:-m-22 {
    margin: -5.7rem !important
  }

  .lg\:-m-24 {
    margin: -6rem !important
  }

  .lg\:-m-28 {
    margin: -7rem !important
  }

  .lg\:-m-30 {
    margin: -7.6rem !important
  }

  .lg\:-m-32 {
    margin: -8rem !important
  }

  .lg\:-m-36 {
    margin: -9.1rem !important
  }

  .lg\:-m-40 {
    margin: -10rem !important
  }

  .lg\:-m-46 {
    margin: -11.7rem !important
  }

  .lg\:-m-48 {
    margin: -12rem !important
  }

  .lg\:-m-56 {
    margin: -14rem !important
  }

  .lg\:-m-58 {
    margin: -14.7rem !important
  }

  .lg\:-m-62 {
    margin: -15.7rem !important
  }

  .lg\:-m-64 {
    margin: -16rem !important
  }

  .lg\:-m-69 {
    margin: -17.1rem !important
  }

  .lg\:-m-71 {
    margin: -17.9rem !important
  }

  .lg\:-m-72 {
    margin: -18.1rem !important
  }

  .lg\:-m-80 {
    margin: -20rem !important
  }

  .lg\:-m-100 {
    margin: -25rem !important
  }

  .lg\:-m-112 {
    margin: -28rem !important
  }

  .lg\:-m-128 {
    margin: -32rem !important
  }

  .lg\:-m-143 {
    margin: -35.9rem !important
  }

  .lg\:-m-149 {
    margin: -37.4rem !important
  }

  .lg\:-m-240 {
    margin: -60rem !important
  }

  .lg\:-m-280 {
    margin: -70rem !important
  }

  .lg\:-m-291 {
    margin: -72.9rem !important
  }

  .lg\:-m-316 {
    margin: -79rem !important
  }

  .lg\:-m-px {
    margin: -1px !important
  }

  .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important
  }

  .lg\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important
  }

  .lg\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important
  }

  .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important
  }

  .lg\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important
  }

  .lg\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important
  }

  .lg\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .lg\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
  }

  .lg\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
  }

  .lg\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .lg\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .lg\:my-7 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important
  }

  .lg\:mx-7 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important
  }

  .lg\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .lg\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .lg\:my-9 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important
  }

  .lg\:mx-9 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important
  }

  .lg\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }

  .lg\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }

  .lg\:my-11 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important
  }

  .lg\:mx-11 {
    margin-left: 2.6rem !important;
    margin-right: 2.6rem !important
  }

  .lg\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .lg\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .lg\:my-14 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important
  }

  .lg\:mx-14 {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important
  }

  .lg\:my-15 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important
  }

  .lg\:mx-15 {
    margin-left: 3.8rem !important;
    margin-right: 3.8rem !important
  }

  .lg\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .lg\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .lg\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
  }

  .lg\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
  }

  .lg\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .lg\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .lg\:my-21 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important
  }

  .lg\:mx-21 {
    margin-left: 5.3rem !important;
    margin-right: 5.3rem !important
  }

  .lg\:my-22 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important
  }

  .lg\:mx-22 {
    margin-left: 5.7rem !important;
    margin-right: 5.7rem !important
  }

  .lg\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .lg\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .lg\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important
  }

  .lg\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .lg\:my-30 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important
  }

  .lg\:mx-30 {
    margin-left: 7.6rem !important;
    margin-right: 7.6rem !important
  }

  .lg\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
  }

  .lg\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .lg\:my-36 {
    margin-top: 9.1rem !important;
    margin-bottom: 9.1rem !important
  }

  .lg\:mx-36 {
    margin-left: 9.1rem !important;
    margin-right: 9.1rem !important
  }

  .lg\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important
  }

  .lg\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important
  }

  .lg\:my-46 {
    margin-top: 11.7rem !important;
    margin-bottom: 11.7rem !important
  }

  .lg\:mx-46 {
    margin-left: 11.7rem !important;
    margin-right: 11.7rem !important
  }

  .lg\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important
  }

  .lg\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important
  }

  .lg\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important
  }

  .lg\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important
  }

  .lg\:my-58 {
    margin-top: 14.7rem !important;
    margin-bottom: 14.7rem !important
  }

  .lg\:mx-58 {
    margin-left: 14.7rem !important;
    margin-right: 14.7rem !important
  }

  .lg\:my-62 {
    margin-top: 15.7rem !important;
    margin-bottom: 15.7rem !important
  }

  .lg\:mx-62 {
    margin-left: 15.7rem !important;
    margin-right: 15.7rem !important
  }

  .lg\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important
  }

  .lg\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important
  }

  .lg\:my-69 {
    margin-top: 17.1rem !important;
    margin-bottom: 17.1rem !important
  }

  .lg\:mx-69 {
    margin-left: 17.1rem !important;
    margin-right: 17.1rem !important
  }

  .lg\:my-71 {
    margin-top: 17.9rem !important;
    margin-bottom: 17.9rem !important
  }

  .lg\:mx-71 {
    margin-left: 17.9rem !important;
    margin-right: 17.9rem !important
  }

  .lg\:my-72 {
    margin-top: 18.1rem !important;
    margin-bottom: 18.1rem !important
  }

  .lg\:mx-72 {
    margin-left: 18.1rem !important;
    margin-right: 18.1rem !important
  }

  .lg\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important
  }

  .lg\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important
  }

  .lg\:my-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important
  }

  .lg\:mx-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important
  }

  .lg\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important
  }

  .lg\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important
  }

  .lg\:my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important
  }

  .lg\:mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important
  }

  .lg\:my-143 {
    margin-top: 35.9rem !important;
    margin-bottom: 35.9rem !important
  }

  .lg\:mx-143 {
    margin-left: 35.9rem !important;
    margin-right: 35.9rem !important
  }

  .lg\:my-149 {
    margin-top: 37.4rem !important;
    margin-bottom: 37.4rem !important
  }

  .lg\:mx-149 {
    margin-left: 37.4rem !important;
    margin-right: 37.4rem !important
  }

  .lg\:my-240 {
    margin-top: 60rem !important;
    margin-bottom: 60rem !important
  }

  .lg\:mx-240 {
    margin-left: 60rem !important;
    margin-right: 60rem !important
  }

  .lg\:my-280 {
    margin-top: 70rem !important;
    margin-bottom: 70rem !important
  }

  .lg\:mx-280 {
    margin-left: 70rem !important;
    margin-right: 70rem !important
  }

  .lg\:my-291 {
    margin-top: 72.9rem !important;
    margin-bottom: 72.9rem !important
  }

  .lg\:mx-291 {
    margin-left: 72.9rem !important;
    margin-right: 72.9rem !important
  }

  .lg\:my-316 {
    margin-top: 79rem !important;
    margin-bottom: 79rem !important
  }

  .lg\:mx-316 {
    margin-left: 79rem !important;
    margin-right: 79rem !important
  }

  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .lg\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important
  }

  .lg\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important
  }

  .lg\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important
  }

  .lg\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important
  }

  .lg\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important
  }

  .lg\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
  }

  .lg\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .lg\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important
  }

  .lg\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .lg\:-my-7 {
    margin-top: -1.8rem !important;
    margin-bottom: -1.8rem !important
  }

  .lg\:-mx-7 {
    margin-left: -1.8rem !important;
    margin-right: -1.8rem !important
  }

  .lg\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important
  }

  .lg\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
  }

  .lg\:-my-9 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important
  }

  .lg\:-mx-9 {
    margin-left: -2.4rem !important;
    margin-right: -2.4rem !important
  }

  .lg\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important
  }

  .lg\:-my-11 {
    margin-top: -2.6rem !important;
    margin-bottom: -2.6rem !important
  }

  .lg\:-mx-11 {
    margin-left: -2.6rem !important;
    margin-right: -2.6rem !important
  }

  .lg\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
  }

  .lg\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .lg\:-my-14 {
    margin-top: -3.6rem !important;
    margin-bottom: -3.6rem !important
  }

  .lg\:-mx-14 {
    margin-left: -3.6rem !important;
    margin-right: -3.6rem !important
  }

  .lg\:-my-15 {
    margin-top: -3.8rem !important;
    margin-bottom: -3.8rem !important
  }

  .lg\:-mx-15 {
    margin-left: -3.8rem !important;
    margin-right: -3.8rem !important
  }

  .lg\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important
  }

  .lg\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .lg\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important
  }

  .lg\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important
  }

  .lg\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important
  }

  .lg\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .lg\:-my-21 {
    margin-top: -5.3rem !important;
    margin-bottom: -5.3rem !important
  }

  .lg\:-mx-21 {
    margin-left: -5.3rem !important;
    margin-right: -5.3rem !important
  }

  .lg\:-my-22 {
    margin-top: -5.7rem !important;
    margin-bottom: -5.7rem !important
  }

  .lg\:-mx-22 {
    margin-left: -5.7rem !important;
    margin-right: -5.7rem !important
  }

  .lg\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important
  }

  .lg\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .lg\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important
  }

  .lg\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important
  }

  .lg\:-my-30 {
    margin-top: -7.6rem !important;
    margin-bottom: -7.6rem !important
  }

  .lg\:-mx-30 {
    margin-left: -7.6rem !important;
    margin-right: -7.6rem !important
  }

  .lg\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important
  }

  .lg\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important
  }

  .lg\:-my-36 {
    margin-top: -9.1rem !important;
    margin-bottom: -9.1rem !important
  }

  .lg\:-mx-36 {
    margin-left: -9.1rem !important;
    margin-right: -9.1rem !important
  }

  .lg\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important
  }

  .lg\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important
  }

  .lg\:-my-46 {
    margin-top: -11.7rem !important;
    margin-bottom: -11.7rem !important
  }

  .lg\:-mx-46 {
    margin-left: -11.7rem !important;
    margin-right: -11.7rem !important
  }

  .lg\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important
  }

  .lg\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important
  }

  .lg\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important
  }

  .lg\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important
  }

  .lg\:-my-58 {
    margin-top: -14.7rem !important;
    margin-bottom: -14.7rem !important
  }

  .lg\:-mx-58 {
    margin-left: -14.7rem !important;
    margin-right: -14.7rem !important
  }

  .lg\:-my-62 {
    margin-top: -15.7rem !important;
    margin-bottom: -15.7rem !important
  }

  .lg\:-mx-62 {
    margin-left: -15.7rem !important;
    margin-right: -15.7rem !important
  }

  .lg\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important
  }

  .lg\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important
  }

  .lg\:-my-69 {
    margin-top: -17.1rem !important;
    margin-bottom: -17.1rem !important
  }

  .lg\:-mx-69 {
    margin-left: -17.1rem !important;
    margin-right: -17.1rem !important
  }

  .lg\:-my-71 {
    margin-top: -17.9rem !important;
    margin-bottom: -17.9rem !important
  }

  .lg\:-mx-71 {
    margin-left: -17.9rem !important;
    margin-right: -17.9rem !important
  }

  .lg\:-my-72 {
    margin-top: -18.1rem !important;
    margin-bottom: -18.1rem !important
  }

  .lg\:-mx-72 {
    margin-left: -18.1rem !important;
    margin-right: -18.1rem !important
  }

  .lg\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important
  }

  .lg\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important
  }

  .lg\:-my-100 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important
  }

  .lg\:-mx-100 {
    margin-left: -25rem !important;
    margin-right: -25rem !important
  }

  .lg\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important
  }

  .lg\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important
  }

  .lg\:-my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important
  }

  .lg\:-mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important
  }

  .lg\:-my-143 {
    margin-top: -35.9rem !important;
    margin-bottom: -35.9rem !important
  }

  .lg\:-mx-143 {
    margin-left: -35.9rem !important;
    margin-right: -35.9rem !important
  }

  .lg\:-my-149 {
    margin-top: -37.4rem !important;
    margin-bottom: -37.4rem !important
  }

  .lg\:-mx-149 {
    margin-left: -37.4rem !important;
    margin-right: -37.4rem !important
  }

  .lg\:-my-240 {
    margin-top: -60rem !important;
    margin-bottom: -60rem !important
  }

  .lg\:-mx-240 {
    margin-left: -60rem !important;
    margin-right: -60rem !important
  }

  .lg\:-my-280 {
    margin-top: -70rem !important;
    margin-bottom: -70rem !important
  }

  .lg\:-mx-280 {
    margin-left: -70rem !important;
    margin-right: -70rem !important
  }

  .lg\:-my-291 {
    margin-top: -72.9rem !important;
    margin-bottom: -72.9rem !important
  }

  .lg\:-mx-291 {
    margin-left: -72.9rem !important;
    margin-right: -72.9rem !important
  }

  .lg\:-my-316 {
    margin-top: -79rem !important;
    margin-bottom: -79rem !important
  }

  .lg\:-mx-316 {
    margin-left: -79rem !important;
    margin-right: -79rem !important
  }

  .lg\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important
  }

  .lg\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important
  }

  .lg\:mt-0 {
    margin-top: 0 !important
  }

  .lg\:mr-0 {
    margin-right: 0 !important
  }

  .lg\:mb-0 {
    margin-bottom: 0 !important
  }

  .lg\:ml-0 {
    margin-left: 0 !important
  }

  .lg\:mt-1 {
    margin-top: 0.25rem !important
  }

  .lg\:mr-1 {
    margin-right: 0.25rem !important
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem !important
  }

  .lg\:ml-1 {
    margin-left: 0.25rem !important
  }

  .lg\:mt-2 {
    margin-top: 0.5rem !important
  }

  .lg\:mr-2 {
    margin-right: 0.5rem !important
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem !important
  }

  .lg\:ml-2 {
    margin-left: 0.5rem !important
  }

  .lg\:mt-3 {
    margin-top: 0.75rem !important
  }

  .lg\:mr-3 {
    margin-right: 0.75rem !important
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem !important
  }

  .lg\:ml-3 {
    margin-left: 0.75rem !important
  }

  .lg\:mt-4 {
    margin-top: 1rem !important
  }

  .lg\:mr-4 {
    margin-right: 1rem !important
  }

  .lg\:mb-4 {
    margin-bottom: 1rem !important
  }

  .lg\:ml-4 {
    margin-left: 1rem !important
  }

  .lg\:mt-5 {
    margin-top: 1.25rem !important
  }

  .lg\:mr-5 {
    margin-right: 1.25rem !important
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem !important
  }

  .lg\:ml-5 {
    margin-left: 1.25rem !important
  }

  .lg\:mt-6 {
    margin-top: 1.5rem !important
  }

  .lg\:mr-6 {
    margin-right: 1.5rem !important
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem !important
  }

  .lg\:ml-6 {
    margin-left: 1.5rem !important
  }

  .lg\:mt-7 {
    margin-top: 1.8rem !important
  }

  .lg\:mr-7 {
    margin-right: 1.8rem !important
  }

  .lg\:mb-7 {
    margin-bottom: 1.8rem !important
  }

  .lg\:ml-7 {
    margin-left: 1.8rem !important
  }

  .lg\:mt-8 {
    margin-top: 2rem !important
  }

  .lg\:mr-8 {
    margin-right: 2rem !important
  }

  .lg\:mb-8 {
    margin-bottom: 2rem !important
  }

  .lg\:ml-8 {
    margin-left: 2rem !important
  }

  .lg\:mt-9 {
    margin-top: 2.4rem !important
  }

  .lg\:mr-9 {
    margin-right: 2.4rem !important
  }

  .lg\:mb-9 {
    margin-bottom: 2.4rem !important
  }

  .lg\:ml-9 {
    margin-left: 2.4rem !important
  }

  .lg\:mt-10 {
    margin-top: 2.5rem !important
  }

  .lg\:mr-10 {
    margin-right: 2.5rem !important
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem !important
  }

  .lg\:ml-10 {
    margin-left: 2.5rem !important
  }

  .lg\:mt-11 {
    margin-top: 2.6rem !important
  }

  .lg\:mr-11 {
    margin-right: 2.6rem !important
  }

  .lg\:mb-11 {
    margin-bottom: 2.6rem !important
  }

  .lg\:ml-11 {
    margin-left: 2.6rem !important
  }

  .lg\:mt-12 {
    margin-top: 3rem !important
  }

  .lg\:mr-12 {
    margin-right: 3rem !important
  }

  .lg\:mb-12 {
    margin-bottom: 3rem !important
  }

  .lg\:ml-12 {
    margin-left: 3rem !important
  }

  .lg\:mt-14 {
    margin-top: 3.6rem !important
  }

  .lg\:mr-14 {
    margin-right: 3.6rem !important
  }

  .lg\:mb-14 {
    margin-bottom: 3.6rem !important
  }

  .lg\:ml-14 {
    margin-left: 3.6rem !important
  }

  .lg\:mt-15 {
    margin-top: 3.8rem !important
  }

  .lg\:mr-15 {
    margin-right: 3.8rem !important
  }

  .lg\:mb-15 {
    margin-bottom: 3.8rem !important
  }

  .lg\:ml-15 {
    margin-left: 3.8rem !important
  }

  .lg\:mt-16 {
    margin-top: 4rem !important
  }

  .lg\:mr-16 {
    margin-right: 4rem !important
  }

  .lg\:mb-16 {
    margin-bottom: 4rem !important
  }

  .lg\:ml-16 {
    margin-left: 4rem !important
  }

  .lg\:mt-18 {
    margin-top: 4.5rem !important
  }

  .lg\:mr-18 {
    margin-right: 4.5rem !important
  }

  .lg\:mb-18 {
    margin-bottom: 4.5rem !important
  }

  .lg\:ml-18 {
    margin-left: 4.5rem !important
  }

  .lg\:mt-20 {
    margin-top: 5rem !important
  }

  .lg\:mr-20 {
    margin-right: 5rem !important
  }

  .lg\:mb-20 {
    margin-bottom: 5rem !important
  }

  .lg\:ml-20 {
    margin-left: 5rem !important
  }

  .lg\:mt-21 {
    margin-top: 5.3rem !important
  }

  .lg\:mr-21 {
    margin-right: 5.3rem !important
  }

  .lg\:mb-21 {
    margin-bottom: 5.3rem !important
  }

  .lg\:ml-21 {
    margin-left: 5.3rem !important
  }

  .lg\:mt-22 {
    margin-top: 5.7rem !important
  }

  .lg\:mr-22 {
    margin-right: 5.7rem !important
  }

  .lg\:mb-22 {
    margin-bottom: 5.7rem !important
  }

  .lg\:ml-22 {
    margin-left: 5.7rem !important
  }

  .lg\:mt-24 {
    margin-top: 6rem !important
  }

  .lg\:mr-24 {
    margin-right: 6rem !important
  }

  .lg\:mb-24 {
    margin-bottom: 6rem !important
  }

  .lg\:ml-24 {
    margin-left: 6rem !important
  }

  .lg\:mt-28 {
    margin-top: 7rem !important
  }

  .lg\:mr-28 {
    margin-right: 7rem !important
  }

  .lg\:mb-28 {
    margin-bottom: 7rem !important
  }

  .lg\:ml-28 {
    margin-left: 7rem !important
  }

  .lg\:mt-30 {
    margin-top: 7.6rem !important
  }

  .lg\:mr-30 {
    margin-right: 7.6rem !important
  }

  .lg\:mb-30 {
    margin-bottom: 7.6rem !important
  }

  .lg\:ml-30 {
    margin-left: 7.6rem !important
  }

  .lg\:mt-32 {
    margin-top: 8rem !important
  }

  .lg\:mr-32 {
    margin-right: 8rem !important
  }

  .lg\:mb-32 {
    margin-bottom: 8rem !important
  }

  .lg\:ml-32 {
    margin-left: 8rem !important
  }

  .lg\:mt-36 {
    margin-top: 9.1rem !important
  }

  .lg\:mr-36 {
    margin-right: 9.1rem !important
  }

  .lg\:mb-36 {
    margin-bottom: 9.1rem !important
  }

  .lg\:ml-36 {
    margin-left: 9.1rem !important
  }

  .lg\:mt-40 {
    margin-top: 10rem !important
  }

  .lg\:mr-40 {
    margin-right: 10rem !important
  }

  .lg\:mb-40 {
    margin-bottom: 10rem !important
  }

  .lg\:ml-40 {
    margin-left: 10rem !important
  }

  .lg\:mt-46 {
    margin-top: 11.7rem !important
  }

  .lg\:mr-46 {
    margin-right: 11.7rem !important
  }

  .lg\:mb-46 {
    margin-bottom: 11.7rem !important
  }

  .lg\:ml-46 {
    margin-left: 11.7rem !important
  }

  .lg\:mt-48 {
    margin-top: 12rem !important
  }

  .lg\:mr-48 {
    margin-right: 12rem !important
  }

  .lg\:mb-48 {
    margin-bottom: 12rem !important
  }

  .lg\:ml-48 {
    margin-left: 12rem !important
  }

  .lg\:mt-56 {
    margin-top: 14rem !important
  }

  .lg\:mr-56 {
    margin-right: 14rem !important
  }

  .lg\:mb-56 {
    margin-bottom: 14rem !important
  }

  .lg\:ml-56 {
    margin-left: 14rem !important
  }

  .lg\:mt-58 {
    margin-top: 14.7rem !important
  }

  .lg\:mr-58 {
    margin-right: 14.7rem !important
  }

  .lg\:mb-58 {
    margin-bottom: 14.7rem !important
  }

  .lg\:ml-58 {
    margin-left: 14.7rem !important
  }

  .lg\:mt-62 {
    margin-top: 15.7rem !important
  }

  .lg\:mr-62 {
    margin-right: 15.7rem !important
  }

  .lg\:mb-62 {
    margin-bottom: 15.7rem !important
  }

  .lg\:ml-62 {
    margin-left: 15.7rem !important
  }

  .lg\:mt-64 {
    margin-top: 16rem !important
  }

  .lg\:mr-64 {
    margin-right: 16rem !important
  }

  .lg\:mb-64 {
    margin-bottom: 16rem !important
  }

  .lg\:ml-64 {
    margin-left: 16rem !important
  }

  .lg\:mt-69 {
    margin-top: 17.1rem !important
  }

  .lg\:mr-69 {
    margin-right: 17.1rem !important
  }

  .lg\:mb-69 {
    margin-bottom: 17.1rem !important
  }

  .lg\:ml-69 {
    margin-left: 17.1rem !important
  }

  .lg\:mt-71 {
    margin-top: 17.9rem !important
  }

  .lg\:mr-71 {
    margin-right: 17.9rem !important
  }

  .lg\:mb-71 {
    margin-bottom: 17.9rem !important
  }

  .lg\:ml-71 {
    margin-left: 17.9rem !important
  }

  .lg\:mt-72 {
    margin-top: 18.1rem !important
  }

  .lg\:mr-72 {
    margin-right: 18.1rem !important
  }

  .lg\:mb-72 {
    margin-bottom: 18.1rem !important
  }

  .lg\:ml-72 {
    margin-left: 18.1rem !important
  }

  .lg\:mt-80 {
    margin-top: 20rem !important
  }

  .lg\:mr-80 {
    margin-right: 20rem !important
  }

  .lg\:mb-80 {
    margin-bottom: 20rem !important
  }

  .lg\:ml-80 {
    margin-left: 20rem !important
  }

  .lg\:mt-100 {
    margin-top: 25rem !important
  }

  .lg\:mr-100 {
    margin-right: 25rem !important
  }

  .lg\:mb-100 {
    margin-bottom: 25rem !important
  }

  .lg\:ml-100 {
    margin-left: 25rem !important
  }

  .lg\:mt-112 {
    margin-top: 28rem !important
  }

  .lg\:mr-112 {
    margin-right: 28rem !important
  }

  .lg\:mb-112 {
    margin-bottom: 28rem !important
  }

  .lg\:ml-112 {
    margin-left: 28rem !important
  }

  .lg\:mt-128 {
    margin-top: 32rem !important
  }

  .lg\:mr-128 {
    margin-right: 32rem !important
  }

  .lg\:mb-128 {
    margin-bottom: 32rem !important
  }

  .lg\:ml-128 {
    margin-left: 32rem !important
  }

  .lg\:mt-143 {
    margin-top: 35.9rem !important
  }

  .lg\:mr-143 {
    margin-right: 35.9rem !important
  }

  .lg\:mb-143 {
    margin-bottom: 35.9rem !important
  }

  .lg\:ml-143 {
    margin-left: 35.9rem !important
  }

  .lg\:mt-149 {
    margin-top: 37.4rem !important
  }

  .lg\:mr-149 {
    margin-right: 37.4rem !important
  }

  .lg\:mb-149 {
    margin-bottom: 37.4rem !important
  }

  .lg\:ml-149 {
    margin-left: 37.4rem !important
  }

  .lg\:mt-240 {
    margin-top: 60rem !important
  }

  .lg\:mr-240 {
    margin-right: 60rem !important
  }

  .lg\:mb-240 {
    margin-bottom: 60rem !important
  }

  .lg\:ml-240 {
    margin-left: 60rem !important
  }

  .lg\:mt-280 {
    margin-top: 70rem !important
  }

  .lg\:mr-280 {
    margin-right: 70rem !important
  }

  .lg\:mb-280 {
    margin-bottom: 70rem !important
  }

  .lg\:ml-280 {
    margin-left: 70rem !important
  }

  .lg\:mt-291 {
    margin-top: 72.9rem !important
  }

  .lg\:mr-291 {
    margin-right: 72.9rem !important
  }

  .lg\:mb-291 {
    margin-bottom: 72.9rem !important
  }

  .lg\:ml-291 {
    margin-left: 72.9rem !important
  }

  .lg\:mt-316 {
    margin-top: 79rem !important
  }

  .lg\:mr-316 {
    margin-right: 79rem !important
  }

  .lg\:mb-316 {
    margin-bottom: 79rem !important
  }

  .lg\:ml-316 {
    margin-left: 79rem !important
  }

  .lg\:mt-auto {
    margin-top: auto !important
  }

  .lg\:mr-auto {
    margin-right: auto !important
  }

  .lg\:mb-auto {
    margin-bottom: auto !important
  }

  .lg\:ml-auto {
    margin-left: auto !important
  }

  .lg\:mt-px {
    margin-top: 1px !important
  }

  .lg\:mr-px {
    margin-right: 1px !important
  }

  .lg\:mb-px {
    margin-bottom: 1px !important
  }

  .lg\:ml-px {
    margin-left: 1px !important
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem !important
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem !important
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem !important
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem !important
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem !important
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem !important
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem !important
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem !important
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem !important
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem !important
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem !important
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem !important
  }

  .lg\:-mt-4 {
    margin-top: -1rem !important
  }

  .lg\:-mr-4 {
    margin-right: -1rem !important
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem !important
  }

  .lg\:-ml-4 {
    margin-left: -1rem !important
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem !important
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem !important
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem !important
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem !important
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem !important
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem !important
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem !important
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem !important
  }

  .lg\:-mt-7 {
    margin-top: -1.8rem !important
  }

  .lg\:-mr-7 {
    margin-right: -1.8rem !important
  }

  .lg\:-mb-7 {
    margin-bottom: -1.8rem !important
  }

  .lg\:-ml-7 {
    margin-left: -1.8rem !important
  }

  .lg\:-mt-8 {
    margin-top: -2rem !important
  }

  .lg\:-mr-8 {
    margin-right: -2rem !important
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem !important
  }

  .lg\:-ml-8 {
    margin-left: -2rem !important
  }

  .lg\:-mt-9 {
    margin-top: -2.4rem !important
  }

  .lg\:-mr-9 {
    margin-right: -2.4rem !important
  }

  .lg\:-mb-9 {
    margin-bottom: -2.4rem !important
  }

  .lg\:-ml-9 {
    margin-left: -2.4rem !important
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem !important
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem !important
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem !important
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem !important
  }

  .lg\:-mt-11 {
    margin-top: -2.6rem !important
  }

  .lg\:-mr-11 {
    margin-right: -2.6rem !important
  }

  .lg\:-mb-11 {
    margin-bottom: -2.6rem !important
  }

  .lg\:-ml-11 {
    margin-left: -2.6rem !important
  }

  .lg\:-mt-12 {
    margin-top: -3rem !important
  }

  .lg\:-mr-12 {
    margin-right: -3rem !important
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem !important
  }

  .lg\:-ml-12 {
    margin-left: -3rem !important
  }

  .lg\:-mt-14 {
    margin-top: -3.6rem !important
  }

  .lg\:-mr-14 {
    margin-right: -3.6rem !important
  }

  .lg\:-mb-14 {
    margin-bottom: -3.6rem !important
  }

  .lg\:-ml-14 {
    margin-left: -3.6rem !important
  }

  .lg\:-mt-15 {
    margin-top: -3.8rem !important
  }

  .lg\:-mr-15 {
    margin-right: -3.8rem !important
  }

  .lg\:-mb-15 {
    margin-bottom: -3.8rem !important
  }

  .lg\:-ml-15 {
    margin-left: -3.8rem !important
  }

  .lg\:-mt-16 {
    margin-top: -4rem !important
  }

  .lg\:-mr-16 {
    margin-right: -4rem !important
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem !important
  }

  .lg\:-ml-16 {
    margin-left: -4rem !important
  }

  .lg\:-mt-18 {
    margin-top: -4.5rem !important
  }

  .lg\:-mr-18 {
    margin-right: -4.5rem !important
  }

  .lg\:-mb-18 {
    margin-bottom: -4.5rem !important
  }

  .lg\:-ml-18 {
    margin-left: -4.5rem !important
  }

  .lg\:-mt-20 {
    margin-top: -5rem !important
  }

  .lg\:-mr-20 {
    margin-right: -5rem !important
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem !important
  }

  .lg\:-ml-20 {
    margin-left: -5rem !important
  }

  .lg\:-mt-21 {
    margin-top: -5.3rem !important
  }

  .lg\:-mr-21 {
    margin-right: -5.3rem !important
  }

  .lg\:-mb-21 {
    margin-bottom: -5.3rem !important
  }

  .lg\:-ml-21 {
    margin-left: -5.3rem !important
  }

  .lg\:-mt-22 {
    margin-top: -5.7rem !important
  }

  .lg\:-mr-22 {
    margin-right: -5.7rem !important
  }

  .lg\:-mb-22 {
    margin-bottom: -5.7rem !important
  }

  .lg\:-ml-22 {
    margin-left: -5.7rem !important
  }

  .lg\:-mt-24 {
    margin-top: -6rem !important
  }

  .lg\:-mr-24 {
    margin-right: -6rem !important
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem !important
  }

  .lg\:-ml-24 {
    margin-left: -6rem !important
  }

  .lg\:-mt-28 {
    margin-top: -7rem !important
  }

  .lg\:-mr-28 {
    margin-right: -7rem !important
  }

  .lg\:-mb-28 {
    margin-bottom: -7rem !important
  }

  .lg\:-ml-28 {
    margin-left: -7rem !important
  }

  .lg\:-mt-30 {
    margin-top: -7.6rem !important
  }

  .lg\:-mr-30 {
    margin-right: -7.6rem !important
  }

  .lg\:-mb-30 {
    margin-bottom: -7.6rem !important
  }

  .lg\:-ml-30 {
    margin-left: -7.6rem !important
  }

  .lg\:-mt-32 {
    margin-top: -8rem !important
  }

  .lg\:-mr-32 {
    margin-right: -8rem !important
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem !important
  }

  .lg\:-ml-32 {
    margin-left: -8rem !important
  }

  .lg\:-mt-36 {
    margin-top: -9.1rem !important
  }

  .lg\:-mr-36 {
    margin-right: -9.1rem !important
  }

  .lg\:-mb-36 {
    margin-bottom: -9.1rem !important
  }

  .lg\:-ml-36 {
    margin-left: -9.1rem !important
  }

  .lg\:-mt-40 {
    margin-top: -10rem !important
  }

  .lg\:-mr-40 {
    margin-right: -10rem !important
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem !important
  }

  .lg\:-ml-40 {
    margin-left: -10rem !important
  }

  .lg\:-mt-46 {
    margin-top: -11.7rem !important
  }

  .lg\:-mr-46 {
    margin-right: -11.7rem !important
  }

  .lg\:-mb-46 {
    margin-bottom: -11.7rem !important
  }

  .lg\:-ml-46 {
    margin-left: -11.7rem !important
  }

  .lg\:-mt-48 {
    margin-top: -12rem !important
  }

  .lg\:-mr-48 {
    margin-right: -12rem !important
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem !important
  }

  .lg\:-ml-48 {
    margin-left: -12rem !important
  }

  .lg\:-mt-56 {
    margin-top: -14rem !important
  }

  .lg\:-mr-56 {
    margin-right: -14rem !important
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem !important
  }

  .lg\:-ml-56 {
    margin-left: -14rem !important
  }

  .lg\:-mt-58 {
    margin-top: -14.7rem !important
  }

  .lg\:-mr-58 {
    margin-right: -14.7rem !important
  }

  .lg\:-mb-58 {
    margin-bottom: -14.7rem !important
  }

  .lg\:-ml-58 {
    margin-left: -14.7rem !important
  }

  .lg\:-mt-62 {
    margin-top: -15.7rem !important
  }

  .lg\:-mr-62 {
    margin-right: -15.7rem !important
  }

  .lg\:-mb-62 {
    margin-bottom: -15.7rem !important
  }

  .lg\:-ml-62 {
    margin-left: -15.7rem !important
  }

  .lg\:-mt-64 {
    margin-top: -16rem !important
  }

  .lg\:-mr-64 {
    margin-right: -16rem !important
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem !important
  }

  .lg\:-ml-64 {
    margin-left: -16rem !important
  }

  .lg\:-mt-69 {
    margin-top: -17.1rem !important
  }

  .lg\:-mr-69 {
    margin-right: -17.1rem !important
  }

  .lg\:-mb-69 {
    margin-bottom: -17.1rem !important
  }

  .lg\:-ml-69 {
    margin-left: -17.1rem !important
  }

  .lg\:-mt-71 {
    margin-top: -17.9rem !important
  }

  .lg\:-mr-71 {
    margin-right: -17.9rem !important
  }

  .lg\:-mb-71 {
    margin-bottom: -17.9rem !important
  }

  .lg\:-ml-71 {
    margin-left: -17.9rem !important
  }

  .lg\:-mt-72 {
    margin-top: -18.1rem !important
  }

  .lg\:-mr-72 {
    margin-right: -18.1rem !important
  }

  .lg\:-mb-72 {
    margin-bottom: -18.1rem !important
  }

  .lg\:-ml-72 {
    margin-left: -18.1rem !important
  }

  .lg\:-mt-80 {
    margin-top: -20rem !important
  }

  .lg\:-mr-80 {
    margin-right: -20rem !important
  }

  .lg\:-mb-80 {
    margin-bottom: -20rem !important
  }

  .lg\:-ml-80 {
    margin-left: -20rem !important
  }

  .lg\:-mt-100 {
    margin-top: -25rem !important
  }

  .lg\:-mr-100 {
    margin-right: -25rem !important
  }

  .lg\:-mb-100 {
    margin-bottom: -25rem !important
  }

  .lg\:-ml-100 {
    margin-left: -25rem !important
  }

  .lg\:-mt-112 {
    margin-top: -28rem !important
  }

  .lg\:-mr-112 {
    margin-right: -28rem !important
  }

  .lg\:-mb-112 {
    margin-bottom: -28rem !important
  }

  .lg\:-ml-112 {
    margin-left: -28rem !important
  }

  .lg\:-mt-128 {
    margin-top: -32rem !important
  }

  .lg\:-mr-128 {
    margin-right: -32rem !important
  }

  .lg\:-mb-128 {
    margin-bottom: -32rem !important
  }

  .lg\:-ml-128 {
    margin-left: -32rem !important
  }

  .lg\:-mt-143 {
    margin-top: -35.9rem !important
  }

  .lg\:-mr-143 {
    margin-right: -35.9rem !important
  }

  .lg\:-mb-143 {
    margin-bottom: -35.9rem !important
  }

  .lg\:-ml-143 {
    margin-left: -35.9rem !important
  }

  .lg\:-mt-149 {
    margin-top: -37.4rem !important
  }

  .lg\:-mr-149 {
    margin-right: -37.4rem !important
  }

  .lg\:-mb-149 {
    margin-bottom: -37.4rem !important
  }

  .lg\:-ml-149 {
    margin-left: -37.4rem !important
  }

  .lg\:-mt-240 {
    margin-top: -60rem !important
  }

  .lg\:-mr-240 {
    margin-right: -60rem !important
  }

  .lg\:-mb-240 {
    margin-bottom: -60rem !important
  }

  .lg\:-ml-240 {
    margin-left: -60rem !important
  }

  .lg\:-mt-280 {
    margin-top: -70rem !important
  }

  .lg\:-mr-280 {
    margin-right: -70rem !important
  }

  .lg\:-mb-280 {
    margin-bottom: -70rem !important
  }

  .lg\:-ml-280 {
    margin-left: -70rem !important
  }

  .lg\:-mt-291 {
    margin-top: -72.9rem !important
  }

  .lg\:-mr-291 {
    margin-right: -72.9rem !important
  }

  .lg\:-mb-291 {
    margin-bottom: -72.9rem !important
  }

  .lg\:-ml-291 {
    margin-left: -72.9rem !important
  }

  .lg\:-mt-316 {
    margin-top: -79rem !important
  }

  .lg\:-mr-316 {
    margin-right: -79rem !important
  }

  .lg\:-mb-316 {
    margin-bottom: -79rem !important
  }

  .lg\:-ml-316 {
    margin-left: -79rem !important
  }

  .lg\:-mt-px {
    margin-top: -1px !important
  }

  .lg\:-mr-px {
    margin-right: -1px !important
  }

  .lg\:-mb-px {
    margin-bottom: -1px !important
  }

  .lg\:-ml-px {
    margin-left: -1px !important
  }

  .lg\:max-h-full {
    max-height: 100% !important
  }

  .lg\:max-h-screen {
    max-height: 100vh !important
  }

  .lg\:max-w-0 {
    max-width: 0 !important
  }

  .lg\:max-w-1 {
    max-width: 0.25rem !important
  }

  .lg\:max-w-2 {
    max-width: 0.5rem !important
  }

  .lg\:max-w-3 {
    max-width: 0.75rem !important
  }

  .lg\:max-w-4 {
    max-width: 1rem !important
  }

  .lg\:max-w-5 {
    max-width: 1.25rem !important
  }

  .lg\:max-w-6 {
    max-width: 1.5rem !important
  }

  .lg\:max-w-7 {
    max-width: 1.8rem !important
  }

  .lg\:max-w-8 {
    max-width: 2rem !important
  }

  .lg\:max-w-9 {
    max-width: 2.4rem !important
  }

  .lg\:max-w-10 {
    max-width: 2.5rem !important
  }

  .lg\:max-w-11 {
    max-width: 2.6rem !important
  }

  .lg\:max-w-12 {
    max-width: 3rem !important
  }

  .lg\:max-w-14 {
    max-width: 3.6rem !important
  }

  .lg\:max-w-15 {
    max-width: 3.8rem !important
  }

  .lg\:max-w-16 {
    max-width: 4rem !important
  }

  .lg\:max-w-18 {
    max-width: 4.5rem !important
  }

  .lg\:max-w-20 {
    max-width: 5rem !important
  }

  .lg\:max-w-21 {
    max-width: 5.3rem !important
  }

  .lg\:max-w-22 {
    max-width: 5.7rem !important
  }

  .lg\:max-w-24 {
    max-width: 6rem !important
  }

  .lg\:max-w-28 {
    max-width: 7rem !important
  }

  .lg\:max-w-30 {
    max-width: 7.6rem !important
  }

  .lg\:max-w-32 {
    max-width: 8rem !important
  }

  .lg\:max-w-36 {
    max-width: 9.1rem !important
  }

  .lg\:max-w-40 {
    max-width: 10rem !important
  }

  .lg\:max-w-46 {
    max-width: 11.7rem !important
  }

  .lg\:max-w-48 {
    max-width: 12rem !important
  }

  .lg\:max-w-56 {
    max-width: 14rem !important
  }

  .lg\:max-w-58 {
    max-width: 14.7rem !important
  }

  .lg\:max-w-62 {
    max-width: 15.7rem !important
  }

  .lg\:max-w-64 {
    max-width: 16rem !important
  }

  .lg\:max-w-69 {
    max-width: 17.1rem !important
  }

  .lg\:max-w-71 {
    max-width: 17.9rem !important
  }

  .lg\:max-w-72 {
    max-width: 18.1rem !important
  }

  .lg\:max-w-80 {
    max-width: 20rem !important
  }

  .lg\:max-w-100 {
    max-width: 25rem !important
  }

  .lg\:max-w-112 {
    max-width: 28rem !important
  }

  .lg\:max-w-128 {
    max-width: 32rem !important
  }

  .lg\:max-w-143 {
    max-width: 35.9rem !important
  }

  .lg\:max-w-149 {
    max-width: 37.4rem !important
  }

  .lg\:max-w-240 {
    max-width: 60rem !important
  }

  .lg\:max-w-280 {
    max-width: 70rem !important
  }

  .lg\:max-w-291 {
    max-width: 72.9rem !important
  }

  .lg\:max-w-316 {
    max-width: 79rem !important
  }

  .lg\:max-w-auto {
    max-width: auto !important
  }

  .lg\:max-w-xs {
    max-width: 20rem !important
  }

  .lg\:max-w-sm {
    max-width: 30rem !important
  }

  .lg\:max-w-md {
    max-width: 50rem !important
  }

  .lg\:max-w-lg {
    max-width: 78rem !important
  }

  .lg\:max-w-xl {
    max-width: 100rem !important
  }

  .lg\:max-w-full {
    max-width: 100% !important
  }

  .lg\:max-w-px {
    max-width: 1px !important
  }

  .lg\:min-h-0 {
    min-height: 0 !important
  }

  .lg\:min-h-69 {
    min-height: 17.3rem !important
  }

  .lg\:min-h-120 {
    min-height: 30rem !important
  }

  .lg\:min-h-full {
    min-height: 100% !important
  }

  .lg\:min-h-screen {
    min-height: 100vh !important
  }

  .lg\:min-w-0 {
    min-width: 0 !important
  }

  .lg\:min-w-1 {
    min-width: 0.25rem !important
  }

  .lg\:min-w-2 {
    min-width: 0.5rem !important
  }

  .lg\:min-w-3 {
    min-width: 0.75rem !important
  }

  .lg\:min-w-4 {
    min-width: 1rem !important
  }

  .lg\:min-w-5 {
    min-width: 1.25rem !important
  }

  .lg\:min-w-6 {
    min-width: 1.5rem !important
  }

  .lg\:min-w-7 {
    min-width: 1.8rem !important
  }

  .lg\:min-w-8 {
    min-width: 2rem !important
  }

  .lg\:min-w-9 {
    min-width: 2.4rem !important
  }

  .lg\:min-w-10 {
    min-width: 2.5rem !important
  }

  .lg\:min-w-11 {
    min-width: 2.6rem !important
  }

  .lg\:min-w-12 {
    min-width: 3rem !important
  }

  .lg\:min-w-14 {
    min-width: 3.6rem !important
  }

  .lg\:min-w-15 {
    min-width: 3.8rem !important
  }

  .lg\:min-w-16 {
    min-width: 4rem !important
  }

  .lg\:min-w-18 {
    min-width: 4.5rem !important
  }

  .lg\:min-w-20 {
    min-width: 5rem !important
  }

  .lg\:min-w-21 {
    min-width: 5.3rem !important
  }

  .lg\:min-w-22 {
    min-width: 5.7rem !important
  }

  .lg\:min-w-24 {
    min-width: 6rem !important
  }

  .lg\:min-w-28 {
    min-width: 7rem !important
  }

  .lg\:min-w-30 {
    min-width: 7.6rem !important
  }

  .lg\:min-w-32 {
    min-width: 8rem !important
  }

  .lg\:min-w-36 {
    min-width: 9.1rem !important
  }

  .lg\:min-w-40 {
    min-width: 10rem !important
  }

  .lg\:min-w-46 {
    min-width: 11.7rem !important
  }

  .lg\:min-w-48 {
    min-width: 12rem !important
  }

  .lg\:min-w-56 {
    min-width: 14rem !important
  }

  .lg\:min-w-58 {
    min-width: 14.7rem !important
  }

  .lg\:min-w-62 {
    min-width: 15.7rem !important
  }

  .lg\:min-w-64 {
    min-width: 16rem !important
  }

  .lg\:min-w-69 {
    min-width: 17.1rem !important
  }

  .lg\:min-w-71 {
    min-width: 17.9rem !important
  }

  .lg\:min-w-72 {
    min-width: 18.1rem !important
  }

  .lg\:min-w-80 {
    min-width: 20rem !important
  }

  .lg\:min-w-100 {
    min-width: 25rem !important
  }

  .lg\:min-w-112 {
    min-width: 28rem !important
  }

  .lg\:min-w-128 {
    min-width: 32rem !important
  }

  .lg\:min-w-143 {
    min-width: 35.9rem !important
  }

  .lg\:min-w-149 {
    min-width: 37.4rem !important
  }

  .lg\:min-w-240 {
    min-width: 60rem !important
  }

  .lg\:min-w-280 {
    min-width: 70rem !important
  }

  .lg\:min-w-291 {
    min-width: 72.9rem !important
  }

  .lg\:min-w-316 {
    min-width: 79rem !important
  }

  .lg\:min-w-auto {
    min-width: auto !important
  }

  .lg\:min-w-xs {
    min-width: 20rem !important
  }

  .lg\:min-w-sm {
    min-width: 30rem !important
  }

  .lg\:min-w-md {
    min-width: 50rem !important
  }

  .lg\:min-w-lg {
    min-width: 78rem !important
  }

  .lg\:min-w-xl {
    min-width: 100rem !important
  }

  .lg\:min-w-full {
    min-width: 100% !important
  }

  .lg\:min-w-px {
    min-width: 1px !important
  }

  .lg\:opacity-0 {
    opacity: 0 !important
  }

  .lg\:opacity-25 {
    opacity: 0.25 !important
  }

  .lg\:opacity-50 {
    opacity: 0.5 !important
  }

  .lg\:opacity-75 {
    opacity: 0.75 !important
  }

  .lg\:opacity-100 {
    opacity: 1 !important
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0 !important
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25 !important
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5 !important
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75 !important
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1 !important
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0 !important
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25 !important
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5 !important
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75 !important
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1 !important
  }

  .lg\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important
  }

  .lg\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important
  }

  .lg\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important
  }

  .lg\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important
  }

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

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

  .lg\:overflow-auto {
    overflow: auto !important
  }

  .lg\:overflow-hidden {
    overflow: hidden !important
  }

  .lg\:overflow-visible {
    overflow: visible !important
  }

  .lg\:overflow-scroll {
    overflow: scroll !important
  }

  .lg\:overflow-x-auto {
    overflow-x: auto !important
  }

  .lg\:overflow-y-auto {
    overflow-y: auto !important
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden !important
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden !important
  }

  .lg\:overflow-x-visible {
    overflow-x: visible !important
  }

  .lg\:overflow-y-visible {
    overflow-y: visible !important
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll !important
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll !important
  }

  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important
  }

  .lg\:p-0 {
    padding: 0 !important
  }

  .lg\:p-1 {
    padding: 0.25rem !important
  }

  .lg\:p-2 {
    padding: 0.5rem !important
  }

  .lg\:p-3 {
    padding: 0.75rem !important
  }

  .lg\:p-4 {
    padding: 1rem !important
  }

  .lg\:p-5 {
    padding: 1.25rem !important
  }

  .lg\:p-6 {
    padding: 1.5rem !important
  }

  .lg\:p-7 {
    padding: 1.8rem !important
  }

  .lg\:p-8 {
    padding: 2rem !important
  }

  .lg\:p-9 {
    padding: 2.4rem !important
  }

  .lg\:p-10 {
    padding: 2.5rem !important
  }

  .lg\:p-11 {
    padding: 2.6rem !important
  }

  .lg\:p-12 {
    padding: 3rem !important
  }

  .lg\:p-14 {
    padding: 3.6rem !important
  }

  .lg\:p-15 {
    padding: 3.8rem !important
  }

  .lg\:p-16 {
    padding: 4rem !important
  }

  .lg\:p-18 {
    padding: 4.5rem !important
  }

  .lg\:p-20 {
    padding: 5rem !important
  }

  .lg\:p-21 {
    padding: 5.3rem !important
  }

  .lg\:p-22 {
    padding: 5.7rem !important
  }

  .lg\:p-24 {
    padding: 6rem !important
  }

  .lg\:p-28 {
    padding: 7rem !important
  }

  .lg\:p-30 {
    padding: 7.6rem !important
  }

  .lg\:p-32 {
    padding: 8rem !important
  }

  .lg\:p-36 {
    padding: 9.1rem !important
  }

  .lg\:p-40 {
    padding: 10rem !important
  }

  .lg\:p-46 {
    padding: 11.7rem !important
  }

  .lg\:p-48 {
    padding: 12rem !important
  }

  .lg\:p-56 {
    padding: 14rem !important
  }

  .lg\:p-58 {
    padding: 14.7rem !important
  }

  .lg\:p-62 {
    padding: 15.7rem !important
  }

  .lg\:p-64 {
    padding: 16rem !important
  }

  .lg\:p-69 {
    padding: 17.1rem !important
  }

  .lg\:p-71 {
    padding: 17.9rem !important
  }

  .lg\:p-72 {
    padding: 18.1rem !important
  }

  .lg\:p-80 {
    padding: 20rem !important
  }

  .lg\:p-100 {
    padding: 25rem !important
  }

  .lg\:p-112 {
    padding: 28rem !important
  }

  .lg\:p-128 {
    padding: 32rem !important
  }

  .lg\:p-143 {
    padding: 35.9rem !important
  }

  .lg\:p-149 {
    padding: 37.4rem !important
  }

  .lg\:p-240 {
    padding: 60rem !important
  }

  .lg\:p-280 {
    padding: 70rem !important
  }

  .lg\:p-291 {
    padding: 72.9rem !important
  }

  .lg\:p-316 {
    padding: 79rem !important
  }

  .lg\:p-px {
    padding: 1px !important
  }

  .lg\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .lg\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .lg\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important
  }

  .lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important
  }

  .lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
  }

  .lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important
  }

  .lg\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important
  }

  .lg\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important
  }

  .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
  }

  .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
  }

  .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .lg\:py-7 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important
  }

  .lg\:px-7 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important
  }

  .lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .lg\:py-9 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important
  }

  .lg\:px-9 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important
  }

  .lg\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }

  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .lg\:py-11 {
    padding-top: 2.6rem !important;
    padding-bottom: 2.6rem !important
  }

  .lg\:px-11 {
    padding-left: 2.6rem !important;
    padding-right: 2.6rem !important
  }

  .lg\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .lg\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .lg\:py-14 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important
  }

  .lg\:px-14 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important
  }

  .lg\:py-15 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important
  }

  .lg\:px-15 {
    padding-left: 3.8rem !important;
    padding-right: 3.8rem !important
  }

  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .lg\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
  }

  .lg\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
  }

  .lg\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .lg\:py-21 {
    padding-top: 5.3rem !important;
    padding-bottom: 5.3rem !important
  }

  .lg\:px-21 {
    padding-left: 5.3rem !important;
    padding-right: 5.3rem !important
  }

  .lg\:py-22 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important
  }

  .lg\:px-22 {
    padding-left: 5.7rem !important;
    padding-right: 5.7rem !important
  }

  .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .lg\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .lg\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important
  }

  .lg\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .lg\:py-30 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important
  }

  .lg\:px-30 {
    padding-left: 7.6rem !important;
    padding-right: 7.6rem !important
  }

  .lg\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .lg\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .lg\:py-36 {
    padding-top: 9.1rem !important;
    padding-bottom: 9.1rem !important
  }

  .lg\:px-36 {
    padding-left: 9.1rem !important;
    padding-right: 9.1rem !important
  }

  .lg\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important
  }

  .lg\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important
  }

  .lg\:py-46 {
    padding-top: 11.7rem !important;
    padding-bottom: 11.7rem !important
  }

  .lg\:px-46 {
    padding-left: 11.7rem !important;
    padding-right: 11.7rem !important
  }

  .lg\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important
  }

  .lg\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important
  }

  .lg\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important
  }

  .lg\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important
  }

  .lg\:py-58 {
    padding-top: 14.7rem !important;
    padding-bottom: 14.7rem !important
  }

  .lg\:px-58 {
    padding-left: 14.7rem !important;
    padding-right: 14.7rem !important
  }

  .lg\:py-62 {
    padding-top: 15.7rem !important;
    padding-bottom: 15.7rem !important
  }

  .lg\:px-62 {
    padding-left: 15.7rem !important;
    padding-right: 15.7rem !important
  }

  .lg\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important
  }

  .lg\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important
  }

  .lg\:py-69 {
    padding-top: 17.1rem !important;
    padding-bottom: 17.1rem !important
  }

  .lg\:px-69 {
    padding-left: 17.1rem !important;
    padding-right: 17.1rem !important
  }

  .lg\:py-71 {
    padding-top: 17.9rem !important;
    padding-bottom: 17.9rem !important
  }

  .lg\:px-71 {
    padding-left: 17.9rem !important;
    padding-right: 17.9rem !important
  }

  .lg\:py-72 {
    padding-top: 18.1rem !important;
    padding-bottom: 18.1rem !important
  }

  .lg\:px-72 {
    padding-left: 18.1rem !important;
    padding-right: 18.1rem !important
  }

  .lg\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important
  }

  .lg\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important
  }

  .lg\:py-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important
  }

  .lg\:px-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important
  }

  .lg\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important
  }

  .lg\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important
  }

  .lg\:py-128 {
    padding-top: 32rem !important;
    padding-bottom: 32rem !important
  }

  .lg\:px-128 {
    padding-left: 32rem !important;
    padding-right: 32rem !important
  }

  .lg\:py-143 {
    padding-top: 35.9rem !important;
    padding-bottom: 35.9rem !important
  }

  .lg\:px-143 {
    padding-left: 35.9rem !important;
    padding-right: 35.9rem !important
  }

  .lg\:py-149 {
    padding-top: 37.4rem !important;
    padding-bottom: 37.4rem !important
  }

  .lg\:px-149 {
    padding-left: 37.4rem !important;
    padding-right: 37.4rem !important
  }

  .lg\:py-240 {
    padding-top: 60rem !important;
    padding-bottom: 60rem !important
  }

  .lg\:px-240 {
    padding-left: 60rem !important;
    padding-right: 60rem !important
  }

  .lg\:py-280 {
    padding-top: 70rem !important;
    padding-bottom: 70rem !important
  }

  .lg\:px-280 {
    padding-left: 70rem !important;
    padding-right: 70rem !important
  }

  .lg\:py-291 {
    padding-top: 72.9rem !important;
    padding-bottom: 72.9rem !important
  }

  .lg\:px-291 {
    padding-left: 72.9rem !important;
    padding-right: 72.9rem !important
  }

  .lg\:py-316 {
    padding-top: 79rem !important;
    padding-bottom: 79rem !important
  }

  .lg\:px-316 {
    padding-left: 79rem !important;
    padding-right: 79rem !important
  }

  .lg\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important
  }

  .lg\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important
  }

  .lg\:pt-0 {
    padding-top: 0 !important
  }

  .lg\:pr-0 {
    padding-right: 0 !important
  }

  .lg\:pb-0 {
    padding-bottom: 0 !important
  }

  .lg\:pl-0 {
    padding-left: 0 !important
  }

  .lg\:pt-1 {
    padding-top: 0.25rem !important
  }

  .lg\:pr-1 {
    padding-right: 0.25rem !important
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem !important
  }

  .lg\:pl-1 {
    padding-left: 0.25rem !important
  }

  .lg\:pt-2 {
    padding-top: 0.5rem !important
  }

  .lg\:pr-2 {
    padding-right: 0.5rem !important
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem !important
  }

  .lg\:pl-2 {
    padding-left: 0.5rem !important
  }

  .lg\:pt-3 {
    padding-top: 0.75rem !important
  }

  .lg\:pr-3 {
    padding-right: 0.75rem !important
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem !important
  }

  .lg\:pl-3 {
    padding-left: 0.75rem !important
  }

  .lg\:pt-4 {
    padding-top: 1rem !important
  }

  .lg\:pr-4 {
    padding-right: 1rem !important
  }

  .lg\:pb-4 {
    padding-bottom: 1rem !important
  }

  .lg\:pl-4 {
    padding-left: 1rem !important
  }

  .lg\:pt-5 {
    padding-top: 1.25rem !important
  }

  .lg\:pr-5 {
    padding-right: 1.25rem !important
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem !important
  }

  .lg\:pl-5 {
    padding-left: 1.25rem !important
  }

  .lg\:pt-6 {
    padding-top: 1.5rem !important
  }

  .lg\:pr-6 {
    padding-right: 1.5rem !important
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem !important
  }

  .lg\:pl-6 {
    padding-left: 1.5rem !important
  }

  .lg\:pt-7 {
    padding-top: 1.8rem !important
  }

  .lg\:pr-7 {
    padding-right: 1.8rem !important
  }

  .lg\:pb-7 {
    padding-bottom: 1.8rem !important
  }

  .lg\:pl-7 {
    padding-left: 1.8rem !important
  }

  .lg\:pt-8 {
    padding-top: 2rem !important
  }

  .lg\:pr-8 {
    padding-right: 2rem !important
  }

  .lg\:pb-8 {
    padding-bottom: 2rem !important
  }

  .lg\:pl-8 {
    padding-left: 2rem !important
  }

  .lg\:pt-9 {
    padding-top: 2.4rem !important
  }

  .lg\:pr-9 {
    padding-right: 2.4rem !important
  }

  .lg\:pb-9 {
    padding-bottom: 2.4rem !important
  }

  .lg\:pl-9 {
    padding-left: 2.4rem !important
  }

  .lg\:pt-10 {
    padding-top: 2.5rem !important
  }

  .lg\:pr-10 {
    padding-right: 2.5rem !important
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem !important
  }

  .lg\:pl-10 {
    padding-left: 2.5rem !important
  }

  .lg\:pt-11 {
    padding-top: 2.6rem !important
  }

  .lg\:pr-11 {
    padding-right: 2.6rem !important
  }

  .lg\:pb-11 {
    padding-bottom: 2.6rem !important
  }

  .lg\:pl-11 {
    padding-left: 2.6rem !important
  }

  .lg\:pt-12 {
    padding-top: 3rem !important
  }

  .lg\:pr-12 {
    padding-right: 3rem !important
  }

  .lg\:pb-12 {
    padding-bottom: 3rem !important
  }

  .lg\:pl-12 {
    padding-left: 3rem !important
  }

  .lg\:pt-14 {
    padding-top: 3.6rem !important
  }

  .lg\:pr-14 {
    padding-right: 3.6rem !important
  }

  .lg\:pb-14 {
    padding-bottom: 3.6rem !important
  }

  .lg\:pl-14 {
    padding-left: 3.6rem !important
  }

  .lg\:pt-15 {
    padding-top: 3.8rem !important
  }

  .lg\:pr-15 {
    padding-right: 3.8rem !important
  }

  .lg\:pb-15 {
    padding-bottom: 3.8rem !important
  }

  .lg\:pl-15 {
    padding-left: 3.8rem !important
  }

  .lg\:pt-16 {
    padding-top: 4rem !important
  }

  .lg\:pr-16 {
    padding-right: 4rem !important
  }

  .lg\:pb-16 {
    padding-bottom: 4rem !important
  }

  .lg\:pl-16 {
    padding-left: 4rem !important
  }

  .lg\:pt-18 {
    padding-top: 4.5rem !important
  }

  .lg\:pr-18 {
    padding-right: 4.5rem !important
  }

  .lg\:pb-18 {
    padding-bottom: 4.5rem !important
  }

  .lg\:pl-18 {
    padding-left: 4.5rem !important
  }

  .lg\:pt-20 {
    padding-top: 5rem !important
  }

  .lg\:pr-20 {
    padding-right: 5rem !important
  }

  .lg\:pb-20 {
    padding-bottom: 5rem !important
  }

  .lg\:pl-20 {
    padding-left: 5rem !important
  }

  .lg\:pt-21 {
    padding-top: 5.3rem !important
  }

  .lg\:pr-21 {
    padding-right: 5.3rem !important
  }

  .lg\:pb-21 {
    padding-bottom: 5.3rem !important
  }

  .lg\:pl-21 {
    padding-left: 5.3rem !important
  }

  .lg\:pt-22 {
    padding-top: 5.7rem !important
  }

  .lg\:pr-22 {
    padding-right: 5.7rem !important
  }

  .lg\:pb-22 {
    padding-bottom: 5.7rem !important
  }

  .lg\:pl-22 {
    padding-left: 5.7rem !important
  }

  .lg\:pt-24 {
    padding-top: 6rem !important
  }

  .lg\:pr-24 {
    padding-right: 6rem !important
  }

  .lg\:pb-24 {
    padding-bottom: 6rem !important
  }

  .lg\:pl-24 {
    padding-left: 6rem !important
  }

  .lg\:pt-28 {
    padding-top: 7rem !important
  }

  .lg\:pr-28 {
    padding-right: 7rem !important
  }

  .lg\:pb-28 {
    padding-bottom: 7rem !important
  }

  .lg\:pl-28 {
    padding-left: 7rem !important
  }

  .lg\:pt-30 {
    padding-top: 7.6rem !important
  }

  .lg\:pr-30 {
    padding-right: 7.6rem !important
  }

  .lg\:pb-30 {
    padding-bottom: 7.6rem !important
  }

  .lg\:pl-30 {
    padding-left: 7.6rem !important
  }

  .lg\:pt-32 {
    padding-top: 8rem !important
  }

  .lg\:pr-32 {
    padding-right: 8rem !important
  }

  .lg\:pb-32 {
    padding-bottom: 8rem !important
  }

  .lg\:pl-32 {
    padding-left: 8rem !important
  }

  .lg\:pt-36 {
    padding-top: 9.1rem !important
  }

  .lg\:pr-36 {
    padding-right: 9.1rem !important
  }

  .lg\:pb-36 {
    padding-bottom: 9.1rem !important
  }

  .lg\:pl-36 {
    padding-left: 9.1rem !important
  }

  .lg\:pt-40 {
    padding-top: 10rem !important
  }

  .lg\:pr-40 {
    padding-right: 10rem !important
  }

  .lg\:pb-40 {
    padding-bottom: 10rem !important
  }

  .lg\:pl-40 {
    padding-left: 10rem !important
  }

  .lg\:pt-46 {
    padding-top: 11.7rem !important
  }

  .lg\:pr-46 {
    padding-right: 11.7rem !important
  }

  .lg\:pb-46 {
    padding-bottom: 11.7rem !important
  }

  .lg\:pl-46 {
    padding-left: 11.7rem !important
  }

  .lg\:pt-48 {
    padding-top: 12rem !important
  }

  .lg\:pr-48 {
    padding-right: 12rem !important
  }

  .lg\:pb-48 {
    padding-bottom: 12rem !important
  }

  .lg\:pl-48 {
    padding-left: 12rem !important
  }

  .lg\:pt-56 {
    padding-top: 14rem !important
  }

  .lg\:pr-56 {
    padding-right: 14rem !important
  }

  .lg\:pb-56 {
    padding-bottom: 14rem !important
  }

  .lg\:pl-56 {
    padding-left: 14rem !important
  }

  .lg\:pt-58 {
    padding-top: 14.7rem !important
  }

  .lg\:pr-58 {
    padding-right: 14.7rem !important
  }

  .lg\:pb-58 {
    padding-bottom: 14.7rem !important
  }

  .lg\:pl-58 {
    padding-left: 14.7rem !important
  }

  .lg\:pt-62 {
    padding-top: 15.7rem !important
  }

  .lg\:pr-62 {
    padding-right: 15.7rem !important
  }

  .lg\:pb-62 {
    padding-bottom: 15.7rem !important
  }

  .lg\:pl-62 {
    padding-left: 15.7rem !important
  }

  .lg\:pt-64 {
    padding-top: 16rem !important
  }

  .lg\:pr-64 {
    padding-right: 16rem !important
  }

  .lg\:pb-64 {
    padding-bottom: 16rem !important
  }

  .lg\:pl-64 {
    padding-left: 16rem !important
  }

  .lg\:pt-69 {
    padding-top: 17.1rem !important
  }

  .lg\:pr-69 {
    padding-right: 17.1rem !important
  }

  .lg\:pb-69 {
    padding-bottom: 17.1rem !important
  }

  .lg\:pl-69 {
    padding-left: 17.1rem !important
  }

  .lg\:pt-71 {
    padding-top: 17.9rem !important
  }

  .lg\:pr-71 {
    padding-right: 17.9rem !important
  }

  .lg\:pb-71 {
    padding-bottom: 17.9rem !important
  }

  .lg\:pl-71 {
    padding-left: 17.9rem !important
  }

  .lg\:pt-72 {
    padding-top: 18.1rem !important
  }

  .lg\:pr-72 {
    padding-right: 18.1rem !important
  }

  .lg\:pb-72 {
    padding-bottom: 18.1rem !important
  }

  .lg\:pl-72 {
    padding-left: 18.1rem !important
  }

  .lg\:pt-80 {
    padding-top: 20rem !important
  }

  .lg\:pr-80 {
    padding-right: 20rem !important
  }

  .lg\:pb-80 {
    padding-bottom: 20rem !important
  }

  .lg\:pl-80 {
    padding-left: 20rem !important
  }

  .lg\:pt-100 {
    padding-top: 25rem !important
  }

  .lg\:pr-100 {
    padding-right: 25rem !important
  }

  .lg\:pb-100 {
    padding-bottom: 25rem !important
  }

  .lg\:pl-100 {
    padding-left: 25rem !important
  }

  .lg\:pt-112 {
    padding-top: 28rem !important
  }

  .lg\:pr-112 {
    padding-right: 28rem !important
  }

  .lg\:pb-112 {
    padding-bottom: 28rem !important
  }

  .lg\:pl-112 {
    padding-left: 28rem !important
  }

  .lg\:pt-128 {
    padding-top: 32rem !important
  }

  .lg\:pr-128 {
    padding-right: 32rem !important
  }

  .lg\:pb-128 {
    padding-bottom: 32rem !important
  }

  .lg\:pl-128 {
    padding-left: 32rem !important
  }

  .lg\:pt-143 {
    padding-top: 35.9rem !important
  }

  .lg\:pr-143 {
    padding-right: 35.9rem !important
  }

  .lg\:pb-143 {
    padding-bottom: 35.9rem !important
  }

  .lg\:pl-143 {
    padding-left: 35.9rem !important
  }

  .lg\:pt-149 {
    padding-top: 37.4rem !important
  }

  .lg\:pr-149 {
    padding-right: 37.4rem !important
  }

  .lg\:pb-149 {
    padding-bottom: 37.4rem !important
  }

  .lg\:pl-149 {
    padding-left: 37.4rem !important
  }

  .lg\:pt-240 {
    padding-top: 60rem !important
  }

  .lg\:pr-240 {
    padding-right: 60rem !important
  }

  .lg\:pb-240 {
    padding-bottom: 60rem !important
  }

  .lg\:pl-240 {
    padding-left: 60rem !important
  }

  .lg\:pt-280 {
    padding-top: 70rem !important
  }

  .lg\:pr-280 {
    padding-right: 70rem !important
  }

  .lg\:pb-280 {
    padding-bottom: 70rem !important
  }

  .lg\:pl-280 {
    padding-left: 70rem !important
  }

  .lg\:pt-291 {
    padding-top: 72.9rem !important
  }

  .lg\:pr-291 {
    padding-right: 72.9rem !important
  }

  .lg\:pb-291 {
    padding-bottom: 72.9rem !important
  }

  .lg\:pl-291 {
    padding-left: 72.9rem !important
  }

  .lg\:pt-316 {
    padding-top: 79rem !important
  }

  .lg\:pr-316 {
    padding-right: 79rem !important
  }

  .lg\:pb-316 {
    padding-bottom: 79rem !important
  }

  .lg\:pl-316 {
    padding-left: 79rem !important
  }

  .lg\:pt-px {
    padding-top: 1px !important
  }

  .lg\:pr-px {
    padding-right: 1px !important
  }

  .lg\:pb-px {
    padding-bottom: 1px !important
  }

  .lg\:pl-px {
    padding-left: 1px !important
  }

  .lg\:static {
    position: static !important
  }

  .lg\:fixed {
    position: fixed !important
  }

  .lg\:absolute {
    position: absolute !important
  }

  .lg\:relative {
    position: relative !important
  }

  .lg\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important
  }

  .lg\:table-auto {
    table-layout: auto !important
  }

  .lg\:table-fixed {
    table-layout: fixed !important
  }

  .lg\:text-left {
    text-align: left !important
  }

  .lg\:text-center {
    text-align: center !important
  }

  .lg\:text-right {
    text-align: right !important
  }

  .lg\:text-justify {
    text-align: justify !important
  }

  .lg\:text-transparent {
    color: transparent !important
  }

  .lg\:text-primary {
    color: #0A5988 !important
  }

  .lg\:text-primary-light {
    color: #257DB2 !important
  }

  .lg\:text-secondary {
    color: #8FC549 !important
  }

  .lg\:text-primary-dark {
    color: #003D62 !important
  }

  .lg\:text-tertiary {
    color: #EBF4FA !important
  }

  .lg\:text-tertiary-light {
    color: #EBF4FA !important
  }

  .lg\:text-tertiary-lightest {
    color: #EBF4FA !important
  }

  .lg\:text-font-main {
    color: #443E37 !important
  }

  .lg\:text-highlight {
    color: #E1962C !important
  }

  .lg\:text-highlight-alt {
    color: #E1962C !important
  }

  .lg\:text-accent {
    color: #DA511F !important
  }

  .lg\:text-accent-alt {
    color: #DA511F !important
  }

  .lg\:text-body-text {
    color: #443E37 !important
  }

  .lg\:text-dividers {
    color: #C7BBAE !important
  }

  .lg\:text-dividers-lighther {
    color: #f5f5f5 !important
  }

  .lg\:text-dividers-light {
    color: #f7f7f7 !important
  }

  .lg\:text-black {
    color: #000 !important
  }

  .lg\:text-white {
    color: #fff !important
  }

  .lg\:text-red-100 {
    color: #FFF5F5 !important
  }

  .lg\:text-red-200 {
    color: #FED7D7 !important
  }

  .lg\:text-red-300 {
    color: #FEB2B2 !important
  }

  .lg\:text-red-400 {
    color: #FC8181 !important
  }

  .lg\:text-red-500 {
    color: #F56565 !important
  }

  .lg\:text-red-600 {
    color: #E53E3E !important
  }

  .lg\:text-red-700 {
    color: #C53030 !important
  }

  .lg\:text-red-800 {
    color: #9B2C2C !important
  }

  .lg\:text-red-900 {
    color: #742A2A !important
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent !important
  }

  .lg\:hover\:text-primary:hover {
    color: #0A5988 !important
  }

  .lg\:hover\:text-primary-light:hover {
    color: #257DB2 !important
  }

  .lg\:hover\:text-secondary:hover {
    color: #8FC549 !important
  }

  .lg\:hover\:text-primary-dark:hover {
    color: #003D62 !important
  }

  .lg\:hover\:text-tertiary:hover {
    color: #EBF4FA !important
  }

  .lg\:hover\:text-tertiary-light:hover {
    color: #EBF4FA !important
  }

  .lg\:hover\:text-tertiary-lightest:hover {
    color: #EBF4FA !important
  }

  .lg\:hover\:text-font-main:hover {
    color: #443E37 !important
  }

  .lg\:hover\:text-highlight:hover {
    color: #E1962C !important
  }

  .lg\:hover\:text-highlight-alt:hover {
    color: #E1962C !important
  }

  .lg\:hover\:text-accent:hover {
    color: #DA511F !important
  }

  .lg\:hover\:text-accent-alt:hover {
    color: #DA511F !important
  }

  .lg\:hover\:text-body-text:hover {
    color: #443E37 !important
  }

  .lg\:hover\:text-dividers:hover {
    color: #C7BBAE !important
  }

  .lg\:hover\:text-dividers-lighther:hover {
    color: #f5f5f5 !important
  }

  .lg\:hover\:text-dividers-light:hover {
    color: #f7f7f7 !important
  }

  .lg\:hover\:text-black:hover {
    color: #000 !important
  }

  .lg\:hover\:text-white:hover {
    color: #fff !important
  }

  .lg\:hover\:text-red-100:hover {
    color: #FFF5F5 !important
  }

  .lg\:hover\:text-red-200:hover {
    color: #FED7D7 !important
  }

  .lg\:hover\:text-red-300:hover {
    color: #FEB2B2 !important
  }

  .lg\:hover\:text-red-400:hover {
    color: #FC8181 !important
  }

  .lg\:hover\:text-red-500:hover {
    color: #F56565 !important
  }

  .lg\:hover\:text-red-600:hover {
    color: #E53E3E !important
  }

  .lg\:hover\:text-red-700:hover {
    color: #C53030 !important
  }

  .lg\:hover\:text-red-800:hover {
    color: #9B2C2C !important
  }

  .lg\:hover\:text-red-900:hover {
    color: #742A2A !important
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent !important
  }

  .lg\:focus\:text-primary:focus {
    color: #0A5988 !important
  }

  .lg\:focus\:text-primary-light:focus {
    color: #257DB2 !important
  }

  .lg\:focus\:text-secondary:focus {
    color: #8FC549 !important
  }

  .lg\:focus\:text-primary-dark:focus {
    color: #003D62 !important
  }

  .lg\:focus\:text-tertiary:focus {
    color: #EBF4FA !important
  }

  .lg\:focus\:text-tertiary-light:focus {
    color: #EBF4FA !important
  }

  .lg\:focus\:text-tertiary-lightest:focus {
    color: #EBF4FA !important
  }

  .lg\:focus\:text-font-main:focus {
    color: #443E37 !important
  }

  .lg\:focus\:text-highlight:focus {
    color: #E1962C !important
  }

  .lg\:focus\:text-highlight-alt:focus {
    color: #E1962C !important
  }

  .lg\:focus\:text-accent:focus {
    color: #DA511F !important
  }

  .lg\:focus\:text-accent-alt:focus {
    color: #DA511F !important
  }

  .lg\:focus\:text-body-text:focus {
    color: #443E37 !important
  }

  .lg\:focus\:text-dividers:focus {
    color: #C7BBAE !important
  }

  .lg\:focus\:text-dividers-lighther:focus {
    color: #f5f5f5 !important
  }

  .lg\:focus\:text-dividers-light:focus {
    color: #f7f7f7 !important
  }

  .lg\:focus\:text-black:focus {
    color: #000 !important
  }

  .lg\:focus\:text-white:focus {
    color: #fff !important
  }

  .lg\:focus\:text-red-100:focus {
    color: #FFF5F5 !important
  }

  .lg\:focus\:text-red-200:focus {
    color: #FED7D7 !important
  }

  .lg\:focus\:text-red-300:focus {
    color: #FEB2B2 !important
  }

  .lg\:focus\:text-red-400:focus {
    color: #FC8181 !important
  }

  .lg\:focus\:text-red-500:focus {
    color: #F56565 !important
  }

  .lg\:focus\:text-red-600:focus {
    color: #E53E3E !important
  }

  .lg\:focus\:text-red-700:focus {
    color: #C53030 !important
  }

  .lg\:focus\:text-red-800:focus {
    color: #9B2C2C !important
  }

  .lg\:focus\:text-red-900:focus {
    color: #742A2A !important
  }

  .lg\:underline {
    text-decoration: underline !important
  }

  .lg\:line-through {
    text-decoration: line-through !important
  }

  .lg\:no-underline {
    text-decoration: none !important
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline !important
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through !important
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none !important
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline !important
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through !important
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none !important
  }

  .lg\:uppercase {
    text-transform: uppercase !important
  }

  .lg\:lowercase {
    text-transform: lowercase !important
  }

  .lg\:capitalize {
    text-transform: capitalize !important
  }

  .lg\:normal-case {
    text-transform: none !important
  }

  .lg\:visible {
    visibility: visible !important
  }

  .lg\:invisible {
    visibility: hidden !important
  }

  .lg\:whitespace-normal {
    white-space: normal !important
  }

  .lg\:whitespace-no-wrap {
    white-space: nowrap !important
  }

  .lg\:whitespace-pre {
    white-space: pre !important
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line !important
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap !important
  }

  .lg\:w-0 {
    width: 0 !important
  }

  .lg\:w-1 {
    width: 0.25rem !important
  }

  .lg\:w-2 {
    width: 0.5rem !important
  }

  .lg\:w-3 {
    width: 0.75rem !important
  }

  .lg\:w-4 {
    width: 1rem !important
  }

  .lg\:w-5 {
    width: 1.25rem !important
  }

  .lg\:w-6 {
    width: 1.5rem !important
  }

  .lg\:w-7 {
    width: 1.8rem !important
  }

  .lg\:w-8 {
    width: 2rem !important
  }

  .lg\:w-9 {
    width: 2.4rem !important
  }

  .lg\:w-10 {
    width: 2.5rem !important
  }

  .lg\:w-11 {
    width: 2.6rem !important
  }

  .lg\:w-12 {
    width: 3rem !important
  }

  .lg\:w-14 {
    width: 3.6rem !important
  }

  .lg\:w-15 {
    width: 3.8rem !important
  }

  .lg\:w-16 {
    width: 4rem !important
  }

  .lg\:w-18 {
    width: 4.5rem !important
  }

  .lg\:w-20 {
    width: 5rem !important
  }

  .lg\:w-21 {
    width: 5.3rem !important
  }

  .lg\:w-22 {
    width: 5.7rem !important
  }

  .lg\:w-24 {
    width: 6rem !important
  }

  .lg\:w-28 {
    width: 7rem !important
  }

  .lg\:w-30 {
    width: 7.6rem !important
  }

  .lg\:w-32 {
    width: 8rem !important
  }

  .lg\:w-36 {
    width: 9.1rem !important
  }

  .lg\:w-40 {
    width: 10rem !important
  }

  .lg\:w-46 {
    width: 11.7rem !important
  }

  .lg\:w-48 {
    width: 12rem !important
  }

  .lg\:w-56 {
    width: 14rem !important
  }

  .lg\:w-58 {
    width: 14.7rem !important
  }

  .lg\:w-62 {
    width: 15.7rem !important
  }

  .lg\:w-64 {
    width: 16rem !important
  }

  .lg\:w-69 {
    width: 17.1rem !important
  }

  .lg\:w-71 {
    width: 17.9rem !important
  }

  .lg\:w-72 {
    width: 18.1rem !important
  }

  .lg\:w-80 {
    width: 20rem !important
  }

  .lg\:w-100 {
    width: 25rem !important
  }

  .lg\:w-112 {
    width: 28rem !important
  }

  .lg\:w-128 {
    width: 32rem !important
  }

  .lg\:w-143 {
    width: 35.9rem !important
  }

  .lg\:w-149 {
    width: 37.4rem !important
  }

  .lg\:w-240 {
    width: 60rem !important
  }

  .lg\:w-280 {
    width: 70rem !important
  }

  .lg\:w-291 {
    width: 72.9rem !important
  }

  .lg\:w-316 {
    width: 79rem !important
  }

  .lg\:w-auto {
    width: auto !important
  }

  .lg\:w-unset {
    width: unset !important
  }

  .lg\:w-inherit {
    width: inherit !important
  }

  .lg\:w-px {
    width: 1px !important
  }

  .lg\:w-1\/2 {
    width: 50% !important
  }

  .lg\:w-1\/3 {
    width: 33.33333% !important
  }

  .lg\:w-2\/3 {
    width: 66.66667% !important
  }

  .lg\:w-1\/4 {
    width: 25% !important
  }

  .lg\:w-2\/4 {
    width: 50% !important
  }

  .lg\:w-3\/4 {
    width: 75% !important
  }

  .lg\:w-1\/5 {
    width: 20% !important
  }

  .lg\:w-2\/5 {
    width: 40% !important
  }

  .lg\:w-3\/5 {
    width: 60% !important
  }

  .lg\:w-4\/5 {
    width: 80% !important
  }

  .lg\:w-full {
    width: 100% !important
  }

  .lg\:w-screen {
    width: 100vw !important
  }

  .lg\:z-0 {
    z-index: 0 !important
  }

  .lg\:z-10 {
    z-index: 10 !important
  }

  .lg\:z-20 {
    z-index: 20 !important
  }

  .lg\:z-30 {
    z-index: 30 !important
  }

  .lg\:z-40 {
    z-index: 40 !important
  }

  .lg\:z-50 {
    z-index: 100 !important
  }

  .lg\:z-auto {
    z-index: auto !important
  }

  .lg\:-z-1 {
    z-index: -1 !important
  }

  .lg\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
        -ms-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
  }

  .lg\:transform-none {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important
  }

  .lg\:origin-center {
    -webkit-transform-origin: center !important;
        -ms-transform-origin: center !important;
            transform-origin: center !important
  }

  .lg\:origin-top {
    -webkit-transform-origin: top !important;
        -ms-transform-origin: top !important;
            transform-origin: top !important
  }

  .lg\:origin-top-right {
    -webkit-transform-origin: top right !important;
        -ms-transform-origin: top right !important;
            transform-origin: top right !important
  }

  .lg\:origin-right {
    -webkit-transform-origin: right !important;
        -ms-transform-origin: right !important;
            transform-origin: right !important
  }

  .lg\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
        -ms-transform-origin: bottom right !important;
            transform-origin: bottom right !important
  }

  .lg\:origin-bottom {
    -webkit-transform-origin: bottom !important;
        -ms-transform-origin: bottom !important;
            transform-origin: bottom !important
  }

  .lg\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
        -ms-transform-origin: bottom left !important;
            transform-origin: bottom left !important
  }

  .lg\:origin-left {
    -webkit-transform-origin: left !important;
        -ms-transform-origin: left !important;
            transform-origin: left !important
  }

  .lg\:origin-top-left {
    -webkit-transform-origin: top left !important;
        -ms-transform-origin: top left !important;
            transform-origin: top left !important
  }

  .lg\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .lg\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .lg\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .lg\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .lg\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .lg\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .lg\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .lg\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .lg\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .lg\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .lg\:scale-x-0 {
    --transform-scale-x: 0 !important
  }

  .lg\:scale-x-50 {
    --transform-scale-x: .5 !important
  }

  .lg\:scale-x-75 {
    --transform-scale-x: .75 !important
  }

  .lg\:scale-x-90 {
    --transform-scale-x: .9 !important
  }

  .lg\:scale-x-95 {
    --transform-scale-x: .95 !important
  }

  .lg\:scale-x-100 {
    --transform-scale-x: 1 !important
  }

  .lg\:scale-x-105 {
    --transform-scale-x: 1.05 !important
  }

  .lg\:scale-x-110 {
    --transform-scale-x: 1.1 !important
  }

  .lg\:scale-x-125 {
    --transform-scale-x: 1.25 !important
  }

  .lg\:scale-x-150 {
    --transform-scale-x: 1.5 !important
  }

  .lg\:scale-y-0 {
    --transform-scale-y: 0 !important
  }

  .lg\:scale-y-50 {
    --transform-scale-y: .5 !important
  }

  .lg\:scale-y-75 {
    --transform-scale-y: .75 !important
  }

  .lg\:scale-y-90 {
    --transform-scale-y: .9 !important
  }

  .lg\:scale-y-95 {
    --transform-scale-y: .95 !important
  }

  .lg\:scale-y-100 {
    --transform-scale-y: 1 !important
  }

  .lg\:scale-y-105 {
    --transform-scale-y: 1.05 !important
  }

  .lg\:scale-y-110 {
    --transform-scale-y: 1.1 !important
  }

  .lg\:scale-y-125 {
    --transform-scale-y: 1.25 !important
  }

  .lg\:scale-y-150 {
    --transform-scale-y: 1.5 !important
  }

  .lg\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .lg\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .lg\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .lg\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .lg\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .lg\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .lg\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .lg\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .lg\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .lg\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .lg\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important
  }

  .lg\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important
  }

  .lg\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important
  }

  .lg\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important
  }

  .lg\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important
  }

  .lg\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important
  }

  .lg\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important
  }

  .lg\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important
  }

  .lg\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important
  }

  .lg\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important
  }

  .lg\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important
  }

  .lg\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important
  }

  .lg\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important
  }

  .lg\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important
  }

  .lg\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important
  }

  .lg\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important
  }

  .lg\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important
  }

  .lg\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important
  }

  .lg\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important
  }

  .lg\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important
  }

  .lg\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .lg\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .lg\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .lg\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .lg\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .lg\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .lg\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .lg\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .lg\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .lg\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .lg\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important
  }

  .lg\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important
  }

  .lg\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important
  }

  .lg\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important
  }

  .lg\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important
  }

  .lg\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important
  }

  .lg\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important
  }

  .lg\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important
  }

  .lg\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important
  }

  .lg\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important
  }

  .lg\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important
  }

  .lg\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important
  }

  .lg\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important
  }

  .lg\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important
  }

  .lg\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important
  }

  .lg\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important
  }

  .lg\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important
  }

  .lg\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important
  }

  .lg\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important
  }

  .lg\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important
  }

  .lg\:rotate-0 {
    --transform-rotate: 0 !important
  }

  .lg\:rotate-45 {
    --transform-rotate: 45deg !important
  }

  .lg\:rotate-90 {
    --transform-rotate: 90deg !important
  }

  .lg\:rotate-180 {
    --transform-rotate: 180deg !important
  }

  .lg\:-rotate-180 {
    --transform-rotate: -180deg !important
  }

  .lg\:-rotate-90 {
    --transform-rotate: -90deg !important
  }

  .lg\:-rotate-45 {
    --transform-rotate: -45deg !important
  }

  .lg\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important
  }

  .lg\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important
  }

  .lg\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important
  }

  .lg\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important
  }

  .lg\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important
  }

  .lg\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important
  }

  .lg\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important
  }

  .lg\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important
  }

  .lg\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important
  }

  .lg\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important
  }

  .lg\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important
  }

  .lg\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important
  }

  .lg\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important
  }

  .lg\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important
  }

  .lg\:translate-x-0 {
    --transform-translate-x: 0 !important
  }

  .lg\:translate-x-1 {
    --transform-translate-x: 0.25rem !important
  }

  .lg\:translate-x-2 {
    --transform-translate-x: 0.5rem !important
  }

  .lg\:translate-x-3 {
    --transform-translate-x: 0.75rem !important
  }

  .lg\:translate-x-4 {
    --transform-translate-x: 1rem !important
  }

  .lg\:translate-x-5 {
    --transform-translate-x: 1.25rem !important
  }

  .lg\:translate-x-6 {
    --transform-translate-x: 1.5rem !important
  }

  .lg\:translate-x-7 {
    --transform-translate-x: 1.8rem !important
  }

  .lg\:translate-x-8 {
    --transform-translate-x: 2rem !important
  }

  .lg\:translate-x-9 {
    --transform-translate-x: 2.4rem !important
  }

  .lg\:translate-x-10 {
    --transform-translate-x: 2.5rem !important
  }

  .lg\:translate-x-11 {
    --transform-translate-x: 2.6rem !important
  }

  .lg\:translate-x-12 {
    --transform-translate-x: 3rem !important
  }

  .lg\:translate-x-14 {
    --transform-translate-x: 3.6rem !important
  }

  .lg\:translate-x-15 {
    --transform-translate-x: 3.8rem !important
  }

  .lg\:translate-x-16 {
    --transform-translate-x: 4rem !important
  }

  .lg\:translate-x-18 {
    --transform-translate-x: 4.5rem !important
  }

  .lg\:translate-x-20 {
    --transform-translate-x: 5rem !important
  }

  .lg\:translate-x-21 {
    --transform-translate-x: 5.3rem !important
  }

  .lg\:translate-x-22 {
    --transform-translate-x: 5.7rem !important
  }

  .lg\:translate-x-24 {
    --transform-translate-x: 6rem !important
  }

  .lg\:translate-x-28 {
    --transform-translate-x: 7rem !important
  }

  .lg\:translate-x-30 {
    --transform-translate-x: 7.6rem !important
  }

  .lg\:translate-x-32 {
    --transform-translate-x: 8rem !important
  }

  .lg\:translate-x-36 {
    --transform-translate-x: 9.1rem !important
  }

  .lg\:translate-x-40 {
    --transform-translate-x: 10rem !important
  }

  .lg\:translate-x-46 {
    --transform-translate-x: 11.7rem !important
  }

  .lg\:translate-x-48 {
    --transform-translate-x: 12rem !important
  }

  .lg\:translate-x-56 {
    --transform-translate-x: 14rem !important
  }

  .lg\:translate-x-58 {
    --transform-translate-x: 14.7rem !important
  }

  .lg\:translate-x-62 {
    --transform-translate-x: 15.7rem !important
  }

  .lg\:translate-x-64 {
    --transform-translate-x: 16rem !important
  }

  .lg\:translate-x-69 {
    --transform-translate-x: 17.1rem !important
  }

  .lg\:translate-x-71 {
    --transform-translate-x: 17.9rem !important
  }

  .lg\:translate-x-72 {
    --transform-translate-x: 18.1rem !important
  }

  .lg\:translate-x-80 {
    --transform-translate-x: 20rem !important
  }

  .lg\:translate-x-100 {
    --transform-translate-x: 25rem !important
  }

  .lg\:translate-x-112 {
    --transform-translate-x: 28rem !important
  }

  .lg\:translate-x-128 {
    --transform-translate-x: 32rem !important
  }

  .lg\:translate-x-143 {
    --transform-translate-x: 35.9rem !important
  }

  .lg\:translate-x-149 {
    --transform-translate-x: 37.4rem !important
  }

  .lg\:translate-x-240 {
    --transform-translate-x: 60rem !important
  }

  .lg\:translate-x-280 {
    --transform-translate-x: 70rem !important
  }

  .lg\:translate-x-291 {
    --transform-translate-x: 72.9rem !important
  }

  .lg\:translate-x-316 {
    --transform-translate-x: 79rem !important
  }

  .lg\:translate-x-px {
    --transform-translate-x: 1px !important
  }

  .lg\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important
  }

  .lg\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important
  }

  .lg\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important
  }

  .lg\:-translate-x-4 {
    --transform-translate-x: -1rem !important
  }

  .lg\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important
  }

  .lg\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important
  }

  .lg\:-translate-x-7 {
    --transform-translate-x: -1.8rem !important
  }

  .lg\:-translate-x-8 {
    --transform-translate-x: -2rem !important
  }

  .lg\:-translate-x-9 {
    --transform-translate-x: -2.4rem !important
  }

  .lg\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important
  }

  .lg\:-translate-x-11 {
    --transform-translate-x: -2.6rem !important
  }

  .lg\:-translate-x-12 {
    --transform-translate-x: -3rem !important
  }

  .lg\:-translate-x-14 {
    --transform-translate-x: -3.6rem !important
  }

  .lg\:-translate-x-15 {
    --transform-translate-x: -3.8rem !important
  }

  .lg\:-translate-x-16 {
    --transform-translate-x: -4rem !important
  }

  .lg\:-translate-x-18 {
    --transform-translate-x: -4.5rem !important
  }

  .lg\:-translate-x-20 {
    --transform-translate-x: -5rem !important
  }

  .lg\:-translate-x-21 {
    --transform-translate-x: -5.3rem !important
  }

  .lg\:-translate-x-22 {
    --transform-translate-x: -5.7rem !important
  }

  .lg\:-translate-x-24 {
    --transform-translate-x: -6rem !important
  }

  .lg\:-translate-x-28 {
    --transform-translate-x: -7rem !important
  }

  .lg\:-translate-x-30 {
    --transform-translate-x: -7.6rem !important
  }

  .lg\:-translate-x-32 {
    --transform-translate-x: -8rem !important
  }

  .lg\:-translate-x-36 {
    --transform-translate-x: -9.1rem !important
  }

  .lg\:-translate-x-40 {
    --transform-translate-x: -10rem !important
  }

  .lg\:-translate-x-46 {
    --transform-translate-x: -11.7rem !important
  }

  .lg\:-translate-x-48 {
    --transform-translate-x: -12rem !important
  }

  .lg\:-translate-x-56 {
    --transform-translate-x: -14rem !important
  }

  .lg\:-translate-x-58 {
    --transform-translate-x: -14.7rem !important
  }

  .lg\:-translate-x-62 {
    --transform-translate-x: -15.7rem !important
  }

  .lg\:-translate-x-64 {
    --transform-translate-x: -16rem !important
  }

  .lg\:-translate-x-69 {
    --transform-translate-x: -17.1rem !important
  }

  .lg\:-translate-x-71 {
    --transform-translate-x: -17.9rem !important
  }

  .lg\:-translate-x-72 {
    --transform-translate-x: -18.1rem !important
  }

  .lg\:-translate-x-80 {
    --transform-translate-x: -20rem !important
  }

  .lg\:-translate-x-100 {
    --transform-translate-x: -25rem !important
  }

  .lg\:-translate-x-112 {
    --transform-translate-x: -28rem !important
  }

  .lg\:-translate-x-128 {
    --transform-translate-x: -32rem !important
  }

  .lg\:-translate-x-143 {
    --transform-translate-x: -35.9rem !important
  }

  .lg\:-translate-x-149 {
    --transform-translate-x: -37.4rem !important
  }

  .lg\:-translate-x-240 {
    --transform-translate-x: -60rem !important
  }

  .lg\:-translate-x-280 {
    --transform-translate-x: -70rem !important
  }

  .lg\:-translate-x-291 {
    --transform-translate-x: -72.9rem !important
  }

  .lg\:-translate-x-316 {
    --transform-translate-x: -79rem !important
  }

  .lg\:-translate-x-px {
    --transform-translate-x: -1px !important
  }

  .lg\:-translate-x-full {
    --transform-translate-x: -100% !important
  }

  .lg\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important
  }

  .lg\:translate-x-1\/2 {
    --transform-translate-x: 50% !important
  }

  .lg\:translate-x-full {
    --transform-translate-x: 100% !important
  }

  .lg\:translate-y-0 {
    --transform-translate-y: 0 !important
  }

  .lg\:translate-y-1 {
    --transform-translate-y: 0.25rem !important
  }

  .lg\:translate-y-2 {
    --transform-translate-y: 0.5rem !important
  }

  .lg\:translate-y-3 {
    --transform-translate-y: 0.75rem !important
  }

  .lg\:translate-y-4 {
    --transform-translate-y: 1rem !important
  }

  .lg\:translate-y-5 {
    --transform-translate-y: 1.25rem !important
  }

  .lg\:translate-y-6 {
    --transform-translate-y: 1.5rem !important
  }

  .lg\:translate-y-7 {
    --transform-translate-y: 1.8rem !important
  }

  .lg\:translate-y-8 {
    --transform-translate-y: 2rem !important
  }

  .lg\:translate-y-9 {
    --transform-translate-y: 2.4rem !important
  }

  .lg\:translate-y-10 {
    --transform-translate-y: 2.5rem !important
  }

  .lg\:translate-y-11 {
    --transform-translate-y: 2.6rem !important
  }

  .lg\:translate-y-12 {
    --transform-translate-y: 3rem !important
  }

  .lg\:translate-y-14 {
    --transform-translate-y: 3.6rem !important
  }

  .lg\:translate-y-15 {
    --transform-translate-y: 3.8rem !important
  }

  .lg\:translate-y-16 {
    --transform-translate-y: 4rem !important
  }

  .lg\:translate-y-18 {
    --transform-translate-y: 4.5rem !important
  }

  .lg\:translate-y-20 {
    --transform-translate-y: 5rem !important
  }

  .lg\:translate-y-21 {
    --transform-translate-y: 5.3rem !important
  }

  .lg\:translate-y-22 {
    --transform-translate-y: 5.7rem !important
  }

  .lg\:translate-y-24 {
    --transform-translate-y: 6rem !important
  }

  .lg\:translate-y-28 {
    --transform-translate-y: 7rem !important
  }

  .lg\:translate-y-30 {
    --transform-translate-y: 7.6rem !important
  }

  .lg\:translate-y-32 {
    --transform-translate-y: 8rem !important
  }

  .lg\:translate-y-36 {
    --transform-translate-y: 9.1rem !important
  }

  .lg\:translate-y-40 {
    --transform-translate-y: 10rem !important
  }

  .lg\:translate-y-46 {
    --transform-translate-y: 11.7rem !important
  }

  .lg\:translate-y-48 {
    --transform-translate-y: 12rem !important
  }

  .lg\:translate-y-56 {
    --transform-translate-y: 14rem !important
  }

  .lg\:translate-y-58 {
    --transform-translate-y: 14.7rem !important
  }

  .lg\:translate-y-62 {
    --transform-translate-y: 15.7rem !important
  }

  .lg\:translate-y-64 {
    --transform-translate-y: 16rem !important
  }

  .lg\:translate-y-69 {
    --transform-translate-y: 17.1rem !important
  }

  .lg\:translate-y-71 {
    --transform-translate-y: 17.9rem !important
  }

  .lg\:translate-y-72 {
    --transform-translate-y: 18.1rem !important
  }

  .lg\:translate-y-80 {
    --transform-translate-y: 20rem !important
  }

  .lg\:translate-y-100 {
    --transform-translate-y: 25rem !important
  }

  .lg\:translate-y-112 {
    --transform-translate-y: 28rem !important
  }

  .lg\:translate-y-128 {
    --transform-translate-y: 32rem !important
  }

  .lg\:translate-y-143 {
    --transform-translate-y: 35.9rem !important
  }

  .lg\:translate-y-149 {
    --transform-translate-y: 37.4rem !important
  }

  .lg\:translate-y-240 {
    --transform-translate-y: 60rem !important
  }

  .lg\:translate-y-280 {
    --transform-translate-y: 70rem !important
  }

  .lg\:translate-y-291 {
    --transform-translate-y: 72.9rem !important
  }

  .lg\:translate-y-316 {
    --transform-translate-y: 79rem !important
  }

  .lg\:translate-y-px {
    --transform-translate-y: 1px !important
  }

  .lg\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important
  }

  .lg\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important
  }

  .lg\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important
  }

  .lg\:-translate-y-4 {
    --transform-translate-y: -1rem !important
  }

  .lg\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important
  }

  .lg\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important
  }

  .lg\:-translate-y-7 {
    --transform-translate-y: -1.8rem !important
  }

  .lg\:-translate-y-8 {
    --transform-translate-y: -2rem !important
  }

  .lg\:-translate-y-9 {
    --transform-translate-y: -2.4rem !important
  }

  .lg\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important
  }

  .lg\:-translate-y-11 {
    --transform-translate-y: -2.6rem !important
  }

  .lg\:-translate-y-12 {
    --transform-translate-y: -3rem !important
  }

  .lg\:-translate-y-14 {
    --transform-translate-y: -3.6rem !important
  }

  .lg\:-translate-y-15 {
    --transform-translate-y: -3.8rem !important
  }

  .lg\:-translate-y-16 {
    --transform-translate-y: -4rem !important
  }

  .lg\:-translate-y-18 {
    --transform-translate-y: -4.5rem !important
  }

  .lg\:-translate-y-20 {
    --transform-translate-y: -5rem !important
  }

  .lg\:-translate-y-21 {
    --transform-translate-y: -5.3rem !important
  }

  .lg\:-translate-y-22 {
    --transform-translate-y: -5.7rem !important
  }

  .lg\:-translate-y-24 {
    --transform-translate-y: -6rem !important
  }

  .lg\:-translate-y-28 {
    --transform-translate-y: -7rem !important
  }

  .lg\:-translate-y-30 {
    --transform-translate-y: -7.6rem !important
  }

  .lg\:-translate-y-32 {
    --transform-translate-y: -8rem !important
  }

  .lg\:-translate-y-36 {
    --transform-translate-y: -9.1rem !important
  }

  .lg\:-translate-y-40 {
    --transform-translate-y: -10rem !important
  }

  .lg\:-translate-y-46 {
    --transform-translate-y: -11.7rem !important
  }

  .lg\:-translate-y-48 {
    --transform-translate-y: -12rem !important
  }

  .lg\:-translate-y-56 {
    --transform-translate-y: -14rem !important
  }

  .lg\:-translate-y-58 {
    --transform-translate-y: -14.7rem !important
  }

  .lg\:-translate-y-62 {
    --transform-translate-y: -15.7rem !important
  }

  .lg\:-translate-y-64 {
    --transform-translate-y: -16rem !important
  }

  .lg\:-translate-y-69 {
    --transform-translate-y: -17.1rem !important
  }

  .lg\:-translate-y-71 {
    --transform-translate-y: -17.9rem !important
  }

  .lg\:-translate-y-72 {
    --transform-translate-y: -18.1rem !important
  }

  .lg\:-translate-y-80 {
    --transform-translate-y: -20rem !important
  }

  .lg\:-translate-y-100 {
    --transform-translate-y: -25rem !important
  }

  .lg\:-translate-y-112 {
    --transform-translate-y: -28rem !important
  }

  .lg\:-translate-y-128 {
    --transform-translate-y: -32rem !important
  }

  .lg\:-translate-y-143 {
    --transform-translate-y: -35.9rem !important
  }

  .lg\:-translate-y-149 {
    --transform-translate-y: -37.4rem !important
  }

  .lg\:-translate-y-240 {
    --transform-translate-y: -60rem !important
  }

  .lg\:-translate-y-280 {
    --transform-translate-y: -70rem !important
  }

  .lg\:-translate-y-291 {
    --transform-translate-y: -72.9rem !important
  }

  .lg\:-translate-y-316 {
    --transform-translate-y: -79rem !important
  }

  .lg\:-translate-y-px {
    --transform-translate-y: -1px !important
  }

  .lg\:-translate-y-full {
    --transform-translate-y: -100% !important
  }

  .lg\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important
  }

  .lg\:translate-y-1\/2 {
    --transform-translate-y: 50% !important
  }

  .lg\:translate-y-full {
    --transform-translate-y: 100% !important
  }

  .lg\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important
  }

  .lg\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important
  }

  .lg\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important
  }

  .lg\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important
  }

  .lg\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important
  }

  .lg\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important
  }

  .lg\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important
  }

  .lg\:hover\:translate-x-7:hover {
    --transform-translate-x: 1.8rem !important
  }

  .lg\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important
  }

  .lg\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.4rem !important
  }

  .lg\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important
  }

  .lg\:hover\:translate-x-11:hover {
    --transform-translate-x: 2.6rem !important
  }

  .lg\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important
  }

  .lg\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.6rem !important
  }

  .lg\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.8rem !important
  }

  .lg\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important
  }

  .lg\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem !important
  }

  .lg\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important
  }

  .lg\:hover\:translate-x-21:hover {
    --transform-translate-x: 5.3rem !important
  }

  .lg\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.7rem !important
  }

  .lg\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important
  }

  .lg\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem !important
  }

  .lg\:hover\:translate-x-30:hover {
    --transform-translate-x: 7.6rem !important
  }

  .lg\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important
  }

  .lg\:hover\:translate-x-36:hover {
    --transform-translate-x: 9.1rem !important
  }

  .lg\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important
  }

  .lg\:hover\:translate-x-46:hover {
    --transform-translate-x: 11.7rem !important
  }

  .lg\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important
  }

  .lg\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important
  }

  .lg\:hover\:translate-x-58:hover {
    --transform-translate-x: 14.7rem !important
  }

  .lg\:hover\:translate-x-62:hover {
    --transform-translate-x: 15.7rem !important
  }

  .lg\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important
  }

  .lg\:hover\:translate-x-69:hover {
    --transform-translate-x: 17.1rem !important
  }

  .lg\:hover\:translate-x-71:hover {
    --transform-translate-x: 17.9rem !important
  }

  .lg\:hover\:translate-x-72:hover {
    --transform-translate-x: 18.1rem !important
  }

  .lg\:hover\:translate-x-80:hover {
    --transform-translate-x: 20rem !important
  }

  .lg\:hover\:translate-x-100:hover {
    --transform-translate-x: 25rem !important
  }

  .lg\:hover\:translate-x-112:hover {
    --transform-translate-x: 28rem !important
  }

  .lg\:hover\:translate-x-128:hover {
    --transform-translate-x: 32rem !important
  }

  .lg\:hover\:translate-x-143:hover {
    --transform-translate-x: 35.9rem !important
  }

  .lg\:hover\:translate-x-149:hover {
    --transform-translate-x: 37.4rem !important
  }

  .lg\:hover\:translate-x-240:hover {
    --transform-translate-x: 60rem !important
  }

  .lg\:hover\:translate-x-280:hover {
    --transform-translate-x: 70rem !important
  }

  .lg\:hover\:translate-x-291:hover {
    --transform-translate-x: 72.9rem !important
  }

  .lg\:hover\:translate-x-316:hover {
    --transform-translate-x: 79rem !important
  }

  .lg\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important
  }

  .lg\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important
  }

  .lg\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important
  }

  .lg\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important
  }

  .lg\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important
  }

  .lg\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important
  }

  .lg\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important
  }

  .lg\:hover\:-translate-x-7:hover {
    --transform-translate-x: -1.8rem !important
  }

  .lg\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important
  }

  .lg\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.4rem !important
  }

  .lg\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important
  }

  .lg\:hover\:-translate-x-11:hover {
    --transform-translate-x: -2.6rem !important
  }

  .lg\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important
  }

  .lg\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.6rem !important
  }

  .lg\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.8rem !important
  }

  .lg\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important
  }

  .lg\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem !important
  }

  .lg\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important
  }

  .lg\:hover\:-translate-x-21:hover {
    --transform-translate-x: -5.3rem !important
  }

  .lg\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.7rem !important
  }

  .lg\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important
  }

  .lg\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem !important
  }

  .lg\:hover\:-translate-x-30:hover {
    --transform-translate-x: -7.6rem !important
  }

  .lg\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important
  }

  .lg\:hover\:-translate-x-36:hover {
    --transform-translate-x: -9.1rem !important
  }

  .lg\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important
  }

  .lg\:hover\:-translate-x-46:hover {
    --transform-translate-x: -11.7rem !important
  }

  .lg\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important
  }

  .lg\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important
  }

  .lg\:hover\:-translate-x-58:hover {
    --transform-translate-x: -14.7rem !important
  }

  .lg\:hover\:-translate-x-62:hover {
    --transform-translate-x: -15.7rem !important
  }

  .lg\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important
  }

  .lg\:hover\:-translate-x-69:hover {
    --transform-translate-x: -17.1rem !important
  }

  .lg\:hover\:-translate-x-71:hover {
    --transform-translate-x: -17.9rem !important
  }

  .lg\:hover\:-translate-x-72:hover {
    --transform-translate-x: -18.1rem !important
  }

  .lg\:hover\:-translate-x-80:hover {
    --transform-translate-x: -20rem !important
  }

  .lg\:hover\:-translate-x-100:hover {
    --transform-translate-x: -25rem !important
  }

  .lg\:hover\:-translate-x-112:hover {
    --transform-translate-x: -28rem !important
  }

  .lg\:hover\:-translate-x-128:hover {
    --transform-translate-x: -32rem !important
  }

  .lg\:hover\:-translate-x-143:hover {
    --transform-translate-x: -35.9rem !important
  }

  .lg\:hover\:-translate-x-149:hover {
    --transform-translate-x: -37.4rem !important
  }

  .lg\:hover\:-translate-x-240:hover {
    --transform-translate-x: -60rem !important
  }

  .lg\:hover\:-translate-x-280:hover {
    --transform-translate-x: -70rem !important
  }

  .lg\:hover\:-translate-x-291:hover {
    --transform-translate-x: -72.9rem !important
  }

  .lg\:hover\:-translate-x-316:hover {
    --transform-translate-x: -79rem !important
  }

  .lg\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important
  }

  .lg\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important
  }

  .lg\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important
  }

  .lg\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important
  }

  .lg\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important
  }

  .lg\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important
  }

  .lg\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important
  }

  .lg\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important
  }

  .lg\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important
  }

  .lg\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important
  }

  .lg\:hover\:translate-y-7:hover {
    --transform-translate-y: 1.8rem !important
  }

  .lg\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important
  }

  .lg\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.4rem !important
  }

  .lg\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important
  }

  .lg\:hover\:translate-y-11:hover {
    --transform-translate-y: 2.6rem !important
  }

  .lg\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important
  }

  .lg\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.6rem !important
  }

  .lg\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.8rem !important
  }

  .lg\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important
  }

  .lg\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem !important
  }

  .lg\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important
  }

  .lg\:hover\:translate-y-21:hover {
    --transform-translate-y: 5.3rem !important
  }

  .lg\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.7rem !important
  }

  .lg\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important
  }

  .lg\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem !important
  }

  .lg\:hover\:translate-y-30:hover {
    --transform-translate-y: 7.6rem !important
  }

  .lg\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important
  }

  .lg\:hover\:translate-y-36:hover {
    --transform-translate-y: 9.1rem !important
  }

  .lg\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important
  }

  .lg\:hover\:translate-y-46:hover {
    --transform-translate-y: 11.7rem !important
  }

  .lg\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important
  }

  .lg\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important
  }

  .lg\:hover\:translate-y-58:hover {
    --transform-translate-y: 14.7rem !important
  }

  .lg\:hover\:translate-y-62:hover {
    --transform-translate-y: 15.7rem !important
  }

  .lg\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important
  }

  .lg\:hover\:translate-y-69:hover {
    --transform-translate-y: 17.1rem !important
  }

  .lg\:hover\:translate-y-71:hover {
    --transform-translate-y: 17.9rem !important
  }

  .lg\:hover\:translate-y-72:hover {
    --transform-translate-y: 18.1rem !important
  }

  .lg\:hover\:translate-y-80:hover {
    --transform-translate-y: 20rem !important
  }

  .lg\:hover\:translate-y-100:hover {
    --transform-translate-y: 25rem !important
  }

  .lg\:hover\:translate-y-112:hover {
    --transform-translate-y: 28rem !important
  }

  .lg\:hover\:translate-y-128:hover {
    --transform-translate-y: 32rem !important
  }

  .lg\:hover\:translate-y-143:hover {
    --transform-translate-y: 35.9rem !important
  }

  .lg\:hover\:translate-y-149:hover {
    --transform-translate-y: 37.4rem !important
  }

  .lg\:hover\:translate-y-240:hover {
    --transform-translate-y: 60rem !important
  }

  .lg\:hover\:translate-y-280:hover {
    --transform-translate-y: 70rem !important
  }

  .lg\:hover\:translate-y-291:hover {
    --transform-translate-y: 72.9rem !important
  }

  .lg\:hover\:translate-y-316:hover {
    --transform-translate-y: 79rem !important
  }

  .lg\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important
  }

  .lg\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important
  }

  .lg\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important
  }

  .lg\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important
  }

  .lg\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important
  }

  .lg\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important
  }

  .lg\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important
  }

  .lg\:hover\:-translate-y-7:hover {
    --transform-translate-y: -1.8rem !important
  }

  .lg\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important
  }

  .lg\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.4rem !important
  }

  .lg\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important
  }

  .lg\:hover\:-translate-y-11:hover {
    --transform-translate-y: -2.6rem !important
  }

  .lg\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important
  }

  .lg\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.6rem !important
  }

  .lg\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.8rem !important
  }

  .lg\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important
  }

  .lg\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem !important
  }

  .lg\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important
  }

  .lg\:hover\:-translate-y-21:hover {
    --transform-translate-y: -5.3rem !important
  }

  .lg\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.7rem !important
  }

  .lg\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important
  }

  .lg\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem !important
  }

  .lg\:hover\:-translate-y-30:hover {
    --transform-translate-y: -7.6rem !important
  }

  .lg\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important
  }

  .lg\:hover\:-translate-y-36:hover {
    --transform-translate-y: -9.1rem !important
  }

  .lg\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important
  }

  .lg\:hover\:-translate-y-46:hover {
    --transform-translate-y: -11.7rem !important
  }

  .lg\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important
  }

  .lg\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important
  }

  .lg\:hover\:-translate-y-58:hover {
    --transform-translate-y: -14.7rem !important
  }

  .lg\:hover\:-translate-y-62:hover {
    --transform-translate-y: -15.7rem !important
  }

  .lg\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important
  }

  .lg\:hover\:-translate-y-69:hover {
    --transform-translate-y: -17.1rem !important
  }

  .lg\:hover\:-translate-y-71:hover {
    --transform-translate-y: -17.9rem !important
  }

  .lg\:hover\:-translate-y-72:hover {
    --transform-translate-y: -18.1rem !important
  }

  .lg\:hover\:-translate-y-80:hover {
    --transform-translate-y: -20rem !important
  }

  .lg\:hover\:-translate-y-100:hover {
    --transform-translate-y: -25rem !important
  }

  .lg\:hover\:-translate-y-112:hover {
    --transform-translate-y: -28rem !important
  }

  .lg\:hover\:-translate-y-128:hover {
    --transform-translate-y: -32rem !important
  }

  .lg\:hover\:-translate-y-143:hover {
    --transform-translate-y: -35.9rem !important
  }

  .lg\:hover\:-translate-y-149:hover {
    --transform-translate-y: -37.4rem !important
  }

  .lg\:hover\:-translate-y-240:hover {
    --transform-translate-y: -60rem !important
  }

  .lg\:hover\:-translate-y-280:hover {
    --transform-translate-y: -70rem !important
  }

  .lg\:hover\:-translate-y-291:hover {
    --transform-translate-y: -72.9rem !important
  }

  .lg\:hover\:-translate-y-316:hover {
    --transform-translate-y: -79rem !important
  }

  .lg\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important
  }

  .lg\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important
  }

  .lg\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important
  }

  .lg\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important
  }

  .lg\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important
  }

  .lg\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important
  }

  .lg\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important
  }

  .lg\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important
  }

  .lg\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important
  }

  .lg\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important
  }

  .lg\:focus\:translate-x-7:focus {
    --transform-translate-x: 1.8rem !important
  }

  .lg\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important
  }

  .lg\:focus\:translate-x-9:focus {
    --transform-translate-x: 2.4rem !important
  }

  .lg\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important
  }

  .lg\:focus\:translate-x-11:focus {
    --transform-translate-x: 2.6rem !important
  }

  .lg\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important
  }

  .lg\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.6rem !important
  }

  .lg\:focus\:translate-x-15:focus {
    --transform-translate-x: 3.8rem !important
  }

  .lg\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important
  }

  .lg\:focus\:translate-x-18:focus {
    --transform-translate-x: 4.5rem !important
  }

  .lg\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important
  }

  .lg\:focus\:translate-x-21:focus {
    --transform-translate-x: 5.3rem !important
  }

  .lg\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.7rem !important
  }

  .lg\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important
  }

  .lg\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem !important
  }

  .lg\:focus\:translate-x-30:focus {
    --transform-translate-x: 7.6rem !important
  }

  .lg\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important
  }

  .lg\:focus\:translate-x-36:focus {
    --transform-translate-x: 9.1rem !important
  }

  .lg\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important
  }

  .lg\:focus\:translate-x-46:focus {
    --transform-translate-x: 11.7rem !important
  }

  .lg\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important
  }

  .lg\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important
  }

  .lg\:focus\:translate-x-58:focus {
    --transform-translate-x: 14.7rem !important
  }

  .lg\:focus\:translate-x-62:focus {
    --transform-translate-x: 15.7rem !important
  }

  .lg\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important
  }

  .lg\:focus\:translate-x-69:focus {
    --transform-translate-x: 17.1rem !important
  }

  .lg\:focus\:translate-x-71:focus {
    --transform-translate-x: 17.9rem !important
  }

  .lg\:focus\:translate-x-72:focus {
    --transform-translate-x: 18.1rem !important
  }

  .lg\:focus\:translate-x-80:focus {
    --transform-translate-x: 20rem !important
  }

  .lg\:focus\:translate-x-100:focus {
    --transform-translate-x: 25rem !important
  }

  .lg\:focus\:translate-x-112:focus {
    --transform-translate-x: 28rem !important
  }

  .lg\:focus\:translate-x-128:focus {
    --transform-translate-x: 32rem !important
  }

  .lg\:focus\:translate-x-143:focus {
    --transform-translate-x: 35.9rem !important
  }

  .lg\:focus\:translate-x-149:focus {
    --transform-translate-x: 37.4rem !important
  }

  .lg\:focus\:translate-x-240:focus {
    --transform-translate-x: 60rem !important
  }

  .lg\:focus\:translate-x-280:focus {
    --transform-translate-x: 70rem !important
  }

  .lg\:focus\:translate-x-291:focus {
    --transform-translate-x: 72.9rem !important
  }

  .lg\:focus\:translate-x-316:focus {
    --transform-translate-x: 79rem !important
  }

  .lg\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important
  }

  .lg\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important
  }

  .lg\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important
  }

  .lg\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important
  }

  .lg\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important
  }

  .lg\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important
  }

  .lg\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important
  }

  .lg\:focus\:-translate-x-7:focus {
    --transform-translate-x: -1.8rem !important
  }

  .lg\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important
  }

  .lg\:focus\:-translate-x-9:focus {
    --transform-translate-x: -2.4rem !important
  }

  .lg\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important
  }

  .lg\:focus\:-translate-x-11:focus {
    --transform-translate-x: -2.6rem !important
  }

  .lg\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important
  }

  .lg\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.6rem !important
  }

  .lg\:focus\:-translate-x-15:focus {
    --transform-translate-x: -3.8rem !important
  }

  .lg\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important
  }

  .lg\:focus\:-translate-x-18:focus {
    --transform-translate-x: -4.5rem !important
  }

  .lg\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important
  }

  .lg\:focus\:-translate-x-21:focus {
    --transform-translate-x: -5.3rem !important
  }

  .lg\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.7rem !important
  }

  .lg\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important
  }

  .lg\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem !important
  }

  .lg\:focus\:-translate-x-30:focus {
    --transform-translate-x: -7.6rem !important
  }

  .lg\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important
  }

  .lg\:focus\:-translate-x-36:focus {
    --transform-translate-x: -9.1rem !important
  }

  .lg\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important
  }

  .lg\:focus\:-translate-x-46:focus {
    --transform-translate-x: -11.7rem !important
  }

  .lg\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important
  }

  .lg\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important
  }

  .lg\:focus\:-translate-x-58:focus {
    --transform-translate-x: -14.7rem !important
  }

  .lg\:focus\:-translate-x-62:focus {
    --transform-translate-x: -15.7rem !important
  }

  .lg\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important
  }

  .lg\:focus\:-translate-x-69:focus {
    --transform-translate-x: -17.1rem !important
  }

  .lg\:focus\:-translate-x-71:focus {
    --transform-translate-x: -17.9rem !important
  }

  .lg\:focus\:-translate-x-72:focus {
    --transform-translate-x: -18.1rem !important
  }

  .lg\:focus\:-translate-x-80:focus {
    --transform-translate-x: -20rem !important
  }

  .lg\:focus\:-translate-x-100:focus {
    --transform-translate-x: -25rem !important
  }

  .lg\:focus\:-translate-x-112:focus {
    --transform-translate-x: -28rem !important
  }

  .lg\:focus\:-translate-x-128:focus {
    --transform-translate-x: -32rem !important
  }

  .lg\:focus\:-translate-x-143:focus {
    --transform-translate-x: -35.9rem !important
  }

  .lg\:focus\:-translate-x-149:focus {
    --transform-translate-x: -37.4rem !important
  }

  .lg\:focus\:-translate-x-240:focus {
    --transform-translate-x: -60rem !important
  }

  .lg\:focus\:-translate-x-280:focus {
    --transform-translate-x: -70rem !important
  }

  .lg\:focus\:-translate-x-291:focus {
    --transform-translate-x: -72.9rem !important
  }

  .lg\:focus\:-translate-x-316:focus {
    --transform-translate-x: -79rem !important
  }

  .lg\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important
  }

  .lg\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important
  }

  .lg\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important
  }

  .lg\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important
  }

  .lg\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important
  }

  .lg\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important
  }

  .lg\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important
  }

  .lg\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important
  }

  .lg\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important
  }

  .lg\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important
  }

  .lg\:focus\:translate-y-7:focus {
    --transform-translate-y: 1.8rem !important
  }

  .lg\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important
  }

  .lg\:focus\:translate-y-9:focus {
    --transform-translate-y: 2.4rem !important
  }

  .lg\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important
  }

  .lg\:focus\:translate-y-11:focus {
    --transform-translate-y: 2.6rem !important
  }

  .lg\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important
  }

  .lg\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.6rem !important
  }

  .lg\:focus\:translate-y-15:focus {
    --transform-translate-y: 3.8rem !important
  }

  .lg\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important
  }

  .lg\:focus\:translate-y-18:focus {
    --transform-translate-y: 4.5rem !important
  }

  .lg\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important
  }

  .lg\:focus\:translate-y-21:focus {
    --transform-translate-y: 5.3rem !important
  }

  .lg\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.7rem !important
  }

  .lg\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important
  }

  .lg\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem !important
  }

  .lg\:focus\:translate-y-30:focus {
    --transform-translate-y: 7.6rem !important
  }

  .lg\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important
  }

  .lg\:focus\:translate-y-36:focus {
    --transform-translate-y: 9.1rem !important
  }

  .lg\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important
  }

  .lg\:focus\:translate-y-46:focus {
    --transform-translate-y: 11.7rem !important
  }

  .lg\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important
  }

  .lg\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important
  }

  .lg\:focus\:translate-y-58:focus {
    --transform-translate-y: 14.7rem !important
  }

  .lg\:focus\:translate-y-62:focus {
    --transform-translate-y: 15.7rem !important
  }

  .lg\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important
  }

  .lg\:focus\:translate-y-69:focus {
    --transform-translate-y: 17.1rem !important
  }

  .lg\:focus\:translate-y-71:focus {
    --transform-translate-y: 17.9rem !important
  }

  .lg\:focus\:translate-y-72:focus {
    --transform-translate-y: 18.1rem !important
  }

  .lg\:focus\:translate-y-80:focus {
    --transform-translate-y: 20rem !important
  }

  .lg\:focus\:translate-y-100:focus {
    --transform-translate-y: 25rem !important
  }

  .lg\:focus\:translate-y-112:focus {
    --transform-translate-y: 28rem !important
  }

  .lg\:focus\:translate-y-128:focus {
    --transform-translate-y: 32rem !important
  }

  .lg\:focus\:translate-y-143:focus {
    --transform-translate-y: 35.9rem !important
  }

  .lg\:focus\:translate-y-149:focus {
    --transform-translate-y: 37.4rem !important
  }

  .lg\:focus\:translate-y-240:focus {
    --transform-translate-y: 60rem !important
  }

  .lg\:focus\:translate-y-280:focus {
    --transform-translate-y: 70rem !important
  }

  .lg\:focus\:translate-y-291:focus {
    --transform-translate-y: 72.9rem !important
  }

  .lg\:focus\:translate-y-316:focus {
    --transform-translate-y: 79rem !important
  }

  .lg\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important
  }

  .lg\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important
  }

  .lg\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important
  }

  .lg\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important
  }

  .lg\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important
  }

  .lg\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important
  }

  .lg\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important
  }

  .lg\:focus\:-translate-y-7:focus {
    --transform-translate-y: -1.8rem !important
  }

  .lg\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important
  }

  .lg\:focus\:-translate-y-9:focus {
    --transform-translate-y: -2.4rem !important
  }

  .lg\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important
  }

  .lg\:focus\:-translate-y-11:focus {
    --transform-translate-y: -2.6rem !important
  }

  .lg\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important
  }

  .lg\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.6rem !important
  }

  .lg\:focus\:-translate-y-15:focus {
    --transform-translate-y: -3.8rem !important
  }

  .lg\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important
  }

  .lg\:focus\:-translate-y-18:focus {
    --transform-translate-y: -4.5rem !important
  }

  .lg\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important
  }

  .lg\:focus\:-translate-y-21:focus {
    --transform-translate-y: -5.3rem !important
  }

  .lg\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.7rem !important
  }

  .lg\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important
  }

  .lg\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem !important
  }

  .lg\:focus\:-translate-y-30:focus {
    --transform-translate-y: -7.6rem !important
  }

  .lg\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important
  }

  .lg\:focus\:-translate-y-36:focus {
    --transform-translate-y: -9.1rem !important
  }

  .lg\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important
  }

  .lg\:focus\:-translate-y-46:focus {
    --transform-translate-y: -11.7rem !important
  }

  .lg\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important
  }

  .lg\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important
  }

  .lg\:focus\:-translate-y-58:focus {
    --transform-translate-y: -14.7rem !important
  }

  .lg\:focus\:-translate-y-62:focus {
    --transform-translate-y: -15.7rem !important
  }

  .lg\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important
  }

  .lg\:focus\:-translate-y-69:focus {
    --transform-translate-y: -17.1rem !important
  }

  .lg\:focus\:-translate-y-71:focus {
    --transform-translate-y: -17.9rem !important
  }

  .lg\:focus\:-translate-y-72:focus {
    --transform-translate-y: -18.1rem !important
  }

  .lg\:focus\:-translate-y-80:focus {
    --transform-translate-y: -20rem !important
  }

  .lg\:focus\:-translate-y-100:focus {
    --transform-translate-y: -25rem !important
  }

  .lg\:focus\:-translate-y-112:focus {
    --transform-translate-y: -28rem !important
  }

  .lg\:focus\:-translate-y-128:focus {
    --transform-translate-y: -32rem !important
  }

  .lg\:focus\:-translate-y-143:focus {
    --transform-translate-y: -35.9rem !important
  }

  .lg\:focus\:-translate-y-149:focus {
    --transform-translate-y: -37.4rem !important
  }

  .lg\:focus\:-translate-y-240:focus {
    --transform-translate-y: -60rem !important
  }

  .lg\:focus\:-translate-y-280:focus {
    --transform-translate-y: -70rem !important
  }

  .lg\:focus\:-translate-y-291:focus {
    --transform-translate-y: -72.9rem !important
  }

  .lg\:focus\:-translate-y-316:focus {
    --transform-translate-y: -79rem !important
  }

  .lg\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important
  }

  .lg\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important
  }

  .lg\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important
  }

  .lg\:skew-x-0 {
    --transform-skew-x: 0 !important
  }

  .lg\:skew-x-3 {
    --transform-skew-x: 3deg !important
  }

  .lg\:skew-x-6 {
    --transform-skew-x: 6deg !important
  }

  .lg\:skew-x-12 {
    --transform-skew-x: 12deg !important
  }

  .lg\:-skew-x-12 {
    --transform-skew-x: -12deg !important
  }

  .lg\:-skew-x-6 {
    --transform-skew-x: -6deg !important
  }

  .lg\:-skew-x-3 {
    --transform-skew-x: -3deg !important
  }

  .lg\:skew-y-0 {
    --transform-skew-y: 0 !important
  }

  .lg\:skew-y-3 {
    --transform-skew-y: 3deg !important
  }

  .lg\:skew-y-6 {
    --transform-skew-y: 6deg !important
  }

  .lg\:skew-y-12 {
    --transform-skew-y: 12deg !important
  }

  .lg\:-skew-y-12 {
    --transform-skew-y: -12deg !important
  }

  .lg\:-skew-y-6 {
    --transform-skew-y: -6deg !important
  }

  .lg\:-skew-y-3 {
    --transform-skew-y: -3deg !important
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em !important
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em !important
  }

  .lg\:tracking-normal {
    letter-spacing: 0 !important
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em !important
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em !important
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em !important
  }

  .lg\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em !important
  }

  .lg\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em !important
  }

  .lg\:hover\:tracking-normal:hover {
    letter-spacing: 0 !important
  }

  .lg\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em !important
  }

  .lg\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em !important
  }

  .lg\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em !important
  }

  .lg\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em !important
  }

  .lg\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em !important
  }

  .lg\:focus\:tracking-normal:focus {
    letter-spacing: 0 !important
  }

  .lg\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em !important
  }

  .lg\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em !important
  }

  .lg\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em !important
  }

  .lg\:col-0 {
    grid-column: 0 !important
  }

  .lg\:col-1 {
    grid-column: 0.25rem !important
  }

  .lg\:col-2 {
    grid-column: 0.5rem !important
  }

  .lg\:col-3 {
    grid-column: 0.75rem !important
  }

  .lg\:col-4 {
    -ms-grid-column: 1 !important;
    grid-column: 1rem !important
  }

  .lg\:col-5 {
    -ms-grid-column: 1 !important;
    grid-column: 1.25rem !important
  }

  .lg\:col-6 {
    -ms-grid-column: 1 !important;
    grid-column: 1.5rem !important
  }

  .lg\:col-7 {
    -ms-grid-column: 1 !important;
    grid-column: 1.8rem !important
  }

  .lg\:col-8 {
    -ms-grid-column: 2 !important;
    grid-column: 2rem !important
  }

  .lg\:col-9 {
    -ms-grid-column: 2 !important;
    grid-column: 2.4rem !important
  }

  .lg\:col-10 {
    -ms-grid-column: 2 !important;
    grid-column: 2.5rem !important
  }

  .lg\:col-11 {
    -ms-grid-column: 2 !important;
    grid-column: 2.6rem !important
  }

  .lg\:col-12 {
    -ms-grid-column: 3 !important;
    grid-column: 3rem !important
  }

  .lg\:col-14 {
    -ms-grid-column: 3 !important;
    grid-column: 3.6rem !important
  }

  .lg\:col-15 {
    -ms-grid-column: 3 !important;
    grid-column: 3.8rem !important
  }

  .lg\:col-16 {
    -ms-grid-column: 4 !important;
    grid-column: 4rem !important
  }

  .lg\:col-18 {
    -ms-grid-column: 4 !important;
    grid-column: 4.5rem !important
  }

  .lg\:col-20 {
    -ms-grid-column: 5 !important;
    grid-column: 5rem !important
  }

  .lg\:col-21 {
    -ms-grid-column: 5 !important;
    grid-column: 5.3rem !important
  }

  .lg\:col-22 {
    -ms-grid-column: 5 !important;
    grid-column: 5.7rem !important
  }

  .lg\:col-24 {
    -ms-grid-column: 6 !important;
    grid-column: 6rem !important
  }

  .lg\:col-28 {
    -ms-grid-column: 7 !important;
    grid-column: 7rem !important
  }

  .lg\:col-30 {
    -ms-grid-column: 7 !important;
    grid-column: 7.6rem !important
  }

  .lg\:col-32 {
    -ms-grid-column: 8 !important;
    grid-column: 8rem !important
  }

  .lg\:col-36 {
    -ms-grid-column: 9 !important;
    grid-column: 9.1rem !important
  }

  .lg\:col-40 {
    -ms-grid-column: 10 !important;
    grid-column: 10rem !important
  }

  .lg\:col-46 {
    -ms-grid-column: 11 !important;
    grid-column: 11.7rem !important
  }

  .lg\:col-48 {
    -ms-grid-column: 12 !important;
    grid-column: 12rem !important
  }

  .lg\:col-56 {
    -ms-grid-column: 14 !important;
    grid-column: 14rem !important
  }

  .lg\:col-58 {
    -ms-grid-column: 14 !important;
    grid-column: 14.7rem !important
  }

  .lg\:col-62 {
    -ms-grid-column: 15 !important;
    grid-column: 15.7rem !important
  }

  .lg\:col-64 {
    -ms-grid-column: 16 !important;
    grid-column: 16rem !important
  }

  .lg\:col-69 {
    -ms-grid-column: 17 !important;
    grid-column: 17.1rem !important
  }

  .lg\:col-71 {
    -ms-grid-column: 17 !important;
    grid-column: 17.9rem !important
  }

  .lg\:col-72 {
    -ms-grid-column: 18 !important;
    grid-column: 18.1rem !important
  }

  .lg\:col-80 {
    -ms-grid-column: 20 !important;
    grid-column: 20rem !important
  }

  .lg\:col-100 {
    -ms-grid-column: 25 !important;
    grid-column: 25rem !important
  }

  .lg\:col-112 {
    -ms-grid-column: 28 !important;
    grid-column: 28rem !important
  }

  .lg\:col-128 {
    -ms-grid-column: 32 !important;
    grid-column: 32rem !important
  }

  .lg\:col-143 {
    -ms-grid-column: 35 !important;
    grid-column: 35.9rem !important
  }

  .lg\:col-149 {
    -ms-grid-column: 37 !important;
    grid-column: 37.4rem !important
  }

  .lg\:col-240 {
    -ms-grid-column: 60 !important;
    grid-column: 60rem !important
  }

  .lg\:col-280 {
    -ms-grid-column: 70 !important;
    grid-column: 70rem !important
  }

  .lg\:col-291 {
    -ms-grid-column: 72 !important;
    grid-column: 72.9rem !important
  }

  .lg\:col-316 {
    -ms-grid-column: 79 !important;
    grid-column: 79rem !important
  }

  .lg\:col-span-16 {
    -ms-grid-column-span: 16 !important;
    grid-column: span 16 / span 16 !important
  }

  .lg\:col-px {
    -ms-grid-column: 1 !important;
    grid-column: 1px !important
  }

  .lg\:hover\:col-0:hover {
    grid-column: 0 !important
  }

  .lg\:hover\:col-1:hover {
    grid-column: 0.25rem !important
  }

  .lg\:hover\:col-2:hover {
    grid-column: 0.5rem !important
  }

  .lg\:hover\:col-3:hover {
    grid-column: 0.75rem !important
  }

  .lg\:hover\:col-4:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1rem !important
  }

  .lg\:hover\:col-5:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1.25rem !important
  }

  .lg\:hover\:col-6:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1.5rem !important
  }

  .lg\:hover\:col-7:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1.8rem !important
  }

  .lg\:hover\:col-8:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2rem !important
  }

  .lg\:hover\:col-9:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2.4rem !important
  }

  .lg\:hover\:col-10:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2.5rem !important
  }

  .lg\:hover\:col-11:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2.6rem !important
  }

  .lg\:hover\:col-12:hover {
    -ms-grid-column: 3 !important;
    grid-column: 3rem !important
  }

  .lg\:hover\:col-14:hover {
    -ms-grid-column: 3 !important;
    grid-column: 3.6rem !important
  }

  .lg\:hover\:col-15:hover {
    -ms-grid-column: 3 !important;
    grid-column: 3.8rem !important
  }

  .lg\:hover\:col-16:hover {
    -ms-grid-column: 4 !important;
    grid-column: 4rem !important
  }

  .lg\:hover\:col-18:hover {
    -ms-grid-column: 4 !important;
    grid-column: 4.5rem !important
  }

  .lg\:hover\:col-20:hover {
    -ms-grid-column: 5 !important;
    grid-column: 5rem !important
  }

  .lg\:hover\:col-21:hover {
    -ms-grid-column: 5 !important;
    grid-column: 5.3rem !important
  }

  .lg\:hover\:col-22:hover {
    -ms-grid-column: 5 !important;
    grid-column: 5.7rem !important
  }

  .lg\:hover\:col-24:hover {
    -ms-grid-column: 6 !important;
    grid-column: 6rem !important
  }

  .lg\:hover\:col-28:hover {
    -ms-grid-column: 7 !important;
    grid-column: 7rem !important
  }

  .lg\:hover\:col-30:hover {
    -ms-grid-column: 7 !important;
    grid-column: 7.6rem !important
  }

  .lg\:hover\:col-32:hover {
    -ms-grid-column: 8 !important;
    grid-column: 8rem !important
  }

  .lg\:hover\:col-36:hover {
    -ms-grid-column: 9 !important;
    grid-column: 9.1rem !important
  }

  .lg\:hover\:col-40:hover {
    -ms-grid-column: 10 !important;
    grid-column: 10rem !important
  }

  .lg\:hover\:col-46:hover {
    -ms-grid-column: 11 !important;
    grid-column: 11.7rem !important
  }

  .lg\:hover\:col-48:hover {
    -ms-grid-column: 12 !important;
    grid-column: 12rem !important
  }

  .lg\:hover\:col-56:hover {
    -ms-grid-column: 14 !important;
    grid-column: 14rem !important
  }

  .lg\:hover\:col-58:hover {
    -ms-grid-column: 14 !important;
    grid-column: 14.7rem !important
  }

  .lg\:hover\:col-62:hover {
    -ms-grid-column: 15 !important;
    grid-column: 15.7rem !important
  }

  .lg\:hover\:col-64:hover {
    -ms-grid-column: 16 !important;
    grid-column: 16rem !important
  }

  .lg\:hover\:col-69:hover {
    -ms-grid-column: 17 !important;
    grid-column: 17.1rem !important
  }

  .lg\:hover\:col-71:hover {
    -ms-grid-column: 17 !important;
    grid-column: 17.9rem !important
  }

  .lg\:hover\:col-72:hover {
    -ms-grid-column: 18 !important;
    grid-column: 18.1rem !important
  }

  .lg\:hover\:col-80:hover {
    -ms-grid-column: 20 !important;
    grid-column: 20rem !important
  }

  .lg\:hover\:col-100:hover {
    -ms-grid-column: 25 !important;
    grid-column: 25rem !important
  }

  .lg\:hover\:col-112:hover {
    -ms-grid-column: 28 !important;
    grid-column: 28rem !important
  }

  .lg\:hover\:col-128:hover {
    -ms-grid-column: 32 !important;
    grid-column: 32rem !important
  }

  .lg\:hover\:col-143:hover {
    -ms-grid-column: 35 !important;
    grid-column: 35.9rem !important
  }

  .lg\:hover\:col-149:hover {
    -ms-grid-column: 37 !important;
    grid-column: 37.4rem !important
  }

  .lg\:hover\:col-240:hover {
    -ms-grid-column: 60 !important;
    grid-column: 60rem !important
  }

  .lg\:hover\:col-280:hover {
    -ms-grid-column: 70 !important;
    grid-column: 70rem !important
  }

  .lg\:hover\:col-291:hover {
    -ms-grid-column: 72 !important;
    grid-column: 72.9rem !important
  }

  .lg\:hover\:col-316:hover {
    -ms-grid-column: 79 !important;
    grid-column: 79rem !important
  }

  .lg\:hover\:col-span-16:hover {
    -ms-grid-column-span: 16 !important;
    grid-column: span 16 / span 16 !important
  }

  .lg\:hover\:col-px:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1px !important
  }

  .lg\:col-start-13 {
    -ms-grid-column: 13 !important;
        grid-column-start: 13 !important
  }

  .lg\:col-start-14 {
    -ms-grid-column: 14 !important;
        grid-column-start: 14 !important
  }

  .lg\:col-start-15 {
    -ms-grid-column: 15 !important;
        grid-column-start: 15 !important
  }

  .lg\:col-start-16 {
    -ms-grid-column: 16 !important;
        grid-column-start: 16 !important
  }

  .lg\:col-start-17 {
    -ms-grid-column: 17 !important;
        grid-column-start: 17 !important
  }

  .lg\:hover\:col-start-13:hover {
    -ms-grid-column: 13 !important;
        grid-column-start: 13 !important
  }

  .lg\:hover\:col-start-14:hover {
    -ms-grid-column: 14 !important;
        grid-column-start: 14 !important
  }

  .lg\:hover\:col-start-15:hover {
    -ms-grid-column: 15 !important;
        grid-column-start: 15 !important
  }

  .lg\:hover\:col-start-16:hover {
    -ms-grid-column: 16 !important;
        grid-column-start: 16 !important
  }

  .lg\:hover\:col-start-17:hover {
    -ms-grid-column: 17 !important;
        grid-column-start: 17 !important
  }

  .lg\:col-end-13 {
    -ms-grid-column-span: 13 !important;
    grid-column-end: 13 !important
  }

  .lg\:col-end-14 {
    -ms-grid-column-span: 14 !important;
    grid-column-end: 14 !important
  }

  .lg\:col-end-15 {
    -ms-grid-column-span: 15 !important;
    grid-column-end: 15 !important
  }

  .lg\:col-end-16 {
    -ms-grid-column-span: 16 !important;
    grid-column-end: 16 !important
  }

  .lg\:col-end-17 {
    -ms-grid-column-span: 17 !important;
    grid-column-end: 17 !important
  }

  .lg\:hover\:col-end-13:hover {
    -ms-grid-column-span: 13 !important;
    grid-column-end: 13 !important
  }

  .lg\:hover\:col-end-14:hover {
    -ms-grid-column-span: 14 !important;
    grid-column-end: 14 !important
  }

  .lg\:hover\:col-end-15:hover {
    -ms-grid-column-span: 15 !important;
    grid-column-end: 15 !important
  }

  .lg\:hover\:col-end-16:hover {
    -ms-grid-column-span: 16 !important;
    grid-column-end: 16 !important
  }

  .lg\:hover\:col-end-17:hover {
    -ms-grid-column-span: 17 !important;
    grid-column-end: 17 !important
  }
}

@media (min-width: 1000px) {
  .xl\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important
  }

  .xl\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important
  }

  .xl\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important
  }

  .xl\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important
  }

  .xl\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
  }

  .xl\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important
  }

  .xl\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important
  }

  .xl\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important
  }

  .xl\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important
  }

  .xl\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important
  }

  .xl\:self-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
  }

  .xl\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important
  }

  .xl\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important
  }

  .xl\:self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
  }

  .xl\:self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
  }

  .xl\:bg-transparent {
    background-color: transparent !important
  }

  .xl\:bg-primary {
    background-color: #0A5988 !important
  }

  .xl\:bg-primary-light {
    background-color: #257DB2 !important
  }

  .xl\:bg-secondary {
    background-color: #8FC549 !important
  }

  .xl\:bg-primary-dark {
    background-color: #003D62 !important
  }

  .xl\:bg-tertiary {
    background-color: #EBF4FA !important
  }

  .xl\:bg-tertiary-light {
    background-color: #EBF4FA !important
  }

  .xl\:bg-tertiary-lightest {
    background-color: #EBF4FA !important
  }

  .xl\:bg-font-main {
    background-color: #443E37 !important
  }

  .xl\:bg-highlight {
    background-color: #E1962C !important
  }

  .xl\:bg-highlight-alt {
    background-color: #E1962C !important
  }

  .xl\:bg-accent {
    background-color: #DA511F !important
  }

  .xl\:bg-accent-alt {
    background-color: #DA511F !important
  }

  .xl\:bg-body-text {
    background-color: #443E37 !important
  }

  .xl\:bg-dividers {
    background-color: #C7BBAE !important
  }

  .xl\:bg-dividers-lighther {
    background-color: #f5f5f5 !important
  }

  .xl\:bg-dividers-light {
    background-color: #f7f7f7 !important
  }

  .xl\:bg-black {
    background-color: #000 !important
  }

  .xl\:bg-white {
    background-color: #fff !important
  }

  .xl\:bg-red-100 {
    background-color: #FFF5F5 !important
  }

  .xl\:bg-red-200 {
    background-color: #FED7D7 !important
  }

  .xl\:bg-red-300 {
    background-color: #FEB2B2 !important
  }

  .xl\:bg-red-400 {
    background-color: #FC8181 !important
  }

  .xl\:bg-red-500 {
    background-color: #F56565 !important
  }

  .xl\:bg-red-600 {
    background-color: #E53E3E !important
  }

  .xl\:bg-red-700 {
    background-color: #C53030 !important
  }

  .xl\:bg-red-800 {
    background-color: #9B2C2C !important
  }

  .xl\:bg-red-900 {
    background-color: #742A2A !important
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent !important
  }

  .xl\:hover\:bg-primary:hover {
    background-color: #0A5988 !important
  }

  .xl\:hover\:bg-primary-light:hover {
    background-color: #257DB2 !important
  }

  .xl\:hover\:bg-secondary:hover {
    background-color: #8FC549 !important
  }

  .xl\:hover\:bg-primary-dark:hover {
    background-color: #003D62 !important
  }

  .xl\:hover\:bg-tertiary:hover {
    background-color: #EBF4FA !important
  }

  .xl\:hover\:bg-tertiary-light:hover {
    background-color: #EBF4FA !important
  }

  .xl\:hover\:bg-tertiary-lightest:hover {
    background-color: #EBF4FA !important
  }

  .xl\:hover\:bg-font-main:hover {
    background-color: #443E37 !important
  }

  .xl\:hover\:bg-highlight:hover {
    background-color: #E1962C !important
  }

  .xl\:hover\:bg-highlight-alt:hover {
    background-color: #E1962C !important
  }

  .xl\:hover\:bg-accent:hover {
    background-color: #DA511F !important
  }

  .xl\:hover\:bg-accent-alt:hover {
    background-color: #DA511F !important
  }

  .xl\:hover\:bg-body-text:hover {
    background-color: #443E37 !important
  }

  .xl\:hover\:bg-dividers:hover {
    background-color: #C7BBAE !important
  }

  .xl\:hover\:bg-dividers-lighther:hover {
    background-color: #f5f5f5 !important
  }

  .xl\:hover\:bg-dividers-light:hover {
    background-color: #f7f7f7 !important
  }

  .xl\:hover\:bg-black:hover {
    background-color: #000 !important
  }

  .xl\:hover\:bg-white:hover {
    background-color: #fff !important
  }

  .xl\:hover\:bg-red-100:hover {
    background-color: #FFF5F5 !important
  }

  .xl\:hover\:bg-red-200:hover {
    background-color: #FED7D7 !important
  }

  .xl\:hover\:bg-red-300:hover {
    background-color: #FEB2B2 !important
  }

  .xl\:hover\:bg-red-400:hover {
    background-color: #FC8181 !important
  }

  .xl\:hover\:bg-red-500:hover {
    background-color: #F56565 !important
  }

  .xl\:hover\:bg-red-600:hover {
    background-color: #E53E3E !important
  }

  .xl\:hover\:bg-red-700:hover {
    background-color: #C53030 !important
  }

  .xl\:hover\:bg-red-800:hover {
    background-color: #9B2C2C !important
  }

  .xl\:hover\:bg-red-900:hover {
    background-color: #742A2A !important
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent !important
  }

  .xl\:focus\:bg-primary:focus {
    background-color: #0A5988 !important
  }

  .xl\:focus\:bg-primary-light:focus {
    background-color: #257DB2 !important
  }

  .xl\:focus\:bg-secondary:focus {
    background-color: #8FC549 !important
  }

  .xl\:focus\:bg-primary-dark:focus {
    background-color: #003D62 !important
  }

  .xl\:focus\:bg-tertiary:focus {
    background-color: #EBF4FA !important
  }

  .xl\:focus\:bg-tertiary-light:focus {
    background-color: #EBF4FA !important
  }

  .xl\:focus\:bg-tertiary-lightest:focus {
    background-color: #EBF4FA !important
  }

  .xl\:focus\:bg-font-main:focus {
    background-color: #443E37 !important
  }

  .xl\:focus\:bg-highlight:focus {
    background-color: #E1962C !important
  }

  .xl\:focus\:bg-highlight-alt:focus {
    background-color: #E1962C !important
  }

  .xl\:focus\:bg-accent:focus {
    background-color: #DA511F !important
  }

  .xl\:focus\:bg-accent-alt:focus {
    background-color: #DA511F !important
  }

  .xl\:focus\:bg-body-text:focus {
    background-color: #443E37 !important
  }

  .xl\:focus\:bg-dividers:focus {
    background-color: #C7BBAE !important
  }

  .xl\:focus\:bg-dividers-lighther:focus {
    background-color: #f5f5f5 !important
  }

  .xl\:focus\:bg-dividers-light:focus {
    background-color: #f7f7f7 !important
  }

  .xl\:focus\:bg-black:focus {
    background-color: #000 !important
  }

  .xl\:focus\:bg-white:focus {
    background-color: #fff !important
  }

  .xl\:focus\:bg-red-100:focus {
    background-color: #FFF5F5 !important
  }

  .xl\:focus\:bg-red-200:focus {
    background-color: #FED7D7 !important
  }

  .xl\:focus\:bg-red-300:focus {
    background-color: #FEB2B2 !important
  }

  .xl\:focus\:bg-red-400:focus {
    background-color: #FC8181 !important
  }

  .xl\:focus\:bg-red-500:focus {
    background-color: #F56565 !important
  }

  .xl\:focus\:bg-red-600:focus {
    background-color: #E53E3E !important
  }

  .xl\:focus\:bg-red-700:focus {
    background-color: #C53030 !important
  }

  .xl\:focus\:bg-red-800:focus {
    background-color: #9B2C2C !important
  }

  .xl\:focus\:bg-red-900:focus {
    background-color: #742A2A !important
  }

  .xl\:border-0 {
    border-width: 0 !important
  }

  .xl\:border-2 {
    border-width: 2px !important
  }

  .xl\:border-4 {
    border-width: 4px !important
  }

  .xl\:border-5 {
    border-width: 5px !important
  }

  .xl\:border-8 {
    border-width: 8px !important
  }

  .xl\:border {
    border-width: 1px !important
  }

  .xl\:border-t-0 {
    border-top-width: 0 !important
  }

  .xl\:border-r-0 {
    border-right-width: 0 !important
  }

  .xl\:border-b-0 {
    border-bottom-width: 0 !important
  }

  .xl\:border-l-0 {
    border-left-width: 0 !important
  }

  .xl\:border-t-2 {
    border-top-width: 2px !important
  }

  .xl\:border-r-2 {
    border-right-width: 2px !important
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px !important
  }

  .xl\:border-l-2 {
    border-left-width: 2px !important
  }

  .xl\:border-t-4 {
    border-top-width: 4px !important
  }

  .xl\:border-r-4 {
    border-right-width: 4px !important
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px !important
  }

  .xl\:border-l-4 {
    border-left-width: 4px !important
  }

  .xl\:border-t-5 {
    border-top-width: 5px !important
  }

  .xl\:border-r-5 {
    border-right-width: 5px !important
  }

  .xl\:border-b-5 {
    border-bottom-width: 5px !important
  }

  .xl\:border-l-5 {
    border-left-width: 5px !important
  }

  .xl\:border-t-8 {
    border-top-width: 8px !important
  }

  .xl\:border-r-8 {
    border-right-width: 8px !important
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px !important
  }

  .xl\:border-l-8 {
    border-left-width: 8px !important
  }

  .xl\:border-t {
    border-top-width: 1px !important
  }

  .xl\:border-r {
    border-right-width: 1px !important
  }

  .xl\:border-b {
    border-bottom-width: 1px !important
  }

  .xl\:border-l {
    border-left-width: 1px !important
  }

  .xl\:hover\:border-0:hover {
    border-width: 0 !important
  }

  .xl\:hover\:border-2:hover {
    border-width: 2px !important
  }

  .xl\:hover\:border-4:hover {
    border-width: 4px !important
  }

  .xl\:hover\:border-5:hover {
    border-width: 5px !important
  }

  .xl\:hover\:border-8:hover {
    border-width: 8px !important
  }

  .xl\:hover\:border:hover {
    border-width: 1px !important
  }

  .xl\:hover\:border-t-0:hover {
    border-top-width: 0 !important
  }

  .xl\:hover\:border-r-0:hover {
    border-right-width: 0 !important
  }

  .xl\:hover\:border-b-0:hover {
    border-bottom-width: 0 !important
  }

  .xl\:hover\:border-l-0:hover {
    border-left-width: 0 !important
  }

  .xl\:hover\:border-t-2:hover {
    border-top-width: 2px !important
  }

  .xl\:hover\:border-r-2:hover {
    border-right-width: 2px !important
  }

  .xl\:hover\:border-b-2:hover {
    border-bottom-width: 2px !important
  }

  .xl\:hover\:border-l-2:hover {
    border-left-width: 2px !important
  }

  .xl\:hover\:border-t-4:hover {
    border-top-width: 4px !important
  }

  .xl\:hover\:border-r-4:hover {
    border-right-width: 4px !important
  }

  .xl\:hover\:border-b-4:hover {
    border-bottom-width: 4px !important
  }

  .xl\:hover\:border-l-4:hover {
    border-left-width: 4px !important
  }

  .xl\:hover\:border-t-5:hover {
    border-top-width: 5px !important
  }

  .xl\:hover\:border-r-5:hover {
    border-right-width: 5px !important
  }

  .xl\:hover\:border-b-5:hover {
    border-bottom-width: 5px !important
  }

  .xl\:hover\:border-l-5:hover {
    border-left-width: 5px !important
  }

  .xl\:hover\:border-t-8:hover {
    border-top-width: 8px !important
  }

  .xl\:hover\:border-r-8:hover {
    border-right-width: 8px !important
  }

  .xl\:hover\:border-b-8:hover {
    border-bottom-width: 8px !important
  }

  .xl\:hover\:border-l-8:hover {
    border-left-width: 8px !important
  }

  .xl\:hover\:border-t:hover {
    border-top-width: 1px !important
  }

  .xl\:hover\:border-r:hover {
    border-right-width: 1px !important
  }

  .xl\:hover\:border-b:hover {
    border-bottom-width: 1px !important
  }

  .xl\:hover\:border-l:hover {
    border-left-width: 1px !important
  }

  .xl\:focus\:border-0:focus {
    border-width: 0 !important
  }

  .xl\:focus\:border-2:focus {
    border-width: 2px !important
  }

  .xl\:focus\:border-4:focus {
    border-width: 4px !important
  }

  .xl\:focus\:border-5:focus {
    border-width: 5px !important
  }

  .xl\:focus\:border-8:focus {
    border-width: 8px !important
  }

  .xl\:focus\:border:focus {
    border-width: 1px !important
  }

  .xl\:focus\:border-t-0:focus {
    border-top-width: 0 !important
  }

  .xl\:focus\:border-r-0:focus {
    border-right-width: 0 !important
  }

  .xl\:focus\:border-b-0:focus {
    border-bottom-width: 0 !important
  }

  .xl\:focus\:border-l-0:focus {
    border-left-width: 0 !important
  }

  .xl\:focus\:border-t-2:focus {
    border-top-width: 2px !important
  }

  .xl\:focus\:border-r-2:focus {
    border-right-width: 2px !important
  }

  .xl\:focus\:border-b-2:focus {
    border-bottom-width: 2px !important
  }

  .xl\:focus\:border-l-2:focus {
    border-left-width: 2px !important
  }

  .xl\:focus\:border-t-4:focus {
    border-top-width: 4px !important
  }

  .xl\:focus\:border-r-4:focus {
    border-right-width: 4px !important
  }

  .xl\:focus\:border-b-4:focus {
    border-bottom-width: 4px !important
  }

  .xl\:focus\:border-l-4:focus {
    border-left-width: 4px !important
  }

  .xl\:focus\:border-t-5:focus {
    border-top-width: 5px !important
  }

  .xl\:focus\:border-r-5:focus {
    border-right-width: 5px !important
  }

  .xl\:focus\:border-b-5:focus {
    border-bottom-width: 5px !important
  }

  .xl\:focus\:border-l-5:focus {
    border-left-width: 5px !important
  }

  .xl\:focus\:border-t-8:focus {
    border-top-width: 8px !important
  }

  .xl\:focus\:border-r-8:focus {
    border-right-width: 8px !important
  }

  .xl\:focus\:border-b-8:focus {
    border-bottom-width: 8px !important
  }

  .xl\:focus\:border-l-8:focus {
    border-left-width: 8px !important
  }

  .xl\:focus\:border-t:focus {
    border-top-width: 1px !important
  }

  .xl\:focus\:border-r:focus {
    border-right-width: 1px !important
  }

  .xl\:focus\:border-b:focus {
    border-bottom-width: 1px !important
  }

  .xl\:focus\:border-l:focus {
    border-left-width: 1px !important
  }

  .xl\:border-transparent {
    border-color: transparent !important
  }

  .xl\:border-primary {
    border-color: #0A5988 !important
  }

  .xl\:border-primary-light {
    border-color: #257DB2 !important
  }

  .xl\:border-secondary {
    border-color: #8FC549 !important
  }

  .xl\:border-primary-dark {
    border-color: #003D62 !important
  }

  .xl\:border-tertiary {
    border-color: #EBF4FA !important
  }

  .xl\:border-tertiary-light {
    border-color: #EBF4FA !important
  }

  .xl\:border-tertiary-lightest {
    border-color: #EBF4FA !important
  }

  .xl\:border-font-main {
    border-color: #443E37 !important
  }

  .xl\:border-highlight {
    border-color: #E1962C !important
  }

  .xl\:border-highlight-alt {
    border-color: #E1962C !important
  }

  .xl\:border-accent {
    border-color: #DA511F !important
  }

  .xl\:border-accent-alt {
    border-color: #DA511F !important
  }

  .xl\:border-body-text {
    border-color: #443E37 !important
  }

  .xl\:border-dividers {
    border-color: #C7BBAE !important
  }

  .xl\:border-dividers-lighther {
    border-color: #f5f5f5 !important
  }

  .xl\:border-dividers-light {
    border-color: #f7f7f7 !important
  }

  .xl\:border-black {
    border-color: #000 !important
  }

  .xl\:border-white {
    border-color: #fff !important
  }

  .xl\:border-red-100 {
    border-color: #FFF5F5 !important
  }

  .xl\:border-red-200 {
    border-color: #FED7D7 !important
  }

  .xl\:border-red-300 {
    border-color: #FEB2B2 !important
  }

  .xl\:border-red-400 {
    border-color: #FC8181 !important
  }

  .xl\:border-red-500 {
    border-color: #F56565 !important
  }

  .xl\:border-red-600 {
    border-color: #E53E3E !important
  }

  .xl\:border-red-700 {
    border-color: #C53030 !important
  }

  .xl\:border-red-800 {
    border-color: #9B2C2C !important
  }

  .xl\:border-red-900 {
    border-color: #742A2A !important
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent !important
  }

  .xl\:hover\:border-primary:hover {
    border-color: #0A5988 !important
  }

  .xl\:hover\:border-primary-light:hover {
    border-color: #257DB2 !important
  }

  .xl\:hover\:border-secondary:hover {
    border-color: #8FC549 !important
  }

  .xl\:hover\:border-primary-dark:hover {
    border-color: #003D62 !important
  }

  .xl\:hover\:border-tertiary:hover {
    border-color: #EBF4FA !important
  }

  .xl\:hover\:border-tertiary-light:hover {
    border-color: #EBF4FA !important
  }

  .xl\:hover\:border-tertiary-lightest:hover {
    border-color: #EBF4FA !important
  }

  .xl\:hover\:border-font-main:hover {
    border-color: #443E37 !important
  }

  .xl\:hover\:border-highlight:hover {
    border-color: #E1962C !important
  }

  .xl\:hover\:border-highlight-alt:hover {
    border-color: #E1962C !important
  }

  .xl\:hover\:border-accent:hover {
    border-color: #DA511F !important
  }

  .xl\:hover\:border-accent-alt:hover {
    border-color: #DA511F !important
  }

  .xl\:hover\:border-body-text:hover {
    border-color: #443E37 !important
  }

  .xl\:hover\:border-dividers:hover {
    border-color: #C7BBAE !important
  }

  .xl\:hover\:border-dividers-lighther:hover {
    border-color: #f5f5f5 !important
  }

  .xl\:hover\:border-dividers-light:hover {
    border-color: #f7f7f7 !important
  }

  .xl\:hover\:border-black:hover {
    border-color: #000 !important
  }

  .xl\:hover\:border-white:hover {
    border-color: #fff !important
  }

  .xl\:hover\:border-red-100:hover {
    border-color: #FFF5F5 !important
  }

  .xl\:hover\:border-red-200:hover {
    border-color: #FED7D7 !important
  }

  .xl\:hover\:border-red-300:hover {
    border-color: #FEB2B2 !important
  }

  .xl\:hover\:border-red-400:hover {
    border-color: #FC8181 !important
  }

  .xl\:hover\:border-red-500:hover {
    border-color: #F56565 !important
  }

  .xl\:hover\:border-red-600:hover {
    border-color: #E53E3E !important
  }

  .xl\:hover\:border-red-700:hover {
    border-color: #C53030 !important
  }

  .xl\:hover\:border-red-800:hover {
    border-color: #9B2C2C !important
  }

  .xl\:hover\:border-red-900:hover {
    border-color: #742A2A !important
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent !important
  }

  .xl\:focus\:border-primary:focus {
    border-color: #0A5988 !important
  }

  .xl\:focus\:border-primary-light:focus {
    border-color: #257DB2 !important
  }

  .xl\:focus\:border-secondary:focus {
    border-color: #8FC549 !important
  }

  .xl\:focus\:border-primary-dark:focus {
    border-color: #003D62 !important
  }

  .xl\:focus\:border-tertiary:focus {
    border-color: #EBF4FA !important
  }

  .xl\:focus\:border-tertiary-light:focus {
    border-color: #EBF4FA !important
  }

  .xl\:focus\:border-tertiary-lightest:focus {
    border-color: #EBF4FA !important
  }

  .xl\:focus\:border-font-main:focus {
    border-color: #443E37 !important
  }

  .xl\:focus\:border-highlight:focus {
    border-color: #E1962C !important
  }

  .xl\:focus\:border-highlight-alt:focus {
    border-color: #E1962C !important
  }

  .xl\:focus\:border-accent:focus {
    border-color: #DA511F !important
  }

  .xl\:focus\:border-accent-alt:focus {
    border-color: #DA511F !important
  }

  .xl\:focus\:border-body-text:focus {
    border-color: #443E37 !important
  }

  .xl\:focus\:border-dividers:focus {
    border-color: #C7BBAE !important
  }

  .xl\:focus\:border-dividers-lighther:focus {
    border-color: #f5f5f5 !important
  }

  .xl\:focus\:border-dividers-light:focus {
    border-color: #f7f7f7 !important
  }

  .xl\:focus\:border-black:focus {
    border-color: #000 !important
  }

  .xl\:focus\:border-white:focus {
    border-color: #fff !important
  }

  .xl\:focus\:border-red-100:focus {
    border-color: #FFF5F5 !important
  }

  .xl\:focus\:border-red-200:focus {
    border-color: #FED7D7 !important
  }

  .xl\:focus\:border-red-300:focus {
    border-color: #FEB2B2 !important
  }

  .xl\:focus\:border-red-400:focus {
    border-color: #FC8181 !important
  }

  .xl\:focus\:border-red-500:focus {
    border-color: #F56565 !important
  }

  .xl\:focus\:border-red-600:focus {
    border-color: #E53E3E !important
  }

  .xl\:focus\:border-red-700:focus {
    border-color: #C53030 !important
  }

  .xl\:focus\:border-red-800:focus {
    border-color: #9B2C2C !important
  }

  .xl\:focus\:border-red-900:focus {
    border-color: #742A2A !important
  }

  .xl\:border-solid {
    border-style: solid !important
  }

  .xl\:border-dashed {
    border-style: dashed !important
  }

  .xl\:border-dotted {
    border-style: dotted !important
  }

  .xl\:border-double {
    border-style: double !important
  }

  .xl\:border-none {
    border-style: none !important
  }

  .xl\:hover\:border-solid:hover {
    border-style: solid !important
  }

  .xl\:hover\:border-dashed:hover {
    border-style: dashed !important
  }

  .xl\:hover\:border-dotted:hover {
    border-style: dotted !important
  }

  .xl\:hover\:border-double:hover {
    border-style: double !important
  }

  .xl\:hover\:border-none:hover {
    border-style: none !important
  }

  .xl\:focus\:border-solid:focus {
    border-style: solid !important
  }

  .xl\:focus\:border-dashed:focus {
    border-style: dashed !important
  }

  .xl\:focus\:border-dotted:focus {
    border-style: dotted !important
  }

  .xl\:focus\:border-double:focus {
    border-style: double !important
  }

  .xl\:focus\:border-none:focus {
    border-style: none !important
  }

  .xl\:shadow-sm {
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1) !important
  }

  .xl\:shadow {
    -webkit-box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.25) !important
  }

  .xl\:shadow-md {
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25) !important
  }

  .xl\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
  }

  .xl\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important
  }

  .xl\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important
  }

  .xl\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important
  }

  .xl\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important
  }

  .xl\:shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important
  }

  .xl\:block {
    display: block !important
  }

  .xl\:inline-block {
    display: inline-block !important
  }

  .xl\:inline {
    display: inline !important
  }

  .xl\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .xl\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .xl\:table {
    display: table !important
  }

  .xl\:table-caption {
    display: table-caption !important
  }

  .xl\:table-cell {
    display: table-cell !important
  }

  .xl\:table-column {
    display: table-column !important
  }

  .xl\:table-column-group {
    display: table-column-group !important
  }

  .xl\:table-footer-group {
    display: table-footer-group !important
  }

  .xl\:table-header-group {
    display: table-header-group !important
  }

  .xl\:table-row-group {
    display: table-row-group !important
  }

  .xl\:table-row {
    display: table-row !important
  }

  .xl\:flow-root {
    display: flow-root !important
  }

  .xl\:grid {
    display: -ms-grid !important;
    display: grid !important
  }

  .xl\:inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important
  }

  .xl\:hidden {
    display: none !important
  }

  .xl\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important
  }

  .xl\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important
  }

  .xl\:flex-initial {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important
  }

  .xl\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important
  }

  .xl\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important
  }

  .xl\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important
  }

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

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

  .xl\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
  }

  .xl\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
  }

  .xl\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
  }

  .xl\:float-right {
    float: right !important
  }

  .xl\:float-left {
    float: left !important
  }

  .xl\:float-none {
    float: none !important
  }

  .xl\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important
  }

  .xl\:font-lato {
    font-family: Lato !important
  }

  .xl\:font-heading {
    font-family: Lato !important
  }

  .xl\:font-merriweather {
    font-family: Merriweather !important
  }

  .xl\:font-body {
    font-family: Merriweather !important
  }

  .xl\:font-sans {
    font-family: Lato, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important
  }

  .xl\:font-serif {
    font-family: Merriweather, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important
  }

  .xl\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
  }

  .xl\:text-xs {
    font-size: 0.75rem !important
  }

  .xl\:text-sm {
    font-size: 1.6rem !important
  }

  .xl\:text-base {
    font-size: 1.8rem !important
  }

  .xl\:text-lg {
    font-size: 2.1rem !important
  }

  .xl\:text-xl {
    font-size: 2.4rem !important
  }

  .xl\:text-2xl {
    font-size: 3.3rem !important
  }

  .xl\:text-3xl {
    font-size: 4.2rem !important
  }

  .xl\:text-4xl {
    font-size: 2.25rem !important
  }

  .xl\:text-5xl {
    font-size: 3rem !important
  }

  .xl\:text-6xl {
    font-size: 4rem !important
  }

  .xl\:italic {
    font-style: italic !important
  }

  .xl\:not-italic {
    font-style: normal !important
  }

  .xl\:font-light {
    font-weight: 100 !important
  }

  .xl\:font-medium {
    font-weight: 300 !important
  }

  .xl\:font-normal {
    font-weight: 400 !important
  }

  .xl\:font-semibold {
    font-weight: 600 !important
  }

  .xl\:font-bold {
    font-weight: 700 !important
  }

  .xl\:hover\:font-light:hover {
    font-weight: 100 !important
  }

  .xl\:hover\:font-medium:hover {
    font-weight: 300 !important
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400 !important
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600 !important
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700 !important
  }

  .xl\:focus\:font-light:focus {
    font-weight: 100 !important
  }

  .xl\:focus\:font-medium:focus {
    font-weight: 300 !important
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400 !important
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600 !important
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700 !important
  }

  .xl\:h-0 {
    height: 0 !important
  }

  .xl\:h-1 {
    height: 0.25rem !important
  }

  .xl\:h-2 {
    height: 0.5rem !important
  }

  .xl\:h-3 {
    height: 0.75rem !important
  }

  .xl\:h-4 {
    height: 1rem !important
  }

  .xl\:h-5 {
    height: 1.25rem !important
  }

  .xl\:h-6 {
    height: 1.5rem !important
  }

  .xl\:h-7 {
    height: 1.8rem !important
  }

  .xl\:h-8 {
    height: 2rem !important
  }

  .xl\:h-9 {
    height: 2.4rem !important
  }

  .xl\:h-10 {
    height: 2.5rem !important
  }

  .xl\:h-11 {
    height: 2.6rem !important
  }

  .xl\:h-12 {
    height: 3rem !important
  }

  .xl\:h-14 {
    height: 3.6rem !important
  }

  .xl\:h-15 {
    height: 3.8rem !important
  }

  .xl\:h-16 {
    height: 4rem !important
  }

  .xl\:h-18 {
    height: 4.5rem !important
  }

  .xl\:h-20 {
    height: 5rem !important
  }

  .xl\:h-21 {
    height: 5.3rem !important
  }

  .xl\:h-22 {
    height: 5.7rem !important
  }

  .xl\:h-24 {
    height: 6rem !important
  }

  .xl\:h-28 {
    height: 7rem !important
  }

  .xl\:h-30 {
    height: 7.6rem !important
  }

  .xl\:h-32 {
    height: 8rem !important
  }

  .xl\:h-36 {
    height: 9.1rem !important
  }

  .xl\:h-40 {
    height: 10rem !important
  }

  .xl\:h-46 {
    height: 11.7rem !important
  }

  .xl\:h-48 {
    height: 12rem !important
  }

  .xl\:h-56 {
    height: 14rem !important
  }

  .xl\:h-58 {
    height: 14.7rem !important
  }

  .xl\:h-62 {
    height: 15.7rem !important
  }

  .xl\:h-64 {
    height: 16rem !important
  }

  .xl\:h-69 {
    height: 17.1rem !important
  }

  .xl\:h-71 {
    height: 17.9rem !important
  }

  .xl\:h-72 {
    height: 18.1rem !important
  }

  .xl\:h-80 {
    height: 20rem !important
  }

  .xl\:h-100 {
    height: 25rem !important
  }

  .xl\:h-112 {
    height: 28rem !important
  }

  .xl\:h-128 {
    height: 32rem !important
  }

  .xl\:h-143 {
    height: 35.9rem !important
  }

  .xl\:h-149 {
    height: 37.4rem !important
  }

  .xl\:h-240 {
    height: 60rem !important
  }

  .xl\:h-280 {
    height: 70rem !important
  }

  .xl\:h-291 {
    height: 72.9rem !important
  }

  .xl\:h-316 {
    height: 79rem !important
  }

  .xl\:h-auto {
    height: auto !important
  }

  .xl\:h-px {
    height: 1px !important
  }

  .xl\:h-full {
    height: 100% !important
  }

  .xl\:h-screen {
    height: 100vh !important
  }

  .xl\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important
  }

  .xl\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important
  }

  .xl\:inset-5 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important
  }

  .xl\:inset-6 {
    top: 1.6rem !important;
    right: 1.6rem !important;
    bottom: 1.6rem !important;
    left: 1.6rem !important
  }

  .xl\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important
  }

  .xl\:inset-17 {
    top: 4.3rem !important;
    right: 4.3rem !important;
    bottom: 4.3rem !important;
    left: 4.3rem !important
  }

  .xl\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important
  }

  .xl\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important
  }

  .xl\:-inset-34 {
    top: -8.65rem !important;
    right: -8.65rem !important;
    bottom: -8.65rem !important;
    left: -8.65rem !important
  }

  .xl\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important
  }

  .xl\:inset-unset {
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    left: unset !important
  }

  .xl\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important
  }

  .xl\:inset-x-0 {
    right: 0 !important;
    left: 0 !important
  }

  .xl\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important
  }

  .xl\:inset-x-4 {
    right: 1rem !important;
    left: 1rem !important
  }

  .xl\:inset-y-5 {
    top: 1.5rem !important;
    bottom: 1.5rem !important
  }

  .xl\:inset-x-5 {
    right: 1.5rem !important;
    left: 1.5rem !important
  }

  .xl\:inset-y-6 {
    top: 1.6rem !important;
    bottom: 1.6rem !important
  }

  .xl\:inset-x-6 {
    right: 1.6rem !important;
    left: 1.6rem !important
  }

  .xl\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important
  }

  .xl\:inset-x-10 {
    right: 2.5rem !important;
    left: 2.5rem !important
  }

  .xl\:inset-y-17 {
    top: 4.3rem !important;
    bottom: 4.3rem !important
  }

  .xl\:inset-x-17 {
    right: 4.3rem !important;
    left: 4.3rem !important
  }

  .xl\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important
  }

  .xl\:inset-x-24 {
    right: 6rem !important;
    left: 6rem !important
  }

  .xl\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important
  }

  .xl\:-inset-x-25 {
    right: -25px !important;
    left: -25px !important
  }

  .xl\:-inset-y-34 {
    top: -8.65rem !important;
    bottom: -8.65rem !important
  }

  .xl\:-inset-x-34 {
    right: -8.65rem !important;
    left: -8.65rem !important
  }

  .xl\:inset-y-auto {
    top: auto !important;
    bottom: auto !important
  }

  .xl\:inset-x-auto {
    right: auto !important;
    left: auto !important
  }

  .xl\:inset-y-unset {
    top: unset !important;
    bottom: unset !important
  }

  .xl\:inset-x-unset {
    right: unset !important;
    left: unset !important
  }

  .xl\:top-0 {
    top: 0 !important
  }

  .xl\:right-0 {
    right: 0 !important
  }

  .xl\:bottom-0 {
    bottom: 0 !important
  }

  .xl\:left-0 {
    left: 0 !important
  }

  .xl\:top-4 {
    top: 1rem !important
  }

  .xl\:right-4 {
    right: 1rem !important
  }

  .xl\:bottom-4 {
    bottom: 1rem !important
  }

  .xl\:left-4 {
    left: 1rem !important
  }

  .xl\:top-5 {
    top: 1.5rem !important
  }

  .xl\:right-5 {
    right: 1.5rem !important
  }

  .xl\:bottom-5 {
    bottom: 1.5rem !important
  }

  .xl\:left-5 {
    left: 1.5rem !important
  }

  .xl\:top-6 {
    top: 1.6rem !important
  }

  .xl\:right-6 {
    right: 1.6rem !important
  }

  .xl\:bottom-6 {
    bottom: 1.6rem !important
  }

  .xl\:left-6 {
    left: 1.6rem !important
  }

  .xl\:top-10 {
    top: 2.5rem !important
  }

  .xl\:right-10 {
    right: 2.5rem !important
  }

  .xl\:bottom-10 {
    bottom: 2.5rem !important
  }

  .xl\:left-10 {
    left: 2.5rem !important
  }

  .xl\:top-17 {
    top: 4.3rem !important
  }

  .xl\:right-17 {
    right: 4.3rem !important
  }

  .xl\:bottom-17 {
    bottom: 4.3rem !important
  }

  .xl\:left-17 {
    left: 4.3rem !important
  }

  .xl\:top-24 {
    top: 6rem !important
  }

  .xl\:right-24 {
    right: 6rem !important
  }

  .xl\:bottom-24 {
    bottom: 6rem !important
  }

  .xl\:left-24 {
    left: 6rem !important
  }

  .xl\:-top-25 {
    top: -25px !important
  }

  .xl\:-right-25 {
    right: -25px !important
  }

  .xl\:-bottom-25 {
    bottom: -25px !important
  }

  .xl\:-left-25 {
    left: -25px !important
  }

  .xl\:-top-34 {
    top: -8.65rem !important
  }

  .xl\:-right-34 {
    right: -8.65rem !important
  }

  .xl\:-bottom-34 {
    bottom: -8.65rem !important
  }

  .xl\:-left-34 {
    left: -8.65rem !important
  }

  .xl\:top-auto {
    top: auto !important
  }

  .xl\:right-auto {
    right: auto !important
  }

  .xl\:bottom-auto {
    bottom: auto !important
  }

  .xl\:left-auto {
    left: auto !important
  }

  .xl\:top-unset {
    top: unset !important
  }

  .xl\:right-unset {
    right: unset !important
  }

  .xl\:bottom-unset {
    bottom: unset !important
  }

  .xl\:left-unset {
    left: unset !important
  }

  .xl\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important
  }

  .xl\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important
  }

  .xl\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important
  }

  .xl\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important
  }

  .xl\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important
  }

  .xl\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important
  }

  .xl\:m-0 {
    margin: 0 !important
  }

  .xl\:m-1 {
    margin: 0.25rem !important
  }

  .xl\:m-2 {
    margin: 0.5rem !important
  }

  .xl\:m-3 {
    margin: 0.75rem !important
  }

  .xl\:m-4 {
    margin: 1rem !important
  }

  .xl\:m-5 {
    margin: 1.25rem !important
  }

  .xl\:m-6 {
    margin: 1.5rem !important
  }

  .xl\:m-7 {
    margin: 1.8rem !important
  }

  .xl\:m-8 {
    margin: 2rem !important
  }

  .xl\:m-9 {
    margin: 2.4rem !important
  }

  .xl\:m-10 {
    margin: 2.5rem !important
  }

  .xl\:m-11 {
    margin: 2.6rem !important
  }

  .xl\:m-12 {
    margin: 3rem !important
  }

  .xl\:m-14 {
    margin: 3.6rem !important
  }

  .xl\:m-15 {
    margin: 3.8rem !important
  }

  .xl\:m-16 {
    margin: 4rem !important
  }

  .xl\:m-18 {
    margin: 4.5rem !important
  }

  .xl\:m-20 {
    margin: 5rem !important
  }

  .xl\:m-21 {
    margin: 5.3rem !important
  }

  .xl\:m-22 {
    margin: 5.7rem !important
  }

  .xl\:m-24 {
    margin: 6rem !important
  }

  .xl\:m-28 {
    margin: 7rem !important
  }

  .xl\:m-30 {
    margin: 7.6rem !important
  }

  .xl\:m-32 {
    margin: 8rem !important
  }

  .xl\:m-36 {
    margin: 9.1rem !important
  }

  .xl\:m-40 {
    margin: 10rem !important
  }

  .xl\:m-46 {
    margin: 11.7rem !important
  }

  .xl\:m-48 {
    margin: 12rem !important
  }

  .xl\:m-56 {
    margin: 14rem !important
  }

  .xl\:m-58 {
    margin: 14.7rem !important
  }

  .xl\:m-62 {
    margin: 15.7rem !important
  }

  .xl\:m-64 {
    margin: 16rem !important
  }

  .xl\:m-69 {
    margin: 17.1rem !important
  }

  .xl\:m-71 {
    margin: 17.9rem !important
  }

  .xl\:m-72 {
    margin: 18.1rem !important
  }

  .xl\:m-80 {
    margin: 20rem !important
  }

  .xl\:m-100 {
    margin: 25rem !important
  }

  .xl\:m-112 {
    margin: 28rem !important
  }

  .xl\:m-128 {
    margin: 32rem !important
  }

  .xl\:m-143 {
    margin: 35.9rem !important
  }

  .xl\:m-149 {
    margin: 37.4rem !important
  }

  .xl\:m-240 {
    margin: 60rem !important
  }

  .xl\:m-280 {
    margin: 70rem !important
  }

  .xl\:m-291 {
    margin: 72.9rem !important
  }

  .xl\:m-316 {
    margin: 79rem !important
  }

  .xl\:m-auto {
    margin: auto !important
  }

  .xl\:m-px {
    margin: 1px !important
  }

  .xl\:-m-1 {
    margin: -0.25rem !important
  }

  .xl\:-m-2 {
    margin: -0.5rem !important
  }

  .xl\:-m-3 {
    margin: -0.75rem !important
  }

  .xl\:-m-4 {
    margin: -1rem !important
  }

  .xl\:-m-5 {
    margin: -1.25rem !important
  }

  .xl\:-m-6 {
    margin: -1.5rem !important
  }

  .xl\:-m-7 {
    margin: -1.8rem !important
  }

  .xl\:-m-8 {
    margin: -2rem !important
  }

  .xl\:-m-9 {
    margin: -2.4rem !important
  }

  .xl\:-m-10 {
    margin: -2.5rem !important
  }

  .xl\:-m-11 {
    margin: -2.6rem !important
  }

  .xl\:-m-12 {
    margin: -3rem !important
  }

  .xl\:-m-14 {
    margin: -3.6rem !important
  }

  .xl\:-m-15 {
    margin: -3.8rem !important
  }

  .xl\:-m-16 {
    margin: -4rem !important
  }

  .xl\:-m-18 {
    margin: -4.5rem !important
  }

  .xl\:-m-20 {
    margin: -5rem !important
  }

  .xl\:-m-21 {
    margin: -5.3rem !important
  }

  .xl\:-m-22 {
    margin: -5.7rem !important
  }

  .xl\:-m-24 {
    margin: -6rem !important
  }

  .xl\:-m-28 {
    margin: -7rem !important
  }

  .xl\:-m-30 {
    margin: -7.6rem !important
  }

  .xl\:-m-32 {
    margin: -8rem !important
  }

  .xl\:-m-36 {
    margin: -9.1rem !important
  }

  .xl\:-m-40 {
    margin: -10rem !important
  }

  .xl\:-m-46 {
    margin: -11.7rem !important
  }

  .xl\:-m-48 {
    margin: -12rem !important
  }

  .xl\:-m-56 {
    margin: -14rem !important
  }

  .xl\:-m-58 {
    margin: -14.7rem !important
  }

  .xl\:-m-62 {
    margin: -15.7rem !important
  }

  .xl\:-m-64 {
    margin: -16rem !important
  }

  .xl\:-m-69 {
    margin: -17.1rem !important
  }

  .xl\:-m-71 {
    margin: -17.9rem !important
  }

  .xl\:-m-72 {
    margin: -18.1rem !important
  }

  .xl\:-m-80 {
    margin: -20rem !important
  }

  .xl\:-m-100 {
    margin: -25rem !important
  }

  .xl\:-m-112 {
    margin: -28rem !important
  }

  .xl\:-m-128 {
    margin: -32rem !important
  }

  .xl\:-m-143 {
    margin: -35.9rem !important
  }

  .xl\:-m-149 {
    margin: -37.4rem !important
  }

  .xl\:-m-240 {
    margin: -60rem !important
  }

  .xl\:-m-280 {
    margin: -70rem !important
  }

  .xl\:-m-291 {
    margin: -72.9rem !important
  }

  .xl\:-m-316 {
    margin: -79rem !important
  }

  .xl\:-m-px {
    margin: -1px !important
  }

  .xl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .xl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important
  }

  .xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important
  }

  .xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important
  }

  .xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important
  }

  .xl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important
  }

  .xl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important
  }

  .xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .xl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
  }

  .xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
  }

  .xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .xl\:my-7 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important
  }

  .xl\:mx-7 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important
  }

  .xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .xl\:my-9 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important
  }

  .xl\:mx-9 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important
  }

  .xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }

  .xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }

  .xl\:my-11 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important
  }

  .xl\:mx-11 {
    margin-left: 2.6rem !important;
    margin-right: 2.6rem !important
  }

  .xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .xl\:my-14 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important
  }

  .xl\:mx-14 {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important
  }

  .xl\:my-15 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important
  }

  .xl\:mx-15 {
    margin-left: 3.8rem !important;
    margin-right: 3.8rem !important
  }

  .xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .xl\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
  }

  .xl\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
  }

  .xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .xl\:my-21 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important
  }

  .xl\:mx-21 {
    margin-left: 5.3rem !important;
    margin-right: 5.3rem !important
  }

  .xl\:my-22 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important
  }

  .xl\:mx-22 {
    margin-left: 5.7rem !important;
    margin-right: 5.7rem !important
  }

  .xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .xl\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important
  }

  .xl\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .xl\:my-30 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important
  }

  .xl\:mx-30 {
    margin-left: 7.6rem !important;
    margin-right: 7.6rem !important
  }

  .xl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
  }

  .xl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .xl\:my-36 {
    margin-top: 9.1rem !important;
    margin-bottom: 9.1rem !important
  }

  .xl\:mx-36 {
    margin-left: 9.1rem !important;
    margin-right: 9.1rem !important
  }

  .xl\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important
  }

  .xl\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important
  }

  .xl\:my-46 {
    margin-top: 11.7rem !important;
    margin-bottom: 11.7rem !important
  }

  .xl\:mx-46 {
    margin-left: 11.7rem !important;
    margin-right: 11.7rem !important
  }

  .xl\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important
  }

  .xl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important
  }

  .xl\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important
  }

  .xl\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important
  }

  .xl\:my-58 {
    margin-top: 14.7rem !important;
    margin-bottom: 14.7rem !important
  }

  .xl\:mx-58 {
    margin-left: 14.7rem !important;
    margin-right: 14.7rem !important
  }

  .xl\:my-62 {
    margin-top: 15.7rem !important;
    margin-bottom: 15.7rem !important
  }

  .xl\:mx-62 {
    margin-left: 15.7rem !important;
    margin-right: 15.7rem !important
  }

  .xl\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important
  }

  .xl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important
  }

  .xl\:my-69 {
    margin-top: 17.1rem !important;
    margin-bottom: 17.1rem !important
  }

  .xl\:mx-69 {
    margin-left: 17.1rem !important;
    margin-right: 17.1rem !important
  }

  .xl\:my-71 {
    margin-top: 17.9rem !important;
    margin-bottom: 17.9rem !important
  }

  .xl\:mx-71 {
    margin-left: 17.9rem !important;
    margin-right: 17.9rem !important
  }

  .xl\:my-72 {
    margin-top: 18.1rem !important;
    margin-bottom: 18.1rem !important
  }

  .xl\:mx-72 {
    margin-left: 18.1rem !important;
    margin-right: 18.1rem !important
  }

  .xl\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important
  }

  .xl\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important
  }

  .xl\:my-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important
  }

  .xl\:mx-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important
  }

  .xl\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important
  }

  .xl\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important
  }

  .xl\:my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important
  }

  .xl\:mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important
  }

  .xl\:my-143 {
    margin-top: 35.9rem !important;
    margin-bottom: 35.9rem !important
  }

  .xl\:mx-143 {
    margin-left: 35.9rem !important;
    margin-right: 35.9rem !important
  }

  .xl\:my-149 {
    margin-top: 37.4rem !important;
    margin-bottom: 37.4rem !important
  }

  .xl\:mx-149 {
    margin-left: 37.4rem !important;
    margin-right: 37.4rem !important
  }

  .xl\:my-240 {
    margin-top: 60rem !important;
    margin-bottom: 60rem !important
  }

  .xl\:mx-240 {
    margin-left: 60rem !important;
    margin-right: 60rem !important
  }

  .xl\:my-280 {
    margin-top: 70rem !important;
    margin-bottom: 70rem !important
  }

  .xl\:mx-280 {
    margin-left: 70rem !important;
    margin-right: 70rem !important
  }

  .xl\:my-291 {
    margin-top: 72.9rem !important;
    margin-bottom: 72.9rem !important
  }

  .xl\:mx-291 {
    margin-left: 72.9rem !important;
    margin-right: 72.9rem !important
  }

  .xl\:my-316 {
    margin-top: 79rem !important;
    margin-bottom: 79rem !important
  }

  .xl\:mx-316 {
    margin-left: 79rem !important;
    margin-right: 79rem !important
  }

  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important
  }

  .xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important
  }

  .xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important
  }

  .xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important
  }

  .xl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important
  }

  .xl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
  }

  .xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .xl\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important
  }

  .xl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .xl\:-my-7 {
    margin-top: -1.8rem !important;
    margin-bottom: -1.8rem !important
  }

  .xl\:-mx-7 {
    margin-left: -1.8rem !important;
    margin-right: -1.8rem !important
  }

  .xl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important
  }

  .xl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
  }

  .xl\:-my-9 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important
  }

  .xl\:-mx-9 {
    margin-left: -2.4rem !important;
    margin-right: -2.4rem !important
  }

  .xl\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important
  }

  .xl\:-my-11 {
    margin-top: -2.6rem !important;
    margin-bottom: -2.6rem !important
  }

  .xl\:-mx-11 {
    margin-left: -2.6rem !important;
    margin-right: -2.6rem !important
  }

  .xl\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
  }

  .xl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .xl\:-my-14 {
    margin-top: -3.6rem !important;
    margin-bottom: -3.6rem !important
  }

  .xl\:-mx-14 {
    margin-left: -3.6rem !important;
    margin-right: -3.6rem !important
  }

  .xl\:-my-15 {
    margin-top: -3.8rem !important;
    margin-bottom: -3.8rem !important
  }

  .xl\:-mx-15 {
    margin-left: -3.8rem !important;
    margin-right: -3.8rem !important
  }

  .xl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important
  }

  .xl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .xl\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important
  }

  .xl\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important
  }

  .xl\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important
  }

  .xl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .xl\:-my-21 {
    margin-top: -5.3rem !important;
    margin-bottom: -5.3rem !important
  }

  .xl\:-mx-21 {
    margin-left: -5.3rem !important;
    margin-right: -5.3rem !important
  }

  .xl\:-my-22 {
    margin-top: -5.7rem !important;
    margin-bottom: -5.7rem !important
  }

  .xl\:-mx-22 {
    margin-left: -5.7rem !important;
    margin-right: -5.7rem !important
  }

  .xl\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important
  }

  .xl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .xl\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important
  }

  .xl\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important
  }

  .xl\:-my-30 {
    margin-top: -7.6rem !important;
    margin-bottom: -7.6rem !important
  }

  .xl\:-mx-30 {
    margin-left: -7.6rem !important;
    margin-right: -7.6rem !important
  }

  .xl\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important
  }

  .xl\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important
  }

  .xl\:-my-36 {
    margin-top: -9.1rem !important;
    margin-bottom: -9.1rem !important
  }

  .xl\:-mx-36 {
    margin-left: -9.1rem !important;
    margin-right: -9.1rem !important
  }

  .xl\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important
  }

  .xl\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important
  }

  .xl\:-my-46 {
    margin-top: -11.7rem !important;
    margin-bottom: -11.7rem !important
  }

  .xl\:-mx-46 {
    margin-left: -11.7rem !important;
    margin-right: -11.7rem !important
  }

  .xl\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important
  }

  .xl\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important
  }

  .xl\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important
  }

  .xl\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important
  }

  .xl\:-my-58 {
    margin-top: -14.7rem !important;
    margin-bottom: -14.7rem !important
  }

  .xl\:-mx-58 {
    margin-left: -14.7rem !important;
    margin-right: -14.7rem !important
  }

  .xl\:-my-62 {
    margin-top: -15.7rem !important;
    margin-bottom: -15.7rem !important
  }

  .xl\:-mx-62 {
    margin-left: -15.7rem !important;
    margin-right: -15.7rem !important
  }

  .xl\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important
  }

  .xl\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important
  }

  .xl\:-my-69 {
    margin-top: -17.1rem !important;
    margin-bottom: -17.1rem !important
  }

  .xl\:-mx-69 {
    margin-left: -17.1rem !important;
    margin-right: -17.1rem !important
  }

  .xl\:-my-71 {
    margin-top: -17.9rem !important;
    margin-bottom: -17.9rem !important
  }

  .xl\:-mx-71 {
    margin-left: -17.9rem !important;
    margin-right: -17.9rem !important
  }

  .xl\:-my-72 {
    margin-top: -18.1rem !important;
    margin-bottom: -18.1rem !important
  }

  .xl\:-mx-72 {
    margin-left: -18.1rem !important;
    margin-right: -18.1rem !important
  }

  .xl\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important
  }

  .xl\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important
  }

  .xl\:-my-100 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important
  }

  .xl\:-mx-100 {
    margin-left: -25rem !important;
    margin-right: -25rem !important
  }

  .xl\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important
  }

  .xl\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important
  }

  .xl\:-my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important
  }

  .xl\:-mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important
  }

  .xl\:-my-143 {
    margin-top: -35.9rem !important;
    margin-bottom: -35.9rem !important
  }

  .xl\:-mx-143 {
    margin-left: -35.9rem !important;
    margin-right: -35.9rem !important
  }

  .xl\:-my-149 {
    margin-top: -37.4rem !important;
    margin-bottom: -37.4rem !important
  }

  .xl\:-mx-149 {
    margin-left: -37.4rem !important;
    margin-right: -37.4rem !important
  }

  .xl\:-my-240 {
    margin-top: -60rem !important;
    margin-bottom: -60rem !important
  }

  .xl\:-mx-240 {
    margin-left: -60rem !important;
    margin-right: -60rem !important
  }

  .xl\:-my-280 {
    margin-top: -70rem !important;
    margin-bottom: -70rem !important
  }

  .xl\:-mx-280 {
    margin-left: -70rem !important;
    margin-right: -70rem !important
  }

  .xl\:-my-291 {
    margin-top: -72.9rem !important;
    margin-bottom: -72.9rem !important
  }

  .xl\:-mx-291 {
    margin-left: -72.9rem !important;
    margin-right: -72.9rem !important
  }

  .xl\:-my-316 {
    margin-top: -79rem !important;
    margin-bottom: -79rem !important
  }

  .xl\:-mx-316 {
    margin-left: -79rem !important;
    margin-right: -79rem !important
  }

  .xl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important
  }

  .xl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important
  }

  .xl\:mt-0 {
    margin-top: 0 !important
  }

  .xl\:mr-0 {
    margin-right: 0 !important
  }

  .xl\:mb-0 {
    margin-bottom: 0 !important
  }

  .xl\:ml-0 {
    margin-left: 0 !important
  }

  .xl\:mt-1 {
    margin-top: 0.25rem !important
  }

  .xl\:mr-1 {
    margin-right: 0.25rem !important
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem !important
  }

  .xl\:ml-1 {
    margin-left: 0.25rem !important
  }

  .xl\:mt-2 {
    margin-top: 0.5rem !important
  }

  .xl\:mr-2 {
    margin-right: 0.5rem !important
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem !important
  }

  .xl\:ml-2 {
    margin-left: 0.5rem !important
  }

  .xl\:mt-3 {
    margin-top: 0.75rem !important
  }

  .xl\:mr-3 {
    margin-right: 0.75rem !important
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem !important
  }

  .xl\:ml-3 {
    margin-left: 0.75rem !important
  }

  .xl\:mt-4 {
    margin-top: 1rem !important
  }

  .xl\:mr-4 {
    margin-right: 1rem !important
  }

  .xl\:mb-4 {
    margin-bottom: 1rem !important
  }

  .xl\:ml-4 {
    margin-left: 1rem !important
  }

  .xl\:mt-5 {
    margin-top: 1.25rem !important
  }

  .xl\:mr-5 {
    margin-right: 1.25rem !important
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem !important
  }

  .xl\:ml-5 {
    margin-left: 1.25rem !important
  }

  .xl\:mt-6 {
    margin-top: 1.5rem !important
  }

  .xl\:mr-6 {
    margin-right: 1.5rem !important
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem !important
  }

  .xl\:ml-6 {
    margin-left: 1.5rem !important
  }

  .xl\:mt-7 {
    margin-top: 1.8rem !important
  }

  .xl\:mr-7 {
    margin-right: 1.8rem !important
  }

  .xl\:mb-7 {
    margin-bottom: 1.8rem !important
  }

  .xl\:ml-7 {
    margin-left: 1.8rem !important
  }

  .xl\:mt-8 {
    margin-top: 2rem !important
  }

  .xl\:mr-8 {
    margin-right: 2rem !important
  }

  .xl\:mb-8 {
    margin-bottom: 2rem !important
  }

  .xl\:ml-8 {
    margin-left: 2rem !important
  }

  .xl\:mt-9 {
    margin-top: 2.4rem !important
  }

  .xl\:mr-9 {
    margin-right: 2.4rem !important
  }

  .xl\:mb-9 {
    margin-bottom: 2.4rem !important
  }

  .xl\:ml-9 {
    margin-left: 2.4rem !important
  }

  .xl\:mt-10 {
    margin-top: 2.5rem !important
  }

  .xl\:mr-10 {
    margin-right: 2.5rem !important
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem !important
  }

  .xl\:ml-10 {
    margin-left: 2.5rem !important
  }

  .xl\:mt-11 {
    margin-top: 2.6rem !important
  }

  .xl\:mr-11 {
    margin-right: 2.6rem !important
  }

  .xl\:mb-11 {
    margin-bottom: 2.6rem !important
  }

  .xl\:ml-11 {
    margin-left: 2.6rem !important
  }

  .xl\:mt-12 {
    margin-top: 3rem !important
  }

  .xl\:mr-12 {
    margin-right: 3rem !important
  }

  .xl\:mb-12 {
    margin-bottom: 3rem !important
  }

  .xl\:ml-12 {
    margin-left: 3rem !important
  }

  .xl\:mt-14 {
    margin-top: 3.6rem !important
  }

  .xl\:mr-14 {
    margin-right: 3.6rem !important
  }

  .xl\:mb-14 {
    margin-bottom: 3.6rem !important
  }

  .xl\:ml-14 {
    margin-left: 3.6rem !important
  }

  .xl\:mt-15 {
    margin-top: 3.8rem !important
  }

  .xl\:mr-15 {
    margin-right: 3.8rem !important
  }

  .xl\:mb-15 {
    margin-bottom: 3.8rem !important
  }

  .xl\:ml-15 {
    margin-left: 3.8rem !important
  }

  .xl\:mt-16 {
    margin-top: 4rem !important
  }

  .xl\:mr-16 {
    margin-right: 4rem !important
  }

  .xl\:mb-16 {
    margin-bottom: 4rem !important
  }

  .xl\:ml-16 {
    margin-left: 4rem !important
  }

  .xl\:mt-18 {
    margin-top: 4.5rem !important
  }

  .xl\:mr-18 {
    margin-right: 4.5rem !important
  }

  .xl\:mb-18 {
    margin-bottom: 4.5rem !important
  }

  .xl\:ml-18 {
    margin-left: 4.5rem !important
  }

  .xl\:mt-20 {
    margin-top: 5rem !important
  }

  .xl\:mr-20 {
    margin-right: 5rem !important
  }

  .xl\:mb-20 {
    margin-bottom: 5rem !important
  }

  .xl\:ml-20 {
    margin-left: 5rem !important
  }

  .xl\:mt-21 {
    margin-top: 5.3rem !important
  }

  .xl\:mr-21 {
    margin-right: 5.3rem !important
  }

  .xl\:mb-21 {
    margin-bottom: 5.3rem !important
  }

  .xl\:ml-21 {
    margin-left: 5.3rem !important
  }

  .xl\:mt-22 {
    margin-top: 5.7rem !important
  }

  .xl\:mr-22 {
    margin-right: 5.7rem !important
  }

  .xl\:mb-22 {
    margin-bottom: 5.7rem !important
  }

  .xl\:ml-22 {
    margin-left: 5.7rem !important
  }

  .xl\:mt-24 {
    margin-top: 6rem !important
  }

  .xl\:mr-24 {
    margin-right: 6rem !important
  }

  .xl\:mb-24 {
    margin-bottom: 6rem !important
  }

  .xl\:ml-24 {
    margin-left: 6rem !important
  }

  .xl\:mt-28 {
    margin-top: 7rem !important
  }

  .xl\:mr-28 {
    margin-right: 7rem !important
  }

  .xl\:mb-28 {
    margin-bottom: 7rem !important
  }

  .xl\:ml-28 {
    margin-left: 7rem !important
  }

  .xl\:mt-30 {
    margin-top: 7.6rem !important
  }

  .xl\:mr-30 {
    margin-right: 7.6rem !important
  }

  .xl\:mb-30 {
    margin-bottom: 7.6rem !important
  }

  .xl\:ml-30 {
    margin-left: 7.6rem !important
  }

  .xl\:mt-32 {
    margin-top: 8rem !important
  }

  .xl\:mr-32 {
    margin-right: 8rem !important
  }

  .xl\:mb-32 {
    margin-bottom: 8rem !important
  }

  .xl\:ml-32 {
    margin-left: 8rem !important
  }

  .xl\:mt-36 {
    margin-top: 9.1rem !important
  }

  .xl\:mr-36 {
    margin-right: 9.1rem !important
  }

  .xl\:mb-36 {
    margin-bottom: 9.1rem !important
  }

  .xl\:ml-36 {
    margin-left: 9.1rem !important
  }

  .xl\:mt-40 {
    margin-top: 10rem !important
  }

  .xl\:mr-40 {
    margin-right: 10rem !important
  }

  .xl\:mb-40 {
    margin-bottom: 10rem !important
  }

  .xl\:ml-40 {
    margin-left: 10rem !important
  }

  .xl\:mt-46 {
    margin-top: 11.7rem !important
  }

  .xl\:mr-46 {
    margin-right: 11.7rem !important
  }

  .xl\:mb-46 {
    margin-bottom: 11.7rem !important
  }

  .xl\:ml-46 {
    margin-left: 11.7rem !important
  }

  .xl\:mt-48 {
    margin-top: 12rem !important
  }

  .xl\:mr-48 {
    margin-right: 12rem !important
  }

  .xl\:mb-48 {
    margin-bottom: 12rem !important
  }

  .xl\:ml-48 {
    margin-left: 12rem !important
  }

  .xl\:mt-56 {
    margin-top: 14rem !important
  }

  .xl\:mr-56 {
    margin-right: 14rem !important
  }

  .xl\:mb-56 {
    margin-bottom: 14rem !important
  }

  .xl\:ml-56 {
    margin-left: 14rem !important
  }

  .xl\:mt-58 {
    margin-top: 14.7rem !important
  }

  .xl\:mr-58 {
    margin-right: 14.7rem !important
  }

  .xl\:mb-58 {
    margin-bottom: 14.7rem !important
  }

  .xl\:ml-58 {
    margin-left: 14.7rem !important
  }

  .xl\:mt-62 {
    margin-top: 15.7rem !important
  }

  .xl\:mr-62 {
    margin-right: 15.7rem !important
  }

  .xl\:mb-62 {
    margin-bottom: 15.7rem !important
  }

  .xl\:ml-62 {
    margin-left: 15.7rem !important
  }

  .xl\:mt-64 {
    margin-top: 16rem !important
  }

  .xl\:mr-64 {
    margin-right: 16rem !important
  }

  .xl\:mb-64 {
    margin-bottom: 16rem !important
  }

  .xl\:ml-64 {
    margin-left: 16rem !important
  }

  .xl\:mt-69 {
    margin-top: 17.1rem !important
  }

  .xl\:mr-69 {
    margin-right: 17.1rem !important
  }

  .xl\:mb-69 {
    margin-bottom: 17.1rem !important
  }

  .xl\:ml-69 {
    margin-left: 17.1rem !important
  }

  .xl\:mt-71 {
    margin-top: 17.9rem !important
  }

  .xl\:mr-71 {
    margin-right: 17.9rem !important
  }

  .xl\:mb-71 {
    margin-bottom: 17.9rem !important
  }

  .xl\:ml-71 {
    margin-left: 17.9rem !important
  }

  .xl\:mt-72 {
    margin-top: 18.1rem !important
  }

  .xl\:mr-72 {
    margin-right: 18.1rem !important
  }

  .xl\:mb-72 {
    margin-bottom: 18.1rem !important
  }

  .xl\:ml-72 {
    margin-left: 18.1rem !important
  }

  .xl\:mt-80 {
    margin-top: 20rem !important
  }

  .xl\:mr-80 {
    margin-right: 20rem !important
  }

  .xl\:mb-80 {
    margin-bottom: 20rem !important
  }

  .xl\:ml-80 {
    margin-left: 20rem !important
  }

  .xl\:mt-100 {
    margin-top: 25rem !important
  }

  .xl\:mr-100 {
    margin-right: 25rem !important
  }

  .xl\:mb-100 {
    margin-bottom: 25rem !important
  }

  .xl\:ml-100 {
    margin-left: 25rem !important
  }

  .xl\:mt-112 {
    margin-top: 28rem !important
  }

  .xl\:mr-112 {
    margin-right: 28rem !important
  }

  .xl\:mb-112 {
    margin-bottom: 28rem !important
  }

  .xl\:ml-112 {
    margin-left: 28rem !important
  }

  .xl\:mt-128 {
    margin-top: 32rem !important
  }

  .xl\:mr-128 {
    margin-right: 32rem !important
  }

  .xl\:mb-128 {
    margin-bottom: 32rem !important
  }

  .xl\:ml-128 {
    margin-left: 32rem !important
  }

  .xl\:mt-143 {
    margin-top: 35.9rem !important
  }

  .xl\:mr-143 {
    margin-right: 35.9rem !important
  }

  .xl\:mb-143 {
    margin-bottom: 35.9rem !important
  }

  .xl\:ml-143 {
    margin-left: 35.9rem !important
  }

  .xl\:mt-149 {
    margin-top: 37.4rem !important
  }

  .xl\:mr-149 {
    margin-right: 37.4rem !important
  }

  .xl\:mb-149 {
    margin-bottom: 37.4rem !important
  }

  .xl\:ml-149 {
    margin-left: 37.4rem !important
  }

  .xl\:mt-240 {
    margin-top: 60rem !important
  }

  .xl\:mr-240 {
    margin-right: 60rem !important
  }

  .xl\:mb-240 {
    margin-bottom: 60rem !important
  }

  .xl\:ml-240 {
    margin-left: 60rem !important
  }

  .xl\:mt-280 {
    margin-top: 70rem !important
  }

  .xl\:mr-280 {
    margin-right: 70rem !important
  }

  .xl\:mb-280 {
    margin-bottom: 70rem !important
  }

  .xl\:ml-280 {
    margin-left: 70rem !important
  }

  .xl\:mt-291 {
    margin-top: 72.9rem !important
  }

  .xl\:mr-291 {
    margin-right: 72.9rem !important
  }

  .xl\:mb-291 {
    margin-bottom: 72.9rem !important
  }

  .xl\:ml-291 {
    margin-left: 72.9rem !important
  }

  .xl\:mt-316 {
    margin-top: 79rem !important
  }

  .xl\:mr-316 {
    margin-right: 79rem !important
  }

  .xl\:mb-316 {
    margin-bottom: 79rem !important
  }

  .xl\:ml-316 {
    margin-left: 79rem !important
  }

  .xl\:mt-auto {
    margin-top: auto !important
  }

  .xl\:mr-auto {
    margin-right: auto !important
  }

  .xl\:mb-auto {
    margin-bottom: auto !important
  }

  .xl\:ml-auto {
    margin-left: auto !important
  }

  .xl\:mt-px {
    margin-top: 1px !important
  }

  .xl\:mr-px {
    margin-right: 1px !important
  }

  .xl\:mb-px {
    margin-bottom: 1px !important
  }

  .xl\:ml-px {
    margin-left: 1px !important
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem !important
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem !important
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem !important
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem !important
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem !important
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem !important
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem !important
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem !important
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem !important
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem !important
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem !important
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem !important
  }

  .xl\:-mt-4 {
    margin-top: -1rem !important
  }

  .xl\:-mr-4 {
    margin-right: -1rem !important
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem !important
  }

  .xl\:-ml-4 {
    margin-left: -1rem !important
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem !important
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem !important
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem !important
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem !important
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem !important
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem !important
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem !important
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem !important
  }

  .xl\:-mt-7 {
    margin-top: -1.8rem !important
  }

  .xl\:-mr-7 {
    margin-right: -1.8rem !important
  }

  .xl\:-mb-7 {
    margin-bottom: -1.8rem !important
  }

  .xl\:-ml-7 {
    margin-left: -1.8rem !important
  }

  .xl\:-mt-8 {
    margin-top: -2rem !important
  }

  .xl\:-mr-8 {
    margin-right: -2rem !important
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem !important
  }

  .xl\:-ml-8 {
    margin-left: -2rem !important
  }

  .xl\:-mt-9 {
    margin-top: -2.4rem !important
  }

  .xl\:-mr-9 {
    margin-right: -2.4rem !important
  }

  .xl\:-mb-9 {
    margin-bottom: -2.4rem !important
  }

  .xl\:-ml-9 {
    margin-left: -2.4rem !important
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem !important
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem !important
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem !important
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem !important
  }

  .xl\:-mt-11 {
    margin-top: -2.6rem !important
  }

  .xl\:-mr-11 {
    margin-right: -2.6rem !important
  }

  .xl\:-mb-11 {
    margin-bottom: -2.6rem !important
  }

  .xl\:-ml-11 {
    margin-left: -2.6rem !important
  }

  .xl\:-mt-12 {
    margin-top: -3rem !important
  }

  .xl\:-mr-12 {
    margin-right: -3rem !important
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem !important
  }

  .xl\:-ml-12 {
    margin-left: -3rem !important
  }

  .xl\:-mt-14 {
    margin-top: -3.6rem !important
  }

  .xl\:-mr-14 {
    margin-right: -3.6rem !important
  }

  .xl\:-mb-14 {
    margin-bottom: -3.6rem !important
  }

  .xl\:-ml-14 {
    margin-left: -3.6rem !important
  }

  .xl\:-mt-15 {
    margin-top: -3.8rem !important
  }

  .xl\:-mr-15 {
    margin-right: -3.8rem !important
  }

  .xl\:-mb-15 {
    margin-bottom: -3.8rem !important
  }

  .xl\:-ml-15 {
    margin-left: -3.8rem !important
  }

  .xl\:-mt-16 {
    margin-top: -4rem !important
  }

  .xl\:-mr-16 {
    margin-right: -4rem !important
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem !important
  }

  .xl\:-ml-16 {
    margin-left: -4rem !important
  }

  .xl\:-mt-18 {
    margin-top: -4.5rem !important
  }

  .xl\:-mr-18 {
    margin-right: -4.5rem !important
  }

  .xl\:-mb-18 {
    margin-bottom: -4.5rem !important
  }

  .xl\:-ml-18 {
    margin-left: -4.5rem !important
  }

  .xl\:-mt-20 {
    margin-top: -5rem !important
  }

  .xl\:-mr-20 {
    margin-right: -5rem !important
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem !important
  }

  .xl\:-ml-20 {
    margin-left: -5rem !important
  }

  .xl\:-mt-21 {
    margin-top: -5.3rem !important
  }

  .xl\:-mr-21 {
    margin-right: -5.3rem !important
  }

  .xl\:-mb-21 {
    margin-bottom: -5.3rem !important
  }

  .xl\:-ml-21 {
    margin-left: -5.3rem !important
  }

  .xl\:-mt-22 {
    margin-top: -5.7rem !important
  }

  .xl\:-mr-22 {
    margin-right: -5.7rem !important
  }

  .xl\:-mb-22 {
    margin-bottom: -5.7rem !important
  }

  .xl\:-ml-22 {
    margin-left: -5.7rem !important
  }

  .xl\:-mt-24 {
    margin-top: -6rem !important
  }

  .xl\:-mr-24 {
    margin-right: -6rem !important
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem !important
  }

  .xl\:-ml-24 {
    margin-left: -6rem !important
  }

  .xl\:-mt-28 {
    margin-top: -7rem !important
  }

  .xl\:-mr-28 {
    margin-right: -7rem !important
  }

  .xl\:-mb-28 {
    margin-bottom: -7rem !important
  }

  .xl\:-ml-28 {
    margin-left: -7rem !important
  }

  .xl\:-mt-30 {
    margin-top: -7.6rem !important
  }

  .xl\:-mr-30 {
    margin-right: -7.6rem !important
  }

  .xl\:-mb-30 {
    margin-bottom: -7.6rem !important
  }

  .xl\:-ml-30 {
    margin-left: -7.6rem !important
  }

  .xl\:-mt-32 {
    margin-top: -8rem !important
  }

  .xl\:-mr-32 {
    margin-right: -8rem !important
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem !important
  }

  .xl\:-ml-32 {
    margin-left: -8rem !important
  }

  .xl\:-mt-36 {
    margin-top: -9.1rem !important
  }

  .xl\:-mr-36 {
    margin-right: -9.1rem !important
  }

  .xl\:-mb-36 {
    margin-bottom: -9.1rem !important
  }

  .xl\:-ml-36 {
    margin-left: -9.1rem !important
  }

  .xl\:-mt-40 {
    margin-top: -10rem !important
  }

  .xl\:-mr-40 {
    margin-right: -10rem !important
  }

  .xl\:-mb-40 {
    margin-bottom: -10rem !important
  }

  .xl\:-ml-40 {
    margin-left: -10rem !important
  }

  .xl\:-mt-46 {
    margin-top: -11.7rem !important
  }

  .xl\:-mr-46 {
    margin-right: -11.7rem !important
  }

  .xl\:-mb-46 {
    margin-bottom: -11.7rem !important
  }

  .xl\:-ml-46 {
    margin-left: -11.7rem !important
  }

  .xl\:-mt-48 {
    margin-top: -12rem !important
  }

  .xl\:-mr-48 {
    margin-right: -12rem !important
  }

  .xl\:-mb-48 {
    margin-bottom: -12rem !important
  }

  .xl\:-ml-48 {
    margin-left: -12rem !important
  }

  .xl\:-mt-56 {
    margin-top: -14rem !important
  }

  .xl\:-mr-56 {
    margin-right: -14rem !important
  }

  .xl\:-mb-56 {
    margin-bottom: -14rem !important
  }

  .xl\:-ml-56 {
    margin-left: -14rem !important
  }

  .xl\:-mt-58 {
    margin-top: -14.7rem !important
  }

  .xl\:-mr-58 {
    margin-right: -14.7rem !important
  }

  .xl\:-mb-58 {
    margin-bottom: -14.7rem !important
  }

  .xl\:-ml-58 {
    margin-left: -14.7rem !important
  }

  .xl\:-mt-62 {
    margin-top: -15.7rem !important
  }

  .xl\:-mr-62 {
    margin-right: -15.7rem !important
  }

  .xl\:-mb-62 {
    margin-bottom: -15.7rem !important
  }

  .xl\:-ml-62 {
    margin-left: -15.7rem !important
  }

  .xl\:-mt-64 {
    margin-top: -16rem !important
  }

  .xl\:-mr-64 {
    margin-right: -16rem !important
  }

  .xl\:-mb-64 {
    margin-bottom: -16rem !important
  }

  .xl\:-ml-64 {
    margin-left: -16rem !important
  }

  .xl\:-mt-69 {
    margin-top: -17.1rem !important
  }

  .xl\:-mr-69 {
    margin-right: -17.1rem !important
  }

  .xl\:-mb-69 {
    margin-bottom: -17.1rem !important
  }

  .xl\:-ml-69 {
    margin-left: -17.1rem !important
  }

  .xl\:-mt-71 {
    margin-top: -17.9rem !important
  }

  .xl\:-mr-71 {
    margin-right: -17.9rem !important
  }

  .xl\:-mb-71 {
    margin-bottom: -17.9rem !important
  }

  .xl\:-ml-71 {
    margin-left: -17.9rem !important
  }

  .xl\:-mt-72 {
    margin-top: -18.1rem !important
  }

  .xl\:-mr-72 {
    margin-right: -18.1rem !important
  }

  .xl\:-mb-72 {
    margin-bottom: -18.1rem !important
  }

  .xl\:-ml-72 {
    margin-left: -18.1rem !important
  }

  .xl\:-mt-80 {
    margin-top: -20rem !important
  }

  .xl\:-mr-80 {
    margin-right: -20rem !important
  }

  .xl\:-mb-80 {
    margin-bottom: -20rem !important
  }

  .xl\:-ml-80 {
    margin-left: -20rem !important
  }

  .xl\:-mt-100 {
    margin-top: -25rem !important
  }

  .xl\:-mr-100 {
    margin-right: -25rem !important
  }

  .xl\:-mb-100 {
    margin-bottom: -25rem !important
  }

  .xl\:-ml-100 {
    margin-left: -25rem !important
  }

  .xl\:-mt-112 {
    margin-top: -28rem !important
  }

  .xl\:-mr-112 {
    margin-right: -28rem !important
  }

  .xl\:-mb-112 {
    margin-bottom: -28rem !important
  }

  .xl\:-ml-112 {
    margin-left: -28rem !important
  }

  .xl\:-mt-128 {
    margin-top: -32rem !important
  }

  .xl\:-mr-128 {
    margin-right: -32rem !important
  }

  .xl\:-mb-128 {
    margin-bottom: -32rem !important
  }

  .xl\:-ml-128 {
    margin-left: -32rem !important
  }

  .xl\:-mt-143 {
    margin-top: -35.9rem !important
  }

  .xl\:-mr-143 {
    margin-right: -35.9rem !important
  }

  .xl\:-mb-143 {
    margin-bottom: -35.9rem !important
  }

  .xl\:-ml-143 {
    margin-left: -35.9rem !important
  }

  .xl\:-mt-149 {
    margin-top: -37.4rem !important
  }

  .xl\:-mr-149 {
    margin-right: -37.4rem !important
  }

  .xl\:-mb-149 {
    margin-bottom: -37.4rem !important
  }

  .xl\:-ml-149 {
    margin-left: -37.4rem !important
  }

  .xl\:-mt-240 {
    margin-top: -60rem !important
  }

  .xl\:-mr-240 {
    margin-right: -60rem !important
  }

  .xl\:-mb-240 {
    margin-bottom: -60rem !important
  }

  .xl\:-ml-240 {
    margin-left: -60rem !important
  }

  .xl\:-mt-280 {
    margin-top: -70rem !important
  }

  .xl\:-mr-280 {
    margin-right: -70rem !important
  }

  .xl\:-mb-280 {
    margin-bottom: -70rem !important
  }

  .xl\:-ml-280 {
    margin-left: -70rem !important
  }

  .xl\:-mt-291 {
    margin-top: -72.9rem !important
  }

  .xl\:-mr-291 {
    margin-right: -72.9rem !important
  }

  .xl\:-mb-291 {
    margin-bottom: -72.9rem !important
  }

  .xl\:-ml-291 {
    margin-left: -72.9rem !important
  }

  .xl\:-mt-316 {
    margin-top: -79rem !important
  }

  .xl\:-mr-316 {
    margin-right: -79rem !important
  }

  .xl\:-mb-316 {
    margin-bottom: -79rem !important
  }

  .xl\:-ml-316 {
    margin-left: -79rem !important
  }

  .xl\:-mt-px {
    margin-top: -1px !important
  }

  .xl\:-mr-px {
    margin-right: -1px !important
  }

  .xl\:-mb-px {
    margin-bottom: -1px !important
  }

  .xl\:-ml-px {
    margin-left: -1px !important
  }

  .xl\:max-h-full {
    max-height: 100% !important
  }

  .xl\:max-h-screen {
    max-height: 100vh !important
  }

  .xl\:max-w-0 {
    max-width: 0 !important
  }

  .xl\:max-w-1 {
    max-width: 0.25rem !important
  }

  .xl\:max-w-2 {
    max-width: 0.5rem !important
  }

  .xl\:max-w-3 {
    max-width: 0.75rem !important
  }

  .xl\:max-w-4 {
    max-width: 1rem !important
  }

  .xl\:max-w-5 {
    max-width: 1.25rem !important
  }

  .xl\:max-w-6 {
    max-width: 1.5rem !important
  }

  .xl\:max-w-7 {
    max-width: 1.8rem !important
  }

  .xl\:max-w-8 {
    max-width: 2rem !important
  }

  .xl\:max-w-9 {
    max-width: 2.4rem !important
  }

  .xl\:max-w-10 {
    max-width: 2.5rem !important
  }

  .xl\:max-w-11 {
    max-width: 2.6rem !important
  }

  .xl\:max-w-12 {
    max-width: 3rem !important
  }

  .xl\:max-w-14 {
    max-width: 3.6rem !important
  }

  .xl\:max-w-15 {
    max-width: 3.8rem !important
  }

  .xl\:max-w-16 {
    max-width: 4rem !important
  }

  .xl\:max-w-18 {
    max-width: 4.5rem !important
  }

  .xl\:max-w-20 {
    max-width: 5rem !important
  }

  .xl\:max-w-21 {
    max-width: 5.3rem !important
  }

  .xl\:max-w-22 {
    max-width: 5.7rem !important
  }

  .xl\:max-w-24 {
    max-width: 6rem !important
  }

  .xl\:max-w-28 {
    max-width: 7rem !important
  }

  .xl\:max-w-30 {
    max-width: 7.6rem !important
  }

  .xl\:max-w-32 {
    max-width: 8rem !important
  }

  .xl\:max-w-36 {
    max-width: 9.1rem !important
  }

  .xl\:max-w-40 {
    max-width: 10rem !important
  }

  .xl\:max-w-46 {
    max-width: 11.7rem !important
  }

  .xl\:max-w-48 {
    max-width: 12rem !important
  }

  .xl\:max-w-56 {
    max-width: 14rem !important
  }

  .xl\:max-w-58 {
    max-width: 14.7rem !important
  }

  .xl\:max-w-62 {
    max-width: 15.7rem !important
  }

  .xl\:max-w-64 {
    max-width: 16rem !important
  }

  .xl\:max-w-69 {
    max-width: 17.1rem !important
  }

  .xl\:max-w-71 {
    max-width: 17.9rem !important
  }

  .xl\:max-w-72 {
    max-width: 18.1rem !important
  }

  .xl\:max-w-80 {
    max-width: 20rem !important
  }

  .xl\:max-w-100 {
    max-width: 25rem !important
  }

  .xl\:max-w-112 {
    max-width: 28rem !important
  }

  .xl\:max-w-128 {
    max-width: 32rem !important
  }

  .xl\:max-w-143 {
    max-width: 35.9rem !important
  }

  .xl\:max-w-149 {
    max-width: 37.4rem !important
  }

  .xl\:max-w-240 {
    max-width: 60rem !important
  }

  .xl\:max-w-280 {
    max-width: 70rem !important
  }

  .xl\:max-w-291 {
    max-width: 72.9rem !important
  }

  .xl\:max-w-316 {
    max-width: 79rem !important
  }

  .xl\:max-w-auto {
    max-width: auto !important
  }

  .xl\:max-w-xs {
    max-width: 20rem !important
  }

  .xl\:max-w-sm {
    max-width: 30rem !important
  }

  .xl\:max-w-md {
    max-width: 50rem !important
  }

  .xl\:max-w-lg {
    max-width: 78rem !important
  }

  .xl\:max-w-xl {
    max-width: 100rem !important
  }

  .xl\:max-w-full {
    max-width: 100% !important
  }

  .xl\:max-w-px {
    max-width: 1px !important
  }

  .xl\:min-h-0 {
    min-height: 0 !important
  }

  .xl\:min-h-69 {
    min-height: 17.3rem !important
  }

  .xl\:min-h-120 {
    min-height: 30rem !important
  }

  .xl\:min-h-full {
    min-height: 100% !important
  }

  .xl\:min-h-screen {
    min-height: 100vh !important
  }

  .xl\:min-w-0 {
    min-width: 0 !important
  }

  .xl\:min-w-1 {
    min-width: 0.25rem !important
  }

  .xl\:min-w-2 {
    min-width: 0.5rem !important
  }

  .xl\:min-w-3 {
    min-width: 0.75rem !important
  }

  .xl\:min-w-4 {
    min-width: 1rem !important
  }

  .xl\:min-w-5 {
    min-width: 1.25rem !important
  }

  .xl\:min-w-6 {
    min-width: 1.5rem !important
  }

  .xl\:min-w-7 {
    min-width: 1.8rem !important
  }

  .xl\:min-w-8 {
    min-width: 2rem !important
  }

  .xl\:min-w-9 {
    min-width: 2.4rem !important
  }

  .xl\:min-w-10 {
    min-width: 2.5rem !important
  }

  .xl\:min-w-11 {
    min-width: 2.6rem !important
  }

  .xl\:min-w-12 {
    min-width: 3rem !important
  }

  .xl\:min-w-14 {
    min-width: 3.6rem !important
  }

  .xl\:min-w-15 {
    min-width: 3.8rem !important
  }

  .xl\:min-w-16 {
    min-width: 4rem !important
  }

  .xl\:min-w-18 {
    min-width: 4.5rem !important
  }

  .xl\:min-w-20 {
    min-width: 5rem !important
  }

  .xl\:min-w-21 {
    min-width: 5.3rem !important
  }

  .xl\:min-w-22 {
    min-width: 5.7rem !important
  }

  .xl\:min-w-24 {
    min-width: 6rem !important
  }

  .xl\:min-w-28 {
    min-width: 7rem !important
  }

  .xl\:min-w-30 {
    min-width: 7.6rem !important
  }

  .xl\:min-w-32 {
    min-width: 8rem !important
  }

  .xl\:min-w-36 {
    min-width: 9.1rem !important
  }

  .xl\:min-w-40 {
    min-width: 10rem !important
  }

  .xl\:min-w-46 {
    min-width: 11.7rem !important
  }

  .xl\:min-w-48 {
    min-width: 12rem !important
  }

  .xl\:min-w-56 {
    min-width: 14rem !important
  }

  .xl\:min-w-58 {
    min-width: 14.7rem !important
  }

  .xl\:min-w-62 {
    min-width: 15.7rem !important
  }

  .xl\:min-w-64 {
    min-width: 16rem !important
  }

  .xl\:min-w-69 {
    min-width: 17.1rem !important
  }

  .xl\:min-w-71 {
    min-width: 17.9rem !important
  }

  .xl\:min-w-72 {
    min-width: 18.1rem !important
  }

  .xl\:min-w-80 {
    min-width: 20rem !important
  }

  .xl\:min-w-100 {
    min-width: 25rem !important
  }

  .xl\:min-w-112 {
    min-width: 28rem !important
  }

  .xl\:min-w-128 {
    min-width: 32rem !important
  }

  .xl\:min-w-143 {
    min-width: 35.9rem !important
  }

  .xl\:min-w-149 {
    min-width: 37.4rem !important
  }

  .xl\:min-w-240 {
    min-width: 60rem !important
  }

  .xl\:min-w-280 {
    min-width: 70rem !important
  }

  .xl\:min-w-291 {
    min-width: 72.9rem !important
  }

  .xl\:min-w-316 {
    min-width: 79rem !important
  }

  .xl\:min-w-auto {
    min-width: auto !important
  }

  .xl\:min-w-xs {
    min-width: 20rem !important
  }

  .xl\:min-w-sm {
    min-width: 30rem !important
  }

  .xl\:min-w-md {
    min-width: 50rem !important
  }

  .xl\:min-w-lg {
    min-width: 78rem !important
  }

  .xl\:min-w-xl {
    min-width: 100rem !important
  }

  .xl\:min-w-full {
    min-width: 100% !important
  }

  .xl\:min-w-px {
    min-width: 1px !important
  }

  .xl\:opacity-0 {
    opacity: 0 !important
  }

  .xl\:opacity-25 {
    opacity: 0.25 !important
  }

  .xl\:opacity-50 {
    opacity: 0.5 !important
  }

  .xl\:opacity-75 {
    opacity: 0.75 !important
  }

  .xl\:opacity-100 {
    opacity: 1 !important
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0 !important
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25 !important
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5 !important
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75 !important
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1 !important
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0 !important
  }

  .xl\:focus\:opacity-25:focus {
    opacity: 0.25 !important
  }

  .xl\:focus\:opacity-50:focus {
    opacity: 0.5 !important
  }

  .xl\:focus\:opacity-75:focus {
    opacity: 0.75 !important
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1 !important
  }

  .xl\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important
  }

  .xl\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important
  }

  .xl\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important
  }

  .xl\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important
  }

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

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

  .xl\:overflow-auto {
    overflow: auto !important
  }

  .xl\:overflow-hidden {
    overflow: hidden !important
  }

  .xl\:overflow-visible {
    overflow: visible !important
  }

  .xl\:overflow-scroll {
    overflow: scroll !important
  }

  .xl\:overflow-x-auto {
    overflow-x: auto !important
  }

  .xl\:overflow-y-auto {
    overflow-y: auto !important
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden !important
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden !important
  }

  .xl\:overflow-x-visible {
    overflow-x: visible !important
  }

  .xl\:overflow-y-visible {
    overflow-y: visible !important
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll !important
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll !important
  }

  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important
  }

  .xl\:p-0 {
    padding: 0 !important
  }

  .xl\:p-1 {
    padding: 0.25rem !important
  }

  .xl\:p-2 {
    padding: 0.5rem !important
  }

  .xl\:p-3 {
    padding: 0.75rem !important
  }

  .xl\:p-4 {
    padding: 1rem !important
  }

  .xl\:p-5 {
    padding: 1.25rem !important
  }

  .xl\:p-6 {
    padding: 1.5rem !important
  }

  .xl\:p-7 {
    padding: 1.8rem !important
  }

  .xl\:p-8 {
    padding: 2rem !important
  }

  .xl\:p-9 {
    padding: 2.4rem !important
  }

  .xl\:p-10 {
    padding: 2.5rem !important
  }

  .xl\:p-11 {
    padding: 2.6rem !important
  }

  .xl\:p-12 {
    padding: 3rem !important
  }

  .xl\:p-14 {
    padding: 3.6rem !important
  }

  .xl\:p-15 {
    padding: 3.8rem !important
  }

  .xl\:p-16 {
    padding: 4rem !important
  }

  .xl\:p-18 {
    padding: 4.5rem !important
  }

  .xl\:p-20 {
    padding: 5rem !important
  }

  .xl\:p-21 {
    padding: 5.3rem !important
  }

  .xl\:p-22 {
    padding: 5.7rem !important
  }

  .xl\:p-24 {
    padding: 6rem !important
  }

  .xl\:p-28 {
    padding: 7rem !important
  }

  .xl\:p-30 {
    padding: 7.6rem !important
  }

  .xl\:p-32 {
    padding: 8rem !important
  }

  .xl\:p-36 {
    padding: 9.1rem !important
  }

  .xl\:p-40 {
    padding: 10rem !important
  }

  .xl\:p-46 {
    padding: 11.7rem !important
  }

  .xl\:p-48 {
    padding: 12rem !important
  }

  .xl\:p-56 {
    padding: 14rem !important
  }

  .xl\:p-58 {
    padding: 14.7rem !important
  }

  .xl\:p-62 {
    padding: 15.7rem !important
  }

  .xl\:p-64 {
    padding: 16rem !important
  }

  .xl\:p-69 {
    padding: 17.1rem !important
  }

  .xl\:p-71 {
    padding: 17.9rem !important
  }

  .xl\:p-72 {
    padding: 18.1rem !important
  }

  .xl\:p-80 {
    padding: 20rem !important
  }

  .xl\:p-100 {
    padding: 25rem !important
  }

  .xl\:p-112 {
    padding: 28rem !important
  }

  .xl\:p-128 {
    padding: 32rem !important
  }

  .xl\:p-143 {
    padding: 35.9rem !important
  }

  .xl\:p-149 {
    padding: 37.4rem !important
  }

  .xl\:p-240 {
    padding: 60rem !important
  }

  .xl\:p-280 {
    padding: 70rem !important
  }

  .xl\:p-291 {
    padding: 72.9rem !important
  }

  .xl\:p-316 {
    padding: 79rem !important
  }

  .xl\:p-px {
    padding: 1px !important
  }

  .xl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .xl\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important
  }

  .xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important
  }

  .xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
  }

  .xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important
  }

  .xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important
  }

  .xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important
  }

  .xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
  }

  .xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
  }

  .xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .xl\:py-7 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important
  }

  .xl\:px-7 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important
  }

  .xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .xl\:py-9 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important
  }

  .xl\:px-9 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important
  }

  .xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }

  .xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .xl\:py-11 {
    padding-top: 2.6rem !important;
    padding-bottom: 2.6rem !important
  }

  .xl\:px-11 {
    padding-left: 2.6rem !important;
    padding-right: 2.6rem !important
  }

  .xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .xl\:py-14 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important
  }

  .xl\:px-14 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important
  }

  .xl\:py-15 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important
  }

  .xl\:px-15 {
    padding-left: 3.8rem !important;
    padding-right: 3.8rem !important
  }

  .xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .xl\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
  }

  .xl\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
  }

  .xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .xl\:py-21 {
    padding-top: 5.3rem !important;
    padding-bottom: 5.3rem !important
  }

  .xl\:px-21 {
    padding-left: 5.3rem !important;
    padding-right: 5.3rem !important
  }

  .xl\:py-22 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important
  }

  .xl\:px-22 {
    padding-left: 5.7rem !important;
    padding-right: 5.7rem !important
  }

  .xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .xl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important
  }

  .xl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .xl\:py-30 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important
  }

  .xl\:px-30 {
    padding-left: 7.6rem !important;
    padding-right: 7.6rem !important
  }

  .xl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .xl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .xl\:py-36 {
    padding-top: 9.1rem !important;
    padding-bottom: 9.1rem !important
  }

  .xl\:px-36 {
    padding-left: 9.1rem !important;
    padding-right: 9.1rem !important
  }

  .xl\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important
  }

  .xl\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important
  }

  .xl\:py-46 {
    padding-top: 11.7rem !important;
    padding-bottom: 11.7rem !important
  }

  .xl\:px-46 {
    padding-left: 11.7rem !important;
    padding-right: 11.7rem !important
  }

  .xl\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important
  }

  .xl\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important
  }

  .xl\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important
  }

  .xl\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important
  }

  .xl\:py-58 {
    padding-top: 14.7rem !important;
    padding-bottom: 14.7rem !important
  }

  .xl\:px-58 {
    padding-left: 14.7rem !important;
    padding-right: 14.7rem !important
  }

  .xl\:py-62 {
    padding-top: 15.7rem !important;
    padding-bottom: 15.7rem !important
  }

  .xl\:px-62 {
    padding-left: 15.7rem !important;
    padding-right: 15.7rem !important
  }

  .xl\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important
  }

  .xl\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important
  }

  .xl\:py-69 {
    padding-top: 17.1rem !important;
    padding-bottom: 17.1rem !important
  }

  .xl\:px-69 {
    padding-left: 17.1rem !important;
    padding-right: 17.1rem !important
  }

  .xl\:py-71 {
    padding-top: 17.9rem !important;
    padding-bottom: 17.9rem !important
  }

  .xl\:px-71 {
    padding-left: 17.9rem !important;
    padding-right: 17.9rem !important
  }

  .xl\:py-72 {
    padding-top: 18.1rem !important;
    padding-bottom: 18.1rem !important
  }

  .xl\:px-72 {
    padding-left: 18.1rem !important;
    padding-right: 18.1rem !important
  }

  .xl\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important
  }

  .xl\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important
  }

  .xl\:py-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important
  }

  .xl\:px-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important
  }

  .xl\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important
  }

  .xl\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important
  }

  .xl\:py-128 {
    padding-top: 32rem !important;
    padding-bottom: 32rem !important
  }

  .xl\:px-128 {
    padding-left: 32rem !important;
    padding-right: 32rem !important
  }

  .xl\:py-143 {
    padding-top: 35.9rem !important;
    padding-bottom: 35.9rem !important
  }

  .xl\:px-143 {
    padding-left: 35.9rem !important;
    padding-right: 35.9rem !important
  }

  .xl\:py-149 {
    padding-top: 37.4rem !important;
    padding-bottom: 37.4rem !important
  }

  .xl\:px-149 {
    padding-left: 37.4rem !important;
    padding-right: 37.4rem !important
  }

  .xl\:py-240 {
    padding-top: 60rem !important;
    padding-bottom: 60rem !important
  }

  .xl\:px-240 {
    padding-left: 60rem !important;
    padding-right: 60rem !important
  }

  .xl\:py-280 {
    padding-top: 70rem !important;
    padding-bottom: 70rem !important
  }

  .xl\:px-280 {
    padding-left: 70rem !important;
    padding-right: 70rem !important
  }

  .xl\:py-291 {
    padding-top: 72.9rem !important;
    padding-bottom: 72.9rem !important
  }

  .xl\:px-291 {
    padding-left: 72.9rem !important;
    padding-right: 72.9rem !important
  }

  .xl\:py-316 {
    padding-top: 79rem !important;
    padding-bottom: 79rem !important
  }

  .xl\:px-316 {
    padding-left: 79rem !important;
    padding-right: 79rem !important
  }

  .xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important
  }

  .xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important
  }

  .xl\:pt-0 {
    padding-top: 0 !important
  }

  .xl\:pr-0 {
    padding-right: 0 !important
  }

  .xl\:pb-0 {
    padding-bottom: 0 !important
  }

  .xl\:pl-0 {
    padding-left: 0 !important
  }

  .xl\:pt-1 {
    padding-top: 0.25rem !important
  }

  .xl\:pr-1 {
    padding-right: 0.25rem !important
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem !important
  }

  .xl\:pl-1 {
    padding-left: 0.25rem !important
  }

  .xl\:pt-2 {
    padding-top: 0.5rem !important
  }

  .xl\:pr-2 {
    padding-right: 0.5rem !important
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem !important
  }

  .xl\:pl-2 {
    padding-left: 0.5rem !important
  }

  .xl\:pt-3 {
    padding-top: 0.75rem !important
  }

  .xl\:pr-3 {
    padding-right: 0.75rem !important
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem !important
  }

  .xl\:pl-3 {
    padding-left: 0.75rem !important
  }

  .xl\:pt-4 {
    padding-top: 1rem !important
  }

  .xl\:pr-4 {
    padding-right: 1rem !important
  }

  .xl\:pb-4 {
    padding-bottom: 1rem !important
  }

  .xl\:pl-4 {
    padding-left: 1rem !important
  }

  .xl\:pt-5 {
    padding-top: 1.25rem !important
  }

  .xl\:pr-5 {
    padding-right: 1.25rem !important
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem !important
  }

  .xl\:pl-5 {
    padding-left: 1.25rem !important
  }

  .xl\:pt-6 {
    padding-top: 1.5rem !important
  }

  .xl\:pr-6 {
    padding-right: 1.5rem !important
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem !important
  }

  .xl\:pl-6 {
    padding-left: 1.5rem !important
  }

  .xl\:pt-7 {
    padding-top: 1.8rem !important
  }

  .xl\:pr-7 {
    padding-right: 1.8rem !important
  }

  .xl\:pb-7 {
    padding-bottom: 1.8rem !important
  }

  .xl\:pl-7 {
    padding-left: 1.8rem !important
  }

  .xl\:pt-8 {
    padding-top: 2rem !important
  }

  .xl\:pr-8 {
    padding-right: 2rem !important
  }

  .xl\:pb-8 {
    padding-bottom: 2rem !important
  }

  .xl\:pl-8 {
    padding-left: 2rem !important
  }

  .xl\:pt-9 {
    padding-top: 2.4rem !important
  }

  .xl\:pr-9 {
    padding-right: 2.4rem !important
  }

  .xl\:pb-9 {
    padding-bottom: 2.4rem !important
  }

  .xl\:pl-9 {
    padding-left: 2.4rem !important
  }

  .xl\:pt-10 {
    padding-top: 2.5rem !important
  }

  .xl\:pr-10 {
    padding-right: 2.5rem !important
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem !important
  }

  .xl\:pl-10 {
    padding-left: 2.5rem !important
  }

  .xl\:pt-11 {
    padding-top: 2.6rem !important
  }

  .xl\:pr-11 {
    padding-right: 2.6rem !important
  }

  .xl\:pb-11 {
    padding-bottom: 2.6rem !important
  }

  .xl\:pl-11 {
    padding-left: 2.6rem !important
  }

  .xl\:pt-12 {
    padding-top: 3rem !important
  }

  .xl\:pr-12 {
    padding-right: 3rem !important
  }

  .xl\:pb-12 {
    padding-bottom: 3rem !important
  }

  .xl\:pl-12 {
    padding-left: 3rem !important
  }

  .xl\:pt-14 {
    padding-top: 3.6rem !important
  }

  .xl\:pr-14 {
    padding-right: 3.6rem !important
  }

  .xl\:pb-14 {
    padding-bottom: 3.6rem !important
  }

  .xl\:pl-14 {
    padding-left: 3.6rem !important
  }

  .xl\:pt-15 {
    padding-top: 3.8rem !important
  }

  .xl\:pr-15 {
    padding-right: 3.8rem !important
  }

  .xl\:pb-15 {
    padding-bottom: 3.8rem !important
  }

  .xl\:pl-15 {
    padding-left: 3.8rem !important
  }

  .xl\:pt-16 {
    padding-top: 4rem !important
  }

  .xl\:pr-16 {
    padding-right: 4rem !important
  }

  .xl\:pb-16 {
    padding-bottom: 4rem !important
  }

  .xl\:pl-16 {
    padding-left: 4rem !important
  }

  .xl\:pt-18 {
    padding-top: 4.5rem !important
  }

  .xl\:pr-18 {
    padding-right: 4.5rem !important
  }

  .xl\:pb-18 {
    padding-bottom: 4.5rem !important
  }

  .xl\:pl-18 {
    padding-left: 4.5rem !important
  }

  .xl\:pt-20 {
    padding-top: 5rem !important
  }

  .xl\:pr-20 {
    padding-right: 5rem !important
  }

  .xl\:pb-20 {
    padding-bottom: 5rem !important
  }

  .xl\:pl-20 {
    padding-left: 5rem !important
  }

  .xl\:pt-21 {
    padding-top: 5.3rem !important
  }

  .xl\:pr-21 {
    padding-right: 5.3rem !important
  }

  .xl\:pb-21 {
    padding-bottom: 5.3rem !important
  }

  .xl\:pl-21 {
    padding-left: 5.3rem !important
  }

  .xl\:pt-22 {
    padding-top: 5.7rem !important
  }

  .xl\:pr-22 {
    padding-right: 5.7rem !important
  }

  .xl\:pb-22 {
    padding-bottom: 5.7rem !important
  }

  .xl\:pl-22 {
    padding-left: 5.7rem !important
  }

  .xl\:pt-24 {
    padding-top: 6rem !important
  }

  .xl\:pr-24 {
    padding-right: 6rem !important
  }

  .xl\:pb-24 {
    padding-bottom: 6rem !important
  }

  .xl\:pl-24 {
    padding-left: 6rem !important
  }

  .xl\:pt-28 {
    padding-top: 7rem !important
  }

  .xl\:pr-28 {
    padding-right: 7rem !important
  }

  .xl\:pb-28 {
    padding-bottom: 7rem !important
  }

  .xl\:pl-28 {
    padding-left: 7rem !important
  }

  .xl\:pt-30 {
    padding-top: 7.6rem !important
  }

  .xl\:pr-30 {
    padding-right: 7.6rem !important
  }

  .xl\:pb-30 {
    padding-bottom: 7.6rem !important
  }

  .xl\:pl-30 {
    padding-left: 7.6rem !important
  }

  .xl\:pt-32 {
    padding-top: 8rem !important
  }

  .xl\:pr-32 {
    padding-right: 8rem !important
  }

  .xl\:pb-32 {
    padding-bottom: 8rem !important
  }

  .xl\:pl-32 {
    padding-left: 8rem !important
  }

  .xl\:pt-36 {
    padding-top: 9.1rem !important
  }

  .xl\:pr-36 {
    padding-right: 9.1rem !important
  }

  .xl\:pb-36 {
    padding-bottom: 9.1rem !important
  }

  .xl\:pl-36 {
    padding-left: 9.1rem !important
  }

  .xl\:pt-40 {
    padding-top: 10rem !important
  }

  .xl\:pr-40 {
    padding-right: 10rem !important
  }

  .xl\:pb-40 {
    padding-bottom: 10rem !important
  }

  .xl\:pl-40 {
    padding-left: 10rem !important
  }

  .xl\:pt-46 {
    padding-top: 11.7rem !important
  }

  .xl\:pr-46 {
    padding-right: 11.7rem !important
  }

  .xl\:pb-46 {
    padding-bottom: 11.7rem !important
  }

  .xl\:pl-46 {
    padding-left: 11.7rem !important
  }

  .xl\:pt-48 {
    padding-top: 12rem !important
  }

  .xl\:pr-48 {
    padding-right: 12rem !important
  }

  .xl\:pb-48 {
    padding-bottom: 12rem !important
  }

  .xl\:pl-48 {
    padding-left: 12rem !important
  }

  .xl\:pt-56 {
    padding-top: 14rem !important
  }

  .xl\:pr-56 {
    padding-right: 14rem !important
  }

  .xl\:pb-56 {
    padding-bottom: 14rem !important
  }

  .xl\:pl-56 {
    padding-left: 14rem !important
  }

  .xl\:pt-58 {
    padding-top: 14.7rem !important
  }

  .xl\:pr-58 {
    padding-right: 14.7rem !important
  }

  .xl\:pb-58 {
    padding-bottom: 14.7rem !important
  }

  .xl\:pl-58 {
    padding-left: 14.7rem !important
  }

  .xl\:pt-62 {
    padding-top: 15.7rem !important
  }

  .xl\:pr-62 {
    padding-right: 15.7rem !important
  }

  .xl\:pb-62 {
    padding-bottom: 15.7rem !important
  }

  .xl\:pl-62 {
    padding-left: 15.7rem !important
  }

  .xl\:pt-64 {
    padding-top: 16rem !important
  }

  .xl\:pr-64 {
    padding-right: 16rem !important
  }

  .xl\:pb-64 {
    padding-bottom: 16rem !important
  }

  .xl\:pl-64 {
    padding-left: 16rem !important
  }

  .xl\:pt-69 {
    padding-top: 17.1rem !important
  }

  .xl\:pr-69 {
    padding-right: 17.1rem !important
  }

  .xl\:pb-69 {
    padding-bottom: 17.1rem !important
  }

  .xl\:pl-69 {
    padding-left: 17.1rem !important
  }

  .xl\:pt-71 {
    padding-top: 17.9rem !important
  }

  .xl\:pr-71 {
    padding-right: 17.9rem !important
  }

  .xl\:pb-71 {
    padding-bottom: 17.9rem !important
  }

  .xl\:pl-71 {
    padding-left: 17.9rem !important
  }

  .xl\:pt-72 {
    padding-top: 18.1rem !important
  }

  .xl\:pr-72 {
    padding-right: 18.1rem !important
  }

  .xl\:pb-72 {
    padding-bottom: 18.1rem !important
  }

  .xl\:pl-72 {
    padding-left: 18.1rem !important
  }

  .xl\:pt-80 {
    padding-top: 20rem !important
  }

  .xl\:pr-80 {
    padding-right: 20rem !important
  }

  .xl\:pb-80 {
    padding-bottom: 20rem !important
  }

  .xl\:pl-80 {
    padding-left: 20rem !important
  }

  .xl\:pt-100 {
    padding-top: 25rem !important
  }

  .xl\:pr-100 {
    padding-right: 25rem !important
  }

  .xl\:pb-100 {
    padding-bottom: 25rem !important
  }

  .xl\:pl-100 {
    padding-left: 25rem !important
  }

  .xl\:pt-112 {
    padding-top: 28rem !important
  }

  .xl\:pr-112 {
    padding-right: 28rem !important
  }

  .xl\:pb-112 {
    padding-bottom: 28rem !important
  }

  .xl\:pl-112 {
    padding-left: 28rem !important
  }

  .xl\:pt-128 {
    padding-top: 32rem !important
  }

  .xl\:pr-128 {
    padding-right: 32rem !important
  }

  .xl\:pb-128 {
    padding-bottom: 32rem !important
  }

  .xl\:pl-128 {
    padding-left: 32rem !important
  }

  .xl\:pt-143 {
    padding-top: 35.9rem !important
  }

  .xl\:pr-143 {
    padding-right: 35.9rem !important
  }

  .xl\:pb-143 {
    padding-bottom: 35.9rem !important
  }

  .xl\:pl-143 {
    padding-left: 35.9rem !important
  }

  .xl\:pt-149 {
    padding-top: 37.4rem !important
  }

  .xl\:pr-149 {
    padding-right: 37.4rem !important
  }

  .xl\:pb-149 {
    padding-bottom: 37.4rem !important
  }

  .xl\:pl-149 {
    padding-left: 37.4rem !important
  }

  .xl\:pt-240 {
    padding-top: 60rem !important
  }

  .xl\:pr-240 {
    padding-right: 60rem !important
  }

  .xl\:pb-240 {
    padding-bottom: 60rem !important
  }

  .xl\:pl-240 {
    padding-left: 60rem !important
  }

  .xl\:pt-280 {
    padding-top: 70rem !important
  }

  .xl\:pr-280 {
    padding-right: 70rem !important
  }

  .xl\:pb-280 {
    padding-bottom: 70rem !important
  }

  .xl\:pl-280 {
    padding-left: 70rem !important
  }

  .xl\:pt-291 {
    padding-top: 72.9rem !important
  }

  .xl\:pr-291 {
    padding-right: 72.9rem !important
  }

  .xl\:pb-291 {
    padding-bottom: 72.9rem !important
  }

  .xl\:pl-291 {
    padding-left: 72.9rem !important
  }

  .xl\:pt-316 {
    padding-top: 79rem !important
  }

  .xl\:pr-316 {
    padding-right: 79rem !important
  }

  .xl\:pb-316 {
    padding-bottom: 79rem !important
  }

  .xl\:pl-316 {
    padding-left: 79rem !important
  }

  .xl\:pt-px {
    padding-top: 1px !important
  }

  .xl\:pr-px {
    padding-right: 1px !important
  }

  .xl\:pb-px {
    padding-bottom: 1px !important
  }

  .xl\:pl-px {
    padding-left: 1px !important
  }

  .xl\:static {
    position: static !important
  }

  .xl\:fixed {
    position: fixed !important
  }

  .xl\:absolute {
    position: absolute !important
  }

  .xl\:relative {
    position: relative !important
  }

  .xl\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important
  }

  .xl\:table-auto {
    table-layout: auto !important
  }

  .xl\:table-fixed {
    table-layout: fixed !important
  }

  .xl\:text-left {
    text-align: left !important
  }

  .xl\:text-center {
    text-align: center !important
  }

  .xl\:text-right {
    text-align: right !important
  }

  .xl\:text-justify {
    text-align: justify !important
  }

  .xl\:text-transparent {
    color: transparent !important
  }

  .xl\:text-primary {
    color: #0A5988 !important
  }

  .xl\:text-primary-light {
    color: #257DB2 !important
  }

  .xl\:text-secondary {
    color: #8FC549 !important
  }

  .xl\:text-primary-dark {
    color: #003D62 !important
  }

  .xl\:text-tertiary {
    color: #EBF4FA !important
  }

  .xl\:text-tertiary-light {
    color: #EBF4FA !important
  }

  .xl\:text-tertiary-lightest {
    color: #EBF4FA !important
  }

  .xl\:text-font-main {
    color: #443E37 !important
  }

  .xl\:text-highlight {
    color: #E1962C !important
  }

  .xl\:text-highlight-alt {
    color: #E1962C !important
  }

  .xl\:text-accent {
    color: #DA511F !important
  }

  .xl\:text-accent-alt {
    color: #DA511F !important
  }

  .xl\:text-body-text {
    color: #443E37 !important
  }

  .xl\:text-dividers {
    color: #C7BBAE !important
  }

  .xl\:text-dividers-lighther {
    color: #f5f5f5 !important
  }

  .xl\:text-dividers-light {
    color: #f7f7f7 !important
  }

  .xl\:text-black {
    color: #000 !important
  }

  .xl\:text-white {
    color: #fff !important
  }

  .xl\:text-red-100 {
    color: #FFF5F5 !important
  }

  .xl\:text-red-200 {
    color: #FED7D7 !important
  }

  .xl\:text-red-300 {
    color: #FEB2B2 !important
  }

  .xl\:text-red-400 {
    color: #FC8181 !important
  }

  .xl\:text-red-500 {
    color: #F56565 !important
  }

  .xl\:text-red-600 {
    color: #E53E3E !important
  }

  .xl\:text-red-700 {
    color: #C53030 !important
  }

  .xl\:text-red-800 {
    color: #9B2C2C !important
  }

  .xl\:text-red-900 {
    color: #742A2A !important
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent !important
  }

  .xl\:hover\:text-primary:hover {
    color: #0A5988 !important
  }

  .xl\:hover\:text-primary-light:hover {
    color: #257DB2 !important
  }

  .xl\:hover\:text-secondary:hover {
    color: #8FC549 !important
  }

  .xl\:hover\:text-primary-dark:hover {
    color: #003D62 !important
  }

  .xl\:hover\:text-tertiary:hover {
    color: #EBF4FA !important
  }

  .xl\:hover\:text-tertiary-light:hover {
    color: #EBF4FA !important
  }

  .xl\:hover\:text-tertiary-lightest:hover {
    color: #EBF4FA !important
  }

  .xl\:hover\:text-font-main:hover {
    color: #443E37 !important
  }

  .xl\:hover\:text-highlight:hover {
    color: #E1962C !important
  }

  .xl\:hover\:text-highlight-alt:hover {
    color: #E1962C !important
  }

  .xl\:hover\:text-accent:hover {
    color: #DA511F !important
  }

  .xl\:hover\:text-accent-alt:hover {
    color: #DA511F !important
  }

  .xl\:hover\:text-body-text:hover {
    color: #443E37 !important
  }

  .xl\:hover\:text-dividers:hover {
    color: #C7BBAE !important
  }

  .xl\:hover\:text-dividers-lighther:hover {
    color: #f5f5f5 !important
  }

  .xl\:hover\:text-dividers-light:hover {
    color: #f7f7f7 !important
  }

  .xl\:hover\:text-black:hover {
    color: #000 !important
  }

  .xl\:hover\:text-white:hover {
    color: #fff !important
  }

  .xl\:hover\:text-red-100:hover {
    color: #FFF5F5 !important
  }

  .xl\:hover\:text-red-200:hover {
    color: #FED7D7 !important
  }

  .xl\:hover\:text-red-300:hover {
    color: #FEB2B2 !important
  }

  .xl\:hover\:text-red-400:hover {
    color: #FC8181 !important
  }

  .xl\:hover\:text-red-500:hover {
    color: #F56565 !important
  }

  .xl\:hover\:text-red-600:hover {
    color: #E53E3E !important
  }

  .xl\:hover\:text-red-700:hover {
    color: #C53030 !important
  }

  .xl\:hover\:text-red-800:hover {
    color: #9B2C2C !important
  }

  .xl\:hover\:text-red-900:hover {
    color: #742A2A !important
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent !important
  }

  .xl\:focus\:text-primary:focus {
    color: #0A5988 !important
  }

  .xl\:focus\:text-primary-light:focus {
    color: #257DB2 !important
  }

  .xl\:focus\:text-secondary:focus {
    color: #8FC549 !important
  }

  .xl\:focus\:text-primary-dark:focus {
    color: #003D62 !important
  }

  .xl\:focus\:text-tertiary:focus {
    color: #EBF4FA !important
  }

  .xl\:focus\:text-tertiary-light:focus {
    color: #EBF4FA !important
  }

  .xl\:focus\:text-tertiary-lightest:focus {
    color: #EBF4FA !important
  }

  .xl\:focus\:text-font-main:focus {
    color: #443E37 !important
  }

  .xl\:focus\:text-highlight:focus {
    color: #E1962C !important
  }

  .xl\:focus\:text-highlight-alt:focus {
    color: #E1962C !important
  }

  .xl\:focus\:text-accent:focus {
    color: #DA511F !important
  }

  .xl\:focus\:text-accent-alt:focus {
    color: #DA511F !important
  }

  .xl\:focus\:text-body-text:focus {
    color: #443E37 !important
  }

  .xl\:focus\:text-dividers:focus {
    color: #C7BBAE !important
  }

  .xl\:focus\:text-dividers-lighther:focus {
    color: #f5f5f5 !important
  }

  .xl\:focus\:text-dividers-light:focus {
    color: #f7f7f7 !important
  }

  .xl\:focus\:text-black:focus {
    color: #000 !important
  }

  .xl\:focus\:text-white:focus {
    color: #fff !important
  }

  .xl\:focus\:text-red-100:focus {
    color: #FFF5F5 !important
  }

  .xl\:focus\:text-red-200:focus {
    color: #FED7D7 !important
  }

  .xl\:focus\:text-red-300:focus {
    color: #FEB2B2 !important
  }

  .xl\:focus\:text-red-400:focus {
    color: #FC8181 !important
  }

  .xl\:focus\:text-red-500:focus {
    color: #F56565 !important
  }

  .xl\:focus\:text-red-600:focus {
    color: #E53E3E !important
  }

  .xl\:focus\:text-red-700:focus {
    color: #C53030 !important
  }

  .xl\:focus\:text-red-800:focus {
    color: #9B2C2C !important
  }

  .xl\:focus\:text-red-900:focus {
    color: #742A2A !important
  }

  .xl\:underline {
    text-decoration: underline !important
  }

  .xl\:line-through {
    text-decoration: line-through !important
  }

  .xl\:no-underline {
    text-decoration: none !important
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline !important
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through !important
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none !important
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline !important
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through !important
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none !important
  }

  .xl\:uppercase {
    text-transform: uppercase !important
  }

  .xl\:lowercase {
    text-transform: lowercase !important
  }

  .xl\:capitalize {
    text-transform: capitalize !important
  }

  .xl\:normal-case {
    text-transform: none !important
  }

  .xl\:visible {
    visibility: visible !important
  }

  .xl\:invisible {
    visibility: hidden !important
  }

  .xl\:whitespace-normal {
    white-space: normal !important
  }

  .xl\:whitespace-no-wrap {
    white-space: nowrap !important
  }

  .xl\:whitespace-pre {
    white-space: pre !important
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line !important
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important
  }

  .xl\:w-0 {
    width: 0 !important
  }

  .xl\:w-1 {
    width: 0.25rem !important
  }

  .xl\:w-2 {
    width: 0.5rem !important
  }

  .xl\:w-3 {
    width: 0.75rem !important
  }

  .xl\:w-4 {
    width: 1rem !important
  }

  .xl\:w-5 {
    width: 1.25rem !important
  }

  .xl\:w-6 {
    width: 1.5rem !important
  }

  .xl\:w-7 {
    width: 1.8rem !important
  }

  .xl\:w-8 {
    width: 2rem !important
  }

  .xl\:w-9 {
    width: 2.4rem !important
  }

  .xl\:w-10 {
    width: 2.5rem !important
  }

  .xl\:w-11 {
    width: 2.6rem !important
  }

  .xl\:w-12 {
    width: 3rem !important
  }

  .xl\:w-14 {
    width: 3.6rem !important
  }

  .xl\:w-15 {
    width: 3.8rem !important
  }

  .xl\:w-16 {
    width: 4rem !important
  }

  .xl\:w-18 {
    width: 4.5rem !important
  }

  .xl\:w-20 {
    width: 5rem !important
  }

  .xl\:w-21 {
    width: 5.3rem !important
  }

  .xl\:w-22 {
    width: 5.7rem !important
  }

  .xl\:w-24 {
    width: 6rem !important
  }

  .xl\:w-28 {
    width: 7rem !important
  }

  .xl\:w-30 {
    width: 7.6rem !important
  }

  .xl\:w-32 {
    width: 8rem !important
  }

  .xl\:w-36 {
    width: 9.1rem !important
  }

  .xl\:w-40 {
    width: 10rem !important
  }

  .xl\:w-46 {
    width: 11.7rem !important
  }

  .xl\:w-48 {
    width: 12rem !important
  }

  .xl\:w-56 {
    width: 14rem !important
  }

  .xl\:w-58 {
    width: 14.7rem !important
  }

  .xl\:w-62 {
    width: 15.7rem !important
  }

  .xl\:w-64 {
    width: 16rem !important
  }

  .xl\:w-69 {
    width: 17.1rem !important
  }

  .xl\:w-71 {
    width: 17.9rem !important
  }

  .xl\:w-72 {
    width: 18.1rem !important
  }

  .xl\:w-80 {
    width: 20rem !important
  }

  .xl\:w-100 {
    width: 25rem !important
  }

  .xl\:w-112 {
    width: 28rem !important
  }

  .xl\:w-128 {
    width: 32rem !important
  }

  .xl\:w-143 {
    width: 35.9rem !important
  }

  .xl\:w-149 {
    width: 37.4rem !important
  }

  .xl\:w-240 {
    width: 60rem !important
  }

  .xl\:w-280 {
    width: 70rem !important
  }

  .xl\:w-291 {
    width: 72.9rem !important
  }

  .xl\:w-316 {
    width: 79rem !important
  }

  .xl\:w-auto {
    width: auto !important
  }

  .xl\:w-unset {
    width: unset !important
  }

  .xl\:w-inherit {
    width: inherit !important
  }

  .xl\:w-px {
    width: 1px !important
  }

  .xl\:w-1\/2 {
    width: 50% !important
  }

  .xl\:w-1\/3 {
    width: 33.33333% !important
  }

  .xl\:w-2\/3 {
    width: 66.66667% !important
  }

  .xl\:w-1\/4 {
    width: 25% !important
  }

  .xl\:w-2\/4 {
    width: 50% !important
  }

  .xl\:w-3\/4 {
    width: 75% !important
  }

  .xl\:w-1\/5 {
    width: 20% !important
  }

  .xl\:w-2\/5 {
    width: 40% !important
  }

  .xl\:w-3\/5 {
    width: 60% !important
  }

  .xl\:w-4\/5 {
    width: 80% !important
  }

  .xl\:w-full {
    width: 100% !important
  }

  .xl\:w-screen {
    width: 100vw !important
  }

  .xl\:z-0 {
    z-index: 0 !important
  }

  .xl\:z-10 {
    z-index: 10 !important
  }

  .xl\:z-20 {
    z-index: 20 !important
  }

  .xl\:z-30 {
    z-index: 30 !important
  }

  .xl\:z-40 {
    z-index: 40 !important
  }

  .xl\:z-50 {
    z-index: 100 !important
  }

  .xl\:z-auto {
    z-index: auto !important
  }

  .xl\:-z-1 {
    z-index: -1 !important
  }

  .xl\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
        -ms-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
  }

  .xl\:transform-none {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important
  }

  .xl\:origin-center {
    -webkit-transform-origin: center !important;
        -ms-transform-origin: center !important;
            transform-origin: center !important
  }

  .xl\:origin-top {
    -webkit-transform-origin: top !important;
        -ms-transform-origin: top !important;
            transform-origin: top !important
  }

  .xl\:origin-top-right {
    -webkit-transform-origin: top right !important;
        -ms-transform-origin: top right !important;
            transform-origin: top right !important
  }

  .xl\:origin-right {
    -webkit-transform-origin: right !important;
        -ms-transform-origin: right !important;
            transform-origin: right !important
  }

  .xl\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
        -ms-transform-origin: bottom right !important;
            transform-origin: bottom right !important
  }

  .xl\:origin-bottom {
    -webkit-transform-origin: bottom !important;
        -ms-transform-origin: bottom !important;
            transform-origin: bottom !important
  }

  .xl\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
        -ms-transform-origin: bottom left !important;
            transform-origin: bottom left !important
  }

  .xl\:origin-left {
    -webkit-transform-origin: left !important;
        -ms-transform-origin: left !important;
            transform-origin: left !important
  }

  .xl\:origin-top-left {
    -webkit-transform-origin: top left !important;
        -ms-transform-origin: top left !important;
            transform-origin: top left !important
  }

  .xl\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .xl\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .xl\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .xl\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .xl\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .xl\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .xl\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .xl\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .xl\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .xl\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .xl\:scale-x-0 {
    --transform-scale-x: 0 !important
  }

  .xl\:scale-x-50 {
    --transform-scale-x: .5 !important
  }

  .xl\:scale-x-75 {
    --transform-scale-x: .75 !important
  }

  .xl\:scale-x-90 {
    --transform-scale-x: .9 !important
  }

  .xl\:scale-x-95 {
    --transform-scale-x: .95 !important
  }

  .xl\:scale-x-100 {
    --transform-scale-x: 1 !important
  }

  .xl\:scale-x-105 {
    --transform-scale-x: 1.05 !important
  }

  .xl\:scale-x-110 {
    --transform-scale-x: 1.1 !important
  }

  .xl\:scale-x-125 {
    --transform-scale-x: 1.25 !important
  }

  .xl\:scale-x-150 {
    --transform-scale-x: 1.5 !important
  }

  .xl\:scale-y-0 {
    --transform-scale-y: 0 !important
  }

  .xl\:scale-y-50 {
    --transform-scale-y: .5 !important
  }

  .xl\:scale-y-75 {
    --transform-scale-y: .75 !important
  }

  .xl\:scale-y-90 {
    --transform-scale-y: .9 !important
  }

  .xl\:scale-y-95 {
    --transform-scale-y: .95 !important
  }

  .xl\:scale-y-100 {
    --transform-scale-y: 1 !important
  }

  .xl\:scale-y-105 {
    --transform-scale-y: 1.05 !important
  }

  .xl\:scale-y-110 {
    --transform-scale-y: 1.1 !important
  }

  .xl\:scale-y-125 {
    --transform-scale-y: 1.25 !important
  }

  .xl\:scale-y-150 {
    --transform-scale-y: 1.5 !important
  }

  .xl\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .xl\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .xl\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .xl\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .xl\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .xl\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .xl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .xl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .xl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .xl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .xl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important
  }

  .xl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important
  }

  .xl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important
  }

  .xl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important
  }

  .xl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important
  }

  .xl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important
  }

  .xl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important
  }

  .xl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important
  }

  .xl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important
  }

  .xl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important
  }

  .xl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important
  }

  .xl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important
  }

  .xl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important
  }

  .xl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important
  }

  .xl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important
  }

  .xl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important
  }

  .xl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important
  }

  .xl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important
  }

  .xl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important
  }

  .xl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important
  }

  .xl\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .xl\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .xl\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .xl\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .xl\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .xl\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .xl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .xl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .xl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .xl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .xl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important
  }

  .xl\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important
  }

  .xl\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important
  }

  .xl\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important
  }

  .xl\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important
  }

  .xl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important
  }

  .xl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important
  }

  .xl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important
  }

  .xl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important
  }

  .xl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important
  }

  .xl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important
  }

  .xl\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important
  }

  .xl\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important
  }

  .xl\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important
  }

  .xl\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important
  }

  .xl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important
  }

  .xl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important
  }

  .xl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important
  }

  .xl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important
  }

  .xl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important
  }

  .xl\:rotate-0 {
    --transform-rotate: 0 !important
  }

  .xl\:rotate-45 {
    --transform-rotate: 45deg !important
  }

  .xl\:rotate-90 {
    --transform-rotate: 90deg !important
  }

  .xl\:rotate-180 {
    --transform-rotate: 180deg !important
  }

  .xl\:-rotate-180 {
    --transform-rotate: -180deg !important
  }

  .xl\:-rotate-90 {
    --transform-rotate: -90deg !important
  }

  .xl\:-rotate-45 {
    --transform-rotate: -45deg !important
  }

  .xl\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important
  }

  .xl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important
  }

  .xl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important
  }

  .xl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important
  }

  .xl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important
  }

  .xl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important
  }

  .xl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important
  }

  .xl\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important
  }

  .xl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important
  }

  .xl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important
  }

  .xl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important
  }

  .xl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important
  }

  .xl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important
  }

  .xl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important
  }

  .xl\:translate-x-0 {
    --transform-translate-x: 0 !important
  }

  .xl\:translate-x-1 {
    --transform-translate-x: 0.25rem !important
  }

  .xl\:translate-x-2 {
    --transform-translate-x: 0.5rem !important
  }

  .xl\:translate-x-3 {
    --transform-translate-x: 0.75rem !important
  }

  .xl\:translate-x-4 {
    --transform-translate-x: 1rem !important
  }

  .xl\:translate-x-5 {
    --transform-translate-x: 1.25rem !important
  }

  .xl\:translate-x-6 {
    --transform-translate-x: 1.5rem !important
  }

  .xl\:translate-x-7 {
    --transform-translate-x: 1.8rem !important
  }

  .xl\:translate-x-8 {
    --transform-translate-x: 2rem !important
  }

  .xl\:translate-x-9 {
    --transform-translate-x: 2.4rem !important
  }

  .xl\:translate-x-10 {
    --transform-translate-x: 2.5rem !important
  }

  .xl\:translate-x-11 {
    --transform-translate-x: 2.6rem !important
  }

  .xl\:translate-x-12 {
    --transform-translate-x: 3rem !important
  }

  .xl\:translate-x-14 {
    --transform-translate-x: 3.6rem !important
  }

  .xl\:translate-x-15 {
    --transform-translate-x: 3.8rem !important
  }

  .xl\:translate-x-16 {
    --transform-translate-x: 4rem !important
  }

  .xl\:translate-x-18 {
    --transform-translate-x: 4.5rem !important
  }

  .xl\:translate-x-20 {
    --transform-translate-x: 5rem !important
  }

  .xl\:translate-x-21 {
    --transform-translate-x: 5.3rem !important
  }

  .xl\:translate-x-22 {
    --transform-translate-x: 5.7rem !important
  }

  .xl\:translate-x-24 {
    --transform-translate-x: 6rem !important
  }

  .xl\:translate-x-28 {
    --transform-translate-x: 7rem !important
  }

  .xl\:translate-x-30 {
    --transform-translate-x: 7.6rem !important
  }

  .xl\:translate-x-32 {
    --transform-translate-x: 8rem !important
  }

  .xl\:translate-x-36 {
    --transform-translate-x: 9.1rem !important
  }

  .xl\:translate-x-40 {
    --transform-translate-x: 10rem !important
  }

  .xl\:translate-x-46 {
    --transform-translate-x: 11.7rem !important
  }

  .xl\:translate-x-48 {
    --transform-translate-x: 12rem !important
  }

  .xl\:translate-x-56 {
    --transform-translate-x: 14rem !important
  }

  .xl\:translate-x-58 {
    --transform-translate-x: 14.7rem !important
  }

  .xl\:translate-x-62 {
    --transform-translate-x: 15.7rem !important
  }

  .xl\:translate-x-64 {
    --transform-translate-x: 16rem !important
  }

  .xl\:translate-x-69 {
    --transform-translate-x: 17.1rem !important
  }

  .xl\:translate-x-71 {
    --transform-translate-x: 17.9rem !important
  }

  .xl\:translate-x-72 {
    --transform-translate-x: 18.1rem !important
  }

  .xl\:translate-x-80 {
    --transform-translate-x: 20rem !important
  }

  .xl\:translate-x-100 {
    --transform-translate-x: 25rem !important
  }

  .xl\:translate-x-112 {
    --transform-translate-x: 28rem !important
  }

  .xl\:translate-x-128 {
    --transform-translate-x: 32rem !important
  }

  .xl\:translate-x-143 {
    --transform-translate-x: 35.9rem !important
  }

  .xl\:translate-x-149 {
    --transform-translate-x: 37.4rem !important
  }

  .xl\:translate-x-240 {
    --transform-translate-x: 60rem !important
  }

  .xl\:translate-x-280 {
    --transform-translate-x: 70rem !important
  }

  .xl\:translate-x-291 {
    --transform-translate-x: 72.9rem !important
  }

  .xl\:translate-x-316 {
    --transform-translate-x: 79rem !important
  }

  .xl\:translate-x-px {
    --transform-translate-x: 1px !important
  }

  .xl\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important
  }

  .xl\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important
  }

  .xl\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important
  }

  .xl\:-translate-x-4 {
    --transform-translate-x: -1rem !important
  }

  .xl\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important
  }

  .xl\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important
  }

  .xl\:-translate-x-7 {
    --transform-translate-x: -1.8rem !important
  }

  .xl\:-translate-x-8 {
    --transform-translate-x: -2rem !important
  }

  .xl\:-translate-x-9 {
    --transform-translate-x: -2.4rem !important
  }

  .xl\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important
  }

  .xl\:-translate-x-11 {
    --transform-translate-x: -2.6rem !important
  }

  .xl\:-translate-x-12 {
    --transform-translate-x: -3rem !important
  }

  .xl\:-translate-x-14 {
    --transform-translate-x: -3.6rem !important
  }

  .xl\:-translate-x-15 {
    --transform-translate-x: -3.8rem !important
  }

  .xl\:-translate-x-16 {
    --transform-translate-x: -4rem !important
  }

  .xl\:-translate-x-18 {
    --transform-translate-x: -4.5rem !important
  }

  .xl\:-translate-x-20 {
    --transform-translate-x: -5rem !important
  }

  .xl\:-translate-x-21 {
    --transform-translate-x: -5.3rem !important
  }

  .xl\:-translate-x-22 {
    --transform-translate-x: -5.7rem !important
  }

  .xl\:-translate-x-24 {
    --transform-translate-x: -6rem !important
  }

  .xl\:-translate-x-28 {
    --transform-translate-x: -7rem !important
  }

  .xl\:-translate-x-30 {
    --transform-translate-x: -7.6rem !important
  }

  .xl\:-translate-x-32 {
    --transform-translate-x: -8rem !important
  }

  .xl\:-translate-x-36 {
    --transform-translate-x: -9.1rem !important
  }

  .xl\:-translate-x-40 {
    --transform-translate-x: -10rem !important
  }

  .xl\:-translate-x-46 {
    --transform-translate-x: -11.7rem !important
  }

  .xl\:-translate-x-48 {
    --transform-translate-x: -12rem !important
  }

  .xl\:-translate-x-56 {
    --transform-translate-x: -14rem !important
  }

  .xl\:-translate-x-58 {
    --transform-translate-x: -14.7rem !important
  }

  .xl\:-translate-x-62 {
    --transform-translate-x: -15.7rem !important
  }

  .xl\:-translate-x-64 {
    --transform-translate-x: -16rem !important
  }

  .xl\:-translate-x-69 {
    --transform-translate-x: -17.1rem !important
  }

  .xl\:-translate-x-71 {
    --transform-translate-x: -17.9rem !important
  }

  .xl\:-translate-x-72 {
    --transform-translate-x: -18.1rem !important
  }

  .xl\:-translate-x-80 {
    --transform-translate-x: -20rem !important
  }

  .xl\:-translate-x-100 {
    --transform-translate-x: -25rem !important
  }

  .xl\:-translate-x-112 {
    --transform-translate-x: -28rem !important
  }

  .xl\:-translate-x-128 {
    --transform-translate-x: -32rem !important
  }

  .xl\:-translate-x-143 {
    --transform-translate-x: -35.9rem !important
  }

  .xl\:-translate-x-149 {
    --transform-translate-x: -37.4rem !important
  }

  .xl\:-translate-x-240 {
    --transform-translate-x: -60rem !important
  }

  .xl\:-translate-x-280 {
    --transform-translate-x: -70rem !important
  }

  .xl\:-translate-x-291 {
    --transform-translate-x: -72.9rem !important
  }

  .xl\:-translate-x-316 {
    --transform-translate-x: -79rem !important
  }

  .xl\:-translate-x-px {
    --transform-translate-x: -1px !important
  }

  .xl\:-translate-x-full {
    --transform-translate-x: -100% !important
  }

  .xl\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important
  }

  .xl\:translate-x-1\/2 {
    --transform-translate-x: 50% !important
  }

  .xl\:translate-x-full {
    --transform-translate-x: 100% !important
  }

  .xl\:translate-y-0 {
    --transform-translate-y: 0 !important
  }

  .xl\:translate-y-1 {
    --transform-translate-y: 0.25rem !important
  }

  .xl\:translate-y-2 {
    --transform-translate-y: 0.5rem !important
  }

  .xl\:translate-y-3 {
    --transform-translate-y: 0.75rem !important
  }

  .xl\:translate-y-4 {
    --transform-translate-y: 1rem !important
  }

  .xl\:translate-y-5 {
    --transform-translate-y: 1.25rem !important
  }

  .xl\:translate-y-6 {
    --transform-translate-y: 1.5rem !important
  }

  .xl\:translate-y-7 {
    --transform-translate-y: 1.8rem !important
  }

  .xl\:translate-y-8 {
    --transform-translate-y: 2rem !important
  }

  .xl\:translate-y-9 {
    --transform-translate-y: 2.4rem !important
  }

  .xl\:translate-y-10 {
    --transform-translate-y: 2.5rem !important
  }

  .xl\:translate-y-11 {
    --transform-translate-y: 2.6rem !important
  }

  .xl\:translate-y-12 {
    --transform-translate-y: 3rem !important
  }

  .xl\:translate-y-14 {
    --transform-translate-y: 3.6rem !important
  }

  .xl\:translate-y-15 {
    --transform-translate-y: 3.8rem !important
  }

  .xl\:translate-y-16 {
    --transform-translate-y: 4rem !important
  }

  .xl\:translate-y-18 {
    --transform-translate-y: 4.5rem !important
  }

  .xl\:translate-y-20 {
    --transform-translate-y: 5rem !important
  }

  .xl\:translate-y-21 {
    --transform-translate-y: 5.3rem !important
  }

  .xl\:translate-y-22 {
    --transform-translate-y: 5.7rem !important
  }

  .xl\:translate-y-24 {
    --transform-translate-y: 6rem !important
  }

  .xl\:translate-y-28 {
    --transform-translate-y: 7rem !important
  }

  .xl\:translate-y-30 {
    --transform-translate-y: 7.6rem !important
  }

  .xl\:translate-y-32 {
    --transform-translate-y: 8rem !important
  }

  .xl\:translate-y-36 {
    --transform-translate-y: 9.1rem !important
  }

  .xl\:translate-y-40 {
    --transform-translate-y: 10rem !important
  }

  .xl\:translate-y-46 {
    --transform-translate-y: 11.7rem !important
  }

  .xl\:translate-y-48 {
    --transform-translate-y: 12rem !important
  }

  .xl\:translate-y-56 {
    --transform-translate-y: 14rem !important
  }

  .xl\:translate-y-58 {
    --transform-translate-y: 14.7rem !important
  }

  .xl\:translate-y-62 {
    --transform-translate-y: 15.7rem !important
  }

  .xl\:translate-y-64 {
    --transform-translate-y: 16rem !important
  }

  .xl\:translate-y-69 {
    --transform-translate-y: 17.1rem !important
  }

  .xl\:translate-y-71 {
    --transform-translate-y: 17.9rem !important
  }

  .xl\:translate-y-72 {
    --transform-translate-y: 18.1rem !important
  }

  .xl\:translate-y-80 {
    --transform-translate-y: 20rem !important
  }

  .xl\:translate-y-100 {
    --transform-translate-y: 25rem !important
  }

  .xl\:translate-y-112 {
    --transform-translate-y: 28rem !important
  }

  .xl\:translate-y-128 {
    --transform-translate-y: 32rem !important
  }

  .xl\:translate-y-143 {
    --transform-translate-y: 35.9rem !important
  }

  .xl\:translate-y-149 {
    --transform-translate-y: 37.4rem !important
  }

  .xl\:translate-y-240 {
    --transform-translate-y: 60rem !important
  }

  .xl\:translate-y-280 {
    --transform-translate-y: 70rem !important
  }

  .xl\:translate-y-291 {
    --transform-translate-y: 72.9rem !important
  }

  .xl\:translate-y-316 {
    --transform-translate-y: 79rem !important
  }

  .xl\:translate-y-px {
    --transform-translate-y: 1px !important
  }

  .xl\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important
  }

  .xl\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important
  }

  .xl\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important
  }

  .xl\:-translate-y-4 {
    --transform-translate-y: -1rem !important
  }

  .xl\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important
  }

  .xl\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important
  }

  .xl\:-translate-y-7 {
    --transform-translate-y: -1.8rem !important
  }

  .xl\:-translate-y-8 {
    --transform-translate-y: -2rem !important
  }

  .xl\:-translate-y-9 {
    --transform-translate-y: -2.4rem !important
  }

  .xl\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important
  }

  .xl\:-translate-y-11 {
    --transform-translate-y: -2.6rem !important
  }

  .xl\:-translate-y-12 {
    --transform-translate-y: -3rem !important
  }

  .xl\:-translate-y-14 {
    --transform-translate-y: -3.6rem !important
  }

  .xl\:-translate-y-15 {
    --transform-translate-y: -3.8rem !important
  }

  .xl\:-translate-y-16 {
    --transform-translate-y: -4rem !important
  }

  .xl\:-translate-y-18 {
    --transform-translate-y: -4.5rem !important
  }

  .xl\:-translate-y-20 {
    --transform-translate-y: -5rem !important
  }

  .xl\:-translate-y-21 {
    --transform-translate-y: -5.3rem !important
  }

  .xl\:-translate-y-22 {
    --transform-translate-y: -5.7rem !important
  }

  .xl\:-translate-y-24 {
    --transform-translate-y: -6rem !important
  }

  .xl\:-translate-y-28 {
    --transform-translate-y: -7rem !important
  }

  .xl\:-translate-y-30 {
    --transform-translate-y: -7.6rem !important
  }

  .xl\:-translate-y-32 {
    --transform-translate-y: -8rem !important
  }

  .xl\:-translate-y-36 {
    --transform-translate-y: -9.1rem !important
  }

  .xl\:-translate-y-40 {
    --transform-translate-y: -10rem !important
  }

  .xl\:-translate-y-46 {
    --transform-translate-y: -11.7rem !important
  }

  .xl\:-translate-y-48 {
    --transform-translate-y: -12rem !important
  }

  .xl\:-translate-y-56 {
    --transform-translate-y: -14rem !important
  }

  .xl\:-translate-y-58 {
    --transform-translate-y: -14.7rem !important
  }

  .xl\:-translate-y-62 {
    --transform-translate-y: -15.7rem !important
  }

  .xl\:-translate-y-64 {
    --transform-translate-y: -16rem !important
  }

  .xl\:-translate-y-69 {
    --transform-translate-y: -17.1rem !important
  }

  .xl\:-translate-y-71 {
    --transform-translate-y: -17.9rem !important
  }

  .xl\:-translate-y-72 {
    --transform-translate-y: -18.1rem !important
  }

  .xl\:-translate-y-80 {
    --transform-translate-y: -20rem !important
  }

  .xl\:-translate-y-100 {
    --transform-translate-y: -25rem !important
  }

  .xl\:-translate-y-112 {
    --transform-translate-y: -28rem !important
  }

  .xl\:-translate-y-128 {
    --transform-translate-y: -32rem !important
  }

  .xl\:-translate-y-143 {
    --transform-translate-y: -35.9rem !important
  }

  .xl\:-translate-y-149 {
    --transform-translate-y: -37.4rem !important
  }

  .xl\:-translate-y-240 {
    --transform-translate-y: -60rem !important
  }

  .xl\:-translate-y-280 {
    --transform-translate-y: -70rem !important
  }

  .xl\:-translate-y-291 {
    --transform-translate-y: -72.9rem !important
  }

  .xl\:-translate-y-316 {
    --transform-translate-y: -79rem !important
  }

  .xl\:-translate-y-px {
    --transform-translate-y: -1px !important
  }

  .xl\:-translate-y-full {
    --transform-translate-y: -100% !important
  }

  .xl\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important
  }

  .xl\:translate-y-1\/2 {
    --transform-translate-y: 50% !important
  }

  .xl\:translate-y-full {
    --transform-translate-y: 100% !important
  }

  .xl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important
  }

  .xl\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important
  }

  .xl\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important
  }

  .xl\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important
  }

  .xl\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important
  }

  .xl\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important
  }

  .xl\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important
  }

  .xl\:hover\:translate-x-7:hover {
    --transform-translate-x: 1.8rem !important
  }

  .xl\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important
  }

  .xl\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.4rem !important
  }

  .xl\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important
  }

  .xl\:hover\:translate-x-11:hover {
    --transform-translate-x: 2.6rem !important
  }

  .xl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important
  }

  .xl\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.6rem !important
  }

  .xl\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.8rem !important
  }

  .xl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important
  }

  .xl\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem !important
  }

  .xl\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important
  }

  .xl\:hover\:translate-x-21:hover {
    --transform-translate-x: 5.3rem !important
  }

  .xl\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.7rem !important
  }

  .xl\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important
  }

  .xl\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem !important
  }

  .xl\:hover\:translate-x-30:hover {
    --transform-translate-x: 7.6rem !important
  }

  .xl\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important
  }

  .xl\:hover\:translate-x-36:hover {
    --transform-translate-x: 9.1rem !important
  }

  .xl\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important
  }

  .xl\:hover\:translate-x-46:hover {
    --transform-translate-x: 11.7rem !important
  }

  .xl\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important
  }

  .xl\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important
  }

  .xl\:hover\:translate-x-58:hover {
    --transform-translate-x: 14.7rem !important
  }

  .xl\:hover\:translate-x-62:hover {
    --transform-translate-x: 15.7rem !important
  }

  .xl\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important
  }

  .xl\:hover\:translate-x-69:hover {
    --transform-translate-x: 17.1rem !important
  }

  .xl\:hover\:translate-x-71:hover {
    --transform-translate-x: 17.9rem !important
  }

  .xl\:hover\:translate-x-72:hover {
    --transform-translate-x: 18.1rem !important
  }

  .xl\:hover\:translate-x-80:hover {
    --transform-translate-x: 20rem !important
  }

  .xl\:hover\:translate-x-100:hover {
    --transform-translate-x: 25rem !important
  }

  .xl\:hover\:translate-x-112:hover {
    --transform-translate-x: 28rem !important
  }

  .xl\:hover\:translate-x-128:hover {
    --transform-translate-x: 32rem !important
  }

  .xl\:hover\:translate-x-143:hover {
    --transform-translate-x: 35.9rem !important
  }

  .xl\:hover\:translate-x-149:hover {
    --transform-translate-x: 37.4rem !important
  }

  .xl\:hover\:translate-x-240:hover {
    --transform-translate-x: 60rem !important
  }

  .xl\:hover\:translate-x-280:hover {
    --transform-translate-x: 70rem !important
  }

  .xl\:hover\:translate-x-291:hover {
    --transform-translate-x: 72.9rem !important
  }

  .xl\:hover\:translate-x-316:hover {
    --transform-translate-x: 79rem !important
  }

  .xl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important
  }

  .xl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important
  }

  .xl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important
  }

  .xl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important
  }

  .xl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important
  }

  .xl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important
  }

  .xl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important
  }

  .xl\:hover\:-translate-x-7:hover {
    --transform-translate-x: -1.8rem !important
  }

  .xl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important
  }

  .xl\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.4rem !important
  }

  .xl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important
  }

  .xl\:hover\:-translate-x-11:hover {
    --transform-translate-x: -2.6rem !important
  }

  .xl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important
  }

  .xl\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.6rem !important
  }

  .xl\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.8rem !important
  }

  .xl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important
  }

  .xl\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem !important
  }

  .xl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important
  }

  .xl\:hover\:-translate-x-21:hover {
    --transform-translate-x: -5.3rem !important
  }

  .xl\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.7rem !important
  }

  .xl\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important
  }

  .xl\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem !important
  }

  .xl\:hover\:-translate-x-30:hover {
    --transform-translate-x: -7.6rem !important
  }

  .xl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important
  }

  .xl\:hover\:-translate-x-36:hover {
    --transform-translate-x: -9.1rem !important
  }

  .xl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important
  }

  .xl\:hover\:-translate-x-46:hover {
    --transform-translate-x: -11.7rem !important
  }

  .xl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important
  }

  .xl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important
  }

  .xl\:hover\:-translate-x-58:hover {
    --transform-translate-x: -14.7rem !important
  }

  .xl\:hover\:-translate-x-62:hover {
    --transform-translate-x: -15.7rem !important
  }

  .xl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important
  }

  .xl\:hover\:-translate-x-69:hover {
    --transform-translate-x: -17.1rem !important
  }

  .xl\:hover\:-translate-x-71:hover {
    --transform-translate-x: -17.9rem !important
  }

  .xl\:hover\:-translate-x-72:hover {
    --transform-translate-x: -18.1rem !important
  }

  .xl\:hover\:-translate-x-80:hover {
    --transform-translate-x: -20rem !important
  }

  .xl\:hover\:-translate-x-100:hover {
    --transform-translate-x: -25rem !important
  }

  .xl\:hover\:-translate-x-112:hover {
    --transform-translate-x: -28rem !important
  }

  .xl\:hover\:-translate-x-128:hover {
    --transform-translate-x: -32rem !important
  }

  .xl\:hover\:-translate-x-143:hover {
    --transform-translate-x: -35.9rem !important
  }

  .xl\:hover\:-translate-x-149:hover {
    --transform-translate-x: -37.4rem !important
  }

  .xl\:hover\:-translate-x-240:hover {
    --transform-translate-x: -60rem !important
  }

  .xl\:hover\:-translate-x-280:hover {
    --transform-translate-x: -70rem !important
  }

  .xl\:hover\:-translate-x-291:hover {
    --transform-translate-x: -72.9rem !important
  }

  .xl\:hover\:-translate-x-316:hover {
    --transform-translate-x: -79rem !important
  }

  .xl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important
  }

  .xl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important
  }

  .xl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important
  }

  .xl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important
  }

  .xl\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important
  }

  .xl\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important
  }

  .xl\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important
  }

  .xl\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important
  }

  .xl\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important
  }

  .xl\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important
  }

  .xl\:hover\:translate-y-7:hover {
    --transform-translate-y: 1.8rem !important
  }

  .xl\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important
  }

  .xl\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.4rem !important
  }

  .xl\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important
  }

  .xl\:hover\:translate-y-11:hover {
    --transform-translate-y: 2.6rem !important
  }

  .xl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important
  }

  .xl\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.6rem !important
  }

  .xl\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.8rem !important
  }

  .xl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important
  }

  .xl\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem !important
  }

  .xl\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important
  }

  .xl\:hover\:translate-y-21:hover {
    --transform-translate-y: 5.3rem !important
  }

  .xl\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.7rem !important
  }

  .xl\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important
  }

  .xl\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem !important
  }

  .xl\:hover\:translate-y-30:hover {
    --transform-translate-y: 7.6rem !important
  }

  .xl\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important
  }

  .xl\:hover\:translate-y-36:hover {
    --transform-translate-y: 9.1rem !important
  }

  .xl\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important
  }

  .xl\:hover\:translate-y-46:hover {
    --transform-translate-y: 11.7rem !important
  }

  .xl\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important
  }

  .xl\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important
  }

  .xl\:hover\:translate-y-58:hover {
    --transform-translate-y: 14.7rem !important
  }

  .xl\:hover\:translate-y-62:hover {
    --transform-translate-y: 15.7rem !important
  }

  .xl\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important
  }

  .xl\:hover\:translate-y-69:hover {
    --transform-translate-y: 17.1rem !important
  }

  .xl\:hover\:translate-y-71:hover {
    --transform-translate-y: 17.9rem !important
  }

  .xl\:hover\:translate-y-72:hover {
    --transform-translate-y: 18.1rem !important
  }

  .xl\:hover\:translate-y-80:hover {
    --transform-translate-y: 20rem !important
  }

  .xl\:hover\:translate-y-100:hover {
    --transform-translate-y: 25rem !important
  }

  .xl\:hover\:translate-y-112:hover {
    --transform-translate-y: 28rem !important
  }

  .xl\:hover\:translate-y-128:hover {
    --transform-translate-y: 32rem !important
  }

  .xl\:hover\:translate-y-143:hover {
    --transform-translate-y: 35.9rem !important
  }

  .xl\:hover\:translate-y-149:hover {
    --transform-translate-y: 37.4rem !important
  }

  .xl\:hover\:translate-y-240:hover {
    --transform-translate-y: 60rem !important
  }

  .xl\:hover\:translate-y-280:hover {
    --transform-translate-y: 70rem !important
  }

  .xl\:hover\:translate-y-291:hover {
    --transform-translate-y: 72.9rem !important
  }

  .xl\:hover\:translate-y-316:hover {
    --transform-translate-y: 79rem !important
  }

  .xl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important
  }

  .xl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important
  }

  .xl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important
  }

  .xl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important
  }

  .xl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important
  }

  .xl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important
  }

  .xl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important
  }

  .xl\:hover\:-translate-y-7:hover {
    --transform-translate-y: -1.8rem !important
  }

  .xl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important
  }

  .xl\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.4rem !important
  }

  .xl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important
  }

  .xl\:hover\:-translate-y-11:hover {
    --transform-translate-y: -2.6rem !important
  }

  .xl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important
  }

  .xl\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.6rem !important
  }

  .xl\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.8rem !important
  }

  .xl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important
  }

  .xl\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem !important
  }

  .xl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important
  }

  .xl\:hover\:-translate-y-21:hover {
    --transform-translate-y: -5.3rem !important
  }

  .xl\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.7rem !important
  }

  .xl\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important
  }

  .xl\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem !important
  }

  .xl\:hover\:-translate-y-30:hover {
    --transform-translate-y: -7.6rem !important
  }

  .xl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important
  }

  .xl\:hover\:-translate-y-36:hover {
    --transform-translate-y: -9.1rem !important
  }

  .xl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important
  }

  .xl\:hover\:-translate-y-46:hover {
    --transform-translate-y: -11.7rem !important
  }

  .xl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important
  }

  .xl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important
  }

  .xl\:hover\:-translate-y-58:hover {
    --transform-translate-y: -14.7rem !important
  }

  .xl\:hover\:-translate-y-62:hover {
    --transform-translate-y: -15.7rem !important
  }

  .xl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important
  }

  .xl\:hover\:-translate-y-69:hover {
    --transform-translate-y: -17.1rem !important
  }

  .xl\:hover\:-translate-y-71:hover {
    --transform-translate-y: -17.9rem !important
  }

  .xl\:hover\:-translate-y-72:hover {
    --transform-translate-y: -18.1rem !important
  }

  .xl\:hover\:-translate-y-80:hover {
    --transform-translate-y: -20rem !important
  }

  .xl\:hover\:-translate-y-100:hover {
    --transform-translate-y: -25rem !important
  }

  .xl\:hover\:-translate-y-112:hover {
    --transform-translate-y: -28rem !important
  }

  .xl\:hover\:-translate-y-128:hover {
    --transform-translate-y: -32rem !important
  }

  .xl\:hover\:-translate-y-143:hover {
    --transform-translate-y: -35.9rem !important
  }

  .xl\:hover\:-translate-y-149:hover {
    --transform-translate-y: -37.4rem !important
  }

  .xl\:hover\:-translate-y-240:hover {
    --transform-translate-y: -60rem !important
  }

  .xl\:hover\:-translate-y-280:hover {
    --transform-translate-y: -70rem !important
  }

  .xl\:hover\:-translate-y-291:hover {
    --transform-translate-y: -72.9rem !important
  }

  .xl\:hover\:-translate-y-316:hover {
    --transform-translate-y: -79rem !important
  }

  .xl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important
  }

  .xl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important
  }

  .xl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important
  }

  .xl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important
  }

  .xl\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important
  }

  .xl\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important
  }

  .xl\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important
  }

  .xl\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important
  }

  .xl\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important
  }

  .xl\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important
  }

  .xl\:focus\:translate-x-7:focus {
    --transform-translate-x: 1.8rem !important
  }

  .xl\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important
  }

  .xl\:focus\:translate-x-9:focus {
    --transform-translate-x: 2.4rem !important
  }

  .xl\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important
  }

  .xl\:focus\:translate-x-11:focus {
    --transform-translate-x: 2.6rem !important
  }

  .xl\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important
  }

  .xl\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.6rem !important
  }

  .xl\:focus\:translate-x-15:focus {
    --transform-translate-x: 3.8rem !important
  }

  .xl\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important
  }

  .xl\:focus\:translate-x-18:focus {
    --transform-translate-x: 4.5rem !important
  }

  .xl\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important
  }

  .xl\:focus\:translate-x-21:focus {
    --transform-translate-x: 5.3rem !important
  }

  .xl\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.7rem !important
  }

  .xl\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important
  }

  .xl\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem !important
  }

  .xl\:focus\:translate-x-30:focus {
    --transform-translate-x: 7.6rem !important
  }

  .xl\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important
  }

  .xl\:focus\:translate-x-36:focus {
    --transform-translate-x: 9.1rem !important
  }

  .xl\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important
  }

  .xl\:focus\:translate-x-46:focus {
    --transform-translate-x: 11.7rem !important
  }

  .xl\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important
  }

  .xl\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important
  }

  .xl\:focus\:translate-x-58:focus {
    --transform-translate-x: 14.7rem !important
  }

  .xl\:focus\:translate-x-62:focus {
    --transform-translate-x: 15.7rem !important
  }

  .xl\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important
  }

  .xl\:focus\:translate-x-69:focus {
    --transform-translate-x: 17.1rem !important
  }

  .xl\:focus\:translate-x-71:focus {
    --transform-translate-x: 17.9rem !important
  }

  .xl\:focus\:translate-x-72:focus {
    --transform-translate-x: 18.1rem !important
  }

  .xl\:focus\:translate-x-80:focus {
    --transform-translate-x: 20rem !important
  }

  .xl\:focus\:translate-x-100:focus {
    --transform-translate-x: 25rem !important
  }

  .xl\:focus\:translate-x-112:focus {
    --transform-translate-x: 28rem !important
  }

  .xl\:focus\:translate-x-128:focus {
    --transform-translate-x: 32rem !important
  }

  .xl\:focus\:translate-x-143:focus {
    --transform-translate-x: 35.9rem !important
  }

  .xl\:focus\:translate-x-149:focus {
    --transform-translate-x: 37.4rem !important
  }

  .xl\:focus\:translate-x-240:focus {
    --transform-translate-x: 60rem !important
  }

  .xl\:focus\:translate-x-280:focus {
    --transform-translate-x: 70rem !important
  }

  .xl\:focus\:translate-x-291:focus {
    --transform-translate-x: 72.9rem !important
  }

  .xl\:focus\:translate-x-316:focus {
    --transform-translate-x: 79rem !important
  }

  .xl\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important
  }

  .xl\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important
  }

  .xl\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important
  }

  .xl\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important
  }

  .xl\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important
  }

  .xl\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important
  }

  .xl\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important
  }

  .xl\:focus\:-translate-x-7:focus {
    --transform-translate-x: -1.8rem !important
  }

  .xl\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important
  }

  .xl\:focus\:-translate-x-9:focus {
    --transform-translate-x: -2.4rem !important
  }

  .xl\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important
  }

  .xl\:focus\:-translate-x-11:focus {
    --transform-translate-x: -2.6rem !important
  }

  .xl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important
  }

  .xl\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.6rem !important
  }

  .xl\:focus\:-translate-x-15:focus {
    --transform-translate-x: -3.8rem !important
  }

  .xl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important
  }

  .xl\:focus\:-translate-x-18:focus {
    --transform-translate-x: -4.5rem !important
  }

  .xl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important
  }

  .xl\:focus\:-translate-x-21:focus {
    --transform-translate-x: -5.3rem !important
  }

  .xl\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.7rem !important
  }

  .xl\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important
  }

  .xl\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem !important
  }

  .xl\:focus\:-translate-x-30:focus {
    --transform-translate-x: -7.6rem !important
  }

  .xl\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important
  }

  .xl\:focus\:-translate-x-36:focus {
    --transform-translate-x: -9.1rem !important
  }

  .xl\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important
  }

  .xl\:focus\:-translate-x-46:focus {
    --transform-translate-x: -11.7rem !important
  }

  .xl\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important
  }

  .xl\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important
  }

  .xl\:focus\:-translate-x-58:focus {
    --transform-translate-x: -14.7rem !important
  }

  .xl\:focus\:-translate-x-62:focus {
    --transform-translate-x: -15.7rem !important
  }

  .xl\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important
  }

  .xl\:focus\:-translate-x-69:focus {
    --transform-translate-x: -17.1rem !important
  }

  .xl\:focus\:-translate-x-71:focus {
    --transform-translate-x: -17.9rem !important
  }

  .xl\:focus\:-translate-x-72:focus {
    --transform-translate-x: -18.1rem !important
  }

  .xl\:focus\:-translate-x-80:focus {
    --transform-translate-x: -20rem !important
  }

  .xl\:focus\:-translate-x-100:focus {
    --transform-translate-x: -25rem !important
  }

  .xl\:focus\:-translate-x-112:focus {
    --transform-translate-x: -28rem !important
  }

  .xl\:focus\:-translate-x-128:focus {
    --transform-translate-x: -32rem !important
  }

  .xl\:focus\:-translate-x-143:focus {
    --transform-translate-x: -35.9rem !important
  }

  .xl\:focus\:-translate-x-149:focus {
    --transform-translate-x: -37.4rem !important
  }

  .xl\:focus\:-translate-x-240:focus {
    --transform-translate-x: -60rem !important
  }

  .xl\:focus\:-translate-x-280:focus {
    --transform-translate-x: -70rem !important
  }

  .xl\:focus\:-translate-x-291:focus {
    --transform-translate-x: -72.9rem !important
  }

  .xl\:focus\:-translate-x-316:focus {
    --transform-translate-x: -79rem !important
  }

  .xl\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important
  }

  .xl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important
  }

  .xl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important
  }

  .xl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important
  }

  .xl\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important
  }

  .xl\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important
  }

  .xl\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important
  }

  .xl\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important
  }

  .xl\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important
  }

  .xl\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important
  }

  .xl\:focus\:translate-y-7:focus {
    --transform-translate-y: 1.8rem !important
  }

  .xl\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important
  }

  .xl\:focus\:translate-y-9:focus {
    --transform-translate-y: 2.4rem !important
  }

  .xl\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important
  }

  .xl\:focus\:translate-y-11:focus {
    --transform-translate-y: 2.6rem !important
  }

  .xl\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important
  }

  .xl\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.6rem !important
  }

  .xl\:focus\:translate-y-15:focus {
    --transform-translate-y: 3.8rem !important
  }

  .xl\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important
  }

  .xl\:focus\:translate-y-18:focus {
    --transform-translate-y: 4.5rem !important
  }

  .xl\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important
  }

  .xl\:focus\:translate-y-21:focus {
    --transform-translate-y: 5.3rem !important
  }

  .xl\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.7rem !important
  }

  .xl\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important
  }

  .xl\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem !important
  }

  .xl\:focus\:translate-y-30:focus {
    --transform-translate-y: 7.6rem !important
  }

  .xl\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important
  }

  .xl\:focus\:translate-y-36:focus {
    --transform-translate-y: 9.1rem !important
  }

  .xl\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important
  }

  .xl\:focus\:translate-y-46:focus {
    --transform-translate-y: 11.7rem !important
  }

  .xl\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important
  }

  .xl\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important
  }

  .xl\:focus\:translate-y-58:focus {
    --transform-translate-y: 14.7rem !important
  }

  .xl\:focus\:translate-y-62:focus {
    --transform-translate-y: 15.7rem !important
  }

  .xl\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important
  }

  .xl\:focus\:translate-y-69:focus {
    --transform-translate-y: 17.1rem !important
  }

  .xl\:focus\:translate-y-71:focus {
    --transform-translate-y: 17.9rem !important
  }

  .xl\:focus\:translate-y-72:focus {
    --transform-translate-y: 18.1rem !important
  }

  .xl\:focus\:translate-y-80:focus {
    --transform-translate-y: 20rem !important
  }

  .xl\:focus\:translate-y-100:focus {
    --transform-translate-y: 25rem !important
  }

  .xl\:focus\:translate-y-112:focus {
    --transform-translate-y: 28rem !important
  }

  .xl\:focus\:translate-y-128:focus {
    --transform-translate-y: 32rem !important
  }

  .xl\:focus\:translate-y-143:focus {
    --transform-translate-y: 35.9rem !important
  }

  .xl\:focus\:translate-y-149:focus {
    --transform-translate-y: 37.4rem !important
  }

  .xl\:focus\:translate-y-240:focus {
    --transform-translate-y: 60rem !important
  }

  .xl\:focus\:translate-y-280:focus {
    --transform-translate-y: 70rem !important
  }

  .xl\:focus\:translate-y-291:focus {
    --transform-translate-y: 72.9rem !important
  }

  .xl\:focus\:translate-y-316:focus {
    --transform-translate-y: 79rem !important
  }

  .xl\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important
  }

  .xl\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important
  }

  .xl\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important
  }

  .xl\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important
  }

  .xl\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important
  }

  .xl\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important
  }

  .xl\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important
  }

  .xl\:focus\:-translate-y-7:focus {
    --transform-translate-y: -1.8rem !important
  }

  .xl\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important
  }

  .xl\:focus\:-translate-y-9:focus {
    --transform-translate-y: -2.4rem !important
  }

  .xl\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important
  }

  .xl\:focus\:-translate-y-11:focus {
    --transform-translate-y: -2.6rem !important
  }

  .xl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important
  }

  .xl\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.6rem !important
  }

  .xl\:focus\:-translate-y-15:focus {
    --transform-translate-y: -3.8rem !important
  }

  .xl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important
  }

  .xl\:focus\:-translate-y-18:focus {
    --transform-translate-y: -4.5rem !important
  }

  .xl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important
  }

  .xl\:focus\:-translate-y-21:focus {
    --transform-translate-y: -5.3rem !important
  }

  .xl\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.7rem !important
  }

  .xl\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important
  }

  .xl\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem !important
  }

  .xl\:focus\:-translate-y-30:focus {
    --transform-translate-y: -7.6rem !important
  }

  .xl\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important
  }

  .xl\:focus\:-translate-y-36:focus {
    --transform-translate-y: -9.1rem !important
  }

  .xl\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important
  }

  .xl\:focus\:-translate-y-46:focus {
    --transform-translate-y: -11.7rem !important
  }

  .xl\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important
  }

  .xl\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important
  }

  .xl\:focus\:-translate-y-58:focus {
    --transform-translate-y: -14.7rem !important
  }

  .xl\:focus\:-translate-y-62:focus {
    --transform-translate-y: -15.7rem !important
  }

  .xl\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important
  }

  .xl\:focus\:-translate-y-69:focus {
    --transform-translate-y: -17.1rem !important
  }

  .xl\:focus\:-translate-y-71:focus {
    --transform-translate-y: -17.9rem !important
  }

  .xl\:focus\:-translate-y-72:focus {
    --transform-translate-y: -18.1rem !important
  }

  .xl\:focus\:-translate-y-80:focus {
    --transform-translate-y: -20rem !important
  }

  .xl\:focus\:-translate-y-100:focus {
    --transform-translate-y: -25rem !important
  }

  .xl\:focus\:-translate-y-112:focus {
    --transform-translate-y: -28rem !important
  }

  .xl\:focus\:-translate-y-128:focus {
    --transform-translate-y: -32rem !important
  }

  .xl\:focus\:-translate-y-143:focus {
    --transform-translate-y: -35.9rem !important
  }

  .xl\:focus\:-translate-y-149:focus {
    --transform-translate-y: -37.4rem !important
  }

  .xl\:focus\:-translate-y-240:focus {
    --transform-translate-y: -60rem !important
  }

  .xl\:focus\:-translate-y-280:focus {
    --transform-translate-y: -70rem !important
  }

  .xl\:focus\:-translate-y-291:focus {
    --transform-translate-y: -72.9rem !important
  }

  .xl\:focus\:-translate-y-316:focus {
    --transform-translate-y: -79rem !important
  }

  .xl\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important
  }

  .xl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important
  }

  .xl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important
  }

  .xl\:skew-x-0 {
    --transform-skew-x: 0 !important
  }

  .xl\:skew-x-3 {
    --transform-skew-x: 3deg !important
  }

  .xl\:skew-x-6 {
    --transform-skew-x: 6deg !important
  }

  .xl\:skew-x-12 {
    --transform-skew-x: 12deg !important
  }

  .xl\:-skew-x-12 {
    --transform-skew-x: -12deg !important
  }

  .xl\:-skew-x-6 {
    --transform-skew-x: -6deg !important
  }

  .xl\:-skew-x-3 {
    --transform-skew-x: -3deg !important
  }

  .xl\:skew-y-0 {
    --transform-skew-y: 0 !important
  }

  .xl\:skew-y-3 {
    --transform-skew-y: 3deg !important
  }

  .xl\:skew-y-6 {
    --transform-skew-y: 6deg !important
  }

  .xl\:skew-y-12 {
    --transform-skew-y: 12deg !important
  }

  .xl\:-skew-y-12 {
    --transform-skew-y: -12deg !important
  }

  .xl\:-skew-y-6 {
    --transform-skew-y: -6deg !important
  }

  .xl\:-skew-y-3 {
    --transform-skew-y: -3deg !important
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em !important
  }

  .xl\:tracking-tight {
    letter-spacing: -0.025em !important
  }

  .xl\:tracking-normal {
    letter-spacing: 0 !important
  }

  .xl\:tracking-wide {
    letter-spacing: 0.025em !important
  }

  .xl\:tracking-wider {
    letter-spacing: 0.05em !important
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em !important
  }

  .xl\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em !important
  }

  .xl\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em !important
  }

  .xl\:hover\:tracking-normal:hover {
    letter-spacing: 0 !important
  }

  .xl\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em !important
  }

  .xl\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em !important
  }

  .xl\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em !important
  }

  .xl\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em !important
  }

  .xl\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em !important
  }

  .xl\:focus\:tracking-normal:focus {
    letter-spacing: 0 !important
  }

  .xl\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em !important
  }

  .xl\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em !important
  }

  .xl\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em !important
  }

  .xl\:col-0 {
    grid-column: 0 !important
  }

  .xl\:col-1 {
    grid-column: 0.25rem !important
  }

  .xl\:col-2 {
    grid-column: 0.5rem !important
  }

  .xl\:col-3 {
    grid-column: 0.75rem !important
  }

  .xl\:col-4 {
    -ms-grid-column: 1 !important;
    grid-column: 1rem !important
  }

  .xl\:col-5 {
    -ms-grid-column: 1 !important;
    grid-column: 1.25rem !important
  }

  .xl\:col-6 {
    -ms-grid-column: 1 !important;
    grid-column: 1.5rem !important
  }

  .xl\:col-7 {
    -ms-grid-column: 1 !important;
    grid-column: 1.8rem !important
  }

  .xl\:col-8 {
    -ms-grid-column: 2 !important;
    grid-column: 2rem !important
  }

  .xl\:col-9 {
    -ms-grid-column: 2 !important;
    grid-column: 2.4rem !important
  }

  .xl\:col-10 {
    -ms-grid-column: 2 !important;
    grid-column: 2.5rem !important
  }

  .xl\:col-11 {
    -ms-grid-column: 2 !important;
    grid-column: 2.6rem !important
  }

  .xl\:col-12 {
    -ms-grid-column: 3 !important;
    grid-column: 3rem !important
  }

  .xl\:col-14 {
    -ms-grid-column: 3 !important;
    grid-column: 3.6rem !important
  }

  .xl\:col-15 {
    -ms-grid-column: 3 !important;
    grid-column: 3.8rem !important
  }

  .xl\:col-16 {
    -ms-grid-column: 4 !important;
    grid-column: 4rem !important
  }

  .xl\:col-18 {
    -ms-grid-column: 4 !important;
    grid-column: 4.5rem !important
  }

  .xl\:col-20 {
    -ms-grid-column: 5 !important;
    grid-column: 5rem !important
  }

  .xl\:col-21 {
    -ms-grid-column: 5 !important;
    grid-column: 5.3rem !important
  }

  .xl\:col-22 {
    -ms-grid-column: 5 !important;
    grid-column: 5.7rem !important
  }

  .xl\:col-24 {
    -ms-grid-column: 6 !important;
    grid-column: 6rem !important
  }

  .xl\:col-28 {
    -ms-grid-column: 7 !important;
    grid-column: 7rem !important
  }

  .xl\:col-30 {
    -ms-grid-column: 7 !important;
    grid-column: 7.6rem !important
  }

  .xl\:col-32 {
    -ms-grid-column: 8 !important;
    grid-column: 8rem !important
  }

  .xl\:col-36 {
    -ms-grid-column: 9 !important;
    grid-column: 9.1rem !important
  }

  .xl\:col-40 {
    -ms-grid-column: 10 !important;
    grid-column: 10rem !important
  }

  .xl\:col-46 {
    -ms-grid-column: 11 !important;
    grid-column: 11.7rem !important
  }

  .xl\:col-48 {
    -ms-grid-column: 12 !important;
    grid-column: 12rem !important
  }

  .xl\:col-56 {
    -ms-grid-column: 14 !important;
    grid-column: 14rem !important
  }

  .xl\:col-58 {
    -ms-grid-column: 14 !important;
    grid-column: 14.7rem !important
  }

  .xl\:col-62 {
    -ms-grid-column: 15 !important;
    grid-column: 15.7rem !important
  }

  .xl\:col-64 {
    -ms-grid-column: 16 !important;
    grid-column: 16rem !important
  }

  .xl\:col-69 {
    -ms-grid-column: 17 !important;
    grid-column: 17.1rem !important
  }

  .xl\:col-71 {
    -ms-grid-column: 17 !important;
    grid-column: 17.9rem !important
  }

  .xl\:col-72 {
    -ms-grid-column: 18 !important;
    grid-column: 18.1rem !important
  }

  .xl\:col-80 {
    -ms-grid-column: 20 !important;
    grid-column: 20rem !important
  }

  .xl\:col-100 {
    -ms-grid-column: 25 !important;
    grid-column: 25rem !important
  }

  .xl\:col-112 {
    -ms-grid-column: 28 !important;
    grid-column: 28rem !important
  }

  .xl\:col-128 {
    -ms-grid-column: 32 !important;
    grid-column: 32rem !important
  }

  .xl\:col-143 {
    -ms-grid-column: 35 !important;
    grid-column: 35.9rem !important
  }

  .xl\:col-149 {
    -ms-grid-column: 37 !important;
    grid-column: 37.4rem !important
  }

  .xl\:col-240 {
    -ms-grid-column: 60 !important;
    grid-column: 60rem !important
  }

  .xl\:col-280 {
    -ms-grid-column: 70 !important;
    grid-column: 70rem !important
  }

  .xl\:col-291 {
    -ms-grid-column: 72 !important;
    grid-column: 72.9rem !important
  }

  .xl\:col-316 {
    -ms-grid-column: 79 !important;
    grid-column: 79rem !important
  }

  .xl\:col-span-16 {
    -ms-grid-column-span: 16 !important;
    grid-column: span 16 / span 16 !important
  }

  .xl\:col-px {
    -ms-grid-column: 1 !important;
    grid-column: 1px !important
  }

  .xl\:hover\:col-0:hover {
    grid-column: 0 !important
  }

  .xl\:hover\:col-1:hover {
    grid-column: 0.25rem !important
  }

  .xl\:hover\:col-2:hover {
    grid-column: 0.5rem !important
  }

  .xl\:hover\:col-3:hover {
    grid-column: 0.75rem !important
  }

  .xl\:hover\:col-4:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1rem !important
  }

  .xl\:hover\:col-5:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1.25rem !important
  }

  .xl\:hover\:col-6:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1.5rem !important
  }

  .xl\:hover\:col-7:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1.8rem !important
  }

  .xl\:hover\:col-8:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2rem !important
  }

  .xl\:hover\:col-9:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2.4rem !important
  }

  .xl\:hover\:col-10:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2.5rem !important
  }

  .xl\:hover\:col-11:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2.6rem !important
  }

  .xl\:hover\:col-12:hover {
    -ms-grid-column: 3 !important;
    grid-column: 3rem !important
  }

  .xl\:hover\:col-14:hover {
    -ms-grid-column: 3 !important;
    grid-column: 3.6rem !important
  }

  .xl\:hover\:col-15:hover {
    -ms-grid-column: 3 !important;
    grid-column: 3.8rem !important
  }

  .xl\:hover\:col-16:hover {
    -ms-grid-column: 4 !important;
    grid-column: 4rem !important
  }

  .xl\:hover\:col-18:hover {
    -ms-grid-column: 4 !important;
    grid-column: 4.5rem !important
  }

  .xl\:hover\:col-20:hover {
    -ms-grid-column: 5 !important;
    grid-column: 5rem !important
  }

  .xl\:hover\:col-21:hover {
    -ms-grid-column: 5 !important;
    grid-column: 5.3rem !important
  }

  .xl\:hover\:col-22:hover {
    -ms-grid-column: 5 !important;
    grid-column: 5.7rem !important
  }

  .xl\:hover\:col-24:hover {
    -ms-grid-column: 6 !important;
    grid-column: 6rem !important
  }

  .xl\:hover\:col-28:hover {
    -ms-grid-column: 7 !important;
    grid-column: 7rem !important
  }

  .xl\:hover\:col-30:hover {
    -ms-grid-column: 7 !important;
    grid-column: 7.6rem !important
  }

  .xl\:hover\:col-32:hover {
    -ms-grid-column: 8 !important;
    grid-column: 8rem !important
  }

  .xl\:hover\:col-36:hover {
    -ms-grid-column: 9 !important;
    grid-column: 9.1rem !important
  }

  .xl\:hover\:col-40:hover {
    -ms-grid-column: 10 !important;
    grid-column: 10rem !important
  }

  .xl\:hover\:col-46:hover {
    -ms-grid-column: 11 !important;
    grid-column: 11.7rem !important
  }

  .xl\:hover\:col-48:hover {
    -ms-grid-column: 12 !important;
    grid-column: 12rem !important
  }

  .xl\:hover\:col-56:hover {
    -ms-grid-column: 14 !important;
    grid-column: 14rem !important
  }

  .xl\:hover\:col-58:hover {
    -ms-grid-column: 14 !important;
    grid-column: 14.7rem !important
  }

  .xl\:hover\:col-62:hover {
    -ms-grid-column: 15 !important;
    grid-column: 15.7rem !important
  }

  .xl\:hover\:col-64:hover {
    -ms-grid-column: 16 !important;
    grid-column: 16rem !important
  }

  .xl\:hover\:col-69:hover {
    -ms-grid-column: 17 !important;
    grid-column: 17.1rem !important
  }

  .xl\:hover\:col-71:hover {
    -ms-grid-column: 17 !important;
    grid-column: 17.9rem !important
  }

  .xl\:hover\:col-72:hover {
    -ms-grid-column: 18 !important;
    grid-column: 18.1rem !important
  }

  .xl\:hover\:col-80:hover {
    -ms-grid-column: 20 !important;
    grid-column: 20rem !important
  }

  .xl\:hover\:col-100:hover {
    -ms-grid-column: 25 !important;
    grid-column: 25rem !important
  }

  .xl\:hover\:col-112:hover {
    -ms-grid-column: 28 !important;
    grid-column: 28rem !important
  }

  .xl\:hover\:col-128:hover {
    -ms-grid-column: 32 !important;
    grid-column: 32rem !important
  }

  .xl\:hover\:col-143:hover {
    -ms-grid-column: 35 !important;
    grid-column: 35.9rem !important
  }

  .xl\:hover\:col-149:hover {
    -ms-grid-column: 37 !important;
    grid-column: 37.4rem !important
  }

  .xl\:hover\:col-240:hover {
    -ms-grid-column: 60 !important;
    grid-column: 60rem !important
  }

  .xl\:hover\:col-280:hover {
    -ms-grid-column: 70 !important;
    grid-column: 70rem !important
  }

  .xl\:hover\:col-291:hover {
    -ms-grid-column: 72 !important;
    grid-column: 72.9rem !important
  }

  .xl\:hover\:col-316:hover {
    -ms-grid-column: 79 !important;
    grid-column: 79rem !important
  }

  .xl\:hover\:col-span-16:hover {
    -ms-grid-column-span: 16 !important;
    grid-column: span 16 / span 16 !important
  }

  .xl\:hover\:col-px:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1px !important
  }

  .xl\:col-start-13 {
    -ms-grid-column: 13 !important;
        grid-column-start: 13 !important
  }

  .xl\:col-start-14 {
    -ms-grid-column: 14 !important;
        grid-column-start: 14 !important
  }

  .xl\:col-start-15 {
    -ms-grid-column: 15 !important;
        grid-column-start: 15 !important
  }

  .xl\:col-start-16 {
    -ms-grid-column: 16 !important;
        grid-column-start: 16 !important
  }

  .xl\:col-start-17 {
    -ms-grid-column: 17 !important;
        grid-column-start: 17 !important
  }

  .xl\:hover\:col-start-13:hover {
    -ms-grid-column: 13 !important;
        grid-column-start: 13 !important
  }

  .xl\:hover\:col-start-14:hover {
    -ms-grid-column: 14 !important;
        grid-column-start: 14 !important
  }

  .xl\:hover\:col-start-15:hover {
    -ms-grid-column: 15 !important;
        grid-column-start: 15 !important
  }

  .xl\:hover\:col-start-16:hover {
    -ms-grid-column: 16 !important;
        grid-column-start: 16 !important
  }

  .xl\:hover\:col-start-17:hover {
    -ms-grid-column: 17 !important;
        grid-column-start: 17 !important
  }

  .xl\:col-end-13 {
    -ms-grid-column-span: 13 !important;
    grid-column-end: 13 !important
  }

  .xl\:col-end-14 {
    -ms-grid-column-span: 14 !important;
    grid-column-end: 14 !important
  }

  .xl\:col-end-15 {
    -ms-grid-column-span: 15 !important;
    grid-column-end: 15 !important
  }

  .xl\:col-end-16 {
    -ms-grid-column-span: 16 !important;
    grid-column-end: 16 !important
  }

  .xl\:col-end-17 {
    -ms-grid-column-span: 17 !important;
    grid-column-end: 17 !important
  }

  .xl\:hover\:col-end-13:hover {
    -ms-grid-column-span: 13 !important;
    grid-column-end: 13 !important
  }

  .xl\:hover\:col-end-14:hover {
    -ms-grid-column-span: 14 !important;
    grid-column-end: 14 !important
  }

  .xl\:hover\:col-end-15:hover {
    -ms-grid-column-span: 15 !important;
    grid-column-end: 15 !important
  }

  .xl\:hover\:col-end-16:hover {
    -ms-grid-column-span: 16 !important;
    grid-column-end: 16 !important
  }

  .xl\:hover\:col-end-17:hover {
    -ms-grid-column-span: 17 !important;
    grid-column-end: 17 !important
  }
}

@media (min-width: 1230px) {
  .xxl\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important
  }

  .xxl\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important
  }

  .xxl\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important
  }

  .xxl\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important
  }

  .xxl\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
  }

  .xxl\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important
  }

  .xxl\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important
  }

  .xxl\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important
  }

  .xxl\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important
  }

  .xxl\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important
  }

  .xxl\:self-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
  }

  .xxl\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important
  }

  .xxl\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important
  }

  .xxl\:self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
  }

  .xxl\:self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
  }

  .xxl\:bg-transparent {
    background-color: transparent !important
  }

  .xxl\:bg-primary {
    background-color: #0A5988 !important
  }

  .xxl\:bg-primary-light {
    background-color: #257DB2 !important
  }

  .xxl\:bg-secondary {
    background-color: #8FC549 !important
  }

  .xxl\:bg-primary-dark {
    background-color: #003D62 !important
  }

  .xxl\:bg-tertiary {
    background-color: #EBF4FA !important
  }

  .xxl\:bg-tertiary-light {
    background-color: #EBF4FA !important
  }

  .xxl\:bg-tertiary-lightest {
    background-color: #EBF4FA !important
  }

  .xxl\:bg-font-main {
    background-color: #443E37 !important
  }

  .xxl\:bg-highlight {
    background-color: #E1962C !important
  }

  .xxl\:bg-highlight-alt {
    background-color: #E1962C !important
  }

  .xxl\:bg-accent {
    background-color: #DA511F !important
  }

  .xxl\:bg-accent-alt {
    background-color: #DA511F !important
  }

  .xxl\:bg-body-text {
    background-color: #443E37 !important
  }

  .xxl\:bg-dividers {
    background-color: #C7BBAE !important
  }

  .xxl\:bg-dividers-lighther {
    background-color: #f5f5f5 !important
  }

  .xxl\:bg-dividers-light {
    background-color: #f7f7f7 !important
  }

  .xxl\:bg-black {
    background-color: #000 !important
  }

  .xxl\:bg-white {
    background-color: #fff !important
  }

  .xxl\:bg-red-100 {
    background-color: #FFF5F5 !important
  }

  .xxl\:bg-red-200 {
    background-color: #FED7D7 !important
  }

  .xxl\:bg-red-300 {
    background-color: #FEB2B2 !important
  }

  .xxl\:bg-red-400 {
    background-color: #FC8181 !important
  }

  .xxl\:bg-red-500 {
    background-color: #F56565 !important
  }

  .xxl\:bg-red-600 {
    background-color: #E53E3E !important
  }

  .xxl\:bg-red-700 {
    background-color: #C53030 !important
  }

  .xxl\:bg-red-800 {
    background-color: #9B2C2C !important
  }

  .xxl\:bg-red-900 {
    background-color: #742A2A !important
  }

  .xxl\:hover\:bg-transparent:hover {
    background-color: transparent !important
  }

  .xxl\:hover\:bg-primary:hover {
    background-color: #0A5988 !important
  }

  .xxl\:hover\:bg-primary-light:hover {
    background-color: #257DB2 !important
  }

  .xxl\:hover\:bg-secondary:hover {
    background-color: #8FC549 !important
  }

  .xxl\:hover\:bg-primary-dark:hover {
    background-color: #003D62 !important
  }

  .xxl\:hover\:bg-tertiary:hover {
    background-color: #EBF4FA !important
  }

  .xxl\:hover\:bg-tertiary-light:hover {
    background-color: #EBF4FA !important
  }

  .xxl\:hover\:bg-tertiary-lightest:hover {
    background-color: #EBF4FA !important
  }

  .xxl\:hover\:bg-font-main:hover {
    background-color: #443E37 !important
  }

  .xxl\:hover\:bg-highlight:hover {
    background-color: #E1962C !important
  }

  .xxl\:hover\:bg-highlight-alt:hover {
    background-color: #E1962C !important
  }

  .xxl\:hover\:bg-accent:hover {
    background-color: #DA511F !important
  }

  .xxl\:hover\:bg-accent-alt:hover {
    background-color: #DA511F !important
  }

  .xxl\:hover\:bg-body-text:hover {
    background-color: #443E37 !important
  }

  .xxl\:hover\:bg-dividers:hover {
    background-color: #C7BBAE !important
  }

  .xxl\:hover\:bg-dividers-lighther:hover {
    background-color: #f5f5f5 !important
  }

  .xxl\:hover\:bg-dividers-light:hover {
    background-color: #f7f7f7 !important
  }

  .xxl\:hover\:bg-black:hover {
    background-color: #000 !important
  }

  .xxl\:hover\:bg-white:hover {
    background-color: #fff !important
  }

  .xxl\:hover\:bg-red-100:hover {
    background-color: #FFF5F5 !important
  }

  .xxl\:hover\:bg-red-200:hover {
    background-color: #FED7D7 !important
  }

  .xxl\:hover\:bg-red-300:hover {
    background-color: #FEB2B2 !important
  }

  .xxl\:hover\:bg-red-400:hover {
    background-color: #FC8181 !important
  }

  .xxl\:hover\:bg-red-500:hover {
    background-color: #F56565 !important
  }

  .xxl\:hover\:bg-red-600:hover {
    background-color: #E53E3E !important
  }

  .xxl\:hover\:bg-red-700:hover {
    background-color: #C53030 !important
  }

  .xxl\:hover\:bg-red-800:hover {
    background-color: #9B2C2C !important
  }

  .xxl\:hover\:bg-red-900:hover {
    background-color: #742A2A !important
  }

  .xxl\:focus\:bg-transparent:focus {
    background-color: transparent !important
  }

  .xxl\:focus\:bg-primary:focus {
    background-color: #0A5988 !important
  }

  .xxl\:focus\:bg-primary-light:focus {
    background-color: #257DB2 !important
  }

  .xxl\:focus\:bg-secondary:focus {
    background-color: #8FC549 !important
  }

  .xxl\:focus\:bg-primary-dark:focus {
    background-color: #003D62 !important
  }

  .xxl\:focus\:bg-tertiary:focus {
    background-color: #EBF4FA !important
  }

  .xxl\:focus\:bg-tertiary-light:focus {
    background-color: #EBF4FA !important
  }

  .xxl\:focus\:bg-tertiary-lightest:focus {
    background-color: #EBF4FA !important
  }

  .xxl\:focus\:bg-font-main:focus {
    background-color: #443E37 !important
  }

  .xxl\:focus\:bg-highlight:focus {
    background-color: #E1962C !important
  }

  .xxl\:focus\:bg-highlight-alt:focus {
    background-color: #E1962C !important
  }

  .xxl\:focus\:bg-accent:focus {
    background-color: #DA511F !important
  }

  .xxl\:focus\:bg-accent-alt:focus {
    background-color: #DA511F !important
  }

  .xxl\:focus\:bg-body-text:focus {
    background-color: #443E37 !important
  }

  .xxl\:focus\:bg-dividers:focus {
    background-color: #C7BBAE !important
  }

  .xxl\:focus\:bg-dividers-lighther:focus {
    background-color: #f5f5f5 !important
  }

  .xxl\:focus\:bg-dividers-light:focus {
    background-color: #f7f7f7 !important
  }

  .xxl\:focus\:bg-black:focus {
    background-color: #000 !important
  }

  .xxl\:focus\:bg-white:focus {
    background-color: #fff !important
  }

  .xxl\:focus\:bg-red-100:focus {
    background-color: #FFF5F5 !important
  }

  .xxl\:focus\:bg-red-200:focus {
    background-color: #FED7D7 !important
  }

  .xxl\:focus\:bg-red-300:focus {
    background-color: #FEB2B2 !important
  }

  .xxl\:focus\:bg-red-400:focus {
    background-color: #FC8181 !important
  }

  .xxl\:focus\:bg-red-500:focus {
    background-color: #F56565 !important
  }

  .xxl\:focus\:bg-red-600:focus {
    background-color: #E53E3E !important
  }

  .xxl\:focus\:bg-red-700:focus {
    background-color: #C53030 !important
  }

  .xxl\:focus\:bg-red-800:focus {
    background-color: #9B2C2C !important
  }

  .xxl\:focus\:bg-red-900:focus {
    background-color: #742A2A !important
  }

  .xxl\:border-0 {
    border-width: 0 !important
  }

  .xxl\:border-2 {
    border-width: 2px !important
  }

  .xxl\:border-4 {
    border-width: 4px !important
  }

  .xxl\:border-5 {
    border-width: 5px !important
  }

  .xxl\:border-8 {
    border-width: 8px !important
  }

  .xxl\:border {
    border-width: 1px !important
  }

  .xxl\:border-t-0 {
    border-top-width: 0 !important
  }

  .xxl\:border-r-0 {
    border-right-width: 0 !important
  }

  .xxl\:border-b-0 {
    border-bottom-width: 0 !important
  }

  .xxl\:border-l-0 {
    border-left-width: 0 !important
  }

  .xxl\:border-t-2 {
    border-top-width: 2px !important
  }

  .xxl\:border-r-2 {
    border-right-width: 2px !important
  }

  .xxl\:border-b-2 {
    border-bottom-width: 2px !important
  }

  .xxl\:border-l-2 {
    border-left-width: 2px !important
  }

  .xxl\:border-t-4 {
    border-top-width: 4px !important
  }

  .xxl\:border-r-4 {
    border-right-width: 4px !important
  }

  .xxl\:border-b-4 {
    border-bottom-width: 4px !important
  }

  .xxl\:border-l-4 {
    border-left-width: 4px !important
  }

  .xxl\:border-t-5 {
    border-top-width: 5px !important
  }

  .xxl\:border-r-5 {
    border-right-width: 5px !important
  }

  .xxl\:border-b-5 {
    border-bottom-width: 5px !important
  }

  .xxl\:border-l-5 {
    border-left-width: 5px !important
  }

  .xxl\:border-t-8 {
    border-top-width: 8px !important
  }

  .xxl\:border-r-8 {
    border-right-width: 8px !important
  }

  .xxl\:border-b-8 {
    border-bottom-width: 8px !important
  }

  .xxl\:border-l-8 {
    border-left-width: 8px !important
  }

  .xxl\:border-t {
    border-top-width: 1px !important
  }

  .xxl\:border-r {
    border-right-width: 1px !important
  }

  .xxl\:border-b {
    border-bottom-width: 1px !important
  }

  .xxl\:border-l {
    border-left-width: 1px !important
  }

  .xxl\:hover\:border-0:hover {
    border-width: 0 !important
  }

  .xxl\:hover\:border-2:hover {
    border-width: 2px !important
  }

  .xxl\:hover\:border-4:hover {
    border-width: 4px !important
  }

  .xxl\:hover\:border-5:hover {
    border-width: 5px !important
  }

  .xxl\:hover\:border-8:hover {
    border-width: 8px !important
  }

  .xxl\:hover\:border:hover {
    border-width: 1px !important
  }

  .xxl\:hover\:border-t-0:hover {
    border-top-width: 0 !important
  }

  .xxl\:hover\:border-r-0:hover {
    border-right-width: 0 !important
  }

  .xxl\:hover\:border-b-0:hover {
    border-bottom-width: 0 !important
  }

  .xxl\:hover\:border-l-0:hover {
    border-left-width: 0 !important
  }

  .xxl\:hover\:border-t-2:hover {
    border-top-width: 2px !important
  }

  .xxl\:hover\:border-r-2:hover {
    border-right-width: 2px !important
  }

  .xxl\:hover\:border-b-2:hover {
    border-bottom-width: 2px !important
  }

  .xxl\:hover\:border-l-2:hover {
    border-left-width: 2px !important
  }

  .xxl\:hover\:border-t-4:hover {
    border-top-width: 4px !important
  }

  .xxl\:hover\:border-r-4:hover {
    border-right-width: 4px !important
  }

  .xxl\:hover\:border-b-4:hover {
    border-bottom-width: 4px !important
  }

  .xxl\:hover\:border-l-4:hover {
    border-left-width: 4px !important
  }

  .xxl\:hover\:border-t-5:hover {
    border-top-width: 5px !important
  }

  .xxl\:hover\:border-r-5:hover {
    border-right-width: 5px !important
  }

  .xxl\:hover\:border-b-5:hover {
    border-bottom-width: 5px !important
  }

  .xxl\:hover\:border-l-5:hover {
    border-left-width: 5px !important
  }

  .xxl\:hover\:border-t-8:hover {
    border-top-width: 8px !important
  }

  .xxl\:hover\:border-r-8:hover {
    border-right-width: 8px !important
  }

  .xxl\:hover\:border-b-8:hover {
    border-bottom-width: 8px !important
  }

  .xxl\:hover\:border-l-8:hover {
    border-left-width: 8px !important
  }

  .xxl\:hover\:border-t:hover {
    border-top-width: 1px !important
  }

  .xxl\:hover\:border-r:hover {
    border-right-width: 1px !important
  }

  .xxl\:hover\:border-b:hover {
    border-bottom-width: 1px !important
  }

  .xxl\:hover\:border-l:hover {
    border-left-width: 1px !important
  }

  .xxl\:focus\:border-0:focus {
    border-width: 0 !important
  }

  .xxl\:focus\:border-2:focus {
    border-width: 2px !important
  }

  .xxl\:focus\:border-4:focus {
    border-width: 4px !important
  }

  .xxl\:focus\:border-5:focus {
    border-width: 5px !important
  }

  .xxl\:focus\:border-8:focus {
    border-width: 8px !important
  }

  .xxl\:focus\:border:focus {
    border-width: 1px !important
  }

  .xxl\:focus\:border-t-0:focus {
    border-top-width: 0 !important
  }

  .xxl\:focus\:border-r-0:focus {
    border-right-width: 0 !important
  }

  .xxl\:focus\:border-b-0:focus {
    border-bottom-width: 0 !important
  }

  .xxl\:focus\:border-l-0:focus {
    border-left-width: 0 !important
  }

  .xxl\:focus\:border-t-2:focus {
    border-top-width: 2px !important
  }

  .xxl\:focus\:border-r-2:focus {
    border-right-width: 2px !important
  }

  .xxl\:focus\:border-b-2:focus {
    border-bottom-width: 2px !important
  }

  .xxl\:focus\:border-l-2:focus {
    border-left-width: 2px !important
  }

  .xxl\:focus\:border-t-4:focus {
    border-top-width: 4px !important
  }

  .xxl\:focus\:border-r-4:focus {
    border-right-width: 4px !important
  }

  .xxl\:focus\:border-b-4:focus {
    border-bottom-width: 4px !important
  }

  .xxl\:focus\:border-l-4:focus {
    border-left-width: 4px !important
  }

  .xxl\:focus\:border-t-5:focus {
    border-top-width: 5px !important
  }

  .xxl\:focus\:border-r-5:focus {
    border-right-width: 5px !important
  }

  .xxl\:focus\:border-b-5:focus {
    border-bottom-width: 5px !important
  }

  .xxl\:focus\:border-l-5:focus {
    border-left-width: 5px !important
  }

  .xxl\:focus\:border-t-8:focus {
    border-top-width: 8px !important
  }

  .xxl\:focus\:border-r-8:focus {
    border-right-width: 8px !important
  }

  .xxl\:focus\:border-b-8:focus {
    border-bottom-width: 8px !important
  }

  .xxl\:focus\:border-l-8:focus {
    border-left-width: 8px !important
  }

  .xxl\:focus\:border-t:focus {
    border-top-width: 1px !important
  }

  .xxl\:focus\:border-r:focus {
    border-right-width: 1px !important
  }

  .xxl\:focus\:border-b:focus {
    border-bottom-width: 1px !important
  }

  .xxl\:focus\:border-l:focus {
    border-left-width: 1px !important
  }

  .xxl\:border-transparent {
    border-color: transparent !important
  }

  .xxl\:border-primary {
    border-color: #0A5988 !important
  }

  .xxl\:border-primary-light {
    border-color: #257DB2 !important
  }

  .xxl\:border-secondary {
    border-color: #8FC549 !important
  }

  .xxl\:border-primary-dark {
    border-color: #003D62 !important
  }

  .xxl\:border-tertiary {
    border-color: #EBF4FA !important
  }

  .xxl\:border-tertiary-light {
    border-color: #EBF4FA !important
  }

  .xxl\:border-tertiary-lightest {
    border-color: #EBF4FA !important
  }

  .xxl\:border-font-main {
    border-color: #443E37 !important
  }

  .xxl\:border-highlight {
    border-color: #E1962C !important
  }

  .xxl\:border-highlight-alt {
    border-color: #E1962C !important
  }

  .xxl\:border-accent {
    border-color: #DA511F !important
  }

  .xxl\:border-accent-alt {
    border-color: #DA511F !important
  }

  .xxl\:border-body-text {
    border-color: #443E37 !important
  }

  .xxl\:border-dividers {
    border-color: #C7BBAE !important
  }

  .xxl\:border-dividers-lighther {
    border-color: #f5f5f5 !important
  }

  .xxl\:border-dividers-light {
    border-color: #f7f7f7 !important
  }

  .xxl\:border-black {
    border-color: #000 !important
  }

  .xxl\:border-white {
    border-color: #fff !important
  }

  .xxl\:border-red-100 {
    border-color: #FFF5F5 !important
  }

  .xxl\:border-red-200 {
    border-color: #FED7D7 !important
  }

  .xxl\:border-red-300 {
    border-color: #FEB2B2 !important
  }

  .xxl\:border-red-400 {
    border-color: #FC8181 !important
  }

  .xxl\:border-red-500 {
    border-color: #F56565 !important
  }

  .xxl\:border-red-600 {
    border-color: #E53E3E !important
  }

  .xxl\:border-red-700 {
    border-color: #C53030 !important
  }

  .xxl\:border-red-800 {
    border-color: #9B2C2C !important
  }

  .xxl\:border-red-900 {
    border-color: #742A2A !important
  }

  .xxl\:hover\:border-transparent:hover {
    border-color: transparent !important
  }

  .xxl\:hover\:border-primary:hover {
    border-color: #0A5988 !important
  }

  .xxl\:hover\:border-primary-light:hover {
    border-color: #257DB2 !important
  }

  .xxl\:hover\:border-secondary:hover {
    border-color: #8FC549 !important
  }

  .xxl\:hover\:border-primary-dark:hover {
    border-color: #003D62 !important
  }

  .xxl\:hover\:border-tertiary:hover {
    border-color: #EBF4FA !important
  }

  .xxl\:hover\:border-tertiary-light:hover {
    border-color: #EBF4FA !important
  }

  .xxl\:hover\:border-tertiary-lightest:hover {
    border-color: #EBF4FA !important
  }

  .xxl\:hover\:border-font-main:hover {
    border-color: #443E37 !important
  }

  .xxl\:hover\:border-highlight:hover {
    border-color: #E1962C !important
  }

  .xxl\:hover\:border-highlight-alt:hover {
    border-color: #E1962C !important
  }

  .xxl\:hover\:border-accent:hover {
    border-color: #DA511F !important
  }

  .xxl\:hover\:border-accent-alt:hover {
    border-color: #DA511F !important
  }

  .xxl\:hover\:border-body-text:hover {
    border-color: #443E37 !important
  }

  .xxl\:hover\:border-dividers:hover {
    border-color: #C7BBAE !important
  }

  .xxl\:hover\:border-dividers-lighther:hover {
    border-color: #f5f5f5 !important
  }

  .xxl\:hover\:border-dividers-light:hover {
    border-color: #f7f7f7 !important
  }

  .xxl\:hover\:border-black:hover {
    border-color: #000 !important
  }

  .xxl\:hover\:border-white:hover {
    border-color: #fff !important
  }

  .xxl\:hover\:border-red-100:hover {
    border-color: #FFF5F5 !important
  }

  .xxl\:hover\:border-red-200:hover {
    border-color: #FED7D7 !important
  }

  .xxl\:hover\:border-red-300:hover {
    border-color: #FEB2B2 !important
  }

  .xxl\:hover\:border-red-400:hover {
    border-color: #FC8181 !important
  }

  .xxl\:hover\:border-red-500:hover {
    border-color: #F56565 !important
  }

  .xxl\:hover\:border-red-600:hover {
    border-color: #E53E3E !important
  }

  .xxl\:hover\:border-red-700:hover {
    border-color: #C53030 !important
  }

  .xxl\:hover\:border-red-800:hover {
    border-color: #9B2C2C !important
  }

  .xxl\:hover\:border-red-900:hover {
    border-color: #742A2A !important
  }

  .xxl\:focus\:border-transparent:focus {
    border-color: transparent !important
  }

  .xxl\:focus\:border-primary:focus {
    border-color: #0A5988 !important
  }

  .xxl\:focus\:border-primary-light:focus {
    border-color: #257DB2 !important
  }

  .xxl\:focus\:border-secondary:focus {
    border-color: #8FC549 !important
  }

  .xxl\:focus\:border-primary-dark:focus {
    border-color: #003D62 !important
  }

  .xxl\:focus\:border-tertiary:focus {
    border-color: #EBF4FA !important
  }

  .xxl\:focus\:border-tertiary-light:focus {
    border-color: #EBF4FA !important
  }

  .xxl\:focus\:border-tertiary-lightest:focus {
    border-color: #EBF4FA !important
  }

  .xxl\:focus\:border-font-main:focus {
    border-color: #443E37 !important
  }

  .xxl\:focus\:border-highlight:focus {
    border-color: #E1962C !important
  }

  .xxl\:focus\:border-highlight-alt:focus {
    border-color: #E1962C !important
  }

  .xxl\:focus\:border-accent:focus {
    border-color: #DA511F !important
  }

  .xxl\:focus\:border-accent-alt:focus {
    border-color: #DA511F !important
  }

  .xxl\:focus\:border-body-text:focus {
    border-color: #443E37 !important
  }

  .xxl\:focus\:border-dividers:focus {
    border-color: #C7BBAE !important
  }

  .xxl\:focus\:border-dividers-lighther:focus {
    border-color: #f5f5f5 !important
  }

  .xxl\:focus\:border-dividers-light:focus {
    border-color: #f7f7f7 !important
  }

  .xxl\:focus\:border-black:focus {
    border-color: #000 !important
  }

  .xxl\:focus\:border-white:focus {
    border-color: #fff !important
  }

  .xxl\:focus\:border-red-100:focus {
    border-color: #FFF5F5 !important
  }

  .xxl\:focus\:border-red-200:focus {
    border-color: #FED7D7 !important
  }

  .xxl\:focus\:border-red-300:focus {
    border-color: #FEB2B2 !important
  }

  .xxl\:focus\:border-red-400:focus {
    border-color: #FC8181 !important
  }

  .xxl\:focus\:border-red-500:focus {
    border-color: #F56565 !important
  }

  .xxl\:focus\:border-red-600:focus {
    border-color: #E53E3E !important
  }

  .xxl\:focus\:border-red-700:focus {
    border-color: #C53030 !important
  }

  .xxl\:focus\:border-red-800:focus {
    border-color: #9B2C2C !important
  }

  .xxl\:focus\:border-red-900:focus {
    border-color: #742A2A !important
  }

  .xxl\:border-solid {
    border-style: solid !important
  }

  .xxl\:border-dashed {
    border-style: dashed !important
  }

  .xxl\:border-dotted {
    border-style: dotted !important
  }

  .xxl\:border-double {
    border-style: double !important
  }

  .xxl\:border-none {
    border-style: none !important
  }

  .xxl\:hover\:border-solid:hover {
    border-style: solid !important
  }

  .xxl\:hover\:border-dashed:hover {
    border-style: dashed !important
  }

  .xxl\:hover\:border-dotted:hover {
    border-style: dotted !important
  }

  .xxl\:hover\:border-double:hover {
    border-style: double !important
  }

  .xxl\:hover\:border-none:hover {
    border-style: none !important
  }

  .xxl\:focus\:border-solid:focus {
    border-style: solid !important
  }

  .xxl\:focus\:border-dashed:focus {
    border-style: dashed !important
  }

  .xxl\:focus\:border-dotted:focus {
    border-style: dotted !important
  }

  .xxl\:focus\:border-double:focus {
    border-style: double !important
  }

  .xxl\:focus\:border-none:focus {
    border-style: none !important
  }

  .xxl\:shadow-sm {
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1) !important
  }

  .xxl\:shadow {
    -webkit-box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.25) !important
  }

  .xxl\:shadow-md {
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25) !important
  }

  .xxl\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
  }

  .xxl\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important
  }

  .xxl\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important
  }

  .xxl\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important
  }

  .xxl\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important
  }

  .xxl\:shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important
  }

  .xxl\:block {
    display: block !important
  }

  .xxl\:inline-block {
    display: inline-block !important
  }

  .xxl\:inline {
    display: inline !important
  }

  .xxl\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .xxl\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .xxl\:table {
    display: table !important
  }

  .xxl\:table-caption {
    display: table-caption !important
  }

  .xxl\:table-cell {
    display: table-cell !important
  }

  .xxl\:table-column {
    display: table-column !important
  }

  .xxl\:table-column-group {
    display: table-column-group !important
  }

  .xxl\:table-footer-group {
    display: table-footer-group !important
  }

  .xxl\:table-header-group {
    display: table-header-group !important
  }

  .xxl\:table-row-group {
    display: table-row-group !important
  }

  .xxl\:table-row {
    display: table-row !important
  }

  .xxl\:flow-root {
    display: flow-root !important
  }

  .xxl\:grid {
    display: -ms-grid !important;
    display: grid !important
  }

  .xxl\:inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important
  }

  .xxl\:hidden {
    display: none !important
  }

  .xxl\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important
  }

  .xxl\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important
  }

  .xxl\:flex-initial {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important
  }

  .xxl\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important
  }

  .xxl\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important
  }

  .xxl\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important
  }

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

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

  .xxl\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
  }

  .xxl\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
  }

  .xxl\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
  }

  .xxl\:float-right {
    float: right !important
  }

  .xxl\:float-left {
    float: left !important
  }

  .xxl\:float-none {
    float: none !important
  }

  .xxl\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important
  }

  .xxl\:font-lato {
    font-family: Lato !important
  }

  .xxl\:font-heading {
    font-family: Lato !important
  }

  .xxl\:font-merriweather {
    font-family: Merriweather !important
  }

  .xxl\:font-body {
    font-family: Merriweather !important
  }

  .xxl\:font-sans {
    font-family: Lato, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important
  }

  .xxl\:font-serif {
    font-family: Merriweather, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important
  }

  .xxl\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
  }

  .xxl\:text-xs {
    font-size: 0.75rem !important
  }

  .xxl\:text-sm {
    font-size: 1.6rem !important
  }

  .xxl\:text-base {
    font-size: 1.8rem !important
  }

  .xxl\:text-lg {
    font-size: 2.1rem !important
  }

  .xxl\:text-xl {
    font-size: 2.4rem !important
  }

  .xxl\:text-2xl {
    font-size: 3.3rem !important
  }

  .xxl\:text-3xl {
    font-size: 4.2rem !important
  }

  .xxl\:text-4xl {
    font-size: 2.25rem !important
  }

  .xxl\:text-5xl {
    font-size: 3rem !important
  }

  .xxl\:text-6xl {
    font-size: 4rem !important
  }

  .xxl\:italic {
    font-style: italic !important
  }

  .xxl\:not-italic {
    font-style: normal !important
  }

  .xxl\:font-light {
    font-weight: 100 !important
  }

  .xxl\:font-medium {
    font-weight: 300 !important
  }

  .xxl\:font-normal {
    font-weight: 400 !important
  }

  .xxl\:font-semibold {
    font-weight: 600 !important
  }

  .xxl\:font-bold {
    font-weight: 700 !important
  }

  .xxl\:hover\:font-light:hover {
    font-weight: 100 !important
  }

  .xxl\:hover\:font-medium:hover {
    font-weight: 300 !important
  }

  .xxl\:hover\:font-normal:hover {
    font-weight: 400 !important
  }

  .xxl\:hover\:font-semibold:hover {
    font-weight: 600 !important
  }

  .xxl\:hover\:font-bold:hover {
    font-weight: 700 !important
  }

  .xxl\:focus\:font-light:focus {
    font-weight: 100 !important
  }

  .xxl\:focus\:font-medium:focus {
    font-weight: 300 !important
  }

  .xxl\:focus\:font-normal:focus {
    font-weight: 400 !important
  }

  .xxl\:focus\:font-semibold:focus {
    font-weight: 600 !important
  }

  .xxl\:focus\:font-bold:focus {
    font-weight: 700 !important
  }

  .xxl\:h-0 {
    height: 0 !important
  }

  .xxl\:h-1 {
    height: 0.25rem !important
  }

  .xxl\:h-2 {
    height: 0.5rem !important
  }

  .xxl\:h-3 {
    height: 0.75rem !important
  }

  .xxl\:h-4 {
    height: 1rem !important
  }

  .xxl\:h-5 {
    height: 1.25rem !important
  }

  .xxl\:h-6 {
    height: 1.5rem !important
  }

  .xxl\:h-7 {
    height: 1.8rem !important
  }

  .xxl\:h-8 {
    height: 2rem !important
  }

  .xxl\:h-9 {
    height: 2.4rem !important
  }

  .xxl\:h-10 {
    height: 2.5rem !important
  }

  .xxl\:h-11 {
    height: 2.6rem !important
  }

  .xxl\:h-12 {
    height: 3rem !important
  }

  .xxl\:h-14 {
    height: 3.6rem !important
  }

  .xxl\:h-15 {
    height: 3.8rem !important
  }

  .xxl\:h-16 {
    height: 4rem !important
  }

  .xxl\:h-18 {
    height: 4.5rem !important
  }

  .xxl\:h-20 {
    height: 5rem !important
  }

  .xxl\:h-21 {
    height: 5.3rem !important
  }

  .xxl\:h-22 {
    height: 5.7rem !important
  }

  .xxl\:h-24 {
    height: 6rem !important
  }

  .xxl\:h-28 {
    height: 7rem !important
  }

  .xxl\:h-30 {
    height: 7.6rem !important
  }

  .xxl\:h-32 {
    height: 8rem !important
  }

  .xxl\:h-36 {
    height: 9.1rem !important
  }

  .xxl\:h-40 {
    height: 10rem !important
  }

  .xxl\:h-46 {
    height: 11.7rem !important
  }

  .xxl\:h-48 {
    height: 12rem !important
  }

  .xxl\:h-56 {
    height: 14rem !important
  }

  .xxl\:h-58 {
    height: 14.7rem !important
  }

  .xxl\:h-62 {
    height: 15.7rem !important
  }

  .xxl\:h-64 {
    height: 16rem !important
  }

  .xxl\:h-69 {
    height: 17.1rem !important
  }

  .xxl\:h-71 {
    height: 17.9rem !important
  }

  .xxl\:h-72 {
    height: 18.1rem !important
  }

  .xxl\:h-80 {
    height: 20rem !important
  }

  .xxl\:h-100 {
    height: 25rem !important
  }

  .xxl\:h-112 {
    height: 28rem !important
  }

  .xxl\:h-128 {
    height: 32rem !important
  }

  .xxl\:h-143 {
    height: 35.9rem !important
  }

  .xxl\:h-149 {
    height: 37.4rem !important
  }

  .xxl\:h-240 {
    height: 60rem !important
  }

  .xxl\:h-280 {
    height: 70rem !important
  }

  .xxl\:h-291 {
    height: 72.9rem !important
  }

  .xxl\:h-316 {
    height: 79rem !important
  }

  .xxl\:h-auto {
    height: auto !important
  }

  .xxl\:h-px {
    height: 1px !important
  }

  .xxl\:h-full {
    height: 100% !important
  }

  .xxl\:h-screen {
    height: 100vh !important
  }

  .xxl\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important
  }

  .xxl\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important
  }

  .xxl\:inset-5 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important
  }

  .xxl\:inset-6 {
    top: 1.6rem !important;
    right: 1.6rem !important;
    bottom: 1.6rem !important;
    left: 1.6rem !important
  }

  .xxl\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important
  }

  .xxl\:inset-17 {
    top: 4.3rem !important;
    right: 4.3rem !important;
    bottom: 4.3rem !important;
    left: 4.3rem !important
  }

  .xxl\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important
  }

  .xxl\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important
  }

  .xxl\:-inset-34 {
    top: -8.65rem !important;
    right: -8.65rem !important;
    bottom: -8.65rem !important;
    left: -8.65rem !important
  }

  .xxl\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important
  }

  .xxl\:inset-unset {
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    left: unset !important
  }

  .xxl\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important
  }

  .xxl\:inset-x-0 {
    right: 0 !important;
    left: 0 !important
  }

  .xxl\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important
  }

  .xxl\:inset-x-4 {
    right: 1rem !important;
    left: 1rem !important
  }

  .xxl\:inset-y-5 {
    top: 1.5rem !important;
    bottom: 1.5rem !important
  }

  .xxl\:inset-x-5 {
    right: 1.5rem !important;
    left: 1.5rem !important
  }

  .xxl\:inset-y-6 {
    top: 1.6rem !important;
    bottom: 1.6rem !important
  }

  .xxl\:inset-x-6 {
    right: 1.6rem !important;
    left: 1.6rem !important
  }

  .xxl\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important
  }

  .xxl\:inset-x-10 {
    right: 2.5rem !important;
    left: 2.5rem !important
  }

  .xxl\:inset-y-17 {
    top: 4.3rem !important;
    bottom: 4.3rem !important
  }

  .xxl\:inset-x-17 {
    right: 4.3rem !important;
    left: 4.3rem !important
  }

  .xxl\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important
  }

  .xxl\:inset-x-24 {
    right: 6rem !important;
    left: 6rem !important
  }

  .xxl\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important
  }

  .xxl\:-inset-x-25 {
    right: -25px !important;
    left: -25px !important
  }

  .xxl\:-inset-y-34 {
    top: -8.65rem !important;
    bottom: -8.65rem !important
  }

  .xxl\:-inset-x-34 {
    right: -8.65rem !important;
    left: -8.65rem !important
  }

  .xxl\:inset-y-auto {
    top: auto !important;
    bottom: auto !important
  }

  .xxl\:inset-x-auto {
    right: auto !important;
    left: auto !important
  }

  .xxl\:inset-y-unset {
    top: unset !important;
    bottom: unset !important
  }

  .xxl\:inset-x-unset {
    right: unset !important;
    left: unset !important
  }

  .xxl\:top-0 {
    top: 0 !important
  }

  .xxl\:right-0 {
    right: 0 !important
  }

  .xxl\:bottom-0 {
    bottom: 0 !important
  }

  .xxl\:left-0 {
    left: 0 !important
  }

  .xxl\:top-4 {
    top: 1rem !important
  }

  .xxl\:right-4 {
    right: 1rem !important
  }

  .xxl\:bottom-4 {
    bottom: 1rem !important
  }

  .xxl\:left-4 {
    left: 1rem !important
  }

  .xxl\:top-5 {
    top: 1.5rem !important
  }

  .xxl\:right-5 {
    right: 1.5rem !important
  }

  .xxl\:bottom-5 {
    bottom: 1.5rem !important
  }

  .xxl\:left-5 {
    left: 1.5rem !important
  }

  .xxl\:top-6 {
    top: 1.6rem !important
  }

  .xxl\:right-6 {
    right: 1.6rem !important
  }

  .xxl\:bottom-6 {
    bottom: 1.6rem !important
  }

  .xxl\:left-6 {
    left: 1.6rem !important
  }

  .xxl\:top-10 {
    top: 2.5rem !important
  }

  .xxl\:right-10 {
    right: 2.5rem !important
  }

  .xxl\:bottom-10 {
    bottom: 2.5rem !important
  }

  .xxl\:left-10 {
    left: 2.5rem !important
  }

  .xxl\:top-17 {
    top: 4.3rem !important
  }

  .xxl\:right-17 {
    right: 4.3rem !important
  }

  .xxl\:bottom-17 {
    bottom: 4.3rem !important
  }

  .xxl\:left-17 {
    left: 4.3rem !important
  }

  .xxl\:top-24 {
    top: 6rem !important
  }

  .xxl\:right-24 {
    right: 6rem !important
  }

  .xxl\:bottom-24 {
    bottom: 6rem !important
  }

  .xxl\:left-24 {
    left: 6rem !important
  }

  .xxl\:-top-25 {
    top: -25px !important
  }

  .xxl\:-right-25 {
    right: -25px !important
  }

  .xxl\:-bottom-25 {
    bottom: -25px !important
  }

  .xxl\:-left-25 {
    left: -25px !important
  }

  .xxl\:-top-34 {
    top: -8.65rem !important
  }

  .xxl\:-right-34 {
    right: -8.65rem !important
  }

  .xxl\:-bottom-34 {
    bottom: -8.65rem !important
  }

  .xxl\:-left-34 {
    left: -8.65rem !important
  }

  .xxl\:top-auto {
    top: auto !important
  }

  .xxl\:right-auto {
    right: auto !important
  }

  .xxl\:bottom-auto {
    bottom: auto !important
  }

  .xxl\:left-auto {
    left: auto !important
  }

  .xxl\:top-unset {
    top: unset !important
  }

  .xxl\:right-unset {
    right: unset !important
  }

  .xxl\:bottom-unset {
    bottom: unset !important
  }

  .xxl\:left-unset {
    left: unset !important
  }

  .xxl\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important
  }

  .xxl\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important
  }

  .xxl\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important
  }

  .xxl\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important
  }

  .xxl\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important
  }

  .xxl\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important
  }

  .xxl\:m-0 {
    margin: 0 !important
  }

  .xxl\:m-1 {
    margin: 0.25rem !important
  }

  .xxl\:m-2 {
    margin: 0.5rem !important
  }

  .xxl\:m-3 {
    margin: 0.75rem !important
  }

  .xxl\:m-4 {
    margin: 1rem !important
  }

  .xxl\:m-5 {
    margin: 1.25rem !important
  }

  .xxl\:m-6 {
    margin: 1.5rem !important
  }

  .xxl\:m-7 {
    margin: 1.8rem !important
  }

  .xxl\:m-8 {
    margin: 2rem !important
  }

  .xxl\:m-9 {
    margin: 2.4rem !important
  }

  .xxl\:m-10 {
    margin: 2.5rem !important
  }

  .xxl\:m-11 {
    margin: 2.6rem !important
  }

  .xxl\:m-12 {
    margin: 3rem !important
  }

  .xxl\:m-14 {
    margin: 3.6rem !important
  }

  .xxl\:m-15 {
    margin: 3.8rem !important
  }

  .xxl\:m-16 {
    margin: 4rem !important
  }

  .xxl\:m-18 {
    margin: 4.5rem !important
  }

  .xxl\:m-20 {
    margin: 5rem !important
  }

  .xxl\:m-21 {
    margin: 5.3rem !important
  }

  .xxl\:m-22 {
    margin: 5.7rem !important
  }

  .xxl\:m-24 {
    margin: 6rem !important
  }

  .xxl\:m-28 {
    margin: 7rem !important
  }

  .xxl\:m-30 {
    margin: 7.6rem !important
  }

  .xxl\:m-32 {
    margin: 8rem !important
  }

  .xxl\:m-36 {
    margin: 9.1rem !important
  }

  .xxl\:m-40 {
    margin: 10rem !important
  }

  .xxl\:m-46 {
    margin: 11.7rem !important
  }

  .xxl\:m-48 {
    margin: 12rem !important
  }

  .xxl\:m-56 {
    margin: 14rem !important
  }

  .xxl\:m-58 {
    margin: 14.7rem !important
  }

  .xxl\:m-62 {
    margin: 15.7rem !important
  }

  .xxl\:m-64 {
    margin: 16rem !important
  }

  .xxl\:m-69 {
    margin: 17.1rem !important
  }

  .xxl\:m-71 {
    margin: 17.9rem !important
  }

  .xxl\:m-72 {
    margin: 18.1rem !important
  }

  .xxl\:m-80 {
    margin: 20rem !important
  }

  .xxl\:m-100 {
    margin: 25rem !important
  }

  .xxl\:m-112 {
    margin: 28rem !important
  }

  .xxl\:m-128 {
    margin: 32rem !important
  }

  .xxl\:m-143 {
    margin: 35.9rem !important
  }

  .xxl\:m-149 {
    margin: 37.4rem !important
  }

  .xxl\:m-240 {
    margin: 60rem !important
  }

  .xxl\:m-280 {
    margin: 70rem !important
  }

  .xxl\:m-291 {
    margin: 72.9rem !important
  }

  .xxl\:m-316 {
    margin: 79rem !important
  }

  .xxl\:m-auto {
    margin: auto !important
  }

  .xxl\:m-px {
    margin: 1px !important
  }

  .xxl\:-m-1 {
    margin: -0.25rem !important
  }

  .xxl\:-m-2 {
    margin: -0.5rem !important
  }

  .xxl\:-m-3 {
    margin: -0.75rem !important
  }

  .xxl\:-m-4 {
    margin: -1rem !important
  }

  .xxl\:-m-5 {
    margin: -1.25rem !important
  }

  .xxl\:-m-6 {
    margin: -1.5rem !important
  }

  .xxl\:-m-7 {
    margin: -1.8rem !important
  }

  .xxl\:-m-8 {
    margin: -2rem !important
  }

  .xxl\:-m-9 {
    margin: -2.4rem !important
  }

  .xxl\:-m-10 {
    margin: -2.5rem !important
  }

  .xxl\:-m-11 {
    margin: -2.6rem !important
  }

  .xxl\:-m-12 {
    margin: -3rem !important
  }

  .xxl\:-m-14 {
    margin: -3.6rem !important
  }

  .xxl\:-m-15 {
    margin: -3.8rem !important
  }

  .xxl\:-m-16 {
    margin: -4rem !important
  }

  .xxl\:-m-18 {
    margin: -4.5rem !important
  }

  .xxl\:-m-20 {
    margin: -5rem !important
  }

  .xxl\:-m-21 {
    margin: -5.3rem !important
  }

  .xxl\:-m-22 {
    margin: -5.7rem !important
  }

  .xxl\:-m-24 {
    margin: -6rem !important
  }

  .xxl\:-m-28 {
    margin: -7rem !important
  }

  .xxl\:-m-30 {
    margin: -7.6rem !important
  }

  .xxl\:-m-32 {
    margin: -8rem !important
  }

  .xxl\:-m-36 {
    margin: -9.1rem !important
  }

  .xxl\:-m-40 {
    margin: -10rem !important
  }

  .xxl\:-m-46 {
    margin: -11.7rem !important
  }

  .xxl\:-m-48 {
    margin: -12rem !important
  }

  .xxl\:-m-56 {
    margin: -14rem !important
  }

  .xxl\:-m-58 {
    margin: -14.7rem !important
  }

  .xxl\:-m-62 {
    margin: -15.7rem !important
  }

  .xxl\:-m-64 {
    margin: -16rem !important
  }

  .xxl\:-m-69 {
    margin: -17.1rem !important
  }

  .xxl\:-m-71 {
    margin: -17.9rem !important
  }

  .xxl\:-m-72 {
    margin: -18.1rem !important
  }

  .xxl\:-m-80 {
    margin: -20rem !important
  }

  .xxl\:-m-100 {
    margin: -25rem !important
  }

  .xxl\:-m-112 {
    margin: -28rem !important
  }

  .xxl\:-m-128 {
    margin: -32rem !important
  }

  .xxl\:-m-143 {
    margin: -35.9rem !important
  }

  .xxl\:-m-149 {
    margin: -37.4rem !important
  }

  .xxl\:-m-240 {
    margin: -60rem !important
  }

  .xxl\:-m-280 {
    margin: -70rem !important
  }

  .xxl\:-m-291 {
    margin: -72.9rem !important
  }

  .xxl\:-m-316 {
    margin: -79rem !important
  }

  .xxl\:-m-px {
    margin: -1px !important
  }

  .xxl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .xxl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .xxl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important
  }

  .xxl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important
  }

  .xxl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important
  }

  .xxl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important
  }

  .xxl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important
  }

  .xxl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important
  }

  .xxl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .xxl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .xxl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
  }

  .xxl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
  }

  .xxl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .xxl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .xxl\:my-7 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important
  }

  .xxl\:mx-7 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important
  }

  .xxl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .xxl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .xxl\:my-9 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important
  }

  .xxl\:mx-9 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important
  }

  .xxl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }

  .xxl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }

  .xxl\:my-11 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important
  }

  .xxl\:mx-11 {
    margin-left: 2.6rem !important;
    margin-right: 2.6rem !important
  }

  .xxl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .xxl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .xxl\:my-14 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important
  }

  .xxl\:mx-14 {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important
  }

  .xxl\:my-15 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important
  }

  .xxl\:mx-15 {
    margin-left: 3.8rem !important;
    margin-right: 3.8rem !important
  }

  .xxl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .xxl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .xxl\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
  }

  .xxl\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
  }

  .xxl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .xxl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .xxl\:my-21 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important
  }

  .xxl\:mx-21 {
    margin-left: 5.3rem !important;
    margin-right: 5.3rem !important
  }

  .xxl\:my-22 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important
  }

  .xxl\:mx-22 {
    margin-left: 5.7rem !important;
    margin-right: 5.7rem !important
  }

  .xxl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .xxl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .xxl\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important
  }

  .xxl\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .xxl\:my-30 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important
  }

  .xxl\:mx-30 {
    margin-left: 7.6rem !important;
    margin-right: 7.6rem !important
  }

  .xxl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
  }

  .xxl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .xxl\:my-36 {
    margin-top: 9.1rem !important;
    margin-bottom: 9.1rem !important
  }

  .xxl\:mx-36 {
    margin-left: 9.1rem !important;
    margin-right: 9.1rem !important
  }

  .xxl\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important
  }

  .xxl\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important
  }

  .xxl\:my-46 {
    margin-top: 11.7rem !important;
    margin-bottom: 11.7rem !important
  }

  .xxl\:mx-46 {
    margin-left: 11.7rem !important;
    margin-right: 11.7rem !important
  }

  .xxl\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important
  }

  .xxl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important
  }

  .xxl\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important
  }

  .xxl\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important
  }

  .xxl\:my-58 {
    margin-top: 14.7rem !important;
    margin-bottom: 14.7rem !important
  }

  .xxl\:mx-58 {
    margin-left: 14.7rem !important;
    margin-right: 14.7rem !important
  }

  .xxl\:my-62 {
    margin-top: 15.7rem !important;
    margin-bottom: 15.7rem !important
  }

  .xxl\:mx-62 {
    margin-left: 15.7rem !important;
    margin-right: 15.7rem !important
  }

  .xxl\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important
  }

  .xxl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important
  }

  .xxl\:my-69 {
    margin-top: 17.1rem !important;
    margin-bottom: 17.1rem !important
  }

  .xxl\:mx-69 {
    margin-left: 17.1rem !important;
    margin-right: 17.1rem !important
  }

  .xxl\:my-71 {
    margin-top: 17.9rem !important;
    margin-bottom: 17.9rem !important
  }

  .xxl\:mx-71 {
    margin-left: 17.9rem !important;
    margin-right: 17.9rem !important
  }

  .xxl\:my-72 {
    margin-top: 18.1rem !important;
    margin-bottom: 18.1rem !important
  }

  .xxl\:mx-72 {
    margin-left: 18.1rem !important;
    margin-right: 18.1rem !important
  }

  .xxl\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important
  }

  .xxl\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important
  }

  .xxl\:my-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important
  }

  .xxl\:mx-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important
  }

  .xxl\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important
  }

  .xxl\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important
  }

  .xxl\:my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important
  }

  .xxl\:mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important
  }

  .xxl\:my-143 {
    margin-top: 35.9rem !important;
    margin-bottom: 35.9rem !important
  }

  .xxl\:mx-143 {
    margin-left: 35.9rem !important;
    margin-right: 35.9rem !important
  }

  .xxl\:my-149 {
    margin-top: 37.4rem !important;
    margin-bottom: 37.4rem !important
  }

  .xxl\:mx-149 {
    margin-left: 37.4rem !important;
    margin-right: 37.4rem !important
  }

  .xxl\:my-240 {
    margin-top: 60rem !important;
    margin-bottom: 60rem !important
  }

  .xxl\:mx-240 {
    margin-left: 60rem !important;
    margin-right: 60rem !important
  }

  .xxl\:my-280 {
    margin-top: 70rem !important;
    margin-bottom: 70rem !important
  }

  .xxl\:mx-280 {
    margin-left: 70rem !important;
    margin-right: 70rem !important
  }

  .xxl\:my-291 {
    margin-top: 72.9rem !important;
    margin-bottom: 72.9rem !important
  }

  .xxl\:mx-291 {
    margin-left: 72.9rem !important;
    margin-right: 72.9rem !important
  }

  .xxl\:my-316 {
    margin-top: 79rem !important;
    margin-bottom: 79rem !important
  }

  .xxl\:mx-316 {
    margin-left: 79rem !important;
    margin-right: 79rem !important
  }

  .xxl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .xxl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .xxl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important
  }

  .xxl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important
  }

  .xxl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important
  }

  .xxl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important
  }

  .xxl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important
  }

  .xxl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important
  }

  .xxl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important
  }

  .xxl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important
  }

  .xxl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
  }

  .xxl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .xxl\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important
  }

  .xxl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important
  }

  .xxl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
  }

  .xxl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .xxl\:-my-7 {
    margin-top: -1.8rem !important;
    margin-bottom: -1.8rem !important
  }

  .xxl\:-mx-7 {
    margin-left: -1.8rem !important;
    margin-right: -1.8rem !important
  }

  .xxl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important
  }

  .xxl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
  }

  .xxl\:-my-9 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important
  }

  .xxl\:-mx-9 {
    margin-left: -2.4rem !important;
    margin-right: -2.4rem !important
  }

  .xxl\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important
  }

  .xxl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important
  }

  .xxl\:-my-11 {
    margin-top: -2.6rem !important;
    margin-bottom: -2.6rem !important
  }

  .xxl\:-mx-11 {
    margin-left: -2.6rem !important;
    margin-right: -2.6rem !important
  }

  .xxl\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
  }

  .xxl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .xxl\:-my-14 {
    margin-top: -3.6rem !important;
    margin-bottom: -3.6rem !important
  }

  .xxl\:-mx-14 {
    margin-left: -3.6rem !important;
    margin-right: -3.6rem !important
  }

  .xxl\:-my-15 {
    margin-top: -3.8rem !important;
    margin-bottom: -3.8rem !important
  }

  .xxl\:-mx-15 {
    margin-left: -3.8rem !important;
    margin-right: -3.8rem !important
  }

  .xxl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important
  }

  .xxl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .xxl\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important
  }

  .xxl\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important
  }

  .xxl\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important
  }

  .xxl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .xxl\:-my-21 {
    margin-top: -5.3rem !important;
    margin-bottom: -5.3rem !important
  }

  .xxl\:-mx-21 {
    margin-left: -5.3rem !important;
    margin-right: -5.3rem !important
  }

  .xxl\:-my-22 {
    margin-top: -5.7rem !important;
    margin-bottom: -5.7rem !important
  }

  .xxl\:-mx-22 {
    margin-left: -5.7rem !important;
    margin-right: -5.7rem !important
  }

  .xxl\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important
  }

  .xxl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .xxl\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important
  }

  .xxl\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important
  }

  .xxl\:-my-30 {
    margin-top: -7.6rem !important;
    margin-bottom: -7.6rem !important
  }

  .xxl\:-mx-30 {
    margin-left: -7.6rem !important;
    margin-right: -7.6rem !important
  }

  .xxl\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important
  }

  .xxl\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important
  }

  .xxl\:-my-36 {
    margin-top: -9.1rem !important;
    margin-bottom: -9.1rem !important
  }

  .xxl\:-mx-36 {
    margin-left: -9.1rem !important;
    margin-right: -9.1rem !important
  }

  .xxl\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important
  }

  .xxl\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important
  }

  .xxl\:-my-46 {
    margin-top: -11.7rem !important;
    margin-bottom: -11.7rem !important
  }

  .xxl\:-mx-46 {
    margin-left: -11.7rem !important;
    margin-right: -11.7rem !important
  }

  .xxl\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important
  }

  .xxl\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important
  }

  .xxl\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important
  }

  .xxl\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important
  }

  .xxl\:-my-58 {
    margin-top: -14.7rem !important;
    margin-bottom: -14.7rem !important
  }

  .xxl\:-mx-58 {
    margin-left: -14.7rem !important;
    margin-right: -14.7rem !important
  }

  .xxl\:-my-62 {
    margin-top: -15.7rem !important;
    margin-bottom: -15.7rem !important
  }

  .xxl\:-mx-62 {
    margin-left: -15.7rem !important;
    margin-right: -15.7rem !important
  }

  .xxl\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important
  }

  .xxl\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important
  }

  .xxl\:-my-69 {
    margin-top: -17.1rem !important;
    margin-bottom: -17.1rem !important
  }

  .xxl\:-mx-69 {
    margin-left: -17.1rem !important;
    margin-right: -17.1rem !important
  }

  .xxl\:-my-71 {
    margin-top: -17.9rem !important;
    margin-bottom: -17.9rem !important
  }

  .xxl\:-mx-71 {
    margin-left: -17.9rem !important;
    margin-right: -17.9rem !important
  }

  .xxl\:-my-72 {
    margin-top: -18.1rem !important;
    margin-bottom: -18.1rem !important
  }

  .xxl\:-mx-72 {
    margin-left: -18.1rem !important;
    margin-right: -18.1rem !important
  }

  .xxl\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important
  }

  .xxl\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important
  }

  .xxl\:-my-100 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important
  }

  .xxl\:-mx-100 {
    margin-left: -25rem !important;
    margin-right: -25rem !important
  }

  .xxl\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important
  }

  .xxl\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important
  }

  .xxl\:-my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important
  }

  .xxl\:-mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important
  }

  .xxl\:-my-143 {
    margin-top: -35.9rem !important;
    margin-bottom: -35.9rem !important
  }

  .xxl\:-mx-143 {
    margin-left: -35.9rem !important;
    margin-right: -35.9rem !important
  }

  .xxl\:-my-149 {
    margin-top: -37.4rem !important;
    margin-bottom: -37.4rem !important
  }

  .xxl\:-mx-149 {
    margin-left: -37.4rem !important;
    margin-right: -37.4rem !important
  }

  .xxl\:-my-240 {
    margin-top: -60rem !important;
    margin-bottom: -60rem !important
  }

  .xxl\:-mx-240 {
    margin-left: -60rem !important;
    margin-right: -60rem !important
  }

  .xxl\:-my-280 {
    margin-top: -70rem !important;
    margin-bottom: -70rem !important
  }

  .xxl\:-mx-280 {
    margin-left: -70rem !important;
    margin-right: -70rem !important
  }

  .xxl\:-my-291 {
    margin-top: -72.9rem !important;
    margin-bottom: -72.9rem !important
  }

  .xxl\:-mx-291 {
    margin-left: -72.9rem !important;
    margin-right: -72.9rem !important
  }

  .xxl\:-my-316 {
    margin-top: -79rem !important;
    margin-bottom: -79rem !important
  }

  .xxl\:-mx-316 {
    margin-left: -79rem !important;
    margin-right: -79rem !important
  }

  .xxl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important
  }

  .xxl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important
  }

  .xxl\:mt-0 {
    margin-top: 0 !important
  }

  .xxl\:mr-0 {
    margin-right: 0 !important
  }

  .xxl\:mb-0 {
    margin-bottom: 0 !important
  }

  .xxl\:ml-0 {
    margin-left: 0 !important
  }

  .xxl\:mt-1 {
    margin-top: 0.25rem !important
  }

  .xxl\:mr-1 {
    margin-right: 0.25rem !important
  }

  .xxl\:mb-1 {
    margin-bottom: 0.25rem !important
  }

  .xxl\:ml-1 {
    margin-left: 0.25rem !important
  }

  .xxl\:mt-2 {
    margin-top: 0.5rem !important
  }

  .xxl\:mr-2 {
    margin-right: 0.5rem !important
  }

  .xxl\:mb-2 {
    margin-bottom: 0.5rem !important
  }

  .xxl\:ml-2 {
    margin-left: 0.5rem !important
  }

  .xxl\:mt-3 {
    margin-top: 0.75rem !important
  }

  .xxl\:mr-3 {
    margin-right: 0.75rem !important
  }

  .xxl\:mb-3 {
    margin-bottom: 0.75rem !important
  }

  .xxl\:ml-3 {
    margin-left: 0.75rem !important
  }

  .xxl\:mt-4 {
    margin-top: 1rem !important
  }

  .xxl\:mr-4 {
    margin-right: 1rem !important
  }

  .xxl\:mb-4 {
    margin-bottom: 1rem !important
  }

  .xxl\:ml-4 {
    margin-left: 1rem !important
  }

  .xxl\:mt-5 {
    margin-top: 1.25rem !important
  }

  .xxl\:mr-5 {
    margin-right: 1.25rem !important
  }

  .xxl\:mb-5 {
    margin-bottom: 1.25rem !important
  }

  .xxl\:ml-5 {
    margin-left: 1.25rem !important
  }

  .xxl\:mt-6 {
    margin-top: 1.5rem !important
  }

  .xxl\:mr-6 {
    margin-right: 1.5rem !important
  }

  .xxl\:mb-6 {
    margin-bottom: 1.5rem !important
  }

  .xxl\:ml-6 {
    margin-left: 1.5rem !important
  }

  .xxl\:mt-7 {
    margin-top: 1.8rem !important
  }

  .xxl\:mr-7 {
    margin-right: 1.8rem !important
  }

  .xxl\:mb-7 {
    margin-bottom: 1.8rem !important
  }

  .xxl\:ml-7 {
    margin-left: 1.8rem !important
  }

  .xxl\:mt-8 {
    margin-top: 2rem !important
  }

  .xxl\:mr-8 {
    margin-right: 2rem !important
  }

  .xxl\:mb-8 {
    margin-bottom: 2rem !important
  }

  .xxl\:ml-8 {
    margin-left: 2rem !important
  }

  .xxl\:mt-9 {
    margin-top: 2.4rem !important
  }

  .xxl\:mr-9 {
    margin-right: 2.4rem !important
  }

  .xxl\:mb-9 {
    margin-bottom: 2.4rem !important
  }

  .xxl\:ml-9 {
    margin-left: 2.4rem !important
  }

  .xxl\:mt-10 {
    margin-top: 2.5rem !important
  }

  .xxl\:mr-10 {
    margin-right: 2.5rem !important
  }

  .xxl\:mb-10 {
    margin-bottom: 2.5rem !important
  }

  .xxl\:ml-10 {
    margin-left: 2.5rem !important
  }

  .xxl\:mt-11 {
    margin-top: 2.6rem !important
  }

  .xxl\:mr-11 {
    margin-right: 2.6rem !important
  }

  .xxl\:mb-11 {
    margin-bottom: 2.6rem !important
  }

  .xxl\:ml-11 {
    margin-left: 2.6rem !important
  }

  .xxl\:mt-12 {
    margin-top: 3rem !important
  }

  .xxl\:mr-12 {
    margin-right: 3rem !important
  }

  .xxl\:mb-12 {
    margin-bottom: 3rem !important
  }

  .xxl\:ml-12 {
    margin-left: 3rem !important
  }

  .xxl\:mt-14 {
    margin-top: 3.6rem !important
  }

  .xxl\:mr-14 {
    margin-right: 3.6rem !important
  }

  .xxl\:mb-14 {
    margin-bottom: 3.6rem !important
  }

  .xxl\:ml-14 {
    margin-left: 3.6rem !important
  }

  .xxl\:mt-15 {
    margin-top: 3.8rem !important
  }

  .xxl\:mr-15 {
    margin-right: 3.8rem !important
  }

  .xxl\:mb-15 {
    margin-bottom: 3.8rem !important
  }

  .xxl\:ml-15 {
    margin-left: 3.8rem !important
  }

  .xxl\:mt-16 {
    margin-top: 4rem !important
  }

  .xxl\:mr-16 {
    margin-right: 4rem !important
  }

  .xxl\:mb-16 {
    margin-bottom: 4rem !important
  }

  .xxl\:ml-16 {
    margin-left: 4rem !important
  }

  .xxl\:mt-18 {
    margin-top: 4.5rem !important
  }

  .xxl\:mr-18 {
    margin-right: 4.5rem !important
  }

  .xxl\:mb-18 {
    margin-bottom: 4.5rem !important
  }

  .xxl\:ml-18 {
    margin-left: 4.5rem !important
  }

  .xxl\:mt-20 {
    margin-top: 5rem !important
  }

  .xxl\:mr-20 {
    margin-right: 5rem !important
  }

  .xxl\:mb-20 {
    margin-bottom: 5rem !important
  }

  .xxl\:ml-20 {
    margin-left: 5rem !important
  }

  .xxl\:mt-21 {
    margin-top: 5.3rem !important
  }

  .xxl\:mr-21 {
    margin-right: 5.3rem !important
  }

  .xxl\:mb-21 {
    margin-bottom: 5.3rem !important
  }

  .xxl\:ml-21 {
    margin-left: 5.3rem !important
  }

  .xxl\:mt-22 {
    margin-top: 5.7rem !important
  }

  .xxl\:mr-22 {
    margin-right: 5.7rem !important
  }

  .xxl\:mb-22 {
    margin-bottom: 5.7rem !important
  }

  .xxl\:ml-22 {
    margin-left: 5.7rem !important
  }

  .xxl\:mt-24 {
    margin-top: 6rem !important
  }

  .xxl\:mr-24 {
    margin-right: 6rem !important
  }

  .xxl\:mb-24 {
    margin-bottom: 6rem !important
  }

  .xxl\:ml-24 {
    margin-left: 6rem !important
  }

  .xxl\:mt-28 {
    margin-top: 7rem !important
  }

  .xxl\:mr-28 {
    margin-right: 7rem !important
  }

  .xxl\:mb-28 {
    margin-bottom: 7rem !important
  }

  .xxl\:ml-28 {
    margin-left: 7rem !important
  }

  .xxl\:mt-30 {
    margin-top: 7.6rem !important
  }

  .xxl\:mr-30 {
    margin-right: 7.6rem !important
  }

  .xxl\:mb-30 {
    margin-bottom: 7.6rem !important
  }

  .xxl\:ml-30 {
    margin-left: 7.6rem !important
  }

  .xxl\:mt-32 {
    margin-top: 8rem !important
  }

  .xxl\:mr-32 {
    margin-right: 8rem !important
  }

  .xxl\:mb-32 {
    margin-bottom: 8rem !important
  }

  .xxl\:ml-32 {
    margin-left: 8rem !important
  }

  .xxl\:mt-36 {
    margin-top: 9.1rem !important
  }

  .xxl\:mr-36 {
    margin-right: 9.1rem !important
  }

  .xxl\:mb-36 {
    margin-bottom: 9.1rem !important
  }

  .xxl\:ml-36 {
    margin-left: 9.1rem !important
  }

  .xxl\:mt-40 {
    margin-top: 10rem !important
  }

  .xxl\:mr-40 {
    margin-right: 10rem !important
  }

  .xxl\:mb-40 {
    margin-bottom: 10rem !important
  }

  .xxl\:ml-40 {
    margin-left: 10rem !important
  }

  .xxl\:mt-46 {
    margin-top: 11.7rem !important
  }

  .xxl\:mr-46 {
    margin-right: 11.7rem !important
  }

  .xxl\:mb-46 {
    margin-bottom: 11.7rem !important
  }

  .xxl\:ml-46 {
    margin-left: 11.7rem !important
  }

  .xxl\:mt-48 {
    margin-top: 12rem !important
  }

  .xxl\:mr-48 {
    margin-right: 12rem !important
  }

  .xxl\:mb-48 {
    margin-bottom: 12rem !important
  }

  .xxl\:ml-48 {
    margin-left: 12rem !important
  }

  .xxl\:mt-56 {
    margin-top: 14rem !important
  }

  .xxl\:mr-56 {
    margin-right: 14rem !important
  }

  .xxl\:mb-56 {
    margin-bottom: 14rem !important
  }

  .xxl\:ml-56 {
    margin-left: 14rem !important
  }

  .xxl\:mt-58 {
    margin-top: 14.7rem !important
  }

  .xxl\:mr-58 {
    margin-right: 14.7rem !important
  }

  .xxl\:mb-58 {
    margin-bottom: 14.7rem !important
  }

  .xxl\:ml-58 {
    margin-left: 14.7rem !important
  }

  .xxl\:mt-62 {
    margin-top: 15.7rem !important
  }

  .xxl\:mr-62 {
    margin-right: 15.7rem !important
  }

  .xxl\:mb-62 {
    margin-bottom: 15.7rem !important
  }

  .xxl\:ml-62 {
    margin-left: 15.7rem !important
  }

  .xxl\:mt-64 {
    margin-top: 16rem !important
  }

  .xxl\:mr-64 {
    margin-right: 16rem !important
  }

  .xxl\:mb-64 {
    margin-bottom: 16rem !important
  }

  .xxl\:ml-64 {
    margin-left: 16rem !important
  }

  .xxl\:mt-69 {
    margin-top: 17.1rem !important
  }

  .xxl\:mr-69 {
    margin-right: 17.1rem !important
  }

  .xxl\:mb-69 {
    margin-bottom: 17.1rem !important
  }

  .xxl\:ml-69 {
    margin-left: 17.1rem !important
  }

  .xxl\:mt-71 {
    margin-top: 17.9rem !important
  }

  .xxl\:mr-71 {
    margin-right: 17.9rem !important
  }

  .xxl\:mb-71 {
    margin-bottom: 17.9rem !important
  }

  .xxl\:ml-71 {
    margin-left: 17.9rem !important
  }

  .xxl\:mt-72 {
    margin-top: 18.1rem !important
  }

  .xxl\:mr-72 {
    margin-right: 18.1rem !important
  }

  .xxl\:mb-72 {
    margin-bottom: 18.1rem !important
  }

  .xxl\:ml-72 {
    margin-left: 18.1rem !important
  }

  .xxl\:mt-80 {
    margin-top: 20rem !important
  }

  .xxl\:mr-80 {
    margin-right: 20rem !important
  }

  .xxl\:mb-80 {
    margin-bottom: 20rem !important
  }

  .xxl\:ml-80 {
    margin-left: 20rem !important
  }

  .xxl\:mt-100 {
    margin-top: 25rem !important
  }

  .xxl\:mr-100 {
    margin-right: 25rem !important
  }

  .xxl\:mb-100 {
    margin-bottom: 25rem !important
  }

  .xxl\:ml-100 {
    margin-left: 25rem !important
  }

  .xxl\:mt-112 {
    margin-top: 28rem !important
  }

  .xxl\:mr-112 {
    margin-right: 28rem !important
  }

  .xxl\:mb-112 {
    margin-bottom: 28rem !important
  }

  .xxl\:ml-112 {
    margin-left: 28rem !important
  }

  .xxl\:mt-128 {
    margin-top: 32rem !important
  }

  .xxl\:mr-128 {
    margin-right: 32rem !important
  }

  .xxl\:mb-128 {
    margin-bottom: 32rem !important
  }

  .xxl\:ml-128 {
    margin-left: 32rem !important
  }

  .xxl\:mt-143 {
    margin-top: 35.9rem !important
  }

  .xxl\:mr-143 {
    margin-right: 35.9rem !important
  }

  .xxl\:mb-143 {
    margin-bottom: 35.9rem !important
  }

  .xxl\:ml-143 {
    margin-left: 35.9rem !important
  }

  .xxl\:mt-149 {
    margin-top: 37.4rem !important
  }

  .xxl\:mr-149 {
    margin-right: 37.4rem !important
  }

  .xxl\:mb-149 {
    margin-bottom: 37.4rem !important
  }

  .xxl\:ml-149 {
    margin-left: 37.4rem !important
  }

  .xxl\:mt-240 {
    margin-top: 60rem !important
  }

  .xxl\:mr-240 {
    margin-right: 60rem !important
  }

  .xxl\:mb-240 {
    margin-bottom: 60rem !important
  }

  .xxl\:ml-240 {
    margin-left: 60rem !important
  }

  .xxl\:mt-280 {
    margin-top: 70rem !important
  }

  .xxl\:mr-280 {
    margin-right: 70rem !important
  }

  .xxl\:mb-280 {
    margin-bottom: 70rem !important
  }

  .xxl\:ml-280 {
    margin-left: 70rem !important
  }

  .xxl\:mt-291 {
    margin-top: 72.9rem !important
  }

  .xxl\:mr-291 {
    margin-right: 72.9rem !important
  }

  .xxl\:mb-291 {
    margin-bottom: 72.9rem !important
  }

  .xxl\:ml-291 {
    margin-left: 72.9rem !important
  }

  .xxl\:mt-316 {
    margin-top: 79rem !important
  }

  .xxl\:mr-316 {
    margin-right: 79rem !important
  }

  .xxl\:mb-316 {
    margin-bottom: 79rem !important
  }

  .xxl\:ml-316 {
    margin-left: 79rem !important
  }

  .xxl\:mt-auto {
    margin-top: auto !important
  }

  .xxl\:mr-auto {
    margin-right: auto !important
  }

  .xxl\:mb-auto {
    margin-bottom: auto !important
  }

  .xxl\:ml-auto {
    margin-left: auto !important
  }

  .xxl\:mt-px {
    margin-top: 1px !important
  }

  .xxl\:mr-px {
    margin-right: 1px !important
  }

  .xxl\:mb-px {
    margin-bottom: 1px !important
  }

  .xxl\:ml-px {
    margin-left: 1px !important
  }

  .xxl\:-mt-1 {
    margin-top: -0.25rem !important
  }

  .xxl\:-mr-1 {
    margin-right: -0.25rem !important
  }

  .xxl\:-mb-1 {
    margin-bottom: -0.25rem !important
  }

  .xxl\:-ml-1 {
    margin-left: -0.25rem !important
  }

  .xxl\:-mt-2 {
    margin-top: -0.5rem !important
  }

  .xxl\:-mr-2 {
    margin-right: -0.5rem !important
  }

  .xxl\:-mb-2 {
    margin-bottom: -0.5rem !important
  }

  .xxl\:-ml-2 {
    margin-left: -0.5rem !important
  }

  .xxl\:-mt-3 {
    margin-top: -0.75rem !important
  }

  .xxl\:-mr-3 {
    margin-right: -0.75rem !important
  }

  .xxl\:-mb-3 {
    margin-bottom: -0.75rem !important
  }

  .xxl\:-ml-3 {
    margin-left: -0.75rem !important
  }

  .xxl\:-mt-4 {
    margin-top: -1rem !important
  }

  .xxl\:-mr-4 {
    margin-right: -1rem !important
  }

  .xxl\:-mb-4 {
    margin-bottom: -1rem !important
  }

  .xxl\:-ml-4 {
    margin-left: -1rem !important
  }

  .xxl\:-mt-5 {
    margin-top: -1.25rem !important
  }

  .xxl\:-mr-5 {
    margin-right: -1.25rem !important
  }

  .xxl\:-mb-5 {
    margin-bottom: -1.25rem !important
  }

  .xxl\:-ml-5 {
    margin-left: -1.25rem !important
  }

  .xxl\:-mt-6 {
    margin-top: -1.5rem !important
  }

  .xxl\:-mr-6 {
    margin-right: -1.5rem !important
  }

  .xxl\:-mb-6 {
    margin-bottom: -1.5rem !important
  }

  .xxl\:-ml-6 {
    margin-left: -1.5rem !important
  }

  .xxl\:-mt-7 {
    margin-top: -1.8rem !important
  }

  .xxl\:-mr-7 {
    margin-right: -1.8rem !important
  }

  .xxl\:-mb-7 {
    margin-bottom: -1.8rem !important
  }

  .xxl\:-ml-7 {
    margin-left: -1.8rem !important
  }

  .xxl\:-mt-8 {
    margin-top: -2rem !important
  }

  .xxl\:-mr-8 {
    margin-right: -2rem !important
  }

  .xxl\:-mb-8 {
    margin-bottom: -2rem !important
  }

  .xxl\:-ml-8 {
    margin-left: -2rem !important
  }

  .xxl\:-mt-9 {
    margin-top: -2.4rem !important
  }

  .xxl\:-mr-9 {
    margin-right: -2.4rem !important
  }

  .xxl\:-mb-9 {
    margin-bottom: -2.4rem !important
  }

  .xxl\:-ml-9 {
    margin-left: -2.4rem !important
  }

  .xxl\:-mt-10 {
    margin-top: -2.5rem !important
  }

  .xxl\:-mr-10 {
    margin-right: -2.5rem !important
  }

  .xxl\:-mb-10 {
    margin-bottom: -2.5rem !important
  }

  .xxl\:-ml-10 {
    margin-left: -2.5rem !important
  }

  .xxl\:-mt-11 {
    margin-top: -2.6rem !important
  }

  .xxl\:-mr-11 {
    margin-right: -2.6rem !important
  }

  .xxl\:-mb-11 {
    margin-bottom: -2.6rem !important
  }

  .xxl\:-ml-11 {
    margin-left: -2.6rem !important
  }

  .xxl\:-mt-12 {
    margin-top: -3rem !important
  }

  .xxl\:-mr-12 {
    margin-right: -3rem !important
  }

  .xxl\:-mb-12 {
    margin-bottom: -3rem !important
  }

  .xxl\:-ml-12 {
    margin-left: -3rem !important
  }

  .xxl\:-mt-14 {
    margin-top: -3.6rem !important
  }

  .xxl\:-mr-14 {
    margin-right: -3.6rem !important
  }

  .xxl\:-mb-14 {
    margin-bottom: -3.6rem !important
  }

  .xxl\:-ml-14 {
    margin-left: -3.6rem !important
  }

  .xxl\:-mt-15 {
    margin-top: -3.8rem !important
  }

  .xxl\:-mr-15 {
    margin-right: -3.8rem !important
  }

  .xxl\:-mb-15 {
    margin-bottom: -3.8rem !important
  }

  .xxl\:-ml-15 {
    margin-left: -3.8rem !important
  }

  .xxl\:-mt-16 {
    margin-top: -4rem !important
  }

  .xxl\:-mr-16 {
    margin-right: -4rem !important
  }

  .xxl\:-mb-16 {
    margin-bottom: -4rem !important
  }

  .xxl\:-ml-16 {
    margin-left: -4rem !important
  }

  .xxl\:-mt-18 {
    margin-top: -4.5rem !important
  }

  .xxl\:-mr-18 {
    margin-right: -4.5rem !important
  }

  .xxl\:-mb-18 {
    margin-bottom: -4.5rem !important
  }

  .xxl\:-ml-18 {
    margin-left: -4.5rem !important
  }

  .xxl\:-mt-20 {
    margin-top: -5rem !important
  }

  .xxl\:-mr-20 {
    margin-right: -5rem !important
  }

  .xxl\:-mb-20 {
    margin-bottom: -5rem !important
  }

  .xxl\:-ml-20 {
    margin-left: -5rem !important
  }

  .xxl\:-mt-21 {
    margin-top: -5.3rem !important
  }

  .xxl\:-mr-21 {
    margin-right: -5.3rem !important
  }

  .xxl\:-mb-21 {
    margin-bottom: -5.3rem !important
  }

  .xxl\:-ml-21 {
    margin-left: -5.3rem !important
  }

  .xxl\:-mt-22 {
    margin-top: -5.7rem !important
  }

  .xxl\:-mr-22 {
    margin-right: -5.7rem !important
  }

  .xxl\:-mb-22 {
    margin-bottom: -5.7rem !important
  }

  .xxl\:-ml-22 {
    margin-left: -5.7rem !important
  }

  .xxl\:-mt-24 {
    margin-top: -6rem !important
  }

  .xxl\:-mr-24 {
    margin-right: -6rem !important
  }

  .xxl\:-mb-24 {
    margin-bottom: -6rem !important
  }

  .xxl\:-ml-24 {
    margin-left: -6rem !important
  }

  .xxl\:-mt-28 {
    margin-top: -7rem !important
  }

  .xxl\:-mr-28 {
    margin-right: -7rem !important
  }

  .xxl\:-mb-28 {
    margin-bottom: -7rem !important
  }

  .xxl\:-ml-28 {
    margin-left: -7rem !important
  }

  .xxl\:-mt-30 {
    margin-top: -7.6rem !important
  }

  .xxl\:-mr-30 {
    margin-right: -7.6rem !important
  }

  .xxl\:-mb-30 {
    margin-bottom: -7.6rem !important
  }

  .xxl\:-ml-30 {
    margin-left: -7.6rem !important
  }

  .xxl\:-mt-32 {
    margin-top: -8rem !important
  }

  .xxl\:-mr-32 {
    margin-right: -8rem !important
  }

  .xxl\:-mb-32 {
    margin-bottom: -8rem !important
  }

  .xxl\:-ml-32 {
    margin-left: -8rem !important
  }

  .xxl\:-mt-36 {
    margin-top: -9.1rem !important
  }

  .xxl\:-mr-36 {
    margin-right: -9.1rem !important
  }

  .xxl\:-mb-36 {
    margin-bottom: -9.1rem !important
  }

  .xxl\:-ml-36 {
    margin-left: -9.1rem !important
  }

  .xxl\:-mt-40 {
    margin-top: -10rem !important
  }

  .xxl\:-mr-40 {
    margin-right: -10rem !important
  }

  .xxl\:-mb-40 {
    margin-bottom: -10rem !important
  }

  .xxl\:-ml-40 {
    margin-left: -10rem !important
  }

  .xxl\:-mt-46 {
    margin-top: -11.7rem !important
  }

  .xxl\:-mr-46 {
    margin-right: -11.7rem !important
  }

  .xxl\:-mb-46 {
    margin-bottom: -11.7rem !important
  }

  .xxl\:-ml-46 {
    margin-left: -11.7rem !important
  }

  .xxl\:-mt-48 {
    margin-top: -12rem !important
  }

  .xxl\:-mr-48 {
    margin-right: -12rem !important
  }

  .xxl\:-mb-48 {
    margin-bottom: -12rem !important
  }

  .xxl\:-ml-48 {
    margin-left: -12rem !important
  }

  .xxl\:-mt-56 {
    margin-top: -14rem !important
  }

  .xxl\:-mr-56 {
    margin-right: -14rem !important
  }

  .xxl\:-mb-56 {
    margin-bottom: -14rem !important
  }

  .xxl\:-ml-56 {
    margin-left: -14rem !important
  }

  .xxl\:-mt-58 {
    margin-top: -14.7rem !important
  }

  .xxl\:-mr-58 {
    margin-right: -14.7rem !important
  }

  .xxl\:-mb-58 {
    margin-bottom: -14.7rem !important
  }

  .xxl\:-ml-58 {
    margin-left: -14.7rem !important
  }

  .xxl\:-mt-62 {
    margin-top: -15.7rem !important
  }

  .xxl\:-mr-62 {
    margin-right: -15.7rem !important
  }

  .xxl\:-mb-62 {
    margin-bottom: -15.7rem !important
  }

  .xxl\:-ml-62 {
    margin-left: -15.7rem !important
  }

  .xxl\:-mt-64 {
    margin-top: -16rem !important
  }

  .xxl\:-mr-64 {
    margin-right: -16rem !important
  }

  .xxl\:-mb-64 {
    margin-bottom: -16rem !important
  }

  .xxl\:-ml-64 {
    margin-left: -16rem !important
  }

  .xxl\:-mt-69 {
    margin-top: -17.1rem !important
  }

  .xxl\:-mr-69 {
    margin-right: -17.1rem !important
  }

  .xxl\:-mb-69 {
    margin-bottom: -17.1rem !important
  }

  .xxl\:-ml-69 {
    margin-left: -17.1rem !important
  }

  .xxl\:-mt-71 {
    margin-top: -17.9rem !important
  }

  .xxl\:-mr-71 {
    margin-right: -17.9rem !important
  }

  .xxl\:-mb-71 {
    margin-bottom: -17.9rem !important
  }

  .xxl\:-ml-71 {
    margin-left: -17.9rem !important
  }

  .xxl\:-mt-72 {
    margin-top: -18.1rem !important
  }

  .xxl\:-mr-72 {
    margin-right: -18.1rem !important
  }

  .xxl\:-mb-72 {
    margin-bottom: -18.1rem !important
  }

  .xxl\:-ml-72 {
    margin-left: -18.1rem !important
  }

  .xxl\:-mt-80 {
    margin-top: -20rem !important
  }

  .xxl\:-mr-80 {
    margin-right: -20rem !important
  }

  .xxl\:-mb-80 {
    margin-bottom: -20rem !important
  }

  .xxl\:-ml-80 {
    margin-left: -20rem !important
  }

  .xxl\:-mt-100 {
    margin-top: -25rem !important
  }

  .xxl\:-mr-100 {
    margin-right: -25rem !important
  }

  .xxl\:-mb-100 {
    margin-bottom: -25rem !important
  }

  .xxl\:-ml-100 {
    margin-left: -25rem !important
  }

  .xxl\:-mt-112 {
    margin-top: -28rem !important
  }

  .xxl\:-mr-112 {
    margin-right: -28rem !important
  }

  .xxl\:-mb-112 {
    margin-bottom: -28rem !important
  }

  .xxl\:-ml-112 {
    margin-left: -28rem !important
  }

  .xxl\:-mt-128 {
    margin-top: -32rem !important
  }

  .xxl\:-mr-128 {
    margin-right: -32rem !important
  }

  .xxl\:-mb-128 {
    margin-bottom: -32rem !important
  }

  .xxl\:-ml-128 {
    margin-left: -32rem !important
  }

  .xxl\:-mt-143 {
    margin-top: -35.9rem !important
  }

  .xxl\:-mr-143 {
    margin-right: -35.9rem !important
  }

  .xxl\:-mb-143 {
    margin-bottom: -35.9rem !important
  }

  .xxl\:-ml-143 {
    margin-left: -35.9rem !important
  }

  .xxl\:-mt-149 {
    margin-top: -37.4rem !important
  }

  .xxl\:-mr-149 {
    margin-right: -37.4rem !important
  }

  .xxl\:-mb-149 {
    margin-bottom: -37.4rem !important
  }

  .xxl\:-ml-149 {
    margin-left: -37.4rem !important
  }

  .xxl\:-mt-240 {
    margin-top: -60rem !important
  }

  .xxl\:-mr-240 {
    margin-right: -60rem !important
  }

  .xxl\:-mb-240 {
    margin-bottom: -60rem !important
  }

  .xxl\:-ml-240 {
    margin-left: -60rem !important
  }

  .xxl\:-mt-280 {
    margin-top: -70rem !important
  }

  .xxl\:-mr-280 {
    margin-right: -70rem !important
  }

  .xxl\:-mb-280 {
    margin-bottom: -70rem !important
  }

  .xxl\:-ml-280 {
    margin-left: -70rem !important
  }

  .xxl\:-mt-291 {
    margin-top: -72.9rem !important
  }

  .xxl\:-mr-291 {
    margin-right: -72.9rem !important
  }

  .xxl\:-mb-291 {
    margin-bottom: -72.9rem !important
  }

  .xxl\:-ml-291 {
    margin-left: -72.9rem !important
  }

  .xxl\:-mt-316 {
    margin-top: -79rem !important
  }

  .xxl\:-mr-316 {
    margin-right: -79rem !important
  }

  .xxl\:-mb-316 {
    margin-bottom: -79rem !important
  }

  .xxl\:-ml-316 {
    margin-left: -79rem !important
  }

  .xxl\:-mt-px {
    margin-top: -1px !important
  }

  .xxl\:-mr-px {
    margin-right: -1px !important
  }

  .xxl\:-mb-px {
    margin-bottom: -1px !important
  }

  .xxl\:-ml-px {
    margin-left: -1px !important
  }

  .xxl\:max-h-full {
    max-height: 100% !important
  }

  .xxl\:max-h-screen {
    max-height: 100vh !important
  }

  .xxl\:max-w-0 {
    max-width: 0 !important
  }

  .xxl\:max-w-1 {
    max-width: 0.25rem !important
  }

  .xxl\:max-w-2 {
    max-width: 0.5rem !important
  }

  .xxl\:max-w-3 {
    max-width: 0.75rem !important
  }

  .xxl\:max-w-4 {
    max-width: 1rem !important
  }

  .xxl\:max-w-5 {
    max-width: 1.25rem !important
  }

  .xxl\:max-w-6 {
    max-width: 1.5rem !important
  }

  .xxl\:max-w-7 {
    max-width: 1.8rem !important
  }

  .xxl\:max-w-8 {
    max-width: 2rem !important
  }

  .xxl\:max-w-9 {
    max-width: 2.4rem !important
  }

  .xxl\:max-w-10 {
    max-width: 2.5rem !important
  }

  .xxl\:max-w-11 {
    max-width: 2.6rem !important
  }

  .xxl\:max-w-12 {
    max-width: 3rem !important
  }

  .xxl\:max-w-14 {
    max-width: 3.6rem !important
  }

  .xxl\:max-w-15 {
    max-width: 3.8rem !important
  }

  .xxl\:max-w-16 {
    max-width: 4rem !important
  }

  .xxl\:max-w-18 {
    max-width: 4.5rem !important
  }

  .xxl\:max-w-20 {
    max-width: 5rem !important
  }

  .xxl\:max-w-21 {
    max-width: 5.3rem !important
  }

  .xxl\:max-w-22 {
    max-width: 5.7rem !important
  }

  .xxl\:max-w-24 {
    max-width: 6rem !important
  }

  .xxl\:max-w-28 {
    max-width: 7rem !important
  }

  .xxl\:max-w-30 {
    max-width: 7.6rem !important
  }

  .xxl\:max-w-32 {
    max-width: 8rem !important
  }

  .xxl\:max-w-36 {
    max-width: 9.1rem !important
  }

  .xxl\:max-w-40 {
    max-width: 10rem !important
  }

  .xxl\:max-w-46 {
    max-width: 11.7rem !important
  }

  .xxl\:max-w-48 {
    max-width: 12rem !important
  }

  .xxl\:max-w-56 {
    max-width: 14rem !important
  }

  .xxl\:max-w-58 {
    max-width: 14.7rem !important
  }

  .xxl\:max-w-62 {
    max-width: 15.7rem !important
  }

  .xxl\:max-w-64 {
    max-width: 16rem !important
  }

  .xxl\:max-w-69 {
    max-width: 17.1rem !important
  }

  .xxl\:max-w-71 {
    max-width: 17.9rem !important
  }

  .xxl\:max-w-72 {
    max-width: 18.1rem !important
  }

  .xxl\:max-w-80 {
    max-width: 20rem !important
  }

  .xxl\:max-w-100 {
    max-width: 25rem !important
  }

  .xxl\:max-w-112 {
    max-width: 28rem !important
  }

  .xxl\:max-w-128 {
    max-width: 32rem !important
  }

  .xxl\:max-w-143 {
    max-width: 35.9rem !important
  }

  .xxl\:max-w-149 {
    max-width: 37.4rem !important
  }

  .xxl\:max-w-240 {
    max-width: 60rem !important
  }

  .xxl\:max-w-280 {
    max-width: 70rem !important
  }

  .xxl\:max-w-291 {
    max-width: 72.9rem !important
  }

  .xxl\:max-w-316 {
    max-width: 79rem !important
  }

  .xxl\:max-w-auto {
    max-width: auto !important
  }

  .xxl\:max-w-xs {
    max-width: 20rem !important
  }

  .xxl\:max-w-sm {
    max-width: 30rem !important
  }

  .xxl\:max-w-md {
    max-width: 50rem !important
  }

  .xxl\:max-w-lg {
    max-width: 78rem !important
  }

  .xxl\:max-w-xl {
    max-width: 100rem !important
  }

  .xxl\:max-w-full {
    max-width: 100% !important
  }

  .xxl\:max-w-px {
    max-width: 1px !important
  }

  .xxl\:min-h-0 {
    min-height: 0 !important
  }

  .xxl\:min-h-69 {
    min-height: 17.3rem !important
  }

  .xxl\:min-h-120 {
    min-height: 30rem !important
  }

  .xxl\:min-h-full {
    min-height: 100% !important
  }

  .xxl\:min-h-screen {
    min-height: 100vh !important
  }

  .xxl\:min-w-0 {
    min-width: 0 !important
  }

  .xxl\:min-w-1 {
    min-width: 0.25rem !important
  }

  .xxl\:min-w-2 {
    min-width: 0.5rem !important
  }

  .xxl\:min-w-3 {
    min-width: 0.75rem !important
  }

  .xxl\:min-w-4 {
    min-width: 1rem !important
  }

  .xxl\:min-w-5 {
    min-width: 1.25rem !important
  }

  .xxl\:min-w-6 {
    min-width: 1.5rem !important
  }

  .xxl\:min-w-7 {
    min-width: 1.8rem !important
  }

  .xxl\:min-w-8 {
    min-width: 2rem !important
  }

  .xxl\:min-w-9 {
    min-width: 2.4rem !important
  }

  .xxl\:min-w-10 {
    min-width: 2.5rem !important
  }

  .xxl\:min-w-11 {
    min-width: 2.6rem !important
  }

  .xxl\:min-w-12 {
    min-width: 3rem !important
  }

  .xxl\:min-w-14 {
    min-width: 3.6rem !important
  }

  .xxl\:min-w-15 {
    min-width: 3.8rem !important
  }

  .xxl\:min-w-16 {
    min-width: 4rem !important
  }

  .xxl\:min-w-18 {
    min-width: 4.5rem !important
  }

  .xxl\:min-w-20 {
    min-width: 5rem !important
  }

  .xxl\:min-w-21 {
    min-width: 5.3rem !important
  }

  .xxl\:min-w-22 {
    min-width: 5.7rem !important
  }

  .xxl\:min-w-24 {
    min-width: 6rem !important
  }

  .xxl\:min-w-28 {
    min-width: 7rem !important
  }

  .xxl\:min-w-30 {
    min-width: 7.6rem !important
  }

  .xxl\:min-w-32 {
    min-width: 8rem !important
  }

  .xxl\:min-w-36 {
    min-width: 9.1rem !important
  }

  .xxl\:min-w-40 {
    min-width: 10rem !important
  }

  .xxl\:min-w-46 {
    min-width: 11.7rem !important
  }

  .xxl\:min-w-48 {
    min-width: 12rem !important
  }

  .xxl\:min-w-56 {
    min-width: 14rem !important
  }

  .xxl\:min-w-58 {
    min-width: 14.7rem !important
  }

  .xxl\:min-w-62 {
    min-width: 15.7rem !important
  }

  .xxl\:min-w-64 {
    min-width: 16rem !important
  }

  .xxl\:min-w-69 {
    min-width: 17.1rem !important
  }

  .xxl\:min-w-71 {
    min-width: 17.9rem !important
  }

  .xxl\:min-w-72 {
    min-width: 18.1rem !important
  }

  .xxl\:min-w-80 {
    min-width: 20rem !important
  }

  .xxl\:min-w-100 {
    min-width: 25rem !important
  }

  .xxl\:min-w-112 {
    min-width: 28rem !important
  }

  .xxl\:min-w-128 {
    min-width: 32rem !important
  }

  .xxl\:min-w-143 {
    min-width: 35.9rem !important
  }

  .xxl\:min-w-149 {
    min-width: 37.4rem !important
  }

  .xxl\:min-w-240 {
    min-width: 60rem !important
  }

  .xxl\:min-w-280 {
    min-width: 70rem !important
  }

  .xxl\:min-w-291 {
    min-width: 72.9rem !important
  }

  .xxl\:min-w-316 {
    min-width: 79rem !important
  }

  .xxl\:min-w-auto {
    min-width: auto !important
  }

  .xxl\:min-w-xs {
    min-width: 20rem !important
  }

  .xxl\:min-w-sm {
    min-width: 30rem !important
  }

  .xxl\:min-w-md {
    min-width: 50rem !important
  }

  .xxl\:min-w-lg {
    min-width: 78rem !important
  }

  .xxl\:min-w-xl {
    min-width: 100rem !important
  }

  .xxl\:min-w-full {
    min-width: 100% !important
  }

  .xxl\:min-w-px {
    min-width: 1px !important
  }

  .xxl\:opacity-0 {
    opacity: 0 !important
  }

  .xxl\:opacity-25 {
    opacity: 0.25 !important
  }

  .xxl\:opacity-50 {
    opacity: 0.5 !important
  }

  .xxl\:opacity-75 {
    opacity: 0.75 !important
  }

  .xxl\:opacity-100 {
    opacity: 1 !important
  }

  .xxl\:hover\:opacity-0:hover {
    opacity: 0 !important
  }

  .xxl\:hover\:opacity-25:hover {
    opacity: 0.25 !important
  }

  .xxl\:hover\:opacity-50:hover {
    opacity: 0.5 !important
  }

  .xxl\:hover\:opacity-75:hover {
    opacity: 0.75 !important
  }

  .xxl\:hover\:opacity-100:hover {
    opacity: 1 !important
  }

  .xxl\:focus\:opacity-0:focus {
    opacity: 0 !important
  }

  .xxl\:focus\:opacity-25:focus {
    opacity: 0.25 !important
  }

  .xxl\:focus\:opacity-50:focus {
    opacity: 0.5 !important
  }

  .xxl\:focus\:opacity-75:focus {
    opacity: 0.75 !important
  }

  .xxl\:focus\:opacity-100:focus {
    opacity: 1 !important
  }

  .xxl\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important
  }

  .xxl\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important
  }

  .xxl\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important
  }

  .xxl\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important
  }

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

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

  .xxl\:overflow-auto {
    overflow: auto !important
  }

  .xxl\:overflow-hidden {
    overflow: hidden !important
  }

  .xxl\:overflow-visible {
    overflow: visible !important
  }

  .xxl\:overflow-scroll {
    overflow: scroll !important
  }

  .xxl\:overflow-x-auto {
    overflow-x: auto !important
  }

  .xxl\:overflow-y-auto {
    overflow-y: auto !important
  }

  .xxl\:overflow-x-hidden {
    overflow-x: hidden !important
  }

  .xxl\:overflow-y-hidden {
    overflow-y: hidden !important
  }

  .xxl\:overflow-x-visible {
    overflow-x: visible !important
  }

  .xxl\:overflow-y-visible {
    overflow-y: visible !important
  }

  .xxl\:overflow-x-scroll {
    overflow-x: scroll !important
  }

  .xxl\:overflow-y-scroll {
    overflow-y: scroll !important
  }

  .xxl\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important
  }

  .xxl\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important
  }

  .xxl\:p-0 {
    padding: 0 !important
  }

  .xxl\:p-1 {
    padding: 0.25rem !important
  }

  .xxl\:p-2 {
    padding: 0.5rem !important
  }

  .xxl\:p-3 {
    padding: 0.75rem !important
  }

  .xxl\:p-4 {
    padding: 1rem !important
  }

  .xxl\:p-5 {
    padding: 1.25rem !important
  }

  .xxl\:p-6 {
    padding: 1.5rem !important
  }

  .xxl\:p-7 {
    padding: 1.8rem !important
  }

  .xxl\:p-8 {
    padding: 2rem !important
  }

  .xxl\:p-9 {
    padding: 2.4rem !important
  }

  .xxl\:p-10 {
    padding: 2.5rem !important
  }

  .xxl\:p-11 {
    padding: 2.6rem !important
  }

  .xxl\:p-12 {
    padding: 3rem !important
  }

  .xxl\:p-14 {
    padding: 3.6rem !important
  }

  .xxl\:p-15 {
    padding: 3.8rem !important
  }

  .xxl\:p-16 {
    padding: 4rem !important
  }

  .xxl\:p-18 {
    padding: 4.5rem !important
  }

  .xxl\:p-20 {
    padding: 5rem !important
  }

  .xxl\:p-21 {
    padding: 5.3rem !important
  }

  .xxl\:p-22 {
    padding: 5.7rem !important
  }

  .xxl\:p-24 {
    padding: 6rem !important
  }

  .xxl\:p-28 {
    padding: 7rem !important
  }

  .xxl\:p-30 {
    padding: 7.6rem !important
  }

  .xxl\:p-32 {
    padding: 8rem !important
  }

  .xxl\:p-36 {
    padding: 9.1rem !important
  }

  .xxl\:p-40 {
    padding: 10rem !important
  }

  .xxl\:p-46 {
    padding: 11.7rem !important
  }

  .xxl\:p-48 {
    padding: 12rem !important
  }

  .xxl\:p-56 {
    padding: 14rem !important
  }

  .xxl\:p-58 {
    padding: 14.7rem !important
  }

  .xxl\:p-62 {
    padding: 15.7rem !important
  }

  .xxl\:p-64 {
    padding: 16rem !important
  }

  .xxl\:p-69 {
    padding: 17.1rem !important
  }

  .xxl\:p-71 {
    padding: 17.9rem !important
  }

  .xxl\:p-72 {
    padding: 18.1rem !important
  }

  .xxl\:p-80 {
    padding: 20rem !important
  }

  .xxl\:p-100 {
    padding: 25rem !important
  }

  .xxl\:p-112 {
    padding: 28rem !important
  }

  .xxl\:p-128 {
    padding: 32rem !important
  }

  .xxl\:p-143 {
    padding: 35.9rem !important
  }

  .xxl\:p-149 {
    padding: 37.4rem !important
  }

  .xxl\:p-240 {
    padding: 60rem !important
  }

  .xxl\:p-280 {
    padding: 70rem !important
  }

  .xxl\:p-291 {
    padding: 72.9rem !important
  }

  .xxl\:p-316 {
    padding: 79rem !important
  }

  .xxl\:p-px {
    padding: 1px !important
  }

  .xxl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .xxl\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .xxl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important
  }

  .xxl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important
  }

  .xxl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
  }

  .xxl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important
  }

  .xxl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important
  }

  .xxl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important
  }

  .xxl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .xxl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .xxl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
  }

  .xxl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
  }

  .xxl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .xxl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .xxl\:py-7 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important
  }

  .xxl\:px-7 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important
  }

  .xxl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .xxl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .xxl\:py-9 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important
  }

  .xxl\:px-9 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important
  }

  .xxl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }

  .xxl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .xxl\:py-11 {
    padding-top: 2.6rem !important;
    padding-bottom: 2.6rem !important
  }

  .xxl\:px-11 {
    padding-left: 2.6rem !important;
    padding-right: 2.6rem !important
  }

  .xxl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .xxl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .xxl\:py-14 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important
  }

  .xxl\:px-14 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important
  }

  .xxl\:py-15 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important
  }

  .xxl\:px-15 {
    padding-left: 3.8rem !important;
    padding-right: 3.8rem !important
  }

  .xxl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .xxl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .xxl\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
  }

  .xxl\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
  }

  .xxl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .xxl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .xxl\:py-21 {
    padding-top: 5.3rem !important;
    padding-bottom: 5.3rem !important
  }

  .xxl\:px-21 {
    padding-left: 5.3rem !important;
    padding-right: 5.3rem !important
  }

  .xxl\:py-22 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important
  }

  .xxl\:px-22 {
    padding-left: 5.7rem !important;
    padding-right: 5.7rem !important
  }

  .xxl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .xxl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .xxl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important
  }

  .xxl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .xxl\:py-30 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important
  }

  .xxl\:px-30 {
    padding-left: 7.6rem !important;
    padding-right: 7.6rem !important
  }

  .xxl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .xxl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .xxl\:py-36 {
    padding-top: 9.1rem !important;
    padding-bottom: 9.1rem !important
  }

  .xxl\:px-36 {
    padding-left: 9.1rem !important;
    padding-right: 9.1rem !important
  }

  .xxl\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important
  }

  .xxl\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important
  }

  .xxl\:py-46 {
    padding-top: 11.7rem !important;
    padding-bottom: 11.7rem !important
  }

  .xxl\:px-46 {
    padding-left: 11.7rem !important;
    padding-right: 11.7rem !important
  }

  .xxl\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important
  }

  .xxl\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important
  }

  .xxl\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important
  }

  .xxl\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important
  }

  .xxl\:py-58 {
    padding-top: 14.7rem !important;
    padding-bottom: 14.7rem !important
  }

  .xxl\:px-58 {
    padding-left: 14.7rem !important;
    padding-right: 14.7rem !important
  }

  .xxl\:py-62 {
    padding-top: 15.7rem !important;
    padding-bottom: 15.7rem !important
  }

  .xxl\:px-62 {
    padding-left: 15.7rem !important;
    padding-right: 15.7rem !important
  }

  .xxl\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important
  }

  .xxl\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important
  }

  .xxl\:py-69 {
    padding-top: 17.1rem !important;
    padding-bottom: 17.1rem !important
  }

  .xxl\:px-69 {
    padding-left: 17.1rem !important;
    padding-right: 17.1rem !important
  }

  .xxl\:py-71 {
    padding-top: 17.9rem !important;
    padding-bottom: 17.9rem !important
  }

  .xxl\:px-71 {
    padding-left: 17.9rem !important;
    padding-right: 17.9rem !important
  }

  .xxl\:py-72 {
    padding-top: 18.1rem !important;
    padding-bottom: 18.1rem !important
  }

  .xxl\:px-72 {
    padding-left: 18.1rem !important;
    padding-right: 18.1rem !important
  }

  .xxl\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important
  }

  .xxl\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important
  }

  .xxl\:py-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important
  }

  .xxl\:px-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important
  }

  .xxl\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important
  }

  .xxl\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important
  }

  .xxl\:py-128 {
    padding-top: 32rem !important;
    padding-bottom: 32rem !important
  }

  .xxl\:px-128 {
    padding-left: 32rem !important;
    padding-right: 32rem !important
  }

  .xxl\:py-143 {
    padding-top: 35.9rem !important;
    padding-bottom: 35.9rem !important
  }

  .xxl\:px-143 {
    padding-left: 35.9rem !important;
    padding-right: 35.9rem !important
  }

  .xxl\:py-149 {
    padding-top: 37.4rem !important;
    padding-bottom: 37.4rem !important
  }

  .xxl\:px-149 {
    padding-left: 37.4rem !important;
    padding-right: 37.4rem !important
  }

  .xxl\:py-240 {
    padding-top: 60rem !important;
    padding-bottom: 60rem !important
  }

  .xxl\:px-240 {
    padding-left: 60rem !important;
    padding-right: 60rem !important
  }

  .xxl\:py-280 {
    padding-top: 70rem !important;
    padding-bottom: 70rem !important
  }

  .xxl\:px-280 {
    padding-left: 70rem !important;
    padding-right: 70rem !important
  }

  .xxl\:py-291 {
    padding-top: 72.9rem !important;
    padding-bottom: 72.9rem !important
  }

  .xxl\:px-291 {
    padding-left: 72.9rem !important;
    padding-right: 72.9rem !important
  }

  .xxl\:py-316 {
    padding-top: 79rem !important;
    padding-bottom: 79rem !important
  }

  .xxl\:px-316 {
    padding-left: 79rem !important;
    padding-right: 79rem !important
  }

  .xxl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important
  }

  .xxl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important
  }

  .xxl\:pt-0 {
    padding-top: 0 !important
  }

  .xxl\:pr-0 {
    padding-right: 0 !important
  }

  .xxl\:pb-0 {
    padding-bottom: 0 !important
  }

  .xxl\:pl-0 {
    padding-left: 0 !important
  }

  .xxl\:pt-1 {
    padding-top: 0.25rem !important
  }

  .xxl\:pr-1 {
    padding-right: 0.25rem !important
  }

  .xxl\:pb-1 {
    padding-bottom: 0.25rem !important
  }

  .xxl\:pl-1 {
    padding-left: 0.25rem !important
  }

  .xxl\:pt-2 {
    padding-top: 0.5rem !important
  }

  .xxl\:pr-2 {
    padding-right: 0.5rem !important
  }

  .xxl\:pb-2 {
    padding-bottom: 0.5rem !important
  }

  .xxl\:pl-2 {
    padding-left: 0.5rem !important
  }

  .xxl\:pt-3 {
    padding-top: 0.75rem !important
  }

  .xxl\:pr-3 {
    padding-right: 0.75rem !important
  }

  .xxl\:pb-3 {
    padding-bottom: 0.75rem !important
  }

  .xxl\:pl-3 {
    padding-left: 0.75rem !important
  }

  .xxl\:pt-4 {
    padding-top: 1rem !important
  }

  .xxl\:pr-4 {
    padding-right: 1rem !important
  }

  .xxl\:pb-4 {
    padding-bottom: 1rem !important
  }

  .xxl\:pl-4 {
    padding-left: 1rem !important
  }

  .xxl\:pt-5 {
    padding-top: 1.25rem !important
  }

  .xxl\:pr-5 {
    padding-right: 1.25rem !important
  }

  .xxl\:pb-5 {
    padding-bottom: 1.25rem !important
  }

  .xxl\:pl-5 {
    padding-left: 1.25rem !important
  }

  .xxl\:pt-6 {
    padding-top: 1.5rem !important
  }

  .xxl\:pr-6 {
    padding-right: 1.5rem !important
  }

  .xxl\:pb-6 {
    padding-bottom: 1.5rem !important
  }

  .xxl\:pl-6 {
    padding-left: 1.5rem !important
  }

  .xxl\:pt-7 {
    padding-top: 1.8rem !important
  }

  .xxl\:pr-7 {
    padding-right: 1.8rem !important
  }

  .xxl\:pb-7 {
    padding-bottom: 1.8rem !important
  }

  .xxl\:pl-7 {
    padding-left: 1.8rem !important
  }

  .xxl\:pt-8 {
    padding-top: 2rem !important
  }

  .xxl\:pr-8 {
    padding-right: 2rem !important
  }

  .xxl\:pb-8 {
    padding-bottom: 2rem !important
  }

  .xxl\:pl-8 {
    padding-left: 2rem !important
  }

  .xxl\:pt-9 {
    padding-top: 2.4rem !important
  }

  .xxl\:pr-9 {
    padding-right: 2.4rem !important
  }

  .xxl\:pb-9 {
    padding-bottom: 2.4rem !important
  }

  .xxl\:pl-9 {
    padding-left: 2.4rem !important
  }

  .xxl\:pt-10 {
    padding-top: 2.5rem !important
  }

  .xxl\:pr-10 {
    padding-right: 2.5rem !important
  }

  .xxl\:pb-10 {
    padding-bottom: 2.5rem !important
  }

  .xxl\:pl-10 {
    padding-left: 2.5rem !important
  }

  .xxl\:pt-11 {
    padding-top: 2.6rem !important
  }

  .xxl\:pr-11 {
    padding-right: 2.6rem !important
  }

  .xxl\:pb-11 {
    padding-bottom: 2.6rem !important
  }

  .xxl\:pl-11 {
    padding-left: 2.6rem !important
  }

  .xxl\:pt-12 {
    padding-top: 3rem !important
  }

  .xxl\:pr-12 {
    padding-right: 3rem !important
  }

  .xxl\:pb-12 {
    padding-bottom: 3rem !important
  }

  .xxl\:pl-12 {
    padding-left: 3rem !important
  }

  .xxl\:pt-14 {
    padding-top: 3.6rem !important
  }

  .xxl\:pr-14 {
    padding-right: 3.6rem !important
  }

  .xxl\:pb-14 {
    padding-bottom: 3.6rem !important
  }

  .xxl\:pl-14 {
    padding-left: 3.6rem !important
  }

  .xxl\:pt-15 {
    padding-top: 3.8rem !important
  }

  .xxl\:pr-15 {
    padding-right: 3.8rem !important
  }

  .xxl\:pb-15 {
    padding-bottom: 3.8rem !important
  }

  .xxl\:pl-15 {
    padding-left: 3.8rem !important
  }

  .xxl\:pt-16 {
    padding-top: 4rem !important
  }

  .xxl\:pr-16 {
    padding-right: 4rem !important
  }

  .xxl\:pb-16 {
    padding-bottom: 4rem !important
  }

  .xxl\:pl-16 {
    padding-left: 4rem !important
  }

  .xxl\:pt-18 {
    padding-top: 4.5rem !important
  }

  .xxl\:pr-18 {
    padding-right: 4.5rem !important
  }

  .xxl\:pb-18 {
    padding-bottom: 4.5rem !important
  }

  .xxl\:pl-18 {
    padding-left: 4.5rem !important
  }

  .xxl\:pt-20 {
    padding-top: 5rem !important
  }

  .xxl\:pr-20 {
    padding-right: 5rem !important
  }

  .xxl\:pb-20 {
    padding-bottom: 5rem !important
  }

  .xxl\:pl-20 {
    padding-left: 5rem !important
  }

  .xxl\:pt-21 {
    padding-top: 5.3rem !important
  }

  .xxl\:pr-21 {
    padding-right: 5.3rem !important
  }

  .xxl\:pb-21 {
    padding-bottom: 5.3rem !important
  }

  .xxl\:pl-21 {
    padding-left: 5.3rem !important
  }

  .xxl\:pt-22 {
    padding-top: 5.7rem !important
  }

  .xxl\:pr-22 {
    padding-right: 5.7rem !important
  }

  .xxl\:pb-22 {
    padding-bottom: 5.7rem !important
  }

  .xxl\:pl-22 {
    padding-left: 5.7rem !important
  }

  .xxl\:pt-24 {
    padding-top: 6rem !important
  }

  .xxl\:pr-24 {
    padding-right: 6rem !important
  }

  .xxl\:pb-24 {
    padding-bottom: 6rem !important
  }

  .xxl\:pl-24 {
    padding-left: 6rem !important
  }

  .xxl\:pt-28 {
    padding-top: 7rem !important
  }

  .xxl\:pr-28 {
    padding-right: 7rem !important
  }

  .xxl\:pb-28 {
    padding-bottom: 7rem !important
  }

  .xxl\:pl-28 {
    padding-left: 7rem !important
  }

  .xxl\:pt-30 {
    padding-top: 7.6rem !important
  }

  .xxl\:pr-30 {
    padding-right: 7.6rem !important
  }

  .xxl\:pb-30 {
    padding-bottom: 7.6rem !important
  }

  .xxl\:pl-30 {
    padding-left: 7.6rem !important
  }

  .xxl\:pt-32 {
    padding-top: 8rem !important
  }

  .xxl\:pr-32 {
    padding-right: 8rem !important
  }

  .xxl\:pb-32 {
    padding-bottom: 8rem !important
  }

  .xxl\:pl-32 {
    padding-left: 8rem !important
  }

  .xxl\:pt-36 {
    padding-top: 9.1rem !important
  }

  .xxl\:pr-36 {
    padding-right: 9.1rem !important
  }

  .xxl\:pb-36 {
    padding-bottom: 9.1rem !important
  }

  .xxl\:pl-36 {
    padding-left: 9.1rem !important
  }

  .xxl\:pt-40 {
    padding-top: 10rem !important
  }

  .xxl\:pr-40 {
    padding-right: 10rem !important
  }

  .xxl\:pb-40 {
    padding-bottom: 10rem !important
  }

  .xxl\:pl-40 {
    padding-left: 10rem !important
  }

  .xxl\:pt-46 {
    padding-top: 11.7rem !important
  }

  .xxl\:pr-46 {
    padding-right: 11.7rem !important
  }

  .xxl\:pb-46 {
    padding-bottom: 11.7rem !important
  }

  .xxl\:pl-46 {
    padding-left: 11.7rem !important
  }

  .xxl\:pt-48 {
    padding-top: 12rem !important
  }

  .xxl\:pr-48 {
    padding-right: 12rem !important
  }

  .xxl\:pb-48 {
    padding-bottom: 12rem !important
  }

  .xxl\:pl-48 {
    padding-left: 12rem !important
  }

  .xxl\:pt-56 {
    padding-top: 14rem !important
  }

  .xxl\:pr-56 {
    padding-right: 14rem !important
  }

  .xxl\:pb-56 {
    padding-bottom: 14rem !important
  }

  .xxl\:pl-56 {
    padding-left: 14rem !important
  }

  .xxl\:pt-58 {
    padding-top: 14.7rem !important
  }

  .xxl\:pr-58 {
    padding-right: 14.7rem !important
  }

  .xxl\:pb-58 {
    padding-bottom: 14.7rem !important
  }

  .xxl\:pl-58 {
    padding-left: 14.7rem !important
  }

  .xxl\:pt-62 {
    padding-top: 15.7rem !important
  }

  .xxl\:pr-62 {
    padding-right: 15.7rem !important
  }

  .xxl\:pb-62 {
    padding-bottom: 15.7rem !important
  }

  .xxl\:pl-62 {
    padding-left: 15.7rem !important
  }

  .xxl\:pt-64 {
    padding-top: 16rem !important
  }

  .xxl\:pr-64 {
    padding-right: 16rem !important
  }

  .xxl\:pb-64 {
    padding-bottom: 16rem !important
  }

  .xxl\:pl-64 {
    padding-left: 16rem !important
  }

  .xxl\:pt-69 {
    padding-top: 17.1rem !important
  }

  .xxl\:pr-69 {
    padding-right: 17.1rem !important
  }

  .xxl\:pb-69 {
    padding-bottom: 17.1rem !important
  }

  .xxl\:pl-69 {
    padding-left: 17.1rem !important
  }

  .xxl\:pt-71 {
    padding-top: 17.9rem !important
  }

  .xxl\:pr-71 {
    padding-right: 17.9rem !important
  }

  .xxl\:pb-71 {
    padding-bottom: 17.9rem !important
  }

  .xxl\:pl-71 {
    padding-left: 17.9rem !important
  }

  .xxl\:pt-72 {
    padding-top: 18.1rem !important
  }

  .xxl\:pr-72 {
    padding-right: 18.1rem !important
  }

  .xxl\:pb-72 {
    padding-bottom: 18.1rem !important
  }

  .xxl\:pl-72 {
    padding-left: 18.1rem !important
  }

  .xxl\:pt-80 {
    padding-top: 20rem !important
  }

  .xxl\:pr-80 {
    padding-right: 20rem !important
  }

  .xxl\:pb-80 {
    padding-bottom: 20rem !important
  }

  .xxl\:pl-80 {
    padding-left: 20rem !important
  }

  .xxl\:pt-100 {
    padding-top: 25rem !important
  }

  .xxl\:pr-100 {
    padding-right: 25rem !important
  }

  .xxl\:pb-100 {
    padding-bottom: 25rem !important
  }

  .xxl\:pl-100 {
    padding-left: 25rem !important
  }

  .xxl\:pt-112 {
    padding-top: 28rem !important
  }

  .xxl\:pr-112 {
    padding-right: 28rem !important
  }

  .xxl\:pb-112 {
    padding-bottom: 28rem !important
  }

  .xxl\:pl-112 {
    padding-left: 28rem !important
  }

  .xxl\:pt-128 {
    padding-top: 32rem !important
  }

  .xxl\:pr-128 {
    padding-right: 32rem !important
  }

  .xxl\:pb-128 {
    padding-bottom: 32rem !important
  }

  .xxl\:pl-128 {
    padding-left: 32rem !important
  }

  .xxl\:pt-143 {
    padding-top: 35.9rem !important
  }

  .xxl\:pr-143 {
    padding-right: 35.9rem !important
  }

  .xxl\:pb-143 {
    padding-bottom: 35.9rem !important
  }

  .xxl\:pl-143 {
    padding-left: 35.9rem !important
  }

  .xxl\:pt-149 {
    padding-top: 37.4rem !important
  }

  .xxl\:pr-149 {
    padding-right: 37.4rem !important
  }

  .xxl\:pb-149 {
    padding-bottom: 37.4rem !important
  }

  .xxl\:pl-149 {
    padding-left: 37.4rem !important
  }

  .xxl\:pt-240 {
    padding-top: 60rem !important
  }

  .xxl\:pr-240 {
    padding-right: 60rem !important
  }

  .xxl\:pb-240 {
    padding-bottom: 60rem !important
  }

  .xxl\:pl-240 {
    padding-left: 60rem !important
  }

  .xxl\:pt-280 {
    padding-top: 70rem !important
  }

  .xxl\:pr-280 {
    padding-right: 70rem !important
  }

  .xxl\:pb-280 {
    padding-bottom: 70rem !important
  }

  .xxl\:pl-280 {
    padding-left: 70rem !important
  }

  .xxl\:pt-291 {
    padding-top: 72.9rem !important
  }

  .xxl\:pr-291 {
    padding-right: 72.9rem !important
  }

  .xxl\:pb-291 {
    padding-bottom: 72.9rem !important
  }

  .xxl\:pl-291 {
    padding-left: 72.9rem !important
  }

  .xxl\:pt-316 {
    padding-top: 79rem !important
  }

  .xxl\:pr-316 {
    padding-right: 79rem !important
  }

  .xxl\:pb-316 {
    padding-bottom: 79rem !important
  }

  .xxl\:pl-316 {
    padding-left: 79rem !important
  }

  .xxl\:pt-px {
    padding-top: 1px !important
  }

  .xxl\:pr-px {
    padding-right: 1px !important
  }

  .xxl\:pb-px {
    padding-bottom: 1px !important
  }

  .xxl\:pl-px {
    padding-left: 1px !important
  }

  .xxl\:static {
    position: static !important
  }

  .xxl\:fixed {
    position: fixed !important
  }

  .xxl\:absolute {
    position: absolute !important
  }

  .xxl\:relative {
    position: relative !important
  }

  .xxl\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important
  }

  .xxl\:table-auto {
    table-layout: auto !important
  }

  .xxl\:table-fixed {
    table-layout: fixed !important
  }

  .xxl\:text-left {
    text-align: left !important
  }

  .xxl\:text-center {
    text-align: center !important
  }

  .xxl\:text-right {
    text-align: right !important
  }

  .xxl\:text-justify {
    text-align: justify !important
  }

  .xxl\:text-transparent {
    color: transparent !important
  }

  .xxl\:text-primary {
    color: #0A5988 !important
  }

  .xxl\:text-primary-light {
    color: #257DB2 !important
  }

  .xxl\:text-secondary {
    color: #8FC549 !important
  }

  .xxl\:text-primary-dark {
    color: #003D62 !important
  }

  .xxl\:text-tertiary {
    color: #EBF4FA !important
  }

  .xxl\:text-tertiary-light {
    color: #EBF4FA !important
  }

  .xxl\:text-tertiary-lightest {
    color: #EBF4FA !important
  }

  .xxl\:text-font-main {
    color: #443E37 !important
  }

  .xxl\:text-highlight {
    color: #E1962C !important
  }

  .xxl\:text-highlight-alt {
    color: #E1962C !important
  }

  .xxl\:text-accent {
    color: #DA511F !important
  }

  .xxl\:text-accent-alt {
    color: #DA511F !important
  }

  .xxl\:text-body-text {
    color: #443E37 !important
  }

  .xxl\:text-dividers {
    color: #C7BBAE !important
  }

  .xxl\:text-dividers-lighther {
    color: #f5f5f5 !important
  }

  .xxl\:text-dividers-light {
    color: #f7f7f7 !important
  }

  .xxl\:text-black {
    color: #000 !important
  }

  .xxl\:text-white {
    color: #fff !important
  }

  .xxl\:text-red-100 {
    color: #FFF5F5 !important
  }

  .xxl\:text-red-200 {
    color: #FED7D7 !important
  }

  .xxl\:text-red-300 {
    color: #FEB2B2 !important
  }

  .xxl\:text-red-400 {
    color: #FC8181 !important
  }

  .xxl\:text-red-500 {
    color: #F56565 !important
  }

  .xxl\:text-red-600 {
    color: #E53E3E !important
  }

  .xxl\:text-red-700 {
    color: #C53030 !important
  }

  .xxl\:text-red-800 {
    color: #9B2C2C !important
  }

  .xxl\:text-red-900 {
    color: #742A2A !important
  }

  .xxl\:hover\:text-transparent:hover {
    color: transparent !important
  }

  .xxl\:hover\:text-primary:hover {
    color: #0A5988 !important
  }

  .xxl\:hover\:text-primary-light:hover {
    color: #257DB2 !important
  }

  .xxl\:hover\:text-secondary:hover {
    color: #8FC549 !important
  }

  .xxl\:hover\:text-primary-dark:hover {
    color: #003D62 !important
  }

  .xxl\:hover\:text-tertiary:hover {
    color: #EBF4FA !important
  }

  .xxl\:hover\:text-tertiary-light:hover {
    color: #EBF4FA !important
  }

  .xxl\:hover\:text-tertiary-lightest:hover {
    color: #EBF4FA !important
  }

  .xxl\:hover\:text-font-main:hover {
    color: #443E37 !important
  }

  .xxl\:hover\:text-highlight:hover {
    color: #E1962C !important
  }

  .xxl\:hover\:text-highlight-alt:hover {
    color: #E1962C !important
  }

  .xxl\:hover\:text-accent:hover {
    color: #DA511F !important
  }

  .xxl\:hover\:text-accent-alt:hover {
    color: #DA511F !important
  }

  .xxl\:hover\:text-body-text:hover {
    color: #443E37 !important
  }

  .xxl\:hover\:text-dividers:hover {
    color: #C7BBAE !important
  }

  .xxl\:hover\:text-dividers-lighther:hover {
    color: #f5f5f5 !important
  }

  .xxl\:hover\:text-dividers-light:hover {
    color: #f7f7f7 !important
  }

  .xxl\:hover\:text-black:hover {
    color: #000 !important
  }

  .xxl\:hover\:text-white:hover {
    color: #fff !important
  }

  .xxl\:hover\:text-red-100:hover {
    color: #FFF5F5 !important
  }

  .xxl\:hover\:text-red-200:hover {
    color: #FED7D7 !important
  }

  .xxl\:hover\:text-red-300:hover {
    color: #FEB2B2 !important
  }

  .xxl\:hover\:text-red-400:hover {
    color: #FC8181 !important
  }

  .xxl\:hover\:text-red-500:hover {
    color: #F56565 !important
  }

  .xxl\:hover\:text-red-600:hover {
    color: #E53E3E !important
  }

  .xxl\:hover\:text-red-700:hover {
    color: #C53030 !important
  }

  .xxl\:hover\:text-red-800:hover {
    color: #9B2C2C !important
  }

  .xxl\:hover\:text-red-900:hover {
    color: #742A2A !important
  }

  .xxl\:focus\:text-transparent:focus {
    color: transparent !important
  }

  .xxl\:focus\:text-primary:focus {
    color: #0A5988 !important
  }

  .xxl\:focus\:text-primary-light:focus {
    color: #257DB2 !important
  }

  .xxl\:focus\:text-secondary:focus {
    color: #8FC549 !important
  }

  .xxl\:focus\:text-primary-dark:focus {
    color: #003D62 !important
  }

  .xxl\:focus\:text-tertiary:focus {
    color: #EBF4FA !important
  }

  .xxl\:focus\:text-tertiary-light:focus {
    color: #EBF4FA !important
  }

  .xxl\:focus\:text-tertiary-lightest:focus {
    color: #EBF4FA !important
  }

  .xxl\:focus\:text-font-main:focus {
    color: #443E37 !important
  }

  .xxl\:focus\:text-highlight:focus {
    color: #E1962C !important
  }

  .xxl\:focus\:text-highlight-alt:focus {
    color: #E1962C !important
  }

  .xxl\:focus\:text-accent:focus {
    color: #DA511F !important
  }

  .xxl\:focus\:text-accent-alt:focus {
    color: #DA511F !important
  }

  .xxl\:focus\:text-body-text:focus {
    color: #443E37 !important
  }

  .xxl\:focus\:text-dividers:focus {
    color: #C7BBAE !important
  }

  .xxl\:focus\:text-dividers-lighther:focus {
    color: #f5f5f5 !important
  }

  .xxl\:focus\:text-dividers-light:focus {
    color: #f7f7f7 !important
  }

  .xxl\:focus\:text-black:focus {
    color: #000 !important
  }

  .xxl\:focus\:text-white:focus {
    color: #fff !important
  }

  .xxl\:focus\:text-red-100:focus {
    color: #FFF5F5 !important
  }

  .xxl\:focus\:text-red-200:focus {
    color: #FED7D7 !important
  }

  .xxl\:focus\:text-red-300:focus {
    color: #FEB2B2 !important
  }

  .xxl\:focus\:text-red-400:focus {
    color: #FC8181 !important
  }

  .xxl\:focus\:text-red-500:focus {
    color: #F56565 !important
  }

  .xxl\:focus\:text-red-600:focus {
    color: #E53E3E !important
  }

  .xxl\:focus\:text-red-700:focus {
    color: #C53030 !important
  }

  .xxl\:focus\:text-red-800:focus {
    color: #9B2C2C !important
  }

  .xxl\:focus\:text-red-900:focus {
    color: #742A2A !important
  }

  .xxl\:underline {
    text-decoration: underline !important
  }

  .xxl\:line-through {
    text-decoration: line-through !important
  }

  .xxl\:no-underline {
    text-decoration: none !important
  }

  .xxl\:hover\:underline:hover {
    text-decoration: underline !important
  }

  .xxl\:hover\:line-through:hover {
    text-decoration: line-through !important
  }

  .xxl\:hover\:no-underline:hover {
    text-decoration: none !important
  }

  .xxl\:focus\:underline:focus {
    text-decoration: underline !important
  }

  .xxl\:focus\:line-through:focus {
    text-decoration: line-through !important
  }

  .xxl\:focus\:no-underline:focus {
    text-decoration: none !important
  }

  .xxl\:uppercase {
    text-transform: uppercase !important
  }

  .xxl\:lowercase {
    text-transform: lowercase !important
  }

  .xxl\:capitalize {
    text-transform: capitalize !important
  }

  .xxl\:normal-case {
    text-transform: none !important
  }

  .xxl\:visible {
    visibility: visible !important
  }

  .xxl\:invisible {
    visibility: hidden !important
  }

  .xxl\:whitespace-normal {
    white-space: normal !important
  }

  .xxl\:whitespace-no-wrap {
    white-space: nowrap !important
  }

  .xxl\:whitespace-pre {
    white-space: pre !important
  }

  .xxl\:whitespace-pre-line {
    white-space: pre-line !important
  }

  .xxl\:whitespace-pre-wrap {
    white-space: pre-wrap !important
  }

  .xxl\:w-0 {
    width: 0 !important
  }

  .xxl\:w-1 {
    width: 0.25rem !important
  }

  .xxl\:w-2 {
    width: 0.5rem !important
  }

  .xxl\:w-3 {
    width: 0.75rem !important
  }

  .xxl\:w-4 {
    width: 1rem !important
  }

  .xxl\:w-5 {
    width: 1.25rem !important
  }

  .xxl\:w-6 {
    width: 1.5rem !important
  }

  .xxl\:w-7 {
    width: 1.8rem !important
  }

  .xxl\:w-8 {
    width: 2rem !important
  }

  .xxl\:w-9 {
    width: 2.4rem !important
  }

  .xxl\:w-10 {
    width: 2.5rem !important
  }

  .xxl\:w-11 {
    width: 2.6rem !important
  }

  .xxl\:w-12 {
    width: 3rem !important
  }

  .xxl\:w-14 {
    width: 3.6rem !important
  }

  .xxl\:w-15 {
    width: 3.8rem !important
  }

  .xxl\:w-16 {
    width: 4rem !important
  }

  .xxl\:w-18 {
    width: 4.5rem !important
  }

  .xxl\:w-20 {
    width: 5rem !important
  }

  .xxl\:w-21 {
    width: 5.3rem !important
  }

  .xxl\:w-22 {
    width: 5.7rem !important
  }

  .xxl\:w-24 {
    width: 6rem !important
  }

  .xxl\:w-28 {
    width: 7rem !important
  }

  .xxl\:w-30 {
    width: 7.6rem !important
  }

  .xxl\:w-32 {
    width: 8rem !important
  }

  .xxl\:w-36 {
    width: 9.1rem !important
  }

  .xxl\:w-40 {
    width: 10rem !important
  }

  .xxl\:w-46 {
    width: 11.7rem !important
  }

  .xxl\:w-48 {
    width: 12rem !important
  }

  .xxl\:w-56 {
    width: 14rem !important
  }

  .xxl\:w-58 {
    width: 14.7rem !important
  }

  .xxl\:w-62 {
    width: 15.7rem !important
  }

  .xxl\:w-64 {
    width: 16rem !important
  }

  .xxl\:w-69 {
    width: 17.1rem !important
  }

  .xxl\:w-71 {
    width: 17.9rem !important
  }

  .xxl\:w-72 {
    width: 18.1rem !important
  }

  .xxl\:w-80 {
    width: 20rem !important
  }

  .xxl\:w-100 {
    width: 25rem !important
  }

  .xxl\:w-112 {
    width: 28rem !important
  }

  .xxl\:w-128 {
    width: 32rem !important
  }

  .xxl\:w-143 {
    width: 35.9rem !important
  }

  .xxl\:w-149 {
    width: 37.4rem !important
  }

  .xxl\:w-240 {
    width: 60rem !important
  }

  .xxl\:w-280 {
    width: 70rem !important
  }

  .xxl\:w-291 {
    width: 72.9rem !important
  }

  .xxl\:w-316 {
    width: 79rem !important
  }

  .xxl\:w-auto {
    width: auto !important
  }

  .xxl\:w-unset {
    width: unset !important
  }

  .xxl\:w-inherit {
    width: inherit !important
  }

  .xxl\:w-px {
    width: 1px !important
  }

  .xxl\:w-1\/2 {
    width: 50% !important
  }

  .xxl\:w-1\/3 {
    width: 33.33333% !important
  }

  .xxl\:w-2\/3 {
    width: 66.66667% !important
  }

  .xxl\:w-1\/4 {
    width: 25% !important
  }

  .xxl\:w-2\/4 {
    width: 50% !important
  }

  .xxl\:w-3\/4 {
    width: 75% !important
  }

  .xxl\:w-1\/5 {
    width: 20% !important
  }

  .xxl\:w-2\/5 {
    width: 40% !important
  }

  .xxl\:w-3\/5 {
    width: 60% !important
  }

  .xxl\:w-4\/5 {
    width: 80% !important
  }

  .xxl\:w-full {
    width: 100% !important
  }

  .xxl\:w-screen {
    width: 100vw !important
  }

  .xxl\:z-0 {
    z-index: 0 !important
  }

  .xxl\:z-10 {
    z-index: 10 !important
  }

  .xxl\:z-20 {
    z-index: 20 !important
  }

  .xxl\:z-30 {
    z-index: 30 !important
  }

  .xxl\:z-40 {
    z-index: 40 !important
  }

  .xxl\:z-50 {
    z-index: 100 !important
  }

  .xxl\:z-auto {
    z-index: auto !important
  }

  .xxl\:-z-1 {
    z-index: -1 !important
  }

  .xxl\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
        -ms-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
  }

  .xxl\:transform-none {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important
  }

  .xxl\:origin-center {
    -webkit-transform-origin: center !important;
        -ms-transform-origin: center !important;
            transform-origin: center !important
  }

  .xxl\:origin-top {
    -webkit-transform-origin: top !important;
        -ms-transform-origin: top !important;
            transform-origin: top !important
  }

  .xxl\:origin-top-right {
    -webkit-transform-origin: top right !important;
        -ms-transform-origin: top right !important;
            transform-origin: top right !important
  }

  .xxl\:origin-right {
    -webkit-transform-origin: right !important;
        -ms-transform-origin: right !important;
            transform-origin: right !important
  }

  .xxl\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
        -ms-transform-origin: bottom right !important;
            transform-origin: bottom right !important
  }

  .xxl\:origin-bottom {
    -webkit-transform-origin: bottom !important;
        -ms-transform-origin: bottom !important;
            transform-origin: bottom !important
  }

  .xxl\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
        -ms-transform-origin: bottom left !important;
            transform-origin: bottom left !important
  }

  .xxl\:origin-left {
    -webkit-transform-origin: left !important;
        -ms-transform-origin: left !important;
            transform-origin: left !important
  }

  .xxl\:origin-top-left {
    -webkit-transform-origin: top left !important;
        -ms-transform-origin: top left !important;
            transform-origin: top left !important
  }

  .xxl\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .xxl\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .xxl\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .xxl\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .xxl\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .xxl\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .xxl\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .xxl\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .xxl\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .xxl\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .xxl\:scale-x-0 {
    --transform-scale-x: 0 !important
  }

  .xxl\:scale-x-50 {
    --transform-scale-x: .5 !important
  }

  .xxl\:scale-x-75 {
    --transform-scale-x: .75 !important
  }

  .xxl\:scale-x-90 {
    --transform-scale-x: .9 !important
  }

  .xxl\:scale-x-95 {
    --transform-scale-x: .95 !important
  }

  .xxl\:scale-x-100 {
    --transform-scale-x: 1 !important
  }

  .xxl\:scale-x-105 {
    --transform-scale-x: 1.05 !important
  }

  .xxl\:scale-x-110 {
    --transform-scale-x: 1.1 !important
  }

  .xxl\:scale-x-125 {
    --transform-scale-x: 1.25 !important
  }

  .xxl\:scale-x-150 {
    --transform-scale-x: 1.5 !important
  }

  .xxl\:scale-y-0 {
    --transform-scale-y: 0 !important
  }

  .xxl\:scale-y-50 {
    --transform-scale-y: .5 !important
  }

  .xxl\:scale-y-75 {
    --transform-scale-y: .75 !important
  }

  .xxl\:scale-y-90 {
    --transform-scale-y: .9 !important
  }

  .xxl\:scale-y-95 {
    --transform-scale-y: .95 !important
  }

  .xxl\:scale-y-100 {
    --transform-scale-y: 1 !important
  }

  .xxl\:scale-y-105 {
    --transform-scale-y: 1.05 !important
  }

  .xxl\:scale-y-110 {
    --transform-scale-y: 1.1 !important
  }

  .xxl\:scale-y-125 {
    --transform-scale-y: 1.25 !important
  }

  .xxl\:scale-y-150 {
    --transform-scale-y: 1.5 !important
  }

  .xxl\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .xxl\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .xxl\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .xxl\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .xxl\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .xxl\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .xxl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .xxl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .xxl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .xxl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .xxl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important
  }

  .xxl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important
  }

  .xxl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important
  }

  .xxl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important
  }

  .xxl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important
  }

  .xxl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important
  }

  .xxl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important
  }

  .xxl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important
  }

  .xxl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important
  }

  .xxl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important
  }

  .xxl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important
  }

  .xxl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important
  }

  .xxl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important
  }

  .xxl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important
  }

  .xxl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important
  }

  .xxl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important
  }

  .xxl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important
  }

  .xxl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important
  }

  .xxl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important
  }

  .xxl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important
  }

  .xxl\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .xxl\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .xxl\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .xxl\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .xxl\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .xxl\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .xxl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .xxl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .xxl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .xxl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .xxl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important
  }

  .xxl\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important
  }

  .xxl\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important
  }

  .xxl\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important
  }

  .xxl\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important
  }

  .xxl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important
  }

  .xxl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important
  }

  .xxl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important
  }

  .xxl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important
  }

  .xxl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important
  }

  .xxl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important
  }

  .xxl\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important
  }

  .xxl\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important
  }

  .xxl\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important
  }

  .xxl\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important
  }

  .xxl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important
  }

  .xxl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important
  }

  .xxl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important
  }

  .xxl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important
  }

  .xxl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important
  }

  .xxl\:rotate-0 {
    --transform-rotate: 0 !important
  }

  .xxl\:rotate-45 {
    --transform-rotate: 45deg !important
  }

  .xxl\:rotate-90 {
    --transform-rotate: 90deg !important
  }

  .xxl\:rotate-180 {
    --transform-rotate: 180deg !important
  }

  .xxl\:-rotate-180 {
    --transform-rotate: -180deg !important
  }

  .xxl\:-rotate-90 {
    --transform-rotate: -90deg !important
  }

  .xxl\:-rotate-45 {
    --transform-rotate: -45deg !important
  }

  .xxl\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important
  }

  .xxl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important
  }

  .xxl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important
  }

  .xxl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important
  }

  .xxl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important
  }

  .xxl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important
  }

  .xxl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important
  }

  .xxl\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important
  }

  .xxl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important
  }

  .xxl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important
  }

  .xxl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important
  }

  .xxl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important
  }

  .xxl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important
  }

  .xxl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important
  }

  .xxl\:translate-x-0 {
    --transform-translate-x: 0 !important
  }

  .xxl\:translate-x-1 {
    --transform-translate-x: 0.25rem !important
  }

  .xxl\:translate-x-2 {
    --transform-translate-x: 0.5rem !important
  }

  .xxl\:translate-x-3 {
    --transform-translate-x: 0.75rem !important
  }

  .xxl\:translate-x-4 {
    --transform-translate-x: 1rem !important
  }

  .xxl\:translate-x-5 {
    --transform-translate-x: 1.25rem !important
  }

  .xxl\:translate-x-6 {
    --transform-translate-x: 1.5rem !important
  }

  .xxl\:translate-x-7 {
    --transform-translate-x: 1.8rem !important
  }

  .xxl\:translate-x-8 {
    --transform-translate-x: 2rem !important
  }

  .xxl\:translate-x-9 {
    --transform-translate-x: 2.4rem !important
  }

  .xxl\:translate-x-10 {
    --transform-translate-x: 2.5rem !important
  }

  .xxl\:translate-x-11 {
    --transform-translate-x: 2.6rem !important
  }

  .xxl\:translate-x-12 {
    --transform-translate-x: 3rem !important
  }

  .xxl\:translate-x-14 {
    --transform-translate-x: 3.6rem !important
  }

  .xxl\:translate-x-15 {
    --transform-translate-x: 3.8rem !important
  }

  .xxl\:translate-x-16 {
    --transform-translate-x: 4rem !important
  }

  .xxl\:translate-x-18 {
    --transform-translate-x: 4.5rem !important
  }

  .xxl\:translate-x-20 {
    --transform-translate-x: 5rem !important
  }

  .xxl\:translate-x-21 {
    --transform-translate-x: 5.3rem !important
  }

  .xxl\:translate-x-22 {
    --transform-translate-x: 5.7rem !important
  }

  .xxl\:translate-x-24 {
    --transform-translate-x: 6rem !important
  }

  .xxl\:translate-x-28 {
    --transform-translate-x: 7rem !important
  }

  .xxl\:translate-x-30 {
    --transform-translate-x: 7.6rem !important
  }

  .xxl\:translate-x-32 {
    --transform-translate-x: 8rem !important
  }

  .xxl\:translate-x-36 {
    --transform-translate-x: 9.1rem !important
  }

  .xxl\:translate-x-40 {
    --transform-translate-x: 10rem !important
  }

  .xxl\:translate-x-46 {
    --transform-translate-x: 11.7rem !important
  }

  .xxl\:translate-x-48 {
    --transform-translate-x: 12rem !important
  }

  .xxl\:translate-x-56 {
    --transform-translate-x: 14rem !important
  }

  .xxl\:translate-x-58 {
    --transform-translate-x: 14.7rem !important
  }

  .xxl\:translate-x-62 {
    --transform-translate-x: 15.7rem !important
  }

  .xxl\:translate-x-64 {
    --transform-translate-x: 16rem !important
  }

  .xxl\:translate-x-69 {
    --transform-translate-x: 17.1rem !important
  }

  .xxl\:translate-x-71 {
    --transform-translate-x: 17.9rem !important
  }

  .xxl\:translate-x-72 {
    --transform-translate-x: 18.1rem !important
  }

  .xxl\:translate-x-80 {
    --transform-translate-x: 20rem !important
  }

  .xxl\:translate-x-100 {
    --transform-translate-x: 25rem !important
  }

  .xxl\:translate-x-112 {
    --transform-translate-x: 28rem !important
  }

  .xxl\:translate-x-128 {
    --transform-translate-x: 32rem !important
  }

  .xxl\:translate-x-143 {
    --transform-translate-x: 35.9rem !important
  }

  .xxl\:translate-x-149 {
    --transform-translate-x: 37.4rem !important
  }

  .xxl\:translate-x-240 {
    --transform-translate-x: 60rem !important
  }

  .xxl\:translate-x-280 {
    --transform-translate-x: 70rem !important
  }

  .xxl\:translate-x-291 {
    --transform-translate-x: 72.9rem !important
  }

  .xxl\:translate-x-316 {
    --transform-translate-x: 79rem !important
  }

  .xxl\:translate-x-px {
    --transform-translate-x: 1px !important
  }

  .xxl\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important
  }

  .xxl\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important
  }

  .xxl\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important
  }

  .xxl\:-translate-x-4 {
    --transform-translate-x: -1rem !important
  }

  .xxl\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important
  }

  .xxl\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important
  }

  .xxl\:-translate-x-7 {
    --transform-translate-x: -1.8rem !important
  }

  .xxl\:-translate-x-8 {
    --transform-translate-x: -2rem !important
  }

  .xxl\:-translate-x-9 {
    --transform-translate-x: -2.4rem !important
  }

  .xxl\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important
  }

  .xxl\:-translate-x-11 {
    --transform-translate-x: -2.6rem !important
  }

  .xxl\:-translate-x-12 {
    --transform-translate-x: -3rem !important
  }

  .xxl\:-translate-x-14 {
    --transform-translate-x: -3.6rem !important
  }

  .xxl\:-translate-x-15 {
    --transform-translate-x: -3.8rem !important
  }

  .xxl\:-translate-x-16 {
    --transform-translate-x: -4rem !important
  }

  .xxl\:-translate-x-18 {
    --transform-translate-x: -4.5rem !important
  }

  .xxl\:-translate-x-20 {
    --transform-translate-x: -5rem !important
  }

  .xxl\:-translate-x-21 {
    --transform-translate-x: -5.3rem !important
  }

  .xxl\:-translate-x-22 {
    --transform-translate-x: -5.7rem !important
  }

  .xxl\:-translate-x-24 {
    --transform-translate-x: -6rem !important
  }

  .xxl\:-translate-x-28 {
    --transform-translate-x: -7rem !important
  }

  .xxl\:-translate-x-30 {
    --transform-translate-x: -7.6rem !important
  }

  .xxl\:-translate-x-32 {
    --transform-translate-x: -8rem !important
  }

  .xxl\:-translate-x-36 {
    --transform-translate-x: -9.1rem !important
  }

  .xxl\:-translate-x-40 {
    --transform-translate-x: -10rem !important
  }

  .xxl\:-translate-x-46 {
    --transform-translate-x: -11.7rem !important
  }

  .xxl\:-translate-x-48 {
    --transform-translate-x: -12rem !important
  }

  .xxl\:-translate-x-56 {
    --transform-translate-x: -14rem !important
  }

  .xxl\:-translate-x-58 {
    --transform-translate-x: -14.7rem !important
  }

  .xxl\:-translate-x-62 {
    --transform-translate-x: -15.7rem !important
  }

  .xxl\:-translate-x-64 {
    --transform-translate-x: -16rem !important
  }

  .xxl\:-translate-x-69 {
    --transform-translate-x: -17.1rem !important
  }

  .xxl\:-translate-x-71 {
    --transform-translate-x: -17.9rem !important
  }

  .xxl\:-translate-x-72 {
    --transform-translate-x: -18.1rem !important
  }

  .xxl\:-translate-x-80 {
    --transform-translate-x: -20rem !important
  }

  .xxl\:-translate-x-100 {
    --transform-translate-x: -25rem !important
  }

  .xxl\:-translate-x-112 {
    --transform-translate-x: -28rem !important
  }

  .xxl\:-translate-x-128 {
    --transform-translate-x: -32rem !important
  }

  .xxl\:-translate-x-143 {
    --transform-translate-x: -35.9rem !important
  }

  .xxl\:-translate-x-149 {
    --transform-translate-x: -37.4rem !important
  }

  .xxl\:-translate-x-240 {
    --transform-translate-x: -60rem !important
  }

  .xxl\:-translate-x-280 {
    --transform-translate-x: -70rem !important
  }

  .xxl\:-translate-x-291 {
    --transform-translate-x: -72.9rem !important
  }

  .xxl\:-translate-x-316 {
    --transform-translate-x: -79rem !important
  }

  .xxl\:-translate-x-px {
    --transform-translate-x: -1px !important
  }

  .xxl\:-translate-x-full {
    --transform-translate-x: -100% !important
  }

  .xxl\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important
  }

  .xxl\:translate-x-1\/2 {
    --transform-translate-x: 50% !important
  }

  .xxl\:translate-x-full {
    --transform-translate-x: 100% !important
  }

  .xxl\:translate-y-0 {
    --transform-translate-y: 0 !important
  }

  .xxl\:translate-y-1 {
    --transform-translate-y: 0.25rem !important
  }

  .xxl\:translate-y-2 {
    --transform-translate-y: 0.5rem !important
  }

  .xxl\:translate-y-3 {
    --transform-translate-y: 0.75rem !important
  }

  .xxl\:translate-y-4 {
    --transform-translate-y: 1rem !important
  }

  .xxl\:translate-y-5 {
    --transform-translate-y: 1.25rem !important
  }

  .xxl\:translate-y-6 {
    --transform-translate-y: 1.5rem !important
  }

  .xxl\:translate-y-7 {
    --transform-translate-y: 1.8rem !important
  }

  .xxl\:translate-y-8 {
    --transform-translate-y: 2rem !important
  }

  .xxl\:translate-y-9 {
    --transform-translate-y: 2.4rem !important
  }

  .xxl\:translate-y-10 {
    --transform-translate-y: 2.5rem !important
  }

  .xxl\:translate-y-11 {
    --transform-translate-y: 2.6rem !important
  }

  .xxl\:translate-y-12 {
    --transform-translate-y: 3rem !important
  }

  .xxl\:translate-y-14 {
    --transform-translate-y: 3.6rem !important
  }

  .xxl\:translate-y-15 {
    --transform-translate-y: 3.8rem !important
  }

  .xxl\:translate-y-16 {
    --transform-translate-y: 4rem !important
  }

  .xxl\:translate-y-18 {
    --transform-translate-y: 4.5rem !important
  }

  .xxl\:translate-y-20 {
    --transform-translate-y: 5rem !important
  }

  .xxl\:translate-y-21 {
    --transform-translate-y: 5.3rem !important
  }

  .xxl\:translate-y-22 {
    --transform-translate-y: 5.7rem !important
  }

  .xxl\:translate-y-24 {
    --transform-translate-y: 6rem !important
  }

  .xxl\:translate-y-28 {
    --transform-translate-y: 7rem !important
  }

  .xxl\:translate-y-30 {
    --transform-translate-y: 7.6rem !important
  }

  .xxl\:translate-y-32 {
    --transform-translate-y: 8rem !important
  }

  .xxl\:translate-y-36 {
    --transform-translate-y: 9.1rem !important
  }

  .xxl\:translate-y-40 {
    --transform-translate-y: 10rem !important
  }

  .xxl\:translate-y-46 {
    --transform-translate-y: 11.7rem !important
  }

  .xxl\:translate-y-48 {
    --transform-translate-y: 12rem !important
  }

  .xxl\:translate-y-56 {
    --transform-translate-y: 14rem !important
  }

  .xxl\:translate-y-58 {
    --transform-translate-y: 14.7rem !important
  }

  .xxl\:translate-y-62 {
    --transform-translate-y: 15.7rem !important
  }

  .xxl\:translate-y-64 {
    --transform-translate-y: 16rem !important
  }

  .xxl\:translate-y-69 {
    --transform-translate-y: 17.1rem !important
  }

  .xxl\:translate-y-71 {
    --transform-translate-y: 17.9rem !important
  }

  .xxl\:translate-y-72 {
    --transform-translate-y: 18.1rem !important
  }

  .xxl\:translate-y-80 {
    --transform-translate-y: 20rem !important
  }

  .xxl\:translate-y-100 {
    --transform-translate-y: 25rem !important
  }

  .xxl\:translate-y-112 {
    --transform-translate-y: 28rem !important
  }

  .xxl\:translate-y-128 {
    --transform-translate-y: 32rem !important
  }

  .xxl\:translate-y-143 {
    --transform-translate-y: 35.9rem !important
  }

  .xxl\:translate-y-149 {
    --transform-translate-y: 37.4rem !important
  }

  .xxl\:translate-y-240 {
    --transform-translate-y: 60rem !important
  }

  .xxl\:translate-y-280 {
    --transform-translate-y: 70rem !important
  }

  .xxl\:translate-y-291 {
    --transform-translate-y: 72.9rem !important
  }

  .xxl\:translate-y-316 {
    --transform-translate-y: 79rem !important
  }

  .xxl\:translate-y-px {
    --transform-translate-y: 1px !important
  }

  .xxl\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important
  }

  .xxl\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important
  }

  .xxl\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important
  }

  .xxl\:-translate-y-4 {
    --transform-translate-y: -1rem !important
  }

  .xxl\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important
  }

  .xxl\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important
  }

  .xxl\:-translate-y-7 {
    --transform-translate-y: -1.8rem !important
  }

  .xxl\:-translate-y-8 {
    --transform-translate-y: -2rem !important
  }

  .xxl\:-translate-y-9 {
    --transform-translate-y: -2.4rem !important
  }

  .xxl\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important
  }

  .xxl\:-translate-y-11 {
    --transform-translate-y: -2.6rem !important
  }

  .xxl\:-translate-y-12 {
    --transform-translate-y: -3rem !important
  }

  .xxl\:-translate-y-14 {
    --transform-translate-y: -3.6rem !important
  }

  .xxl\:-translate-y-15 {
    --transform-translate-y: -3.8rem !important
  }

  .xxl\:-translate-y-16 {
    --transform-translate-y: -4rem !important
  }

  .xxl\:-translate-y-18 {
    --transform-translate-y: -4.5rem !important
  }

  .xxl\:-translate-y-20 {
    --transform-translate-y: -5rem !important
  }

  .xxl\:-translate-y-21 {
    --transform-translate-y: -5.3rem !important
  }

  .xxl\:-translate-y-22 {
    --transform-translate-y: -5.7rem !important
  }

  .xxl\:-translate-y-24 {
    --transform-translate-y: -6rem !important
  }

  .xxl\:-translate-y-28 {
    --transform-translate-y: -7rem !important
  }

  .xxl\:-translate-y-30 {
    --transform-translate-y: -7.6rem !important
  }

  .xxl\:-translate-y-32 {
    --transform-translate-y: -8rem !important
  }

  .xxl\:-translate-y-36 {
    --transform-translate-y: -9.1rem !important
  }

  .xxl\:-translate-y-40 {
    --transform-translate-y: -10rem !important
  }

  .xxl\:-translate-y-46 {
    --transform-translate-y: -11.7rem !important
  }

  .xxl\:-translate-y-48 {
    --transform-translate-y: -12rem !important
  }

  .xxl\:-translate-y-56 {
    --transform-translate-y: -14rem !important
  }

  .xxl\:-translate-y-58 {
    --transform-translate-y: -14.7rem !important
  }

  .xxl\:-translate-y-62 {
    --transform-translate-y: -15.7rem !important
  }

  .xxl\:-translate-y-64 {
    --transform-translate-y: -16rem !important
  }

  .xxl\:-translate-y-69 {
    --transform-translate-y: -17.1rem !important
  }

  .xxl\:-translate-y-71 {
    --transform-translate-y: -17.9rem !important
  }

  .xxl\:-translate-y-72 {
    --transform-translate-y: -18.1rem !important
  }

  .xxl\:-translate-y-80 {
    --transform-translate-y: -20rem !important
  }

  .xxl\:-translate-y-100 {
    --transform-translate-y: -25rem !important
  }

  .xxl\:-translate-y-112 {
    --transform-translate-y: -28rem !important
  }

  .xxl\:-translate-y-128 {
    --transform-translate-y: -32rem !important
  }

  .xxl\:-translate-y-143 {
    --transform-translate-y: -35.9rem !important
  }

  .xxl\:-translate-y-149 {
    --transform-translate-y: -37.4rem !important
  }

  .xxl\:-translate-y-240 {
    --transform-translate-y: -60rem !important
  }

  .xxl\:-translate-y-280 {
    --transform-translate-y: -70rem !important
  }

  .xxl\:-translate-y-291 {
    --transform-translate-y: -72.9rem !important
  }

  .xxl\:-translate-y-316 {
    --transform-translate-y: -79rem !important
  }

  .xxl\:-translate-y-px {
    --transform-translate-y: -1px !important
  }

  .xxl\:-translate-y-full {
    --transform-translate-y: -100% !important
  }

  .xxl\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important
  }

  .xxl\:translate-y-1\/2 {
    --transform-translate-y: 50% !important
  }

  .xxl\:translate-y-full {
    --transform-translate-y: 100% !important
  }

  .xxl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important
  }

  .xxl\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important
  }

  .xxl\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important
  }

  .xxl\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important
  }

  .xxl\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important
  }

  .xxl\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important
  }

  .xxl\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important
  }

  .xxl\:hover\:translate-x-7:hover {
    --transform-translate-x: 1.8rem !important
  }

  .xxl\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important
  }

  .xxl\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.4rem !important
  }

  .xxl\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important
  }

  .xxl\:hover\:translate-x-11:hover {
    --transform-translate-x: 2.6rem !important
  }

  .xxl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important
  }

  .xxl\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.6rem !important
  }

  .xxl\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.8rem !important
  }

  .xxl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important
  }

  .xxl\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem !important
  }

  .xxl\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important
  }

  .xxl\:hover\:translate-x-21:hover {
    --transform-translate-x: 5.3rem !important
  }

  .xxl\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.7rem !important
  }

  .xxl\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important
  }

  .xxl\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem !important
  }

  .xxl\:hover\:translate-x-30:hover {
    --transform-translate-x: 7.6rem !important
  }

  .xxl\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important
  }

  .xxl\:hover\:translate-x-36:hover {
    --transform-translate-x: 9.1rem !important
  }

  .xxl\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important
  }

  .xxl\:hover\:translate-x-46:hover {
    --transform-translate-x: 11.7rem !important
  }

  .xxl\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important
  }

  .xxl\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important
  }

  .xxl\:hover\:translate-x-58:hover {
    --transform-translate-x: 14.7rem !important
  }

  .xxl\:hover\:translate-x-62:hover {
    --transform-translate-x: 15.7rem !important
  }

  .xxl\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important
  }

  .xxl\:hover\:translate-x-69:hover {
    --transform-translate-x: 17.1rem !important
  }

  .xxl\:hover\:translate-x-71:hover {
    --transform-translate-x: 17.9rem !important
  }

  .xxl\:hover\:translate-x-72:hover {
    --transform-translate-x: 18.1rem !important
  }

  .xxl\:hover\:translate-x-80:hover {
    --transform-translate-x: 20rem !important
  }

  .xxl\:hover\:translate-x-100:hover {
    --transform-translate-x: 25rem !important
  }

  .xxl\:hover\:translate-x-112:hover {
    --transform-translate-x: 28rem !important
  }

  .xxl\:hover\:translate-x-128:hover {
    --transform-translate-x: 32rem !important
  }

  .xxl\:hover\:translate-x-143:hover {
    --transform-translate-x: 35.9rem !important
  }

  .xxl\:hover\:translate-x-149:hover {
    --transform-translate-x: 37.4rem !important
  }

  .xxl\:hover\:translate-x-240:hover {
    --transform-translate-x: 60rem !important
  }

  .xxl\:hover\:translate-x-280:hover {
    --transform-translate-x: 70rem !important
  }

  .xxl\:hover\:translate-x-291:hover {
    --transform-translate-x: 72.9rem !important
  }

  .xxl\:hover\:translate-x-316:hover {
    --transform-translate-x: 79rem !important
  }

  .xxl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important
  }

  .xxl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important
  }

  .xxl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important
  }

  .xxl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important
  }

  .xxl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important
  }

  .xxl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important
  }

  .xxl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important
  }

  .xxl\:hover\:-translate-x-7:hover {
    --transform-translate-x: -1.8rem !important
  }

  .xxl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important
  }

  .xxl\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.4rem !important
  }

  .xxl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important
  }

  .xxl\:hover\:-translate-x-11:hover {
    --transform-translate-x: -2.6rem !important
  }

  .xxl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important
  }

  .xxl\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.6rem !important
  }

  .xxl\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.8rem !important
  }

  .xxl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important
  }

  .xxl\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem !important
  }

  .xxl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important
  }

  .xxl\:hover\:-translate-x-21:hover {
    --transform-translate-x: -5.3rem !important
  }

  .xxl\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.7rem !important
  }

  .xxl\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important
  }

  .xxl\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem !important
  }

  .xxl\:hover\:-translate-x-30:hover {
    --transform-translate-x: -7.6rem !important
  }

  .xxl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important
  }

  .xxl\:hover\:-translate-x-36:hover {
    --transform-translate-x: -9.1rem !important
  }

  .xxl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important
  }

  .xxl\:hover\:-translate-x-46:hover {
    --transform-translate-x: -11.7rem !important
  }

  .xxl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important
  }

  .xxl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important
  }

  .xxl\:hover\:-translate-x-58:hover {
    --transform-translate-x: -14.7rem !important
  }

  .xxl\:hover\:-translate-x-62:hover {
    --transform-translate-x: -15.7rem !important
  }

  .xxl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important
  }

  .xxl\:hover\:-translate-x-69:hover {
    --transform-translate-x: -17.1rem !important
  }

  .xxl\:hover\:-translate-x-71:hover {
    --transform-translate-x: -17.9rem !important
  }

  .xxl\:hover\:-translate-x-72:hover {
    --transform-translate-x: -18.1rem !important
  }

  .xxl\:hover\:-translate-x-80:hover {
    --transform-translate-x: -20rem !important
  }

  .xxl\:hover\:-translate-x-100:hover {
    --transform-translate-x: -25rem !important
  }

  .xxl\:hover\:-translate-x-112:hover {
    --transform-translate-x: -28rem !important
  }

  .xxl\:hover\:-translate-x-128:hover {
    --transform-translate-x: -32rem !important
  }

  .xxl\:hover\:-translate-x-143:hover {
    --transform-translate-x: -35.9rem !important
  }

  .xxl\:hover\:-translate-x-149:hover {
    --transform-translate-x: -37.4rem !important
  }

  .xxl\:hover\:-translate-x-240:hover {
    --transform-translate-x: -60rem !important
  }

  .xxl\:hover\:-translate-x-280:hover {
    --transform-translate-x: -70rem !important
  }

  .xxl\:hover\:-translate-x-291:hover {
    --transform-translate-x: -72.9rem !important
  }

  .xxl\:hover\:-translate-x-316:hover {
    --transform-translate-x: -79rem !important
  }

  .xxl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important
  }

  .xxl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important
  }

  .xxl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important
  }

  .xxl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important
  }

  .xxl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important
  }

  .xxl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important
  }

  .xxl\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important
  }

  .xxl\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important
  }

  .xxl\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important
  }

  .xxl\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important
  }

  .xxl\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important
  }

  .xxl\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important
  }

  .xxl\:hover\:translate-y-7:hover {
    --transform-translate-y: 1.8rem !important
  }

  .xxl\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important
  }

  .xxl\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.4rem !important
  }

  .xxl\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important
  }

  .xxl\:hover\:translate-y-11:hover {
    --transform-translate-y: 2.6rem !important
  }

  .xxl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important
  }

  .xxl\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.6rem !important
  }

  .xxl\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.8rem !important
  }

  .xxl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important
  }

  .xxl\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem !important
  }

  .xxl\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important
  }

  .xxl\:hover\:translate-y-21:hover {
    --transform-translate-y: 5.3rem !important
  }

  .xxl\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.7rem !important
  }

  .xxl\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important
  }

  .xxl\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem !important
  }

  .xxl\:hover\:translate-y-30:hover {
    --transform-translate-y: 7.6rem !important
  }

  .xxl\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important
  }

  .xxl\:hover\:translate-y-36:hover {
    --transform-translate-y: 9.1rem !important
  }

  .xxl\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important
  }

  .xxl\:hover\:translate-y-46:hover {
    --transform-translate-y: 11.7rem !important
  }

  .xxl\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important
  }

  .xxl\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important
  }

  .xxl\:hover\:translate-y-58:hover {
    --transform-translate-y: 14.7rem !important
  }

  .xxl\:hover\:translate-y-62:hover {
    --transform-translate-y: 15.7rem !important
  }

  .xxl\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important
  }

  .xxl\:hover\:translate-y-69:hover {
    --transform-translate-y: 17.1rem !important
  }

  .xxl\:hover\:translate-y-71:hover {
    --transform-translate-y: 17.9rem !important
  }

  .xxl\:hover\:translate-y-72:hover {
    --transform-translate-y: 18.1rem !important
  }

  .xxl\:hover\:translate-y-80:hover {
    --transform-translate-y: 20rem !important
  }

  .xxl\:hover\:translate-y-100:hover {
    --transform-translate-y: 25rem !important
  }

  .xxl\:hover\:translate-y-112:hover {
    --transform-translate-y: 28rem !important
  }

  .xxl\:hover\:translate-y-128:hover {
    --transform-translate-y: 32rem !important
  }

  .xxl\:hover\:translate-y-143:hover {
    --transform-translate-y: 35.9rem !important
  }

  .xxl\:hover\:translate-y-149:hover {
    --transform-translate-y: 37.4rem !important
  }

  .xxl\:hover\:translate-y-240:hover {
    --transform-translate-y: 60rem !important
  }

  .xxl\:hover\:translate-y-280:hover {
    --transform-translate-y: 70rem !important
  }

  .xxl\:hover\:translate-y-291:hover {
    --transform-translate-y: 72.9rem !important
  }

  .xxl\:hover\:translate-y-316:hover {
    --transform-translate-y: 79rem !important
  }

  .xxl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important
  }

  .xxl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important
  }

  .xxl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important
  }

  .xxl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important
  }

  .xxl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important
  }

  .xxl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important
  }

  .xxl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important
  }

  .xxl\:hover\:-translate-y-7:hover {
    --transform-translate-y: -1.8rem !important
  }

  .xxl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important
  }

  .xxl\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.4rem !important
  }

  .xxl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important
  }

  .xxl\:hover\:-translate-y-11:hover {
    --transform-translate-y: -2.6rem !important
  }

  .xxl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important
  }

  .xxl\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.6rem !important
  }

  .xxl\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.8rem !important
  }

  .xxl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important
  }

  .xxl\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem !important
  }

  .xxl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important
  }

  .xxl\:hover\:-translate-y-21:hover {
    --transform-translate-y: -5.3rem !important
  }

  .xxl\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.7rem !important
  }

  .xxl\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important
  }

  .xxl\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem !important
  }

  .xxl\:hover\:-translate-y-30:hover {
    --transform-translate-y: -7.6rem !important
  }

  .xxl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important
  }

  .xxl\:hover\:-translate-y-36:hover {
    --transform-translate-y: -9.1rem !important
  }

  .xxl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important
  }

  .xxl\:hover\:-translate-y-46:hover {
    --transform-translate-y: -11.7rem !important
  }

  .xxl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important
  }

  .xxl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important
  }

  .xxl\:hover\:-translate-y-58:hover {
    --transform-translate-y: -14.7rem !important
  }

  .xxl\:hover\:-translate-y-62:hover {
    --transform-translate-y: -15.7rem !important
  }

  .xxl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important
  }

  .xxl\:hover\:-translate-y-69:hover {
    --transform-translate-y: -17.1rem !important
  }

  .xxl\:hover\:-translate-y-71:hover {
    --transform-translate-y: -17.9rem !important
  }

  .xxl\:hover\:-translate-y-72:hover {
    --transform-translate-y: -18.1rem !important
  }

  .xxl\:hover\:-translate-y-80:hover {
    --transform-translate-y: -20rem !important
  }

  .xxl\:hover\:-translate-y-100:hover {
    --transform-translate-y: -25rem !important
  }

  .xxl\:hover\:-translate-y-112:hover {
    --transform-translate-y: -28rem !important
  }

  .xxl\:hover\:-translate-y-128:hover {
    --transform-translate-y: -32rem !important
  }

  .xxl\:hover\:-translate-y-143:hover {
    --transform-translate-y: -35.9rem !important
  }

  .xxl\:hover\:-translate-y-149:hover {
    --transform-translate-y: -37.4rem !important
  }

  .xxl\:hover\:-translate-y-240:hover {
    --transform-translate-y: -60rem !important
  }

  .xxl\:hover\:-translate-y-280:hover {
    --transform-translate-y: -70rem !important
  }

  .xxl\:hover\:-translate-y-291:hover {
    --transform-translate-y: -72.9rem !important
  }

  .xxl\:hover\:-translate-y-316:hover {
    --transform-translate-y: -79rem !important
  }

  .xxl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important
  }

  .xxl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important
  }

  .xxl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important
  }

  .xxl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important
  }

  .xxl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important
  }

  .xxl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important
  }

  .xxl\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important
  }

  .xxl\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important
  }

  .xxl\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important
  }

  .xxl\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important
  }

  .xxl\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important
  }

  .xxl\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important
  }

  .xxl\:focus\:translate-x-7:focus {
    --transform-translate-x: 1.8rem !important
  }

  .xxl\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important
  }

  .xxl\:focus\:translate-x-9:focus {
    --transform-translate-x: 2.4rem !important
  }

  .xxl\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important
  }

  .xxl\:focus\:translate-x-11:focus {
    --transform-translate-x: 2.6rem !important
  }

  .xxl\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important
  }

  .xxl\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.6rem !important
  }

  .xxl\:focus\:translate-x-15:focus {
    --transform-translate-x: 3.8rem !important
  }

  .xxl\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important
  }

  .xxl\:focus\:translate-x-18:focus {
    --transform-translate-x: 4.5rem !important
  }

  .xxl\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important
  }

  .xxl\:focus\:translate-x-21:focus {
    --transform-translate-x: 5.3rem !important
  }

  .xxl\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.7rem !important
  }

  .xxl\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important
  }

  .xxl\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem !important
  }

  .xxl\:focus\:translate-x-30:focus {
    --transform-translate-x: 7.6rem !important
  }

  .xxl\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important
  }

  .xxl\:focus\:translate-x-36:focus {
    --transform-translate-x: 9.1rem !important
  }

  .xxl\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important
  }

  .xxl\:focus\:translate-x-46:focus {
    --transform-translate-x: 11.7rem !important
  }

  .xxl\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important
  }

  .xxl\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important
  }

  .xxl\:focus\:translate-x-58:focus {
    --transform-translate-x: 14.7rem !important
  }

  .xxl\:focus\:translate-x-62:focus {
    --transform-translate-x: 15.7rem !important
  }

  .xxl\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important
  }

  .xxl\:focus\:translate-x-69:focus {
    --transform-translate-x: 17.1rem !important
  }

  .xxl\:focus\:translate-x-71:focus {
    --transform-translate-x: 17.9rem !important
  }

  .xxl\:focus\:translate-x-72:focus {
    --transform-translate-x: 18.1rem !important
  }

  .xxl\:focus\:translate-x-80:focus {
    --transform-translate-x: 20rem !important
  }

  .xxl\:focus\:translate-x-100:focus {
    --transform-translate-x: 25rem !important
  }

  .xxl\:focus\:translate-x-112:focus {
    --transform-translate-x: 28rem !important
  }

  .xxl\:focus\:translate-x-128:focus {
    --transform-translate-x: 32rem !important
  }

  .xxl\:focus\:translate-x-143:focus {
    --transform-translate-x: 35.9rem !important
  }

  .xxl\:focus\:translate-x-149:focus {
    --transform-translate-x: 37.4rem !important
  }

  .xxl\:focus\:translate-x-240:focus {
    --transform-translate-x: 60rem !important
  }

  .xxl\:focus\:translate-x-280:focus {
    --transform-translate-x: 70rem !important
  }

  .xxl\:focus\:translate-x-291:focus {
    --transform-translate-x: 72.9rem !important
  }

  .xxl\:focus\:translate-x-316:focus {
    --transform-translate-x: 79rem !important
  }

  .xxl\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important
  }

  .xxl\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important
  }

  .xxl\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important
  }

  .xxl\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important
  }

  .xxl\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important
  }

  .xxl\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important
  }

  .xxl\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important
  }

  .xxl\:focus\:-translate-x-7:focus {
    --transform-translate-x: -1.8rem !important
  }

  .xxl\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important
  }

  .xxl\:focus\:-translate-x-9:focus {
    --transform-translate-x: -2.4rem !important
  }

  .xxl\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important
  }

  .xxl\:focus\:-translate-x-11:focus {
    --transform-translate-x: -2.6rem !important
  }

  .xxl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important
  }

  .xxl\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.6rem !important
  }

  .xxl\:focus\:-translate-x-15:focus {
    --transform-translate-x: -3.8rem !important
  }

  .xxl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important
  }

  .xxl\:focus\:-translate-x-18:focus {
    --transform-translate-x: -4.5rem !important
  }

  .xxl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important
  }

  .xxl\:focus\:-translate-x-21:focus {
    --transform-translate-x: -5.3rem !important
  }

  .xxl\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.7rem !important
  }

  .xxl\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important
  }

  .xxl\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem !important
  }

  .xxl\:focus\:-translate-x-30:focus {
    --transform-translate-x: -7.6rem !important
  }

  .xxl\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important
  }

  .xxl\:focus\:-translate-x-36:focus {
    --transform-translate-x: -9.1rem !important
  }

  .xxl\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important
  }

  .xxl\:focus\:-translate-x-46:focus {
    --transform-translate-x: -11.7rem !important
  }

  .xxl\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important
  }

  .xxl\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important
  }

  .xxl\:focus\:-translate-x-58:focus {
    --transform-translate-x: -14.7rem !important
  }

  .xxl\:focus\:-translate-x-62:focus {
    --transform-translate-x: -15.7rem !important
  }

  .xxl\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important
  }

  .xxl\:focus\:-translate-x-69:focus {
    --transform-translate-x: -17.1rem !important
  }

  .xxl\:focus\:-translate-x-71:focus {
    --transform-translate-x: -17.9rem !important
  }

  .xxl\:focus\:-translate-x-72:focus {
    --transform-translate-x: -18.1rem !important
  }

  .xxl\:focus\:-translate-x-80:focus {
    --transform-translate-x: -20rem !important
  }

  .xxl\:focus\:-translate-x-100:focus {
    --transform-translate-x: -25rem !important
  }

  .xxl\:focus\:-translate-x-112:focus {
    --transform-translate-x: -28rem !important
  }

  .xxl\:focus\:-translate-x-128:focus {
    --transform-translate-x: -32rem !important
  }

  .xxl\:focus\:-translate-x-143:focus {
    --transform-translate-x: -35.9rem !important
  }

  .xxl\:focus\:-translate-x-149:focus {
    --transform-translate-x: -37.4rem !important
  }

  .xxl\:focus\:-translate-x-240:focus {
    --transform-translate-x: -60rem !important
  }

  .xxl\:focus\:-translate-x-280:focus {
    --transform-translate-x: -70rem !important
  }

  .xxl\:focus\:-translate-x-291:focus {
    --transform-translate-x: -72.9rem !important
  }

  .xxl\:focus\:-translate-x-316:focus {
    --transform-translate-x: -79rem !important
  }

  .xxl\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important
  }

  .xxl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important
  }

  .xxl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important
  }

  .xxl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important
  }

  .xxl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important
  }

  .xxl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important
  }

  .xxl\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important
  }

  .xxl\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important
  }

  .xxl\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important
  }

  .xxl\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important
  }

  .xxl\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important
  }

  .xxl\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important
  }

  .xxl\:focus\:translate-y-7:focus {
    --transform-translate-y: 1.8rem !important
  }

  .xxl\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important
  }

  .xxl\:focus\:translate-y-9:focus {
    --transform-translate-y: 2.4rem !important
  }

  .xxl\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important
  }

  .xxl\:focus\:translate-y-11:focus {
    --transform-translate-y: 2.6rem !important
  }

  .xxl\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important
  }

  .xxl\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.6rem !important
  }

  .xxl\:focus\:translate-y-15:focus {
    --transform-translate-y: 3.8rem !important
  }

  .xxl\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important
  }

  .xxl\:focus\:translate-y-18:focus {
    --transform-translate-y: 4.5rem !important
  }

  .xxl\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important
  }

  .xxl\:focus\:translate-y-21:focus {
    --transform-translate-y: 5.3rem !important
  }

  .xxl\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.7rem !important
  }

  .xxl\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important
  }

  .xxl\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem !important
  }

  .xxl\:focus\:translate-y-30:focus {
    --transform-translate-y: 7.6rem !important
  }

  .xxl\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important
  }

  .xxl\:focus\:translate-y-36:focus {
    --transform-translate-y: 9.1rem !important
  }

  .xxl\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important
  }

  .xxl\:focus\:translate-y-46:focus {
    --transform-translate-y: 11.7rem !important
  }

  .xxl\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important
  }

  .xxl\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important
  }

  .xxl\:focus\:translate-y-58:focus {
    --transform-translate-y: 14.7rem !important
  }

  .xxl\:focus\:translate-y-62:focus {
    --transform-translate-y: 15.7rem !important
  }

  .xxl\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important
  }

  .xxl\:focus\:translate-y-69:focus {
    --transform-translate-y: 17.1rem !important
  }

  .xxl\:focus\:translate-y-71:focus {
    --transform-translate-y: 17.9rem !important
  }

  .xxl\:focus\:translate-y-72:focus {
    --transform-translate-y: 18.1rem !important
  }

  .xxl\:focus\:translate-y-80:focus {
    --transform-translate-y: 20rem !important
  }

  .xxl\:focus\:translate-y-100:focus {
    --transform-translate-y: 25rem !important
  }

  .xxl\:focus\:translate-y-112:focus {
    --transform-translate-y: 28rem !important
  }

  .xxl\:focus\:translate-y-128:focus {
    --transform-translate-y: 32rem !important
  }

  .xxl\:focus\:translate-y-143:focus {
    --transform-translate-y: 35.9rem !important
  }

  .xxl\:focus\:translate-y-149:focus {
    --transform-translate-y: 37.4rem !important
  }

  .xxl\:focus\:translate-y-240:focus {
    --transform-translate-y: 60rem !important
  }

  .xxl\:focus\:translate-y-280:focus {
    --transform-translate-y: 70rem !important
  }

  .xxl\:focus\:translate-y-291:focus {
    --transform-translate-y: 72.9rem !important
  }

  .xxl\:focus\:translate-y-316:focus {
    --transform-translate-y: 79rem !important
  }

  .xxl\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important
  }

  .xxl\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important
  }

  .xxl\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important
  }

  .xxl\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important
  }

  .xxl\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important
  }

  .xxl\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important
  }

  .xxl\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important
  }

  .xxl\:focus\:-translate-y-7:focus {
    --transform-translate-y: -1.8rem !important
  }

  .xxl\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important
  }

  .xxl\:focus\:-translate-y-9:focus {
    --transform-translate-y: -2.4rem !important
  }

  .xxl\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important
  }

  .xxl\:focus\:-translate-y-11:focus {
    --transform-translate-y: -2.6rem !important
  }

  .xxl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important
  }

  .xxl\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.6rem !important
  }

  .xxl\:focus\:-translate-y-15:focus {
    --transform-translate-y: -3.8rem !important
  }

  .xxl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important
  }

  .xxl\:focus\:-translate-y-18:focus {
    --transform-translate-y: -4.5rem !important
  }

  .xxl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important
  }

  .xxl\:focus\:-translate-y-21:focus {
    --transform-translate-y: -5.3rem !important
  }

  .xxl\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.7rem !important
  }

  .xxl\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important
  }

  .xxl\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem !important
  }

  .xxl\:focus\:-translate-y-30:focus {
    --transform-translate-y: -7.6rem !important
  }

  .xxl\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important
  }

  .xxl\:focus\:-translate-y-36:focus {
    --transform-translate-y: -9.1rem !important
  }

  .xxl\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important
  }

  .xxl\:focus\:-translate-y-46:focus {
    --transform-translate-y: -11.7rem !important
  }

  .xxl\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important
  }

  .xxl\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important
  }

  .xxl\:focus\:-translate-y-58:focus {
    --transform-translate-y: -14.7rem !important
  }

  .xxl\:focus\:-translate-y-62:focus {
    --transform-translate-y: -15.7rem !important
  }

  .xxl\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important
  }

  .xxl\:focus\:-translate-y-69:focus {
    --transform-translate-y: -17.1rem !important
  }

  .xxl\:focus\:-translate-y-71:focus {
    --transform-translate-y: -17.9rem !important
  }

  .xxl\:focus\:-translate-y-72:focus {
    --transform-translate-y: -18.1rem !important
  }

  .xxl\:focus\:-translate-y-80:focus {
    --transform-translate-y: -20rem !important
  }

  .xxl\:focus\:-translate-y-100:focus {
    --transform-translate-y: -25rem !important
  }

  .xxl\:focus\:-translate-y-112:focus {
    --transform-translate-y: -28rem !important
  }

  .xxl\:focus\:-translate-y-128:focus {
    --transform-translate-y: -32rem !important
  }

  .xxl\:focus\:-translate-y-143:focus {
    --transform-translate-y: -35.9rem !important
  }

  .xxl\:focus\:-translate-y-149:focus {
    --transform-translate-y: -37.4rem !important
  }

  .xxl\:focus\:-translate-y-240:focus {
    --transform-translate-y: -60rem !important
  }

  .xxl\:focus\:-translate-y-280:focus {
    --transform-translate-y: -70rem !important
  }

  .xxl\:focus\:-translate-y-291:focus {
    --transform-translate-y: -72.9rem !important
  }

  .xxl\:focus\:-translate-y-316:focus {
    --transform-translate-y: -79rem !important
  }

  .xxl\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important
  }

  .xxl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important
  }

  .xxl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important
  }

  .xxl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important
  }

  .xxl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important
  }

  .xxl\:skew-x-0 {
    --transform-skew-x: 0 !important
  }

  .xxl\:skew-x-3 {
    --transform-skew-x: 3deg !important
  }

  .xxl\:skew-x-6 {
    --transform-skew-x: 6deg !important
  }

  .xxl\:skew-x-12 {
    --transform-skew-x: 12deg !important
  }

  .xxl\:-skew-x-12 {
    --transform-skew-x: -12deg !important
  }

  .xxl\:-skew-x-6 {
    --transform-skew-x: -6deg !important
  }

  .xxl\:-skew-x-3 {
    --transform-skew-x: -3deg !important
  }

  .xxl\:skew-y-0 {
    --transform-skew-y: 0 !important
  }

  .xxl\:skew-y-3 {
    --transform-skew-y: 3deg !important
  }

  .xxl\:skew-y-6 {
    --transform-skew-y: 6deg !important
  }

  .xxl\:skew-y-12 {
    --transform-skew-y: 12deg !important
  }

  .xxl\:-skew-y-12 {
    --transform-skew-y: -12deg !important
  }

  .xxl\:-skew-y-6 {
    --transform-skew-y: -6deg !important
  }

  .xxl\:-skew-y-3 {
    --transform-skew-y: -3deg !important
  }

  .xxl\:tracking-tighter {
    letter-spacing: -0.05em !important
  }

  .xxl\:tracking-tight {
    letter-spacing: -0.025em !important
  }

  .xxl\:tracking-normal {
    letter-spacing: 0 !important
  }

  .xxl\:tracking-wide {
    letter-spacing: 0.025em !important
  }

  .xxl\:tracking-wider {
    letter-spacing: 0.05em !important
  }

  .xxl\:tracking-widest {
    letter-spacing: 0.1em !important
  }

  .xxl\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em !important
  }

  .xxl\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em !important
  }

  .xxl\:hover\:tracking-normal:hover {
    letter-spacing: 0 !important
  }

  .xxl\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em !important
  }

  .xxl\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em !important
  }

  .xxl\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em !important
  }

  .xxl\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em !important
  }

  .xxl\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em !important
  }

  .xxl\:focus\:tracking-normal:focus {
    letter-spacing: 0 !important
  }

  .xxl\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em !important
  }

  .xxl\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em !important
  }

  .xxl\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em !important
  }

  .xxl\:col-0 {
    grid-column: 0 !important
  }

  .xxl\:col-1 {
    grid-column: 0.25rem !important
  }

  .xxl\:col-2 {
    grid-column: 0.5rem !important
  }

  .xxl\:col-3 {
    grid-column: 0.75rem !important
  }

  .xxl\:col-4 {
    -ms-grid-column: 1 !important;
    grid-column: 1rem !important
  }

  .xxl\:col-5 {
    -ms-grid-column: 1 !important;
    grid-column: 1.25rem !important
  }

  .xxl\:col-6 {
    -ms-grid-column: 1 !important;
    grid-column: 1.5rem !important
  }

  .xxl\:col-7 {
    -ms-grid-column: 1 !important;
    grid-column: 1.8rem !important
  }

  .xxl\:col-8 {
    -ms-grid-column: 2 !important;
    grid-column: 2rem !important
  }

  .xxl\:col-9 {
    -ms-grid-column: 2 !important;
    grid-column: 2.4rem !important
  }

  .xxl\:col-10 {
    -ms-grid-column: 2 !important;
    grid-column: 2.5rem !important
  }

  .xxl\:col-11 {
    -ms-grid-column: 2 !important;
    grid-column: 2.6rem !important
  }

  .xxl\:col-12 {
    -ms-grid-column: 3 !important;
    grid-column: 3rem !important
  }

  .xxl\:col-14 {
    -ms-grid-column: 3 !important;
    grid-column: 3.6rem !important
  }

  .xxl\:col-15 {
    -ms-grid-column: 3 !important;
    grid-column: 3.8rem !important
  }

  .xxl\:col-16 {
    -ms-grid-column: 4 !important;
    grid-column: 4rem !important
  }

  .xxl\:col-18 {
    -ms-grid-column: 4 !important;
    grid-column: 4.5rem !important
  }

  .xxl\:col-20 {
    -ms-grid-column: 5 !important;
    grid-column: 5rem !important
  }

  .xxl\:col-21 {
    -ms-grid-column: 5 !important;
    grid-column: 5.3rem !important
  }

  .xxl\:col-22 {
    -ms-grid-column: 5 !important;
    grid-column: 5.7rem !important
  }

  .xxl\:col-24 {
    -ms-grid-column: 6 !important;
    grid-column: 6rem !important
  }

  .xxl\:col-28 {
    -ms-grid-column: 7 !important;
    grid-column: 7rem !important
  }

  .xxl\:col-30 {
    -ms-grid-column: 7 !important;
    grid-column: 7.6rem !important
  }

  .xxl\:col-32 {
    -ms-grid-column: 8 !important;
    grid-column: 8rem !important
  }

  .xxl\:col-36 {
    -ms-grid-column: 9 !important;
    grid-column: 9.1rem !important
  }

  .xxl\:col-40 {
    -ms-grid-column: 10 !important;
    grid-column: 10rem !important
  }

  .xxl\:col-46 {
    -ms-grid-column: 11 !important;
    grid-column: 11.7rem !important
  }

  .xxl\:col-48 {
    -ms-grid-column: 12 !important;
    grid-column: 12rem !important
  }

  .xxl\:col-56 {
    -ms-grid-column: 14 !important;
    grid-column: 14rem !important
  }

  .xxl\:col-58 {
    -ms-grid-column: 14 !important;
    grid-column: 14.7rem !important
  }

  .xxl\:col-62 {
    -ms-grid-column: 15 !important;
    grid-column: 15.7rem !important
  }

  .xxl\:col-64 {
    -ms-grid-column: 16 !important;
    grid-column: 16rem !important
  }

  .xxl\:col-69 {
    -ms-grid-column: 17 !important;
    grid-column: 17.1rem !important
  }

  .xxl\:col-71 {
    -ms-grid-column: 17 !important;
    grid-column: 17.9rem !important
  }

  .xxl\:col-72 {
    -ms-grid-column: 18 !important;
    grid-column: 18.1rem !important
  }

  .xxl\:col-80 {
    -ms-grid-column: 20 !important;
    grid-column: 20rem !important
  }

  .xxl\:col-100 {
    -ms-grid-column: 25 !important;
    grid-column: 25rem !important
  }

  .xxl\:col-112 {
    -ms-grid-column: 28 !important;
    grid-column: 28rem !important
  }

  .xxl\:col-128 {
    -ms-grid-column: 32 !important;
    grid-column: 32rem !important
  }

  .xxl\:col-143 {
    -ms-grid-column: 35 !important;
    grid-column: 35.9rem !important
  }

  .xxl\:col-149 {
    -ms-grid-column: 37 !important;
    grid-column: 37.4rem !important
  }

  .xxl\:col-240 {
    -ms-grid-column: 60 !important;
    grid-column: 60rem !important
  }

  .xxl\:col-280 {
    -ms-grid-column: 70 !important;
    grid-column: 70rem !important
  }

  .xxl\:col-291 {
    -ms-grid-column: 72 !important;
    grid-column: 72.9rem !important
  }

  .xxl\:col-316 {
    -ms-grid-column: 79 !important;
    grid-column: 79rem !important
  }

  .xxl\:col-span-16 {
    -ms-grid-column-span: 16 !important;
    grid-column: span 16 / span 16 !important
  }

  .xxl\:col-px {
    -ms-grid-column: 1 !important;
    grid-column: 1px !important
  }

  .xxl\:hover\:col-0:hover {
    grid-column: 0 !important
  }

  .xxl\:hover\:col-1:hover {
    grid-column: 0.25rem !important
  }

  .xxl\:hover\:col-2:hover {
    grid-column: 0.5rem !important
  }

  .xxl\:hover\:col-3:hover {
    grid-column: 0.75rem !important
  }

  .xxl\:hover\:col-4:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1rem !important
  }

  .xxl\:hover\:col-5:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1.25rem !important
  }

  .xxl\:hover\:col-6:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1.5rem !important
  }

  .xxl\:hover\:col-7:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1.8rem !important
  }

  .xxl\:hover\:col-8:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2rem !important
  }

  .xxl\:hover\:col-9:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2.4rem !important
  }

  .xxl\:hover\:col-10:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2.5rem !important
  }

  .xxl\:hover\:col-11:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2.6rem !important
  }

  .xxl\:hover\:col-12:hover {
    -ms-grid-column: 3 !important;
    grid-column: 3rem !important
  }

  .xxl\:hover\:col-14:hover {
    -ms-grid-column: 3 !important;
    grid-column: 3.6rem !important
  }

  .xxl\:hover\:col-15:hover {
    -ms-grid-column: 3 !important;
    grid-column: 3.8rem !important
  }

  .xxl\:hover\:col-16:hover {
    -ms-grid-column: 4 !important;
    grid-column: 4rem !important
  }

  .xxl\:hover\:col-18:hover {
    -ms-grid-column: 4 !important;
    grid-column: 4.5rem !important
  }

  .xxl\:hover\:col-20:hover {
    -ms-grid-column: 5 !important;
    grid-column: 5rem !important
  }

  .xxl\:hover\:col-21:hover {
    -ms-grid-column: 5 !important;
    grid-column: 5.3rem !important
  }

  .xxl\:hover\:col-22:hover {
    -ms-grid-column: 5 !important;
    grid-column: 5.7rem !important
  }

  .xxl\:hover\:col-24:hover {
    -ms-grid-column: 6 !important;
    grid-column: 6rem !important
  }

  .xxl\:hover\:col-28:hover {
    -ms-grid-column: 7 !important;
    grid-column: 7rem !important
  }

  .xxl\:hover\:col-30:hover {
    -ms-grid-column: 7 !important;
    grid-column: 7.6rem !important
  }

  .xxl\:hover\:col-32:hover {
    -ms-grid-column: 8 !important;
    grid-column: 8rem !important
  }

  .xxl\:hover\:col-36:hover {
    -ms-grid-column: 9 !important;
    grid-column: 9.1rem !important
  }

  .xxl\:hover\:col-40:hover {
    -ms-grid-column: 10 !important;
    grid-column: 10rem !important
  }

  .xxl\:hover\:col-46:hover {
    -ms-grid-column: 11 !important;
    grid-column: 11.7rem !important
  }

  .xxl\:hover\:col-48:hover {
    -ms-grid-column: 12 !important;
    grid-column: 12rem !important
  }

  .xxl\:hover\:col-56:hover {
    -ms-grid-column: 14 !important;
    grid-column: 14rem !important
  }

  .xxl\:hover\:col-58:hover {
    -ms-grid-column: 14 !important;
    grid-column: 14.7rem !important
  }

  .xxl\:hover\:col-62:hover {
    -ms-grid-column: 15 !important;
    grid-column: 15.7rem !important
  }

  .xxl\:hover\:col-64:hover {
    -ms-grid-column: 16 !important;
    grid-column: 16rem !important
  }

  .xxl\:hover\:col-69:hover {
    -ms-grid-column: 17 !important;
    grid-column: 17.1rem !important
  }

  .xxl\:hover\:col-71:hover {
    -ms-grid-column: 17 !important;
    grid-column: 17.9rem !important
  }

  .xxl\:hover\:col-72:hover {
    -ms-grid-column: 18 !important;
    grid-column: 18.1rem !important
  }

  .xxl\:hover\:col-80:hover {
    -ms-grid-column: 20 !important;
    grid-column: 20rem !important
  }

  .xxl\:hover\:col-100:hover {
    -ms-grid-column: 25 !important;
    grid-column: 25rem !important
  }

  .xxl\:hover\:col-112:hover {
    -ms-grid-column: 28 !important;
    grid-column: 28rem !important
  }

  .xxl\:hover\:col-128:hover {
    -ms-grid-column: 32 !important;
    grid-column: 32rem !important
  }

  .xxl\:hover\:col-143:hover {
    -ms-grid-column: 35 !important;
    grid-column: 35.9rem !important
  }

  .xxl\:hover\:col-149:hover {
    -ms-grid-column: 37 !important;
    grid-column: 37.4rem !important
  }

  .xxl\:hover\:col-240:hover {
    -ms-grid-column: 60 !important;
    grid-column: 60rem !important
  }

  .xxl\:hover\:col-280:hover {
    -ms-grid-column: 70 !important;
    grid-column: 70rem !important
  }

  .xxl\:hover\:col-291:hover {
    -ms-grid-column: 72 !important;
    grid-column: 72.9rem !important
  }

  .xxl\:hover\:col-316:hover {
    -ms-grid-column: 79 !important;
    grid-column: 79rem !important
  }

  .xxl\:hover\:col-span-16:hover {
    -ms-grid-column-span: 16 !important;
    grid-column: span 16 / span 16 !important
  }

  .xxl\:hover\:col-px:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1px !important
  }

  .xxl\:col-start-13 {
    -ms-grid-column: 13 !important;
        grid-column-start: 13 !important
  }

  .xxl\:col-start-14 {
    -ms-grid-column: 14 !important;
        grid-column-start: 14 !important
  }

  .xxl\:col-start-15 {
    -ms-grid-column: 15 !important;
        grid-column-start: 15 !important
  }

  .xxl\:col-start-16 {
    -ms-grid-column: 16 !important;
        grid-column-start: 16 !important
  }

  .xxl\:col-start-17 {
    -ms-grid-column: 17 !important;
        grid-column-start: 17 !important
  }

  .xxl\:hover\:col-start-13:hover {
    -ms-grid-column: 13 !important;
        grid-column-start: 13 !important
  }

  .xxl\:hover\:col-start-14:hover {
    -ms-grid-column: 14 !important;
        grid-column-start: 14 !important
  }

  .xxl\:hover\:col-start-15:hover {
    -ms-grid-column: 15 !important;
        grid-column-start: 15 !important
  }

  .xxl\:hover\:col-start-16:hover {
    -ms-grid-column: 16 !important;
        grid-column-start: 16 !important
  }

  .xxl\:hover\:col-start-17:hover {
    -ms-grid-column: 17 !important;
        grid-column-start: 17 !important
  }

  .xxl\:col-end-13 {
    -ms-grid-column-span: 13 !important;
    grid-column-end: 13 !important
  }

  .xxl\:col-end-14 {
    -ms-grid-column-span: 14 !important;
    grid-column-end: 14 !important
  }

  .xxl\:col-end-15 {
    -ms-grid-column-span: 15 !important;
    grid-column-end: 15 !important
  }

  .xxl\:col-end-16 {
    -ms-grid-column-span: 16 !important;
    grid-column-end: 16 !important
  }

  .xxl\:col-end-17 {
    -ms-grid-column-span: 17 !important;
    grid-column-end: 17 !important
  }

  .xxl\:hover\:col-end-13:hover {
    -ms-grid-column-span: 13 !important;
    grid-column-end: 13 !important
  }

  .xxl\:hover\:col-end-14:hover {
    -ms-grid-column-span: 14 !important;
    grid-column-end: 14 !important
  }

  .xxl\:hover\:col-end-15:hover {
    -ms-grid-column-span: 15 !important;
    grid-column-end: 15 !important
  }

  .xxl\:hover\:col-end-16:hover {
    -ms-grid-column-span: 16 !important;
    grid-column-end: 16 !important
  }

  .xxl\:hover\:col-end-17:hover {
    -ms-grid-column-span: 17 !important;
    grid-column-end: 17 !important
  }
}

@media (min-width: 1440px) {
  .xxxl\:content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important
  }

  .xxxl\:content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important
  }

  .xxxl\:content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important
  }

  .xxxl\:content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important
  }

  .xxxl\:content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
  }

  .xxxl\:items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important
  }

  .xxxl\:items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important
  }

  .xxxl\:items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important
  }

  .xxxl\:items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important
  }

  .xxxl\:items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important
  }

  .xxxl\:self-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
  }

  .xxxl\:self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important
  }

  .xxxl\:self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important
  }

  .xxxl\:self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
  }

  .xxxl\:self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
  }

  .xxxl\:bg-transparent {
    background-color: transparent !important
  }

  .xxxl\:bg-primary {
    background-color: #0A5988 !important
  }

  .xxxl\:bg-primary-light {
    background-color: #257DB2 !important
  }

  .xxxl\:bg-secondary {
    background-color: #8FC549 !important
  }

  .xxxl\:bg-primary-dark {
    background-color: #003D62 !important
  }

  .xxxl\:bg-tertiary {
    background-color: #EBF4FA !important
  }

  .xxxl\:bg-tertiary-light {
    background-color: #EBF4FA !important
  }

  .xxxl\:bg-tertiary-lightest {
    background-color: #EBF4FA !important
  }

  .xxxl\:bg-font-main {
    background-color: #443E37 !important
  }

  .xxxl\:bg-highlight {
    background-color: #E1962C !important
  }

  .xxxl\:bg-highlight-alt {
    background-color: #E1962C !important
  }

  .xxxl\:bg-accent {
    background-color: #DA511F !important
  }

  .xxxl\:bg-accent-alt {
    background-color: #DA511F !important
  }

  .xxxl\:bg-body-text {
    background-color: #443E37 !important
  }

  .xxxl\:bg-dividers {
    background-color: #C7BBAE !important
  }

  .xxxl\:bg-dividers-lighther {
    background-color: #f5f5f5 !important
  }

  .xxxl\:bg-dividers-light {
    background-color: #f7f7f7 !important
  }

  .xxxl\:bg-black {
    background-color: #000 !important
  }

  .xxxl\:bg-white {
    background-color: #fff !important
  }

  .xxxl\:bg-red-100 {
    background-color: #FFF5F5 !important
  }

  .xxxl\:bg-red-200 {
    background-color: #FED7D7 !important
  }

  .xxxl\:bg-red-300 {
    background-color: #FEB2B2 !important
  }

  .xxxl\:bg-red-400 {
    background-color: #FC8181 !important
  }

  .xxxl\:bg-red-500 {
    background-color: #F56565 !important
  }

  .xxxl\:bg-red-600 {
    background-color: #E53E3E !important
  }

  .xxxl\:bg-red-700 {
    background-color: #C53030 !important
  }

  .xxxl\:bg-red-800 {
    background-color: #9B2C2C !important
  }

  .xxxl\:bg-red-900 {
    background-color: #742A2A !important
  }

  .xxxl\:hover\:bg-transparent:hover {
    background-color: transparent !important
  }

  .xxxl\:hover\:bg-primary:hover {
    background-color: #0A5988 !important
  }

  .xxxl\:hover\:bg-primary-light:hover {
    background-color: #257DB2 !important
  }

  .xxxl\:hover\:bg-secondary:hover {
    background-color: #8FC549 !important
  }

  .xxxl\:hover\:bg-primary-dark:hover {
    background-color: #003D62 !important
  }

  .xxxl\:hover\:bg-tertiary:hover {
    background-color: #EBF4FA !important
  }

  .xxxl\:hover\:bg-tertiary-light:hover {
    background-color: #EBF4FA !important
  }

  .xxxl\:hover\:bg-tertiary-lightest:hover {
    background-color: #EBF4FA !important
  }

  .xxxl\:hover\:bg-font-main:hover {
    background-color: #443E37 !important
  }

  .xxxl\:hover\:bg-highlight:hover {
    background-color: #E1962C !important
  }

  .xxxl\:hover\:bg-highlight-alt:hover {
    background-color: #E1962C !important
  }

  .xxxl\:hover\:bg-accent:hover {
    background-color: #DA511F !important
  }

  .xxxl\:hover\:bg-accent-alt:hover {
    background-color: #DA511F !important
  }

  .xxxl\:hover\:bg-body-text:hover {
    background-color: #443E37 !important
  }

  .xxxl\:hover\:bg-dividers:hover {
    background-color: #C7BBAE !important
  }

  .xxxl\:hover\:bg-dividers-lighther:hover {
    background-color: #f5f5f5 !important
  }

  .xxxl\:hover\:bg-dividers-light:hover {
    background-color: #f7f7f7 !important
  }

  .xxxl\:hover\:bg-black:hover {
    background-color: #000 !important
  }

  .xxxl\:hover\:bg-white:hover {
    background-color: #fff !important
  }

  .xxxl\:hover\:bg-red-100:hover {
    background-color: #FFF5F5 !important
  }

  .xxxl\:hover\:bg-red-200:hover {
    background-color: #FED7D7 !important
  }

  .xxxl\:hover\:bg-red-300:hover {
    background-color: #FEB2B2 !important
  }

  .xxxl\:hover\:bg-red-400:hover {
    background-color: #FC8181 !important
  }

  .xxxl\:hover\:bg-red-500:hover {
    background-color: #F56565 !important
  }

  .xxxl\:hover\:bg-red-600:hover {
    background-color: #E53E3E !important
  }

  .xxxl\:hover\:bg-red-700:hover {
    background-color: #C53030 !important
  }

  .xxxl\:hover\:bg-red-800:hover {
    background-color: #9B2C2C !important
  }

  .xxxl\:hover\:bg-red-900:hover {
    background-color: #742A2A !important
  }

  .xxxl\:focus\:bg-transparent:focus {
    background-color: transparent !important
  }

  .xxxl\:focus\:bg-primary:focus {
    background-color: #0A5988 !important
  }

  .xxxl\:focus\:bg-primary-light:focus {
    background-color: #257DB2 !important
  }

  .xxxl\:focus\:bg-secondary:focus {
    background-color: #8FC549 !important
  }

  .xxxl\:focus\:bg-primary-dark:focus {
    background-color: #003D62 !important
  }

  .xxxl\:focus\:bg-tertiary:focus {
    background-color: #EBF4FA !important
  }

  .xxxl\:focus\:bg-tertiary-light:focus {
    background-color: #EBF4FA !important
  }

  .xxxl\:focus\:bg-tertiary-lightest:focus {
    background-color: #EBF4FA !important
  }

  .xxxl\:focus\:bg-font-main:focus {
    background-color: #443E37 !important
  }

  .xxxl\:focus\:bg-highlight:focus {
    background-color: #E1962C !important
  }

  .xxxl\:focus\:bg-highlight-alt:focus {
    background-color: #E1962C !important
  }

  .xxxl\:focus\:bg-accent:focus {
    background-color: #DA511F !important
  }

  .xxxl\:focus\:bg-accent-alt:focus {
    background-color: #DA511F !important
  }

  .xxxl\:focus\:bg-body-text:focus {
    background-color: #443E37 !important
  }

  .xxxl\:focus\:bg-dividers:focus {
    background-color: #C7BBAE !important
  }

  .xxxl\:focus\:bg-dividers-lighther:focus {
    background-color: #f5f5f5 !important
  }

  .xxxl\:focus\:bg-dividers-light:focus {
    background-color: #f7f7f7 !important
  }

  .xxxl\:focus\:bg-black:focus {
    background-color: #000 !important
  }

  .xxxl\:focus\:bg-white:focus {
    background-color: #fff !important
  }

  .xxxl\:focus\:bg-red-100:focus {
    background-color: #FFF5F5 !important
  }

  .xxxl\:focus\:bg-red-200:focus {
    background-color: #FED7D7 !important
  }

  .xxxl\:focus\:bg-red-300:focus {
    background-color: #FEB2B2 !important
  }

  .xxxl\:focus\:bg-red-400:focus {
    background-color: #FC8181 !important
  }

  .xxxl\:focus\:bg-red-500:focus {
    background-color: #F56565 !important
  }

  .xxxl\:focus\:bg-red-600:focus {
    background-color: #E53E3E !important
  }

  .xxxl\:focus\:bg-red-700:focus {
    background-color: #C53030 !important
  }

  .xxxl\:focus\:bg-red-800:focus {
    background-color: #9B2C2C !important
  }

  .xxxl\:focus\:bg-red-900:focus {
    background-color: #742A2A !important
  }

  .xxxl\:border-0 {
    border-width: 0 !important
  }

  .xxxl\:border-2 {
    border-width: 2px !important
  }

  .xxxl\:border-4 {
    border-width: 4px !important
  }

  .xxxl\:border-5 {
    border-width: 5px !important
  }

  .xxxl\:border-8 {
    border-width: 8px !important
  }

  .xxxl\:border {
    border-width: 1px !important
  }

  .xxxl\:border-t-0 {
    border-top-width: 0 !important
  }

  .xxxl\:border-r-0 {
    border-right-width: 0 !important
  }

  .xxxl\:border-b-0 {
    border-bottom-width: 0 !important
  }

  .xxxl\:border-l-0 {
    border-left-width: 0 !important
  }

  .xxxl\:border-t-2 {
    border-top-width: 2px !important
  }

  .xxxl\:border-r-2 {
    border-right-width: 2px !important
  }

  .xxxl\:border-b-2 {
    border-bottom-width: 2px !important
  }

  .xxxl\:border-l-2 {
    border-left-width: 2px !important
  }

  .xxxl\:border-t-4 {
    border-top-width: 4px !important
  }

  .xxxl\:border-r-4 {
    border-right-width: 4px !important
  }

  .xxxl\:border-b-4 {
    border-bottom-width: 4px !important
  }

  .xxxl\:border-l-4 {
    border-left-width: 4px !important
  }

  .xxxl\:border-t-5 {
    border-top-width: 5px !important
  }

  .xxxl\:border-r-5 {
    border-right-width: 5px !important
  }

  .xxxl\:border-b-5 {
    border-bottom-width: 5px !important
  }

  .xxxl\:border-l-5 {
    border-left-width: 5px !important
  }

  .xxxl\:border-t-8 {
    border-top-width: 8px !important
  }

  .xxxl\:border-r-8 {
    border-right-width: 8px !important
  }

  .xxxl\:border-b-8 {
    border-bottom-width: 8px !important
  }

  .xxxl\:border-l-8 {
    border-left-width: 8px !important
  }

  .xxxl\:border-t {
    border-top-width: 1px !important
  }

  .xxxl\:border-r {
    border-right-width: 1px !important
  }

  .xxxl\:border-b {
    border-bottom-width: 1px !important
  }

  .xxxl\:border-l {
    border-left-width: 1px !important
  }

  .xxxl\:hover\:border-0:hover {
    border-width: 0 !important
  }

  .xxxl\:hover\:border-2:hover {
    border-width: 2px !important
  }

  .xxxl\:hover\:border-4:hover {
    border-width: 4px !important
  }

  .xxxl\:hover\:border-5:hover {
    border-width: 5px !important
  }

  .xxxl\:hover\:border-8:hover {
    border-width: 8px !important
  }

  .xxxl\:hover\:border:hover {
    border-width: 1px !important
  }

  .xxxl\:hover\:border-t-0:hover {
    border-top-width: 0 !important
  }

  .xxxl\:hover\:border-r-0:hover {
    border-right-width: 0 !important
  }

  .xxxl\:hover\:border-b-0:hover {
    border-bottom-width: 0 !important
  }

  .xxxl\:hover\:border-l-0:hover {
    border-left-width: 0 !important
  }

  .xxxl\:hover\:border-t-2:hover {
    border-top-width: 2px !important
  }

  .xxxl\:hover\:border-r-2:hover {
    border-right-width: 2px !important
  }

  .xxxl\:hover\:border-b-2:hover {
    border-bottom-width: 2px !important
  }

  .xxxl\:hover\:border-l-2:hover {
    border-left-width: 2px !important
  }

  .xxxl\:hover\:border-t-4:hover {
    border-top-width: 4px !important
  }

  .xxxl\:hover\:border-r-4:hover {
    border-right-width: 4px !important
  }

  .xxxl\:hover\:border-b-4:hover {
    border-bottom-width: 4px !important
  }

  .xxxl\:hover\:border-l-4:hover {
    border-left-width: 4px !important
  }

  .xxxl\:hover\:border-t-5:hover {
    border-top-width: 5px !important
  }

  .xxxl\:hover\:border-r-5:hover {
    border-right-width: 5px !important
  }

  .xxxl\:hover\:border-b-5:hover {
    border-bottom-width: 5px !important
  }

  .xxxl\:hover\:border-l-5:hover {
    border-left-width: 5px !important
  }

  .xxxl\:hover\:border-t-8:hover {
    border-top-width: 8px !important
  }

  .xxxl\:hover\:border-r-8:hover {
    border-right-width: 8px !important
  }

  .xxxl\:hover\:border-b-8:hover {
    border-bottom-width: 8px !important
  }

  .xxxl\:hover\:border-l-8:hover {
    border-left-width: 8px !important
  }

  .xxxl\:hover\:border-t:hover {
    border-top-width: 1px !important
  }

  .xxxl\:hover\:border-r:hover {
    border-right-width: 1px !important
  }

  .xxxl\:hover\:border-b:hover {
    border-bottom-width: 1px !important
  }

  .xxxl\:hover\:border-l:hover {
    border-left-width: 1px !important
  }

  .xxxl\:focus\:border-0:focus {
    border-width: 0 !important
  }

  .xxxl\:focus\:border-2:focus {
    border-width: 2px !important
  }

  .xxxl\:focus\:border-4:focus {
    border-width: 4px !important
  }

  .xxxl\:focus\:border-5:focus {
    border-width: 5px !important
  }

  .xxxl\:focus\:border-8:focus {
    border-width: 8px !important
  }

  .xxxl\:focus\:border:focus {
    border-width: 1px !important
  }

  .xxxl\:focus\:border-t-0:focus {
    border-top-width: 0 !important
  }

  .xxxl\:focus\:border-r-0:focus {
    border-right-width: 0 !important
  }

  .xxxl\:focus\:border-b-0:focus {
    border-bottom-width: 0 !important
  }

  .xxxl\:focus\:border-l-0:focus {
    border-left-width: 0 !important
  }

  .xxxl\:focus\:border-t-2:focus {
    border-top-width: 2px !important
  }

  .xxxl\:focus\:border-r-2:focus {
    border-right-width: 2px !important
  }

  .xxxl\:focus\:border-b-2:focus {
    border-bottom-width: 2px !important
  }

  .xxxl\:focus\:border-l-2:focus {
    border-left-width: 2px !important
  }

  .xxxl\:focus\:border-t-4:focus {
    border-top-width: 4px !important
  }

  .xxxl\:focus\:border-r-4:focus {
    border-right-width: 4px !important
  }

  .xxxl\:focus\:border-b-4:focus {
    border-bottom-width: 4px !important
  }

  .xxxl\:focus\:border-l-4:focus {
    border-left-width: 4px !important
  }

  .xxxl\:focus\:border-t-5:focus {
    border-top-width: 5px !important
  }

  .xxxl\:focus\:border-r-5:focus {
    border-right-width: 5px !important
  }

  .xxxl\:focus\:border-b-5:focus {
    border-bottom-width: 5px !important
  }

  .xxxl\:focus\:border-l-5:focus {
    border-left-width: 5px !important
  }

  .xxxl\:focus\:border-t-8:focus {
    border-top-width: 8px !important
  }

  .xxxl\:focus\:border-r-8:focus {
    border-right-width: 8px !important
  }

  .xxxl\:focus\:border-b-8:focus {
    border-bottom-width: 8px !important
  }

  .xxxl\:focus\:border-l-8:focus {
    border-left-width: 8px !important
  }

  .xxxl\:focus\:border-t:focus {
    border-top-width: 1px !important
  }

  .xxxl\:focus\:border-r:focus {
    border-right-width: 1px !important
  }

  .xxxl\:focus\:border-b:focus {
    border-bottom-width: 1px !important
  }

  .xxxl\:focus\:border-l:focus {
    border-left-width: 1px !important
  }

  .xxxl\:border-transparent {
    border-color: transparent !important
  }

  .xxxl\:border-primary {
    border-color: #0A5988 !important
  }

  .xxxl\:border-primary-light {
    border-color: #257DB2 !important
  }

  .xxxl\:border-secondary {
    border-color: #8FC549 !important
  }

  .xxxl\:border-primary-dark {
    border-color: #003D62 !important
  }

  .xxxl\:border-tertiary {
    border-color: #EBF4FA !important
  }

  .xxxl\:border-tertiary-light {
    border-color: #EBF4FA !important
  }

  .xxxl\:border-tertiary-lightest {
    border-color: #EBF4FA !important
  }

  .xxxl\:border-font-main {
    border-color: #443E37 !important
  }

  .xxxl\:border-highlight {
    border-color: #E1962C !important
  }

  .xxxl\:border-highlight-alt {
    border-color: #E1962C !important
  }

  .xxxl\:border-accent {
    border-color: #DA511F !important
  }

  .xxxl\:border-accent-alt {
    border-color: #DA511F !important
  }

  .xxxl\:border-body-text {
    border-color: #443E37 !important
  }

  .xxxl\:border-dividers {
    border-color: #C7BBAE !important
  }

  .xxxl\:border-dividers-lighther {
    border-color: #f5f5f5 !important
  }

  .xxxl\:border-dividers-light {
    border-color: #f7f7f7 !important
  }

  .xxxl\:border-black {
    border-color: #000 !important
  }

  .xxxl\:border-white {
    border-color: #fff !important
  }

  .xxxl\:border-red-100 {
    border-color: #FFF5F5 !important
  }

  .xxxl\:border-red-200 {
    border-color: #FED7D7 !important
  }

  .xxxl\:border-red-300 {
    border-color: #FEB2B2 !important
  }

  .xxxl\:border-red-400 {
    border-color: #FC8181 !important
  }

  .xxxl\:border-red-500 {
    border-color: #F56565 !important
  }

  .xxxl\:border-red-600 {
    border-color: #E53E3E !important
  }

  .xxxl\:border-red-700 {
    border-color: #C53030 !important
  }

  .xxxl\:border-red-800 {
    border-color: #9B2C2C !important
  }

  .xxxl\:border-red-900 {
    border-color: #742A2A !important
  }

  .xxxl\:hover\:border-transparent:hover {
    border-color: transparent !important
  }

  .xxxl\:hover\:border-primary:hover {
    border-color: #0A5988 !important
  }

  .xxxl\:hover\:border-primary-light:hover {
    border-color: #257DB2 !important
  }

  .xxxl\:hover\:border-secondary:hover {
    border-color: #8FC549 !important
  }

  .xxxl\:hover\:border-primary-dark:hover {
    border-color: #003D62 !important
  }

  .xxxl\:hover\:border-tertiary:hover {
    border-color: #EBF4FA !important
  }

  .xxxl\:hover\:border-tertiary-light:hover {
    border-color: #EBF4FA !important
  }

  .xxxl\:hover\:border-tertiary-lightest:hover {
    border-color: #EBF4FA !important
  }

  .xxxl\:hover\:border-font-main:hover {
    border-color: #443E37 !important
  }

  .xxxl\:hover\:border-highlight:hover {
    border-color: #E1962C !important
  }

  .xxxl\:hover\:border-highlight-alt:hover {
    border-color: #E1962C !important
  }

  .xxxl\:hover\:border-accent:hover {
    border-color: #DA511F !important
  }

  .xxxl\:hover\:border-accent-alt:hover {
    border-color: #DA511F !important
  }

  .xxxl\:hover\:border-body-text:hover {
    border-color: #443E37 !important
  }

  .xxxl\:hover\:border-dividers:hover {
    border-color: #C7BBAE !important
  }

  .xxxl\:hover\:border-dividers-lighther:hover {
    border-color: #f5f5f5 !important
  }

  .xxxl\:hover\:border-dividers-light:hover {
    border-color: #f7f7f7 !important
  }

  .xxxl\:hover\:border-black:hover {
    border-color: #000 !important
  }

  .xxxl\:hover\:border-white:hover {
    border-color: #fff !important
  }

  .xxxl\:hover\:border-red-100:hover {
    border-color: #FFF5F5 !important
  }

  .xxxl\:hover\:border-red-200:hover {
    border-color: #FED7D7 !important
  }

  .xxxl\:hover\:border-red-300:hover {
    border-color: #FEB2B2 !important
  }

  .xxxl\:hover\:border-red-400:hover {
    border-color: #FC8181 !important
  }

  .xxxl\:hover\:border-red-500:hover {
    border-color: #F56565 !important
  }

  .xxxl\:hover\:border-red-600:hover {
    border-color: #E53E3E !important
  }

  .xxxl\:hover\:border-red-700:hover {
    border-color: #C53030 !important
  }

  .xxxl\:hover\:border-red-800:hover {
    border-color: #9B2C2C !important
  }

  .xxxl\:hover\:border-red-900:hover {
    border-color: #742A2A !important
  }

  .xxxl\:focus\:border-transparent:focus {
    border-color: transparent !important
  }

  .xxxl\:focus\:border-primary:focus {
    border-color: #0A5988 !important
  }

  .xxxl\:focus\:border-primary-light:focus {
    border-color: #257DB2 !important
  }

  .xxxl\:focus\:border-secondary:focus {
    border-color: #8FC549 !important
  }

  .xxxl\:focus\:border-primary-dark:focus {
    border-color: #003D62 !important
  }

  .xxxl\:focus\:border-tertiary:focus {
    border-color: #EBF4FA !important
  }

  .xxxl\:focus\:border-tertiary-light:focus {
    border-color: #EBF4FA !important
  }

  .xxxl\:focus\:border-tertiary-lightest:focus {
    border-color: #EBF4FA !important
  }

  .xxxl\:focus\:border-font-main:focus {
    border-color: #443E37 !important
  }

  .xxxl\:focus\:border-highlight:focus {
    border-color: #E1962C !important
  }

  .xxxl\:focus\:border-highlight-alt:focus {
    border-color: #E1962C !important
  }

  .xxxl\:focus\:border-accent:focus {
    border-color: #DA511F !important
  }

  .xxxl\:focus\:border-accent-alt:focus {
    border-color: #DA511F !important
  }

  .xxxl\:focus\:border-body-text:focus {
    border-color: #443E37 !important
  }

  .xxxl\:focus\:border-dividers:focus {
    border-color: #C7BBAE !important
  }

  .xxxl\:focus\:border-dividers-lighther:focus {
    border-color: #f5f5f5 !important
  }

  .xxxl\:focus\:border-dividers-light:focus {
    border-color: #f7f7f7 !important
  }

  .xxxl\:focus\:border-black:focus {
    border-color: #000 !important
  }

  .xxxl\:focus\:border-white:focus {
    border-color: #fff !important
  }

  .xxxl\:focus\:border-red-100:focus {
    border-color: #FFF5F5 !important
  }

  .xxxl\:focus\:border-red-200:focus {
    border-color: #FED7D7 !important
  }

  .xxxl\:focus\:border-red-300:focus {
    border-color: #FEB2B2 !important
  }

  .xxxl\:focus\:border-red-400:focus {
    border-color: #FC8181 !important
  }

  .xxxl\:focus\:border-red-500:focus {
    border-color: #F56565 !important
  }

  .xxxl\:focus\:border-red-600:focus {
    border-color: #E53E3E !important
  }

  .xxxl\:focus\:border-red-700:focus {
    border-color: #C53030 !important
  }

  .xxxl\:focus\:border-red-800:focus {
    border-color: #9B2C2C !important
  }

  .xxxl\:focus\:border-red-900:focus {
    border-color: #742A2A !important
  }

  .xxxl\:border-solid {
    border-style: solid !important
  }

  .xxxl\:border-dashed {
    border-style: dashed !important
  }

  .xxxl\:border-dotted {
    border-style: dotted !important
  }

  .xxxl\:border-double {
    border-style: double !important
  }

  .xxxl\:border-none {
    border-style: none !important
  }

  .xxxl\:hover\:border-solid:hover {
    border-style: solid !important
  }

  .xxxl\:hover\:border-dashed:hover {
    border-style: dashed !important
  }

  .xxxl\:hover\:border-dotted:hover {
    border-style: dotted !important
  }

  .xxxl\:hover\:border-double:hover {
    border-style: double !important
  }

  .xxxl\:hover\:border-none:hover {
    border-style: none !important
  }

  .xxxl\:focus\:border-solid:focus {
    border-style: solid !important
  }

  .xxxl\:focus\:border-dashed:focus {
    border-style: dashed !important
  }

  .xxxl\:focus\:border-dotted:focus {
    border-style: dotted !important
  }

  .xxxl\:focus\:border-double:focus {
    border-style: double !important
  }

  .xxxl\:focus\:border-none:focus {
    border-style: none !important
  }

  .xxxl\:shadow-sm {
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1) !important
  }

  .xxxl\:shadow {
    -webkit-box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.25) !important
  }

  .xxxl\:shadow-md {
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25) !important
  }

  .xxxl\:shadow-lg {
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important
  }

  .xxxl\:shadow-xl {
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important
  }

  .xxxl\:shadow-2xl {
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important
  }

  .xxxl\:shadow-inner {
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
            box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important
  }

  .xxxl\:shadow-outline {
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important
  }

  .xxxl\:shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important
  }

  .xxxl\:block {
    display: block !important
  }

  .xxxl\:inline-block {
    display: inline-block !important
  }

  .xxxl\:inline {
    display: inline !important
  }

  .xxxl\:flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .xxxl\:inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }

  .xxxl\:table {
    display: table !important
  }

  .xxxl\:table-caption {
    display: table-caption !important
  }

  .xxxl\:table-cell {
    display: table-cell !important
  }

  .xxxl\:table-column {
    display: table-column !important
  }

  .xxxl\:table-column-group {
    display: table-column-group !important
  }

  .xxxl\:table-footer-group {
    display: table-footer-group !important
  }

  .xxxl\:table-header-group {
    display: table-header-group !important
  }

  .xxxl\:table-row-group {
    display: table-row-group !important
  }

  .xxxl\:table-row {
    display: table-row !important
  }

  .xxxl\:flow-root {
    display: flow-root !important
  }

  .xxxl\:grid {
    display: -ms-grid !important;
    display: grid !important
  }

  .xxxl\:inline-grid {
    display: -ms-inline-grid !important;
    display: inline-grid !important
  }

  .xxxl\:hidden {
    display: none !important
  }

  .xxxl\:flex-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 0% !important;
            flex: 1 1 0% !important
  }

  .xxxl\:flex-auto {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important
  }

  .xxxl\:flex-initial {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 auto !important;
            flex: 0 1 auto !important
  }

  .xxxl\:flex-none {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important
  }

  .xxxl\:flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important
  }

  .xxxl\:flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important
  }

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

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

  .xxxl\:flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
  }

  .xxxl\:flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
  }

  .xxxl\:flex-no-wrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
  }

  .xxxl\:float-right {
    float: right !important
  }

  .xxxl\:float-left {
    float: left !important
  }

  .xxxl\:float-none {
    float: none !important
  }

  .xxxl\:clearfix:after {
    content: "" !important;
    display: table !important;
    clear: both !important
  }

  .xxxl\:font-lato {
    font-family: Lato !important
  }

  .xxxl\:font-heading {
    font-family: Lato !important
  }

  .xxxl\:font-merriweather {
    font-family: Merriweather !important
  }

  .xxxl\:font-body {
    font-family: Merriweather !important
  }

  .xxxl\:font-sans {
    font-family: Lato, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important
  }

  .xxxl\:font-serif {
    font-family: Merriweather, Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif !important
  }

  .xxxl\:font-mono {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
  }

  .xxxl\:text-xs {
    font-size: 0.75rem !important
  }

  .xxxl\:text-sm {
    font-size: 1.6rem !important
  }

  .xxxl\:text-base {
    font-size: 1.8rem !important
  }

  .xxxl\:text-lg {
    font-size: 2.1rem !important
  }

  .xxxl\:text-xl {
    font-size: 2.4rem !important
  }

  .xxxl\:text-2xl {
    font-size: 3.3rem !important
  }

  .xxxl\:text-3xl {
    font-size: 4.2rem !important
  }

  .xxxl\:text-4xl {
    font-size: 2.25rem !important
  }

  .xxxl\:text-5xl {
    font-size: 3rem !important
  }

  .xxxl\:text-6xl {
    font-size: 4rem !important
  }

  .xxxl\:italic {
    font-style: italic !important
  }

  .xxxl\:not-italic {
    font-style: normal !important
  }

  .xxxl\:font-light {
    font-weight: 100 !important
  }

  .xxxl\:font-medium {
    font-weight: 300 !important
  }

  .xxxl\:font-normal {
    font-weight: 400 !important
  }

  .xxxl\:font-semibold {
    font-weight: 600 !important
  }

  .xxxl\:font-bold {
    font-weight: 700 !important
  }

  .xxxl\:hover\:font-light:hover {
    font-weight: 100 !important
  }

  .xxxl\:hover\:font-medium:hover {
    font-weight: 300 !important
  }

  .xxxl\:hover\:font-normal:hover {
    font-weight: 400 !important
  }

  .xxxl\:hover\:font-semibold:hover {
    font-weight: 600 !important
  }

  .xxxl\:hover\:font-bold:hover {
    font-weight: 700 !important
  }

  .xxxl\:focus\:font-light:focus {
    font-weight: 100 !important
  }

  .xxxl\:focus\:font-medium:focus {
    font-weight: 300 !important
  }

  .xxxl\:focus\:font-normal:focus {
    font-weight: 400 !important
  }

  .xxxl\:focus\:font-semibold:focus {
    font-weight: 600 !important
  }

  .xxxl\:focus\:font-bold:focus {
    font-weight: 700 !important
  }

  .xxxl\:h-0 {
    height: 0 !important
  }

  .xxxl\:h-1 {
    height: 0.25rem !important
  }

  .xxxl\:h-2 {
    height: 0.5rem !important
  }

  .xxxl\:h-3 {
    height: 0.75rem !important
  }

  .xxxl\:h-4 {
    height: 1rem !important
  }

  .xxxl\:h-5 {
    height: 1.25rem !important
  }

  .xxxl\:h-6 {
    height: 1.5rem !important
  }

  .xxxl\:h-7 {
    height: 1.8rem !important
  }

  .xxxl\:h-8 {
    height: 2rem !important
  }

  .xxxl\:h-9 {
    height: 2.4rem !important
  }

  .xxxl\:h-10 {
    height: 2.5rem !important
  }

  .xxxl\:h-11 {
    height: 2.6rem !important
  }

  .xxxl\:h-12 {
    height: 3rem !important
  }

  .xxxl\:h-14 {
    height: 3.6rem !important
  }

  .xxxl\:h-15 {
    height: 3.8rem !important
  }

  .xxxl\:h-16 {
    height: 4rem !important
  }

  .xxxl\:h-18 {
    height: 4.5rem !important
  }

  .xxxl\:h-20 {
    height: 5rem !important
  }

  .xxxl\:h-21 {
    height: 5.3rem !important
  }

  .xxxl\:h-22 {
    height: 5.7rem !important
  }

  .xxxl\:h-24 {
    height: 6rem !important
  }

  .xxxl\:h-28 {
    height: 7rem !important
  }

  .xxxl\:h-30 {
    height: 7.6rem !important
  }

  .xxxl\:h-32 {
    height: 8rem !important
  }

  .xxxl\:h-36 {
    height: 9.1rem !important
  }

  .xxxl\:h-40 {
    height: 10rem !important
  }

  .xxxl\:h-46 {
    height: 11.7rem !important
  }

  .xxxl\:h-48 {
    height: 12rem !important
  }

  .xxxl\:h-56 {
    height: 14rem !important
  }

  .xxxl\:h-58 {
    height: 14.7rem !important
  }

  .xxxl\:h-62 {
    height: 15.7rem !important
  }

  .xxxl\:h-64 {
    height: 16rem !important
  }

  .xxxl\:h-69 {
    height: 17.1rem !important
  }

  .xxxl\:h-71 {
    height: 17.9rem !important
  }

  .xxxl\:h-72 {
    height: 18.1rem !important
  }

  .xxxl\:h-80 {
    height: 20rem !important
  }

  .xxxl\:h-100 {
    height: 25rem !important
  }

  .xxxl\:h-112 {
    height: 28rem !important
  }

  .xxxl\:h-128 {
    height: 32rem !important
  }

  .xxxl\:h-143 {
    height: 35.9rem !important
  }

  .xxxl\:h-149 {
    height: 37.4rem !important
  }

  .xxxl\:h-240 {
    height: 60rem !important
  }

  .xxxl\:h-280 {
    height: 70rem !important
  }

  .xxxl\:h-291 {
    height: 72.9rem !important
  }

  .xxxl\:h-316 {
    height: 79rem !important
  }

  .xxxl\:h-auto {
    height: auto !important
  }

  .xxxl\:h-px {
    height: 1px !important
  }

  .xxxl\:h-full {
    height: 100% !important
  }

  .xxxl\:h-screen {
    height: 100vh !important
  }

  .xxxl\:inset-0 {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important
  }

  .xxxl\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important
  }

  .xxxl\:inset-5 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important
  }

  .xxxl\:inset-6 {
    top: 1.6rem !important;
    right: 1.6rem !important;
    bottom: 1.6rem !important;
    left: 1.6rem !important
  }

  .xxxl\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important
  }

  .xxxl\:inset-17 {
    top: 4.3rem !important;
    right: 4.3rem !important;
    bottom: 4.3rem !important;
    left: 4.3rem !important
  }

  .xxxl\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important
  }

  .xxxl\:-inset-25 {
    top: -25px !important;
    right: -25px !important;
    bottom: -25px !important;
    left: -25px !important
  }

  .xxxl\:-inset-34 {
    top: -8.65rem !important;
    right: -8.65rem !important;
    bottom: -8.65rem !important;
    left: -8.65rem !important
  }

  .xxxl\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important
  }

  .xxxl\:inset-unset {
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    left: unset !important
  }

  .xxxl\:inset-y-0 {
    top: 0 !important;
    bottom: 0 !important
  }

  .xxxl\:inset-x-0 {
    right: 0 !important;
    left: 0 !important
  }

  .xxxl\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important
  }

  .xxxl\:inset-x-4 {
    right: 1rem !important;
    left: 1rem !important
  }

  .xxxl\:inset-y-5 {
    top: 1.5rem !important;
    bottom: 1.5rem !important
  }

  .xxxl\:inset-x-5 {
    right: 1.5rem !important;
    left: 1.5rem !important
  }

  .xxxl\:inset-y-6 {
    top: 1.6rem !important;
    bottom: 1.6rem !important
  }

  .xxxl\:inset-x-6 {
    right: 1.6rem !important;
    left: 1.6rem !important
  }

  .xxxl\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important
  }

  .xxxl\:inset-x-10 {
    right: 2.5rem !important;
    left: 2.5rem !important
  }

  .xxxl\:inset-y-17 {
    top: 4.3rem !important;
    bottom: 4.3rem !important
  }

  .xxxl\:inset-x-17 {
    right: 4.3rem !important;
    left: 4.3rem !important
  }

  .xxxl\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important
  }

  .xxxl\:inset-x-24 {
    right: 6rem !important;
    left: 6rem !important
  }

  .xxxl\:-inset-y-25 {
    top: -25px !important;
    bottom: -25px !important
  }

  .xxxl\:-inset-x-25 {
    right: -25px !important;
    left: -25px !important
  }

  .xxxl\:-inset-y-34 {
    top: -8.65rem !important;
    bottom: -8.65rem !important
  }

  .xxxl\:-inset-x-34 {
    right: -8.65rem !important;
    left: -8.65rem !important
  }

  .xxxl\:inset-y-auto {
    top: auto !important;
    bottom: auto !important
  }

  .xxxl\:inset-x-auto {
    right: auto !important;
    left: auto !important
  }

  .xxxl\:inset-y-unset {
    top: unset !important;
    bottom: unset !important
  }

  .xxxl\:inset-x-unset {
    right: unset !important;
    left: unset !important
  }

  .xxxl\:top-0 {
    top: 0 !important
  }

  .xxxl\:right-0 {
    right: 0 !important
  }

  .xxxl\:bottom-0 {
    bottom: 0 !important
  }

  .xxxl\:left-0 {
    left: 0 !important
  }

  .xxxl\:top-4 {
    top: 1rem !important
  }

  .xxxl\:right-4 {
    right: 1rem !important
  }

  .xxxl\:bottom-4 {
    bottom: 1rem !important
  }

  .xxxl\:left-4 {
    left: 1rem !important
  }

  .xxxl\:top-5 {
    top: 1.5rem !important
  }

  .xxxl\:right-5 {
    right: 1.5rem !important
  }

  .xxxl\:bottom-5 {
    bottom: 1.5rem !important
  }

  .xxxl\:left-5 {
    left: 1.5rem !important
  }

  .xxxl\:top-6 {
    top: 1.6rem !important
  }

  .xxxl\:right-6 {
    right: 1.6rem !important
  }

  .xxxl\:bottom-6 {
    bottom: 1.6rem !important
  }

  .xxxl\:left-6 {
    left: 1.6rem !important
  }

  .xxxl\:top-10 {
    top: 2.5rem !important
  }

  .xxxl\:right-10 {
    right: 2.5rem !important
  }

  .xxxl\:bottom-10 {
    bottom: 2.5rem !important
  }

  .xxxl\:left-10 {
    left: 2.5rem !important
  }

  .xxxl\:top-17 {
    top: 4.3rem !important
  }

  .xxxl\:right-17 {
    right: 4.3rem !important
  }

  .xxxl\:bottom-17 {
    bottom: 4.3rem !important
  }

  .xxxl\:left-17 {
    left: 4.3rem !important
  }

  .xxxl\:top-24 {
    top: 6rem !important
  }

  .xxxl\:right-24 {
    right: 6rem !important
  }

  .xxxl\:bottom-24 {
    bottom: 6rem !important
  }

  .xxxl\:left-24 {
    left: 6rem !important
  }

  .xxxl\:-top-25 {
    top: -25px !important
  }

  .xxxl\:-right-25 {
    right: -25px !important
  }

  .xxxl\:-bottom-25 {
    bottom: -25px !important
  }

  .xxxl\:-left-25 {
    left: -25px !important
  }

  .xxxl\:-top-34 {
    top: -8.65rem !important
  }

  .xxxl\:-right-34 {
    right: -8.65rem !important
  }

  .xxxl\:-bottom-34 {
    bottom: -8.65rem !important
  }

  .xxxl\:-left-34 {
    left: -8.65rem !important
  }

  .xxxl\:top-auto {
    top: auto !important
  }

  .xxxl\:right-auto {
    right: auto !important
  }

  .xxxl\:bottom-auto {
    bottom: auto !important
  }

  .xxxl\:left-auto {
    left: auto !important
  }

  .xxxl\:top-unset {
    top: unset !important
  }

  .xxxl\:right-unset {
    right: unset !important
  }

  .xxxl\:bottom-unset {
    bottom: unset !important
  }

  .xxxl\:left-unset {
    left: unset !important
  }

  .xxxl\:justify-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important
  }

  .xxxl\:justify-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important
  }

  .xxxl\:justify-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important
  }

  .xxxl\:justify-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important
  }

  .xxxl\:justify-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important
  }

  .xxxl\:justify-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important
  }

  .xxxl\:m-0 {
    margin: 0 !important
  }

  .xxxl\:m-1 {
    margin: 0.25rem !important
  }

  .xxxl\:m-2 {
    margin: 0.5rem !important
  }

  .xxxl\:m-3 {
    margin: 0.75rem !important
  }

  .xxxl\:m-4 {
    margin: 1rem !important
  }

  .xxxl\:m-5 {
    margin: 1.25rem !important
  }

  .xxxl\:m-6 {
    margin: 1.5rem !important
  }

  .xxxl\:m-7 {
    margin: 1.8rem !important
  }

  .xxxl\:m-8 {
    margin: 2rem !important
  }

  .xxxl\:m-9 {
    margin: 2.4rem !important
  }

  .xxxl\:m-10 {
    margin: 2.5rem !important
  }

  .xxxl\:m-11 {
    margin: 2.6rem !important
  }

  .xxxl\:m-12 {
    margin: 3rem !important
  }

  .xxxl\:m-14 {
    margin: 3.6rem !important
  }

  .xxxl\:m-15 {
    margin: 3.8rem !important
  }

  .xxxl\:m-16 {
    margin: 4rem !important
  }

  .xxxl\:m-18 {
    margin: 4.5rem !important
  }

  .xxxl\:m-20 {
    margin: 5rem !important
  }

  .xxxl\:m-21 {
    margin: 5.3rem !important
  }

  .xxxl\:m-22 {
    margin: 5.7rem !important
  }

  .xxxl\:m-24 {
    margin: 6rem !important
  }

  .xxxl\:m-28 {
    margin: 7rem !important
  }

  .xxxl\:m-30 {
    margin: 7.6rem !important
  }

  .xxxl\:m-32 {
    margin: 8rem !important
  }

  .xxxl\:m-36 {
    margin: 9.1rem !important
  }

  .xxxl\:m-40 {
    margin: 10rem !important
  }

  .xxxl\:m-46 {
    margin: 11.7rem !important
  }

  .xxxl\:m-48 {
    margin: 12rem !important
  }

  .xxxl\:m-56 {
    margin: 14rem !important
  }

  .xxxl\:m-58 {
    margin: 14.7rem !important
  }

  .xxxl\:m-62 {
    margin: 15.7rem !important
  }

  .xxxl\:m-64 {
    margin: 16rem !important
  }

  .xxxl\:m-69 {
    margin: 17.1rem !important
  }

  .xxxl\:m-71 {
    margin: 17.9rem !important
  }

  .xxxl\:m-72 {
    margin: 18.1rem !important
  }

  .xxxl\:m-80 {
    margin: 20rem !important
  }

  .xxxl\:m-100 {
    margin: 25rem !important
  }

  .xxxl\:m-112 {
    margin: 28rem !important
  }

  .xxxl\:m-128 {
    margin: 32rem !important
  }

  .xxxl\:m-143 {
    margin: 35.9rem !important
  }

  .xxxl\:m-149 {
    margin: 37.4rem !important
  }

  .xxxl\:m-240 {
    margin: 60rem !important
  }

  .xxxl\:m-280 {
    margin: 70rem !important
  }

  .xxxl\:m-291 {
    margin: 72.9rem !important
  }

  .xxxl\:m-316 {
    margin: 79rem !important
  }

  .xxxl\:m-auto {
    margin: auto !important
  }

  .xxxl\:m-px {
    margin: 1px !important
  }

  .xxxl\:-m-1 {
    margin: -0.25rem !important
  }

  .xxxl\:-m-2 {
    margin: -0.5rem !important
  }

  .xxxl\:-m-3 {
    margin: -0.75rem !important
  }

  .xxxl\:-m-4 {
    margin: -1rem !important
  }

  .xxxl\:-m-5 {
    margin: -1.25rem !important
  }

  .xxxl\:-m-6 {
    margin: -1.5rem !important
  }

  .xxxl\:-m-7 {
    margin: -1.8rem !important
  }

  .xxxl\:-m-8 {
    margin: -2rem !important
  }

  .xxxl\:-m-9 {
    margin: -2.4rem !important
  }

  .xxxl\:-m-10 {
    margin: -2.5rem !important
  }

  .xxxl\:-m-11 {
    margin: -2.6rem !important
  }

  .xxxl\:-m-12 {
    margin: -3rem !important
  }

  .xxxl\:-m-14 {
    margin: -3.6rem !important
  }

  .xxxl\:-m-15 {
    margin: -3.8rem !important
  }

  .xxxl\:-m-16 {
    margin: -4rem !important
  }

  .xxxl\:-m-18 {
    margin: -4.5rem !important
  }

  .xxxl\:-m-20 {
    margin: -5rem !important
  }

  .xxxl\:-m-21 {
    margin: -5.3rem !important
  }

  .xxxl\:-m-22 {
    margin: -5.7rem !important
  }

  .xxxl\:-m-24 {
    margin: -6rem !important
  }

  .xxxl\:-m-28 {
    margin: -7rem !important
  }

  .xxxl\:-m-30 {
    margin: -7.6rem !important
  }

  .xxxl\:-m-32 {
    margin: -8rem !important
  }

  .xxxl\:-m-36 {
    margin: -9.1rem !important
  }

  .xxxl\:-m-40 {
    margin: -10rem !important
  }

  .xxxl\:-m-46 {
    margin: -11.7rem !important
  }

  .xxxl\:-m-48 {
    margin: -12rem !important
  }

  .xxxl\:-m-56 {
    margin: -14rem !important
  }

  .xxxl\:-m-58 {
    margin: -14.7rem !important
  }

  .xxxl\:-m-62 {
    margin: -15.7rem !important
  }

  .xxxl\:-m-64 {
    margin: -16rem !important
  }

  .xxxl\:-m-69 {
    margin: -17.1rem !important
  }

  .xxxl\:-m-71 {
    margin: -17.9rem !important
  }

  .xxxl\:-m-72 {
    margin: -18.1rem !important
  }

  .xxxl\:-m-80 {
    margin: -20rem !important
  }

  .xxxl\:-m-100 {
    margin: -25rem !important
  }

  .xxxl\:-m-112 {
    margin: -28rem !important
  }

  .xxxl\:-m-128 {
    margin: -32rem !important
  }

  .xxxl\:-m-143 {
    margin: -35.9rem !important
  }

  .xxxl\:-m-149 {
    margin: -37.4rem !important
  }

  .xxxl\:-m-240 {
    margin: -60rem !important
  }

  .xxxl\:-m-280 {
    margin: -70rem !important
  }

  .xxxl\:-m-291 {
    margin: -72.9rem !important
  }

  .xxxl\:-m-316 {
    margin: -79rem !important
  }

  .xxxl\:-m-px {
    margin: -1px !important
  }

  .xxxl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .xxxl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .xxxl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important
  }

  .xxxl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important
  }

  .xxxl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important
  }

  .xxxl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important
  }

  .xxxl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important
  }

  .xxxl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important
  }

  .xxxl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .xxxl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
  }

  .xxxl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important
  }

  .xxxl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important
  }

  .xxxl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .xxxl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
  }

  .xxxl\:my-7 {
    margin-top: 1.8rem !important;
    margin-bottom: 1.8rem !important
  }

  .xxxl\:mx-7 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important
  }

  .xxxl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
  }

  .xxxl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important
  }

  .xxxl\:my-9 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important
  }

  .xxxl\:mx-9 {
    margin-left: 2.4rem !important;
    margin-right: 2.4rem !important
  }

  .xxxl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important
  }

  .xxxl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important
  }

  .xxxl\:my-11 {
    margin-top: 2.6rem !important;
    margin-bottom: 2.6rem !important
  }

  .xxxl\:mx-11 {
    margin-left: 2.6rem !important;
    margin-right: 2.6rem !important
  }

  .xxxl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .xxxl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
  }

  .xxxl\:my-14 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important
  }

  .xxxl\:mx-14 {
    margin-left: 3.6rem !important;
    margin-right: 3.6rem !important
  }

  .xxxl\:my-15 {
    margin-top: 3.8rem !important;
    margin-bottom: 3.8rem !important
  }

  .xxxl\:mx-15 {
    margin-left: 3.8rem !important;
    margin-right: 3.8rem !important
  }

  .xxxl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
  }

  .xxxl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important
  }

  .xxxl\:my-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important
  }

  .xxxl\:mx-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important
  }

  .xxxl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important
  }

  .xxxl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important
  }

  .xxxl\:my-21 {
    margin-top: 5.3rem !important;
    margin-bottom: 5.3rem !important
  }

  .xxxl\:mx-21 {
    margin-left: 5.3rem !important;
    margin-right: 5.3rem !important
  }

  .xxxl\:my-22 {
    margin-top: 5.7rem !important;
    margin-bottom: 5.7rem !important
  }

  .xxxl\:mx-22 {
    margin-left: 5.7rem !important;
    margin-right: 5.7rem !important
  }

  .xxxl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important
  }

  .xxxl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important
  }

  .xxxl\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important
  }

  .xxxl\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important
  }

  .xxxl\:my-30 {
    margin-top: 7.6rem !important;
    margin-bottom: 7.6rem !important
  }

  .xxxl\:mx-30 {
    margin-left: 7.6rem !important;
    margin-right: 7.6rem !important
  }

  .xxxl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important
  }

  .xxxl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important
  }

  .xxxl\:my-36 {
    margin-top: 9.1rem !important;
    margin-bottom: 9.1rem !important
  }

  .xxxl\:mx-36 {
    margin-left: 9.1rem !important;
    margin-right: 9.1rem !important
  }

  .xxxl\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important
  }

  .xxxl\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important
  }

  .xxxl\:my-46 {
    margin-top: 11.7rem !important;
    margin-bottom: 11.7rem !important
  }

  .xxxl\:mx-46 {
    margin-left: 11.7rem !important;
    margin-right: 11.7rem !important
  }

  .xxxl\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important
  }

  .xxxl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important
  }

  .xxxl\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important
  }

  .xxxl\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important
  }

  .xxxl\:my-58 {
    margin-top: 14.7rem !important;
    margin-bottom: 14.7rem !important
  }

  .xxxl\:mx-58 {
    margin-left: 14.7rem !important;
    margin-right: 14.7rem !important
  }

  .xxxl\:my-62 {
    margin-top: 15.7rem !important;
    margin-bottom: 15.7rem !important
  }

  .xxxl\:mx-62 {
    margin-left: 15.7rem !important;
    margin-right: 15.7rem !important
  }

  .xxxl\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important
  }

  .xxxl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important
  }

  .xxxl\:my-69 {
    margin-top: 17.1rem !important;
    margin-bottom: 17.1rem !important
  }

  .xxxl\:mx-69 {
    margin-left: 17.1rem !important;
    margin-right: 17.1rem !important
  }

  .xxxl\:my-71 {
    margin-top: 17.9rem !important;
    margin-bottom: 17.9rem !important
  }

  .xxxl\:mx-71 {
    margin-left: 17.9rem !important;
    margin-right: 17.9rem !important
  }

  .xxxl\:my-72 {
    margin-top: 18.1rem !important;
    margin-bottom: 18.1rem !important
  }

  .xxxl\:mx-72 {
    margin-left: 18.1rem !important;
    margin-right: 18.1rem !important
  }

  .xxxl\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important
  }

  .xxxl\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important
  }

  .xxxl\:my-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important
  }

  .xxxl\:mx-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important
  }

  .xxxl\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important
  }

  .xxxl\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important
  }

  .xxxl\:my-128 {
    margin-top: 32rem !important;
    margin-bottom: 32rem !important
  }

  .xxxl\:mx-128 {
    margin-left: 32rem !important;
    margin-right: 32rem !important
  }

  .xxxl\:my-143 {
    margin-top: 35.9rem !important;
    margin-bottom: 35.9rem !important
  }

  .xxxl\:mx-143 {
    margin-left: 35.9rem !important;
    margin-right: 35.9rem !important
  }

  .xxxl\:my-149 {
    margin-top: 37.4rem !important;
    margin-bottom: 37.4rem !important
  }

  .xxxl\:mx-149 {
    margin-left: 37.4rem !important;
    margin-right: 37.4rem !important
  }

  .xxxl\:my-240 {
    margin-top: 60rem !important;
    margin-bottom: 60rem !important
  }

  .xxxl\:mx-240 {
    margin-left: 60rem !important;
    margin-right: 60rem !important
  }

  .xxxl\:my-280 {
    margin-top: 70rem !important;
    margin-bottom: 70rem !important
  }

  .xxxl\:mx-280 {
    margin-left: 70rem !important;
    margin-right: 70rem !important
  }

  .xxxl\:my-291 {
    margin-top: 72.9rem !important;
    margin-bottom: 72.9rem !important
  }

  .xxxl\:mx-291 {
    margin-left: 72.9rem !important;
    margin-right: 72.9rem !important
  }

  .xxxl\:my-316 {
    margin-top: 79rem !important;
    margin-bottom: 79rem !important
  }

  .xxxl\:mx-316 {
    margin-left: 79rem !important;
    margin-right: 79rem !important
  }

  .xxxl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .xxxl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .xxxl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important
  }

  .xxxl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important
  }

  .xxxl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important
  }

  .xxxl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important
  }

  .xxxl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important
  }

  .xxxl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important
  }

  .xxxl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important
  }

  .xxxl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important
  }

  .xxxl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
  }

  .xxxl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .xxxl\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important
  }

  .xxxl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important
  }

  .xxxl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
  }

  .xxxl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
  }

  .xxxl\:-my-7 {
    margin-top: -1.8rem !important;
    margin-bottom: -1.8rem !important
  }

  .xxxl\:-mx-7 {
    margin-left: -1.8rem !important;
    margin-right: -1.8rem !important
  }

  .xxxl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important
  }

  .xxxl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important
  }

  .xxxl\:-my-9 {
    margin-top: -2.4rem !important;
    margin-bottom: -2.4rem !important
  }

  .xxxl\:-mx-9 {
    margin-left: -2.4rem !important;
    margin-right: -2.4rem !important
  }

  .xxxl\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important
  }

  .xxxl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important
  }

  .xxxl\:-my-11 {
    margin-top: -2.6rem !important;
    margin-bottom: -2.6rem !important
  }

  .xxxl\:-mx-11 {
    margin-left: -2.6rem !important;
    margin-right: -2.6rem !important
  }

  .xxxl\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
  }

  .xxxl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important
  }

  .xxxl\:-my-14 {
    margin-top: -3.6rem !important;
    margin-bottom: -3.6rem !important
  }

  .xxxl\:-mx-14 {
    margin-left: -3.6rem !important;
    margin-right: -3.6rem !important
  }

  .xxxl\:-my-15 {
    margin-top: -3.8rem !important;
    margin-bottom: -3.8rem !important
  }

  .xxxl\:-mx-15 {
    margin-left: -3.8rem !important;
    margin-right: -3.8rem !important
  }

  .xxxl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important
  }

  .xxxl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important
  }

  .xxxl\:-my-18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important
  }

  .xxxl\:-mx-18 {
    margin-left: -4.5rem !important;
    margin-right: -4.5rem !important
  }

  .xxxl\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important
  }

  .xxxl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important
  }

  .xxxl\:-my-21 {
    margin-top: -5.3rem !important;
    margin-bottom: -5.3rem !important
  }

  .xxxl\:-mx-21 {
    margin-left: -5.3rem !important;
    margin-right: -5.3rem !important
  }

  .xxxl\:-my-22 {
    margin-top: -5.7rem !important;
    margin-bottom: -5.7rem !important
  }

  .xxxl\:-mx-22 {
    margin-left: -5.7rem !important;
    margin-right: -5.7rem !important
  }

  .xxxl\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important
  }

  .xxxl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important
  }

  .xxxl\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important
  }

  .xxxl\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important
  }

  .xxxl\:-my-30 {
    margin-top: -7.6rem !important;
    margin-bottom: -7.6rem !important
  }

  .xxxl\:-mx-30 {
    margin-left: -7.6rem !important;
    margin-right: -7.6rem !important
  }

  .xxxl\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important
  }

  .xxxl\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important
  }

  .xxxl\:-my-36 {
    margin-top: -9.1rem !important;
    margin-bottom: -9.1rem !important
  }

  .xxxl\:-mx-36 {
    margin-left: -9.1rem !important;
    margin-right: -9.1rem !important
  }

  .xxxl\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important
  }

  .xxxl\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important
  }

  .xxxl\:-my-46 {
    margin-top: -11.7rem !important;
    margin-bottom: -11.7rem !important
  }

  .xxxl\:-mx-46 {
    margin-left: -11.7rem !important;
    margin-right: -11.7rem !important
  }

  .xxxl\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important
  }

  .xxxl\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important
  }

  .xxxl\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important
  }

  .xxxl\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important
  }

  .xxxl\:-my-58 {
    margin-top: -14.7rem !important;
    margin-bottom: -14.7rem !important
  }

  .xxxl\:-mx-58 {
    margin-left: -14.7rem !important;
    margin-right: -14.7rem !important
  }

  .xxxl\:-my-62 {
    margin-top: -15.7rem !important;
    margin-bottom: -15.7rem !important
  }

  .xxxl\:-mx-62 {
    margin-left: -15.7rem !important;
    margin-right: -15.7rem !important
  }

  .xxxl\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important
  }

  .xxxl\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important
  }

  .xxxl\:-my-69 {
    margin-top: -17.1rem !important;
    margin-bottom: -17.1rem !important
  }

  .xxxl\:-mx-69 {
    margin-left: -17.1rem !important;
    margin-right: -17.1rem !important
  }

  .xxxl\:-my-71 {
    margin-top: -17.9rem !important;
    margin-bottom: -17.9rem !important
  }

  .xxxl\:-mx-71 {
    margin-left: -17.9rem !important;
    margin-right: -17.9rem !important
  }

  .xxxl\:-my-72 {
    margin-top: -18.1rem !important;
    margin-bottom: -18.1rem !important
  }

  .xxxl\:-mx-72 {
    margin-left: -18.1rem !important;
    margin-right: -18.1rem !important
  }

  .xxxl\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important
  }

  .xxxl\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important
  }

  .xxxl\:-my-100 {
    margin-top: -25rem !important;
    margin-bottom: -25rem !important
  }

  .xxxl\:-mx-100 {
    margin-left: -25rem !important;
    margin-right: -25rem !important
  }

  .xxxl\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important
  }

  .xxxl\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important
  }

  .xxxl\:-my-128 {
    margin-top: -32rem !important;
    margin-bottom: -32rem !important
  }

  .xxxl\:-mx-128 {
    margin-left: -32rem !important;
    margin-right: -32rem !important
  }

  .xxxl\:-my-143 {
    margin-top: -35.9rem !important;
    margin-bottom: -35.9rem !important
  }

  .xxxl\:-mx-143 {
    margin-left: -35.9rem !important;
    margin-right: -35.9rem !important
  }

  .xxxl\:-my-149 {
    margin-top: -37.4rem !important;
    margin-bottom: -37.4rem !important
  }

  .xxxl\:-mx-149 {
    margin-left: -37.4rem !important;
    margin-right: -37.4rem !important
  }

  .xxxl\:-my-240 {
    margin-top: -60rem !important;
    margin-bottom: -60rem !important
  }

  .xxxl\:-mx-240 {
    margin-left: -60rem !important;
    margin-right: -60rem !important
  }

  .xxxl\:-my-280 {
    margin-top: -70rem !important;
    margin-bottom: -70rem !important
  }

  .xxxl\:-mx-280 {
    margin-left: -70rem !important;
    margin-right: -70rem !important
  }

  .xxxl\:-my-291 {
    margin-top: -72.9rem !important;
    margin-bottom: -72.9rem !important
  }

  .xxxl\:-mx-291 {
    margin-left: -72.9rem !important;
    margin-right: -72.9rem !important
  }

  .xxxl\:-my-316 {
    margin-top: -79rem !important;
    margin-bottom: -79rem !important
  }

  .xxxl\:-mx-316 {
    margin-left: -79rem !important;
    margin-right: -79rem !important
  }

  .xxxl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important
  }

  .xxxl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important
  }

  .xxxl\:mt-0 {
    margin-top: 0 !important
  }

  .xxxl\:mr-0 {
    margin-right: 0 !important
  }

  .xxxl\:mb-0 {
    margin-bottom: 0 !important
  }

  .xxxl\:ml-0 {
    margin-left: 0 !important
  }

  .xxxl\:mt-1 {
    margin-top: 0.25rem !important
  }

  .xxxl\:mr-1 {
    margin-right: 0.25rem !important
  }

  .xxxl\:mb-1 {
    margin-bottom: 0.25rem !important
  }

  .xxxl\:ml-1 {
    margin-left: 0.25rem !important
  }

  .xxxl\:mt-2 {
    margin-top: 0.5rem !important
  }

  .xxxl\:mr-2 {
    margin-right: 0.5rem !important
  }

  .xxxl\:mb-2 {
    margin-bottom: 0.5rem !important
  }

  .xxxl\:ml-2 {
    margin-left: 0.5rem !important
  }

  .xxxl\:mt-3 {
    margin-top: 0.75rem !important
  }

  .xxxl\:mr-3 {
    margin-right: 0.75rem !important
  }

  .xxxl\:mb-3 {
    margin-bottom: 0.75rem !important
  }

  .xxxl\:ml-3 {
    margin-left: 0.75rem !important
  }

  .xxxl\:mt-4 {
    margin-top: 1rem !important
  }

  .xxxl\:mr-4 {
    margin-right: 1rem !important
  }

  .xxxl\:mb-4 {
    margin-bottom: 1rem !important
  }

  .xxxl\:ml-4 {
    margin-left: 1rem !important
  }

  .xxxl\:mt-5 {
    margin-top: 1.25rem !important
  }

  .xxxl\:mr-5 {
    margin-right: 1.25rem !important
  }

  .xxxl\:mb-5 {
    margin-bottom: 1.25rem !important
  }

  .xxxl\:ml-5 {
    margin-left: 1.25rem !important
  }

  .xxxl\:mt-6 {
    margin-top: 1.5rem !important
  }

  .xxxl\:mr-6 {
    margin-right: 1.5rem !important
  }

  .xxxl\:mb-6 {
    margin-bottom: 1.5rem !important
  }

  .xxxl\:ml-6 {
    margin-left: 1.5rem !important
  }

  .xxxl\:mt-7 {
    margin-top: 1.8rem !important
  }

  .xxxl\:mr-7 {
    margin-right: 1.8rem !important
  }

  .xxxl\:mb-7 {
    margin-bottom: 1.8rem !important
  }

  .xxxl\:ml-7 {
    margin-left: 1.8rem !important
  }

  .xxxl\:mt-8 {
    margin-top: 2rem !important
  }

  .xxxl\:mr-8 {
    margin-right: 2rem !important
  }

  .xxxl\:mb-8 {
    margin-bottom: 2rem !important
  }

  .xxxl\:ml-8 {
    margin-left: 2rem !important
  }

  .xxxl\:mt-9 {
    margin-top: 2.4rem !important
  }

  .xxxl\:mr-9 {
    margin-right: 2.4rem !important
  }

  .xxxl\:mb-9 {
    margin-bottom: 2.4rem !important
  }

  .xxxl\:ml-9 {
    margin-left: 2.4rem !important
  }

  .xxxl\:mt-10 {
    margin-top: 2.5rem !important
  }

  .xxxl\:mr-10 {
    margin-right: 2.5rem !important
  }

  .xxxl\:mb-10 {
    margin-bottom: 2.5rem !important
  }

  .xxxl\:ml-10 {
    margin-left: 2.5rem !important
  }

  .xxxl\:mt-11 {
    margin-top: 2.6rem !important
  }

  .xxxl\:mr-11 {
    margin-right: 2.6rem !important
  }

  .xxxl\:mb-11 {
    margin-bottom: 2.6rem !important
  }

  .xxxl\:ml-11 {
    margin-left: 2.6rem !important
  }

  .xxxl\:mt-12 {
    margin-top: 3rem !important
  }

  .xxxl\:mr-12 {
    margin-right: 3rem !important
  }

  .xxxl\:mb-12 {
    margin-bottom: 3rem !important
  }

  .xxxl\:ml-12 {
    margin-left: 3rem !important
  }

  .xxxl\:mt-14 {
    margin-top: 3.6rem !important
  }

  .xxxl\:mr-14 {
    margin-right: 3.6rem !important
  }

  .xxxl\:mb-14 {
    margin-bottom: 3.6rem !important
  }

  .xxxl\:ml-14 {
    margin-left: 3.6rem !important
  }

  .xxxl\:mt-15 {
    margin-top: 3.8rem !important
  }

  .xxxl\:mr-15 {
    margin-right: 3.8rem !important
  }

  .xxxl\:mb-15 {
    margin-bottom: 3.8rem !important
  }

  .xxxl\:ml-15 {
    margin-left: 3.8rem !important
  }

  .xxxl\:mt-16 {
    margin-top: 4rem !important
  }

  .xxxl\:mr-16 {
    margin-right: 4rem !important
  }

  .xxxl\:mb-16 {
    margin-bottom: 4rem !important
  }

  .xxxl\:ml-16 {
    margin-left: 4rem !important
  }

  .xxxl\:mt-18 {
    margin-top: 4.5rem !important
  }

  .xxxl\:mr-18 {
    margin-right: 4.5rem !important
  }

  .xxxl\:mb-18 {
    margin-bottom: 4.5rem !important
  }

  .xxxl\:ml-18 {
    margin-left: 4.5rem !important
  }

  .xxxl\:mt-20 {
    margin-top: 5rem !important
  }

  .xxxl\:mr-20 {
    margin-right: 5rem !important
  }

  .xxxl\:mb-20 {
    margin-bottom: 5rem !important
  }

  .xxxl\:ml-20 {
    margin-left: 5rem !important
  }

  .xxxl\:mt-21 {
    margin-top: 5.3rem !important
  }

  .xxxl\:mr-21 {
    margin-right: 5.3rem !important
  }

  .xxxl\:mb-21 {
    margin-bottom: 5.3rem !important
  }

  .xxxl\:ml-21 {
    margin-left: 5.3rem !important
  }

  .xxxl\:mt-22 {
    margin-top: 5.7rem !important
  }

  .xxxl\:mr-22 {
    margin-right: 5.7rem !important
  }

  .xxxl\:mb-22 {
    margin-bottom: 5.7rem !important
  }

  .xxxl\:ml-22 {
    margin-left: 5.7rem !important
  }

  .xxxl\:mt-24 {
    margin-top: 6rem !important
  }

  .xxxl\:mr-24 {
    margin-right: 6rem !important
  }

  .xxxl\:mb-24 {
    margin-bottom: 6rem !important
  }

  .xxxl\:ml-24 {
    margin-left: 6rem !important
  }

  .xxxl\:mt-28 {
    margin-top: 7rem !important
  }

  .xxxl\:mr-28 {
    margin-right: 7rem !important
  }

  .xxxl\:mb-28 {
    margin-bottom: 7rem !important
  }

  .xxxl\:ml-28 {
    margin-left: 7rem !important
  }

  .xxxl\:mt-30 {
    margin-top: 7.6rem !important
  }

  .xxxl\:mr-30 {
    margin-right: 7.6rem !important
  }

  .xxxl\:mb-30 {
    margin-bottom: 7.6rem !important
  }

  .xxxl\:ml-30 {
    margin-left: 7.6rem !important
  }

  .xxxl\:mt-32 {
    margin-top: 8rem !important
  }

  .xxxl\:mr-32 {
    margin-right: 8rem !important
  }

  .xxxl\:mb-32 {
    margin-bottom: 8rem !important
  }

  .xxxl\:ml-32 {
    margin-left: 8rem !important
  }

  .xxxl\:mt-36 {
    margin-top: 9.1rem !important
  }

  .xxxl\:mr-36 {
    margin-right: 9.1rem !important
  }

  .xxxl\:mb-36 {
    margin-bottom: 9.1rem !important
  }

  .xxxl\:ml-36 {
    margin-left: 9.1rem !important
  }

  .xxxl\:mt-40 {
    margin-top: 10rem !important
  }

  .xxxl\:mr-40 {
    margin-right: 10rem !important
  }

  .xxxl\:mb-40 {
    margin-bottom: 10rem !important
  }

  .xxxl\:ml-40 {
    margin-left: 10rem !important
  }

  .xxxl\:mt-46 {
    margin-top: 11.7rem !important
  }

  .xxxl\:mr-46 {
    margin-right: 11.7rem !important
  }

  .xxxl\:mb-46 {
    margin-bottom: 11.7rem !important
  }

  .xxxl\:ml-46 {
    margin-left: 11.7rem !important
  }

  .xxxl\:mt-48 {
    margin-top: 12rem !important
  }

  .xxxl\:mr-48 {
    margin-right: 12rem !important
  }

  .xxxl\:mb-48 {
    margin-bottom: 12rem !important
  }

  .xxxl\:ml-48 {
    margin-left: 12rem !important
  }

  .xxxl\:mt-56 {
    margin-top: 14rem !important
  }

  .xxxl\:mr-56 {
    margin-right: 14rem !important
  }

  .xxxl\:mb-56 {
    margin-bottom: 14rem !important
  }

  .xxxl\:ml-56 {
    margin-left: 14rem !important
  }

  .xxxl\:mt-58 {
    margin-top: 14.7rem !important
  }

  .xxxl\:mr-58 {
    margin-right: 14.7rem !important
  }

  .xxxl\:mb-58 {
    margin-bottom: 14.7rem !important
  }

  .xxxl\:ml-58 {
    margin-left: 14.7rem !important
  }

  .xxxl\:mt-62 {
    margin-top: 15.7rem !important
  }

  .xxxl\:mr-62 {
    margin-right: 15.7rem !important
  }

  .xxxl\:mb-62 {
    margin-bottom: 15.7rem !important
  }

  .xxxl\:ml-62 {
    margin-left: 15.7rem !important
  }

  .xxxl\:mt-64 {
    margin-top: 16rem !important
  }

  .xxxl\:mr-64 {
    margin-right: 16rem !important
  }

  .xxxl\:mb-64 {
    margin-bottom: 16rem !important
  }

  .xxxl\:ml-64 {
    margin-left: 16rem !important
  }

  .xxxl\:mt-69 {
    margin-top: 17.1rem !important
  }

  .xxxl\:mr-69 {
    margin-right: 17.1rem !important
  }

  .xxxl\:mb-69 {
    margin-bottom: 17.1rem !important
  }

  .xxxl\:ml-69 {
    margin-left: 17.1rem !important
  }

  .xxxl\:mt-71 {
    margin-top: 17.9rem !important
  }

  .xxxl\:mr-71 {
    margin-right: 17.9rem !important
  }

  .xxxl\:mb-71 {
    margin-bottom: 17.9rem !important
  }

  .xxxl\:ml-71 {
    margin-left: 17.9rem !important
  }

  .xxxl\:mt-72 {
    margin-top: 18.1rem !important
  }

  .xxxl\:mr-72 {
    margin-right: 18.1rem !important
  }

  .xxxl\:mb-72 {
    margin-bottom: 18.1rem !important
  }

  .xxxl\:ml-72 {
    margin-left: 18.1rem !important
  }

  .xxxl\:mt-80 {
    margin-top: 20rem !important
  }

  .xxxl\:mr-80 {
    margin-right: 20rem !important
  }

  .xxxl\:mb-80 {
    margin-bottom: 20rem !important
  }

  .xxxl\:ml-80 {
    margin-left: 20rem !important
  }

  .xxxl\:mt-100 {
    margin-top: 25rem !important
  }

  .xxxl\:mr-100 {
    margin-right: 25rem !important
  }

  .xxxl\:mb-100 {
    margin-bottom: 25rem !important
  }

  .xxxl\:ml-100 {
    margin-left: 25rem !important
  }

  .xxxl\:mt-112 {
    margin-top: 28rem !important
  }

  .xxxl\:mr-112 {
    margin-right: 28rem !important
  }

  .xxxl\:mb-112 {
    margin-bottom: 28rem !important
  }

  .xxxl\:ml-112 {
    margin-left: 28rem !important
  }

  .xxxl\:mt-128 {
    margin-top: 32rem !important
  }

  .xxxl\:mr-128 {
    margin-right: 32rem !important
  }

  .xxxl\:mb-128 {
    margin-bottom: 32rem !important
  }

  .xxxl\:ml-128 {
    margin-left: 32rem !important
  }

  .xxxl\:mt-143 {
    margin-top: 35.9rem !important
  }

  .xxxl\:mr-143 {
    margin-right: 35.9rem !important
  }

  .xxxl\:mb-143 {
    margin-bottom: 35.9rem !important
  }

  .xxxl\:ml-143 {
    margin-left: 35.9rem !important
  }

  .xxxl\:mt-149 {
    margin-top: 37.4rem !important
  }

  .xxxl\:mr-149 {
    margin-right: 37.4rem !important
  }

  .xxxl\:mb-149 {
    margin-bottom: 37.4rem !important
  }

  .xxxl\:ml-149 {
    margin-left: 37.4rem !important
  }

  .xxxl\:mt-240 {
    margin-top: 60rem !important
  }

  .xxxl\:mr-240 {
    margin-right: 60rem !important
  }

  .xxxl\:mb-240 {
    margin-bottom: 60rem !important
  }

  .xxxl\:ml-240 {
    margin-left: 60rem !important
  }

  .xxxl\:mt-280 {
    margin-top: 70rem !important
  }

  .xxxl\:mr-280 {
    margin-right: 70rem !important
  }

  .xxxl\:mb-280 {
    margin-bottom: 70rem !important
  }

  .xxxl\:ml-280 {
    margin-left: 70rem !important
  }

  .xxxl\:mt-291 {
    margin-top: 72.9rem !important
  }

  .xxxl\:mr-291 {
    margin-right: 72.9rem !important
  }

  .xxxl\:mb-291 {
    margin-bottom: 72.9rem !important
  }

  .xxxl\:ml-291 {
    margin-left: 72.9rem !important
  }

  .xxxl\:mt-316 {
    margin-top: 79rem !important
  }

  .xxxl\:mr-316 {
    margin-right: 79rem !important
  }

  .xxxl\:mb-316 {
    margin-bottom: 79rem !important
  }

  .xxxl\:ml-316 {
    margin-left: 79rem !important
  }

  .xxxl\:mt-auto {
    margin-top: auto !important
  }

  .xxxl\:mr-auto {
    margin-right: auto !important
  }

  .xxxl\:mb-auto {
    margin-bottom: auto !important
  }

  .xxxl\:ml-auto {
    margin-left: auto !important
  }

  .xxxl\:mt-px {
    margin-top: 1px !important
  }

  .xxxl\:mr-px {
    margin-right: 1px !important
  }

  .xxxl\:mb-px {
    margin-bottom: 1px !important
  }

  .xxxl\:ml-px {
    margin-left: 1px !important
  }

  .xxxl\:-mt-1 {
    margin-top: -0.25rem !important
  }

  .xxxl\:-mr-1 {
    margin-right: -0.25rem !important
  }

  .xxxl\:-mb-1 {
    margin-bottom: -0.25rem !important
  }

  .xxxl\:-ml-1 {
    margin-left: -0.25rem !important
  }

  .xxxl\:-mt-2 {
    margin-top: -0.5rem !important
  }

  .xxxl\:-mr-2 {
    margin-right: -0.5rem !important
  }

  .xxxl\:-mb-2 {
    margin-bottom: -0.5rem !important
  }

  .xxxl\:-ml-2 {
    margin-left: -0.5rem !important
  }

  .xxxl\:-mt-3 {
    margin-top: -0.75rem !important
  }

  .xxxl\:-mr-3 {
    margin-right: -0.75rem !important
  }

  .xxxl\:-mb-3 {
    margin-bottom: -0.75rem !important
  }

  .xxxl\:-ml-3 {
    margin-left: -0.75rem !important
  }

  .xxxl\:-mt-4 {
    margin-top: -1rem !important
  }

  .xxxl\:-mr-4 {
    margin-right: -1rem !important
  }

  .xxxl\:-mb-4 {
    margin-bottom: -1rem !important
  }

  .xxxl\:-ml-4 {
    margin-left: -1rem !important
  }

  .xxxl\:-mt-5 {
    margin-top: -1.25rem !important
  }

  .xxxl\:-mr-5 {
    margin-right: -1.25rem !important
  }

  .xxxl\:-mb-5 {
    margin-bottom: -1.25rem !important
  }

  .xxxl\:-ml-5 {
    margin-left: -1.25rem !important
  }

  .xxxl\:-mt-6 {
    margin-top: -1.5rem !important
  }

  .xxxl\:-mr-6 {
    margin-right: -1.5rem !important
  }

  .xxxl\:-mb-6 {
    margin-bottom: -1.5rem !important
  }

  .xxxl\:-ml-6 {
    margin-left: -1.5rem !important
  }

  .xxxl\:-mt-7 {
    margin-top: -1.8rem !important
  }

  .xxxl\:-mr-7 {
    margin-right: -1.8rem !important
  }

  .xxxl\:-mb-7 {
    margin-bottom: -1.8rem !important
  }

  .xxxl\:-ml-7 {
    margin-left: -1.8rem !important
  }

  .xxxl\:-mt-8 {
    margin-top: -2rem !important
  }

  .xxxl\:-mr-8 {
    margin-right: -2rem !important
  }

  .xxxl\:-mb-8 {
    margin-bottom: -2rem !important
  }

  .xxxl\:-ml-8 {
    margin-left: -2rem !important
  }

  .xxxl\:-mt-9 {
    margin-top: -2.4rem !important
  }

  .xxxl\:-mr-9 {
    margin-right: -2.4rem !important
  }

  .xxxl\:-mb-9 {
    margin-bottom: -2.4rem !important
  }

  .xxxl\:-ml-9 {
    margin-left: -2.4rem !important
  }

  .xxxl\:-mt-10 {
    margin-top: -2.5rem !important
  }

  .xxxl\:-mr-10 {
    margin-right: -2.5rem !important
  }

  .xxxl\:-mb-10 {
    margin-bottom: -2.5rem !important
  }

  .xxxl\:-ml-10 {
    margin-left: -2.5rem !important
  }

  .xxxl\:-mt-11 {
    margin-top: -2.6rem !important
  }

  .xxxl\:-mr-11 {
    margin-right: -2.6rem !important
  }

  .xxxl\:-mb-11 {
    margin-bottom: -2.6rem !important
  }

  .xxxl\:-ml-11 {
    margin-left: -2.6rem !important
  }

  .xxxl\:-mt-12 {
    margin-top: -3rem !important
  }

  .xxxl\:-mr-12 {
    margin-right: -3rem !important
  }

  .xxxl\:-mb-12 {
    margin-bottom: -3rem !important
  }

  .xxxl\:-ml-12 {
    margin-left: -3rem !important
  }

  .xxxl\:-mt-14 {
    margin-top: -3.6rem !important
  }

  .xxxl\:-mr-14 {
    margin-right: -3.6rem !important
  }

  .xxxl\:-mb-14 {
    margin-bottom: -3.6rem !important
  }

  .xxxl\:-ml-14 {
    margin-left: -3.6rem !important
  }

  .xxxl\:-mt-15 {
    margin-top: -3.8rem !important
  }

  .xxxl\:-mr-15 {
    margin-right: -3.8rem !important
  }

  .xxxl\:-mb-15 {
    margin-bottom: -3.8rem !important
  }

  .xxxl\:-ml-15 {
    margin-left: -3.8rem !important
  }

  .xxxl\:-mt-16 {
    margin-top: -4rem !important
  }

  .xxxl\:-mr-16 {
    margin-right: -4rem !important
  }

  .xxxl\:-mb-16 {
    margin-bottom: -4rem !important
  }

  .xxxl\:-ml-16 {
    margin-left: -4rem !important
  }

  .xxxl\:-mt-18 {
    margin-top: -4.5rem !important
  }

  .xxxl\:-mr-18 {
    margin-right: -4.5rem !important
  }

  .xxxl\:-mb-18 {
    margin-bottom: -4.5rem !important
  }

  .xxxl\:-ml-18 {
    margin-left: -4.5rem !important
  }

  .xxxl\:-mt-20 {
    margin-top: -5rem !important
  }

  .xxxl\:-mr-20 {
    margin-right: -5rem !important
  }

  .xxxl\:-mb-20 {
    margin-bottom: -5rem !important
  }

  .xxxl\:-ml-20 {
    margin-left: -5rem !important
  }

  .xxxl\:-mt-21 {
    margin-top: -5.3rem !important
  }

  .xxxl\:-mr-21 {
    margin-right: -5.3rem !important
  }

  .xxxl\:-mb-21 {
    margin-bottom: -5.3rem !important
  }

  .xxxl\:-ml-21 {
    margin-left: -5.3rem !important
  }

  .xxxl\:-mt-22 {
    margin-top: -5.7rem !important
  }

  .xxxl\:-mr-22 {
    margin-right: -5.7rem !important
  }

  .xxxl\:-mb-22 {
    margin-bottom: -5.7rem !important
  }

  .xxxl\:-ml-22 {
    margin-left: -5.7rem !important
  }

  .xxxl\:-mt-24 {
    margin-top: -6rem !important
  }

  .xxxl\:-mr-24 {
    margin-right: -6rem !important
  }

  .xxxl\:-mb-24 {
    margin-bottom: -6rem !important
  }

  .xxxl\:-ml-24 {
    margin-left: -6rem !important
  }

  .xxxl\:-mt-28 {
    margin-top: -7rem !important
  }

  .xxxl\:-mr-28 {
    margin-right: -7rem !important
  }

  .xxxl\:-mb-28 {
    margin-bottom: -7rem !important
  }

  .xxxl\:-ml-28 {
    margin-left: -7rem !important
  }

  .xxxl\:-mt-30 {
    margin-top: -7.6rem !important
  }

  .xxxl\:-mr-30 {
    margin-right: -7.6rem !important
  }

  .xxxl\:-mb-30 {
    margin-bottom: -7.6rem !important
  }

  .xxxl\:-ml-30 {
    margin-left: -7.6rem !important
  }

  .xxxl\:-mt-32 {
    margin-top: -8rem !important
  }

  .xxxl\:-mr-32 {
    margin-right: -8rem !important
  }

  .xxxl\:-mb-32 {
    margin-bottom: -8rem !important
  }

  .xxxl\:-ml-32 {
    margin-left: -8rem !important
  }

  .xxxl\:-mt-36 {
    margin-top: -9.1rem !important
  }

  .xxxl\:-mr-36 {
    margin-right: -9.1rem !important
  }

  .xxxl\:-mb-36 {
    margin-bottom: -9.1rem !important
  }

  .xxxl\:-ml-36 {
    margin-left: -9.1rem !important
  }

  .xxxl\:-mt-40 {
    margin-top: -10rem !important
  }

  .xxxl\:-mr-40 {
    margin-right: -10rem !important
  }

  .xxxl\:-mb-40 {
    margin-bottom: -10rem !important
  }

  .xxxl\:-ml-40 {
    margin-left: -10rem !important
  }

  .xxxl\:-mt-46 {
    margin-top: -11.7rem !important
  }

  .xxxl\:-mr-46 {
    margin-right: -11.7rem !important
  }

  .xxxl\:-mb-46 {
    margin-bottom: -11.7rem !important
  }

  .xxxl\:-ml-46 {
    margin-left: -11.7rem !important
  }

  .xxxl\:-mt-48 {
    margin-top: -12rem !important
  }

  .xxxl\:-mr-48 {
    margin-right: -12rem !important
  }

  .xxxl\:-mb-48 {
    margin-bottom: -12rem !important
  }

  .xxxl\:-ml-48 {
    margin-left: -12rem !important
  }

  .xxxl\:-mt-56 {
    margin-top: -14rem !important
  }

  .xxxl\:-mr-56 {
    margin-right: -14rem !important
  }

  .xxxl\:-mb-56 {
    margin-bottom: -14rem !important
  }

  .xxxl\:-ml-56 {
    margin-left: -14rem !important
  }

  .xxxl\:-mt-58 {
    margin-top: -14.7rem !important
  }

  .xxxl\:-mr-58 {
    margin-right: -14.7rem !important
  }

  .xxxl\:-mb-58 {
    margin-bottom: -14.7rem !important
  }

  .xxxl\:-ml-58 {
    margin-left: -14.7rem !important
  }

  .xxxl\:-mt-62 {
    margin-top: -15.7rem !important
  }

  .xxxl\:-mr-62 {
    margin-right: -15.7rem !important
  }

  .xxxl\:-mb-62 {
    margin-bottom: -15.7rem !important
  }

  .xxxl\:-ml-62 {
    margin-left: -15.7rem !important
  }

  .xxxl\:-mt-64 {
    margin-top: -16rem !important
  }

  .xxxl\:-mr-64 {
    margin-right: -16rem !important
  }

  .xxxl\:-mb-64 {
    margin-bottom: -16rem !important
  }

  .xxxl\:-ml-64 {
    margin-left: -16rem !important
  }

  .xxxl\:-mt-69 {
    margin-top: -17.1rem !important
  }

  .xxxl\:-mr-69 {
    margin-right: -17.1rem !important
  }

  .xxxl\:-mb-69 {
    margin-bottom: -17.1rem !important
  }

  .xxxl\:-ml-69 {
    margin-left: -17.1rem !important
  }

  .xxxl\:-mt-71 {
    margin-top: -17.9rem !important
  }

  .xxxl\:-mr-71 {
    margin-right: -17.9rem !important
  }

  .xxxl\:-mb-71 {
    margin-bottom: -17.9rem !important
  }

  .xxxl\:-ml-71 {
    margin-left: -17.9rem !important
  }

  .xxxl\:-mt-72 {
    margin-top: -18.1rem !important
  }

  .xxxl\:-mr-72 {
    margin-right: -18.1rem !important
  }

  .xxxl\:-mb-72 {
    margin-bottom: -18.1rem !important
  }

  .xxxl\:-ml-72 {
    margin-left: -18.1rem !important
  }

  .xxxl\:-mt-80 {
    margin-top: -20rem !important
  }

  .xxxl\:-mr-80 {
    margin-right: -20rem !important
  }

  .xxxl\:-mb-80 {
    margin-bottom: -20rem !important
  }

  .xxxl\:-ml-80 {
    margin-left: -20rem !important
  }

  .xxxl\:-mt-100 {
    margin-top: -25rem !important
  }

  .xxxl\:-mr-100 {
    margin-right: -25rem !important
  }

  .xxxl\:-mb-100 {
    margin-bottom: -25rem !important
  }

  .xxxl\:-ml-100 {
    margin-left: -25rem !important
  }

  .xxxl\:-mt-112 {
    margin-top: -28rem !important
  }

  .xxxl\:-mr-112 {
    margin-right: -28rem !important
  }

  .xxxl\:-mb-112 {
    margin-bottom: -28rem !important
  }

  .xxxl\:-ml-112 {
    margin-left: -28rem !important
  }

  .xxxl\:-mt-128 {
    margin-top: -32rem !important
  }

  .xxxl\:-mr-128 {
    margin-right: -32rem !important
  }

  .xxxl\:-mb-128 {
    margin-bottom: -32rem !important
  }

  .xxxl\:-ml-128 {
    margin-left: -32rem !important
  }

  .xxxl\:-mt-143 {
    margin-top: -35.9rem !important
  }

  .xxxl\:-mr-143 {
    margin-right: -35.9rem !important
  }

  .xxxl\:-mb-143 {
    margin-bottom: -35.9rem !important
  }

  .xxxl\:-ml-143 {
    margin-left: -35.9rem !important
  }

  .xxxl\:-mt-149 {
    margin-top: -37.4rem !important
  }

  .xxxl\:-mr-149 {
    margin-right: -37.4rem !important
  }

  .xxxl\:-mb-149 {
    margin-bottom: -37.4rem !important
  }

  .xxxl\:-ml-149 {
    margin-left: -37.4rem !important
  }

  .xxxl\:-mt-240 {
    margin-top: -60rem !important
  }

  .xxxl\:-mr-240 {
    margin-right: -60rem !important
  }

  .xxxl\:-mb-240 {
    margin-bottom: -60rem !important
  }

  .xxxl\:-ml-240 {
    margin-left: -60rem !important
  }

  .xxxl\:-mt-280 {
    margin-top: -70rem !important
  }

  .xxxl\:-mr-280 {
    margin-right: -70rem !important
  }

  .xxxl\:-mb-280 {
    margin-bottom: -70rem !important
  }

  .xxxl\:-ml-280 {
    margin-left: -70rem !important
  }

  .xxxl\:-mt-291 {
    margin-top: -72.9rem !important
  }

  .xxxl\:-mr-291 {
    margin-right: -72.9rem !important
  }

  .xxxl\:-mb-291 {
    margin-bottom: -72.9rem !important
  }

  .xxxl\:-ml-291 {
    margin-left: -72.9rem !important
  }

  .xxxl\:-mt-316 {
    margin-top: -79rem !important
  }

  .xxxl\:-mr-316 {
    margin-right: -79rem !important
  }

  .xxxl\:-mb-316 {
    margin-bottom: -79rem !important
  }

  .xxxl\:-ml-316 {
    margin-left: -79rem !important
  }

  .xxxl\:-mt-px {
    margin-top: -1px !important
  }

  .xxxl\:-mr-px {
    margin-right: -1px !important
  }

  .xxxl\:-mb-px {
    margin-bottom: -1px !important
  }

  .xxxl\:-ml-px {
    margin-left: -1px !important
  }

  .xxxl\:max-h-full {
    max-height: 100% !important
  }

  .xxxl\:max-h-screen {
    max-height: 100vh !important
  }

  .xxxl\:max-w-0 {
    max-width: 0 !important
  }

  .xxxl\:max-w-1 {
    max-width: 0.25rem !important
  }

  .xxxl\:max-w-2 {
    max-width: 0.5rem !important
  }

  .xxxl\:max-w-3 {
    max-width: 0.75rem !important
  }

  .xxxl\:max-w-4 {
    max-width: 1rem !important
  }

  .xxxl\:max-w-5 {
    max-width: 1.25rem !important
  }

  .xxxl\:max-w-6 {
    max-width: 1.5rem !important
  }

  .xxxl\:max-w-7 {
    max-width: 1.8rem !important
  }

  .xxxl\:max-w-8 {
    max-width: 2rem !important
  }

  .xxxl\:max-w-9 {
    max-width: 2.4rem !important
  }

  .xxxl\:max-w-10 {
    max-width: 2.5rem !important
  }

  .xxxl\:max-w-11 {
    max-width: 2.6rem !important
  }

  .xxxl\:max-w-12 {
    max-width: 3rem !important
  }

  .xxxl\:max-w-14 {
    max-width: 3.6rem !important
  }

  .xxxl\:max-w-15 {
    max-width: 3.8rem !important
  }

  .xxxl\:max-w-16 {
    max-width: 4rem !important
  }

  .xxxl\:max-w-18 {
    max-width: 4.5rem !important
  }

  .xxxl\:max-w-20 {
    max-width: 5rem !important
  }

  .xxxl\:max-w-21 {
    max-width: 5.3rem !important
  }

  .xxxl\:max-w-22 {
    max-width: 5.7rem !important
  }

  .xxxl\:max-w-24 {
    max-width: 6rem !important
  }

  .xxxl\:max-w-28 {
    max-width: 7rem !important
  }

  .xxxl\:max-w-30 {
    max-width: 7.6rem !important
  }

  .xxxl\:max-w-32 {
    max-width: 8rem !important
  }

  .xxxl\:max-w-36 {
    max-width: 9.1rem !important
  }

  .xxxl\:max-w-40 {
    max-width: 10rem !important
  }

  .xxxl\:max-w-46 {
    max-width: 11.7rem !important
  }

  .xxxl\:max-w-48 {
    max-width: 12rem !important
  }

  .xxxl\:max-w-56 {
    max-width: 14rem !important
  }

  .xxxl\:max-w-58 {
    max-width: 14.7rem !important
  }

  .xxxl\:max-w-62 {
    max-width: 15.7rem !important
  }

  .xxxl\:max-w-64 {
    max-width: 16rem !important
  }

  .xxxl\:max-w-69 {
    max-width: 17.1rem !important
  }

  .xxxl\:max-w-71 {
    max-width: 17.9rem !important
  }

  .xxxl\:max-w-72 {
    max-width: 18.1rem !important
  }

  .xxxl\:max-w-80 {
    max-width: 20rem !important
  }

  .xxxl\:max-w-100 {
    max-width: 25rem !important
  }

  .xxxl\:max-w-112 {
    max-width: 28rem !important
  }

  .xxxl\:max-w-128 {
    max-width: 32rem !important
  }

  .xxxl\:max-w-143 {
    max-width: 35.9rem !important
  }

  .xxxl\:max-w-149 {
    max-width: 37.4rem !important
  }

  .xxxl\:max-w-240 {
    max-width: 60rem !important
  }

  .xxxl\:max-w-280 {
    max-width: 70rem !important
  }

  .xxxl\:max-w-291 {
    max-width: 72.9rem !important
  }

  .xxxl\:max-w-316 {
    max-width: 79rem !important
  }

  .xxxl\:max-w-auto {
    max-width: auto !important
  }

  .xxxl\:max-w-xs {
    max-width: 20rem !important
  }

  .xxxl\:max-w-sm {
    max-width: 30rem !important
  }

  .xxxl\:max-w-md {
    max-width: 50rem !important
  }

  .xxxl\:max-w-lg {
    max-width: 78rem !important
  }

  .xxxl\:max-w-xl {
    max-width: 100rem !important
  }

  .xxxl\:max-w-full {
    max-width: 100% !important
  }

  .xxxl\:max-w-px {
    max-width: 1px !important
  }

  .xxxl\:min-h-0 {
    min-height: 0 !important
  }

  .xxxl\:min-h-69 {
    min-height: 17.3rem !important
  }

  .xxxl\:min-h-120 {
    min-height: 30rem !important
  }

  .xxxl\:min-h-full {
    min-height: 100% !important
  }

  .xxxl\:min-h-screen {
    min-height: 100vh !important
  }

  .xxxl\:min-w-0 {
    min-width: 0 !important
  }

  .xxxl\:min-w-1 {
    min-width: 0.25rem !important
  }

  .xxxl\:min-w-2 {
    min-width: 0.5rem !important
  }

  .xxxl\:min-w-3 {
    min-width: 0.75rem !important
  }

  .xxxl\:min-w-4 {
    min-width: 1rem !important
  }

  .xxxl\:min-w-5 {
    min-width: 1.25rem !important
  }

  .xxxl\:min-w-6 {
    min-width: 1.5rem !important
  }

  .xxxl\:min-w-7 {
    min-width: 1.8rem !important
  }

  .xxxl\:min-w-8 {
    min-width: 2rem !important
  }

  .xxxl\:min-w-9 {
    min-width: 2.4rem !important
  }

  .xxxl\:min-w-10 {
    min-width: 2.5rem !important
  }

  .xxxl\:min-w-11 {
    min-width: 2.6rem !important
  }

  .xxxl\:min-w-12 {
    min-width: 3rem !important
  }

  .xxxl\:min-w-14 {
    min-width: 3.6rem !important
  }

  .xxxl\:min-w-15 {
    min-width: 3.8rem !important
  }

  .xxxl\:min-w-16 {
    min-width: 4rem !important
  }

  .xxxl\:min-w-18 {
    min-width: 4.5rem !important
  }

  .xxxl\:min-w-20 {
    min-width: 5rem !important
  }

  .xxxl\:min-w-21 {
    min-width: 5.3rem !important
  }

  .xxxl\:min-w-22 {
    min-width: 5.7rem !important
  }

  .xxxl\:min-w-24 {
    min-width: 6rem !important
  }

  .xxxl\:min-w-28 {
    min-width: 7rem !important
  }

  .xxxl\:min-w-30 {
    min-width: 7.6rem !important
  }

  .xxxl\:min-w-32 {
    min-width: 8rem !important
  }

  .xxxl\:min-w-36 {
    min-width: 9.1rem !important
  }

  .xxxl\:min-w-40 {
    min-width: 10rem !important
  }

  .xxxl\:min-w-46 {
    min-width: 11.7rem !important
  }

  .xxxl\:min-w-48 {
    min-width: 12rem !important
  }

  .xxxl\:min-w-56 {
    min-width: 14rem !important
  }

  .xxxl\:min-w-58 {
    min-width: 14.7rem !important
  }

  .xxxl\:min-w-62 {
    min-width: 15.7rem !important
  }

  .xxxl\:min-w-64 {
    min-width: 16rem !important
  }

  .xxxl\:min-w-69 {
    min-width: 17.1rem !important
  }

  .xxxl\:min-w-71 {
    min-width: 17.9rem !important
  }

  .xxxl\:min-w-72 {
    min-width: 18.1rem !important
  }

  .xxxl\:min-w-80 {
    min-width: 20rem !important
  }

  .xxxl\:min-w-100 {
    min-width: 25rem !important
  }

  .xxxl\:min-w-112 {
    min-width: 28rem !important
  }

  .xxxl\:min-w-128 {
    min-width: 32rem !important
  }

  .xxxl\:min-w-143 {
    min-width: 35.9rem !important
  }

  .xxxl\:min-w-149 {
    min-width: 37.4rem !important
  }

  .xxxl\:min-w-240 {
    min-width: 60rem !important
  }

  .xxxl\:min-w-280 {
    min-width: 70rem !important
  }

  .xxxl\:min-w-291 {
    min-width: 72.9rem !important
  }

  .xxxl\:min-w-316 {
    min-width: 79rem !important
  }

  .xxxl\:min-w-auto {
    min-width: auto !important
  }

  .xxxl\:min-w-xs {
    min-width: 20rem !important
  }

  .xxxl\:min-w-sm {
    min-width: 30rem !important
  }

  .xxxl\:min-w-md {
    min-width: 50rem !important
  }

  .xxxl\:min-w-lg {
    min-width: 78rem !important
  }

  .xxxl\:min-w-xl {
    min-width: 100rem !important
  }

  .xxxl\:min-w-full {
    min-width: 100% !important
  }

  .xxxl\:min-w-px {
    min-width: 1px !important
  }

  .xxxl\:opacity-0 {
    opacity: 0 !important
  }

  .xxxl\:opacity-25 {
    opacity: 0.25 !important
  }

  .xxxl\:opacity-50 {
    opacity: 0.5 !important
  }

  .xxxl\:opacity-75 {
    opacity: 0.75 !important
  }

  .xxxl\:opacity-100 {
    opacity: 1 !important
  }

  .xxxl\:hover\:opacity-0:hover {
    opacity: 0 !important
  }

  .xxxl\:hover\:opacity-25:hover {
    opacity: 0.25 !important
  }

  .xxxl\:hover\:opacity-50:hover {
    opacity: 0.5 !important
  }

  .xxxl\:hover\:opacity-75:hover {
    opacity: 0.75 !important
  }

  .xxxl\:hover\:opacity-100:hover {
    opacity: 1 !important
  }

  .xxxl\:focus\:opacity-0:focus {
    opacity: 0 !important
  }

  .xxxl\:focus\:opacity-25:focus {
    opacity: 0.25 !important
  }

  .xxxl\:focus\:opacity-50:focus {
    opacity: 0.5 !important
  }

  .xxxl\:focus\:opacity-75:focus {
    opacity: 0.75 !important
  }

  .xxxl\:focus\:opacity-100:focus {
    opacity: 1 !important
  }

  .xxxl\:order-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important
  }

  .xxxl\:order-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important
  }

  .xxxl\:order-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important
  }

  .xxxl\:order-first {
    -webkit-box-ordinal-group: -9998 !important;
        -ms-flex-order: -9999 !important;
            order: -9999 !important
  }

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

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

  .xxxl\:overflow-auto {
    overflow: auto !important
  }

  .xxxl\:overflow-hidden {
    overflow: hidden !important
  }

  .xxxl\:overflow-visible {
    overflow: visible !important
  }

  .xxxl\:overflow-scroll {
    overflow: scroll !important
  }

  .xxxl\:overflow-x-auto {
    overflow-x: auto !important
  }

  .xxxl\:overflow-y-auto {
    overflow-y: auto !important
  }

  .xxxl\:overflow-x-hidden {
    overflow-x: hidden !important
  }

  .xxxl\:overflow-y-hidden {
    overflow-y: hidden !important
  }

  .xxxl\:overflow-x-visible {
    overflow-x: visible !important
  }

  .xxxl\:overflow-y-visible {
    overflow-y: visible !important
  }

  .xxxl\:overflow-x-scroll {
    overflow-x: scroll !important
  }

  .xxxl\:overflow-y-scroll {
    overflow-y: scroll !important
  }

  .xxxl\:scrolling-touch {
    -webkit-overflow-scrolling: touch !important
  }

  .xxxl\:scrolling-auto {
    -webkit-overflow-scrolling: auto !important
  }

  .xxxl\:p-0 {
    padding: 0 !important
  }

  .xxxl\:p-1 {
    padding: 0.25rem !important
  }

  .xxxl\:p-2 {
    padding: 0.5rem !important
  }

  .xxxl\:p-3 {
    padding: 0.75rem !important
  }

  .xxxl\:p-4 {
    padding: 1rem !important
  }

  .xxxl\:p-5 {
    padding: 1.25rem !important
  }

  .xxxl\:p-6 {
    padding: 1.5rem !important
  }

  .xxxl\:p-7 {
    padding: 1.8rem !important
  }

  .xxxl\:p-8 {
    padding: 2rem !important
  }

  .xxxl\:p-9 {
    padding: 2.4rem !important
  }

  .xxxl\:p-10 {
    padding: 2.5rem !important
  }

  .xxxl\:p-11 {
    padding: 2.6rem !important
  }

  .xxxl\:p-12 {
    padding: 3rem !important
  }

  .xxxl\:p-14 {
    padding: 3.6rem !important
  }

  .xxxl\:p-15 {
    padding: 3.8rem !important
  }

  .xxxl\:p-16 {
    padding: 4rem !important
  }

  .xxxl\:p-18 {
    padding: 4.5rem !important
  }

  .xxxl\:p-20 {
    padding: 5rem !important
  }

  .xxxl\:p-21 {
    padding: 5.3rem !important
  }

  .xxxl\:p-22 {
    padding: 5.7rem !important
  }

  .xxxl\:p-24 {
    padding: 6rem !important
  }

  .xxxl\:p-28 {
    padding: 7rem !important
  }

  .xxxl\:p-30 {
    padding: 7.6rem !important
  }

  .xxxl\:p-32 {
    padding: 8rem !important
  }

  .xxxl\:p-36 {
    padding: 9.1rem !important
  }

  .xxxl\:p-40 {
    padding: 10rem !important
  }

  .xxxl\:p-46 {
    padding: 11.7rem !important
  }

  .xxxl\:p-48 {
    padding: 12rem !important
  }

  .xxxl\:p-56 {
    padding: 14rem !important
  }

  .xxxl\:p-58 {
    padding: 14.7rem !important
  }

  .xxxl\:p-62 {
    padding: 15.7rem !important
  }

  .xxxl\:p-64 {
    padding: 16rem !important
  }

  .xxxl\:p-69 {
    padding: 17.1rem !important
  }

  .xxxl\:p-71 {
    padding: 17.9rem !important
  }

  .xxxl\:p-72 {
    padding: 18.1rem !important
  }

  .xxxl\:p-80 {
    padding: 20rem !important
  }

  .xxxl\:p-100 {
    padding: 25rem !important
  }

  .xxxl\:p-112 {
    padding: 28rem !important
  }

  .xxxl\:p-128 {
    padding: 32rem !important
  }

  .xxxl\:p-143 {
    padding: 35.9rem !important
  }

  .xxxl\:p-149 {
    padding: 37.4rem !important
  }

  .xxxl\:p-240 {
    padding: 60rem !important
  }

  .xxxl\:p-280 {
    padding: 70rem !important
  }

  .xxxl\:p-291 {
    padding: 72.9rem !important
  }

  .xxxl\:p-316 {
    padding: 79rem !important
  }

  .xxxl\:p-px {
    padding: 1px !important
  }

  .xxxl\:py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .xxxl\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .xxxl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important
  }

  .xxxl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important
  }

  .xxxl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important
  }

  .xxxl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important
  }

  .xxxl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important
  }

  .xxxl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important
  }

  .xxxl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .xxxl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
  }

  .xxxl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important
  }

  .xxxl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important
  }

  .xxxl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .xxxl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
  }

  .xxxl\:py-7 {
    padding-top: 1.8rem !important;
    padding-bottom: 1.8rem !important
  }

  .xxxl\:px-7 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important
  }

  .xxxl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .xxxl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .xxxl\:py-9 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important
  }

  .xxxl\:px-9 {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important
  }

  .xxxl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
  }

  .xxxl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
  }

  .xxxl\:py-11 {
    padding-top: 2.6rem !important;
    padding-bottom: 2.6rem !important
  }

  .xxxl\:px-11 {
    padding-left: 2.6rem !important;
    padding-right: 2.6rem !important
  }

  .xxxl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .xxxl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .xxxl\:py-14 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important
  }

  .xxxl\:px-14 {
    padding-left: 3.6rem !important;
    padding-right: 3.6rem !important
  }

  .xxxl\:py-15 {
    padding-top: 3.8rem !important;
    padding-bottom: 3.8rem !important
  }

  .xxxl\:px-15 {
    padding-left: 3.8rem !important;
    padding-right: 3.8rem !important
  }

  .xxxl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important
  }

  .xxxl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .xxxl\:py-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
  }

  .xxxl\:px-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important
  }

  .xxxl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .xxxl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
  }

  .xxxl\:py-21 {
    padding-top: 5.3rem !important;
    padding-bottom: 5.3rem !important
  }

  .xxxl\:px-21 {
    padding-left: 5.3rem !important;
    padding-right: 5.3rem !important
  }

  .xxxl\:py-22 {
    padding-top: 5.7rem !important;
    padding-bottom: 5.7rem !important
  }

  .xxxl\:px-22 {
    padding-left: 5.7rem !important;
    padding-right: 5.7rem !important
  }

  .xxxl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important
  }

  .xxxl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important
  }

  .xxxl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important
  }

  .xxxl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important
  }

  .xxxl\:py-30 {
    padding-top: 7.6rem !important;
    padding-bottom: 7.6rem !important
  }

  .xxxl\:px-30 {
    padding-left: 7.6rem !important;
    padding-right: 7.6rem !important
  }

  .xxxl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important
  }

  .xxxl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important
  }

  .xxxl\:py-36 {
    padding-top: 9.1rem !important;
    padding-bottom: 9.1rem !important
  }

  .xxxl\:px-36 {
    padding-left: 9.1rem !important;
    padding-right: 9.1rem !important
  }

  .xxxl\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important
  }

  .xxxl\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important
  }

  .xxxl\:py-46 {
    padding-top: 11.7rem !important;
    padding-bottom: 11.7rem !important
  }

  .xxxl\:px-46 {
    padding-left: 11.7rem !important;
    padding-right: 11.7rem !important
  }

  .xxxl\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important
  }

  .xxxl\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important
  }

  .xxxl\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important
  }

  .xxxl\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important
  }

  .xxxl\:py-58 {
    padding-top: 14.7rem !important;
    padding-bottom: 14.7rem !important
  }

  .xxxl\:px-58 {
    padding-left: 14.7rem !important;
    padding-right: 14.7rem !important
  }

  .xxxl\:py-62 {
    padding-top: 15.7rem !important;
    padding-bottom: 15.7rem !important
  }

  .xxxl\:px-62 {
    padding-left: 15.7rem !important;
    padding-right: 15.7rem !important
  }

  .xxxl\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important
  }

  .xxxl\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important
  }

  .xxxl\:py-69 {
    padding-top: 17.1rem !important;
    padding-bottom: 17.1rem !important
  }

  .xxxl\:px-69 {
    padding-left: 17.1rem !important;
    padding-right: 17.1rem !important
  }

  .xxxl\:py-71 {
    padding-top: 17.9rem !important;
    padding-bottom: 17.9rem !important
  }

  .xxxl\:px-71 {
    padding-left: 17.9rem !important;
    padding-right: 17.9rem !important
  }

  .xxxl\:py-72 {
    padding-top: 18.1rem !important;
    padding-bottom: 18.1rem !important
  }

  .xxxl\:px-72 {
    padding-left: 18.1rem !important;
    padding-right: 18.1rem !important
  }

  .xxxl\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important
  }

  .xxxl\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important
  }

  .xxxl\:py-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important
  }

  .xxxl\:px-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important
  }

  .xxxl\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important
  }

  .xxxl\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important
  }

  .xxxl\:py-128 {
    padding-top: 32rem !important;
    padding-bottom: 32rem !important
  }

  .xxxl\:px-128 {
    padding-left: 32rem !important;
    padding-right: 32rem !important
  }

  .xxxl\:py-143 {
    padding-top: 35.9rem !important;
    padding-bottom: 35.9rem !important
  }

  .xxxl\:px-143 {
    padding-left: 35.9rem !important;
    padding-right: 35.9rem !important
  }

  .xxxl\:py-149 {
    padding-top: 37.4rem !important;
    padding-bottom: 37.4rem !important
  }

  .xxxl\:px-149 {
    padding-left: 37.4rem !important;
    padding-right: 37.4rem !important
  }

  .xxxl\:py-240 {
    padding-top: 60rem !important;
    padding-bottom: 60rem !important
  }

  .xxxl\:px-240 {
    padding-left: 60rem !important;
    padding-right: 60rem !important
  }

  .xxxl\:py-280 {
    padding-top: 70rem !important;
    padding-bottom: 70rem !important
  }

  .xxxl\:px-280 {
    padding-left: 70rem !important;
    padding-right: 70rem !important
  }

  .xxxl\:py-291 {
    padding-top: 72.9rem !important;
    padding-bottom: 72.9rem !important
  }

  .xxxl\:px-291 {
    padding-left: 72.9rem !important;
    padding-right: 72.9rem !important
  }

  .xxxl\:py-316 {
    padding-top: 79rem !important;
    padding-bottom: 79rem !important
  }

  .xxxl\:px-316 {
    padding-left: 79rem !important;
    padding-right: 79rem !important
  }

  .xxxl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important
  }

  .xxxl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important
  }

  .xxxl\:pt-0 {
    padding-top: 0 !important
  }

  .xxxl\:pr-0 {
    padding-right: 0 !important
  }

  .xxxl\:pb-0 {
    padding-bottom: 0 !important
  }

  .xxxl\:pl-0 {
    padding-left: 0 !important
  }

  .xxxl\:pt-1 {
    padding-top: 0.25rem !important
  }

  .xxxl\:pr-1 {
    padding-right: 0.25rem !important
  }

  .xxxl\:pb-1 {
    padding-bottom: 0.25rem !important
  }

  .xxxl\:pl-1 {
    padding-left: 0.25rem !important
  }

  .xxxl\:pt-2 {
    padding-top: 0.5rem !important
  }

  .xxxl\:pr-2 {
    padding-right: 0.5rem !important
  }

  .xxxl\:pb-2 {
    padding-bottom: 0.5rem !important
  }

  .xxxl\:pl-2 {
    padding-left: 0.5rem !important
  }

  .xxxl\:pt-3 {
    padding-top: 0.75rem !important
  }

  .xxxl\:pr-3 {
    padding-right: 0.75rem !important
  }

  .xxxl\:pb-3 {
    padding-bottom: 0.75rem !important
  }

  .xxxl\:pl-3 {
    padding-left: 0.75rem !important
  }

  .xxxl\:pt-4 {
    padding-top: 1rem !important
  }

  .xxxl\:pr-4 {
    padding-right: 1rem !important
  }

  .xxxl\:pb-4 {
    padding-bottom: 1rem !important
  }

  .xxxl\:pl-4 {
    padding-left: 1rem !important
  }

  .xxxl\:pt-5 {
    padding-top: 1.25rem !important
  }

  .xxxl\:pr-5 {
    padding-right: 1.25rem !important
  }

  .xxxl\:pb-5 {
    padding-bottom: 1.25rem !important
  }

  .xxxl\:pl-5 {
    padding-left: 1.25rem !important
  }

  .xxxl\:pt-6 {
    padding-top: 1.5rem !important
  }

  .xxxl\:pr-6 {
    padding-right: 1.5rem !important
  }

  .xxxl\:pb-6 {
    padding-bottom: 1.5rem !important
  }

  .xxxl\:pl-6 {
    padding-left: 1.5rem !important
  }

  .xxxl\:pt-7 {
    padding-top: 1.8rem !important
  }

  .xxxl\:pr-7 {
    padding-right: 1.8rem !important
  }

  .xxxl\:pb-7 {
    padding-bottom: 1.8rem !important
  }

  .xxxl\:pl-7 {
    padding-left: 1.8rem !important
  }

  .xxxl\:pt-8 {
    padding-top: 2rem !important
  }

  .xxxl\:pr-8 {
    padding-right: 2rem !important
  }

  .xxxl\:pb-8 {
    padding-bottom: 2rem !important
  }

  .xxxl\:pl-8 {
    padding-left: 2rem !important
  }

  .xxxl\:pt-9 {
    padding-top: 2.4rem !important
  }

  .xxxl\:pr-9 {
    padding-right: 2.4rem !important
  }

  .xxxl\:pb-9 {
    padding-bottom: 2.4rem !important
  }

  .xxxl\:pl-9 {
    padding-left: 2.4rem !important
  }

  .xxxl\:pt-10 {
    padding-top: 2.5rem !important
  }

  .xxxl\:pr-10 {
    padding-right: 2.5rem !important
  }

  .xxxl\:pb-10 {
    padding-bottom: 2.5rem !important
  }

  .xxxl\:pl-10 {
    padding-left: 2.5rem !important
  }

  .xxxl\:pt-11 {
    padding-top: 2.6rem !important
  }

  .xxxl\:pr-11 {
    padding-right: 2.6rem !important
  }

  .xxxl\:pb-11 {
    padding-bottom: 2.6rem !important
  }

  .xxxl\:pl-11 {
    padding-left: 2.6rem !important
  }

  .xxxl\:pt-12 {
    padding-top: 3rem !important
  }

  .xxxl\:pr-12 {
    padding-right: 3rem !important
  }

  .xxxl\:pb-12 {
    padding-bottom: 3rem !important
  }

  .xxxl\:pl-12 {
    padding-left: 3rem !important
  }

  .xxxl\:pt-14 {
    padding-top: 3.6rem !important
  }

  .xxxl\:pr-14 {
    padding-right: 3.6rem !important
  }

  .xxxl\:pb-14 {
    padding-bottom: 3.6rem !important
  }

  .xxxl\:pl-14 {
    padding-left: 3.6rem !important
  }

  .xxxl\:pt-15 {
    padding-top: 3.8rem !important
  }

  .xxxl\:pr-15 {
    padding-right: 3.8rem !important
  }

  .xxxl\:pb-15 {
    padding-bottom: 3.8rem !important
  }

  .xxxl\:pl-15 {
    padding-left: 3.8rem !important
  }

  .xxxl\:pt-16 {
    padding-top: 4rem !important
  }

  .xxxl\:pr-16 {
    padding-right: 4rem !important
  }

  .xxxl\:pb-16 {
    padding-bottom: 4rem !important
  }

  .xxxl\:pl-16 {
    padding-left: 4rem !important
  }

  .xxxl\:pt-18 {
    padding-top: 4.5rem !important
  }

  .xxxl\:pr-18 {
    padding-right: 4.5rem !important
  }

  .xxxl\:pb-18 {
    padding-bottom: 4.5rem !important
  }

  .xxxl\:pl-18 {
    padding-left: 4.5rem !important
  }

  .xxxl\:pt-20 {
    padding-top: 5rem !important
  }

  .xxxl\:pr-20 {
    padding-right: 5rem !important
  }

  .xxxl\:pb-20 {
    padding-bottom: 5rem !important
  }

  .xxxl\:pl-20 {
    padding-left: 5rem !important
  }

  .xxxl\:pt-21 {
    padding-top: 5.3rem !important
  }

  .xxxl\:pr-21 {
    padding-right: 5.3rem !important
  }

  .xxxl\:pb-21 {
    padding-bottom: 5.3rem !important
  }

  .xxxl\:pl-21 {
    padding-left: 5.3rem !important
  }

  .xxxl\:pt-22 {
    padding-top: 5.7rem !important
  }

  .xxxl\:pr-22 {
    padding-right: 5.7rem !important
  }

  .xxxl\:pb-22 {
    padding-bottom: 5.7rem !important
  }

  .xxxl\:pl-22 {
    padding-left: 5.7rem !important
  }

  .xxxl\:pt-24 {
    padding-top: 6rem !important
  }

  .xxxl\:pr-24 {
    padding-right: 6rem !important
  }

  .xxxl\:pb-24 {
    padding-bottom: 6rem !important
  }

  .xxxl\:pl-24 {
    padding-left: 6rem !important
  }

  .xxxl\:pt-28 {
    padding-top: 7rem !important
  }

  .xxxl\:pr-28 {
    padding-right: 7rem !important
  }

  .xxxl\:pb-28 {
    padding-bottom: 7rem !important
  }

  .xxxl\:pl-28 {
    padding-left: 7rem !important
  }

  .xxxl\:pt-30 {
    padding-top: 7.6rem !important
  }

  .xxxl\:pr-30 {
    padding-right: 7.6rem !important
  }

  .xxxl\:pb-30 {
    padding-bottom: 7.6rem !important
  }

  .xxxl\:pl-30 {
    padding-left: 7.6rem !important
  }

  .xxxl\:pt-32 {
    padding-top: 8rem !important
  }

  .xxxl\:pr-32 {
    padding-right: 8rem !important
  }

  .xxxl\:pb-32 {
    padding-bottom: 8rem !important
  }

  .xxxl\:pl-32 {
    padding-left: 8rem !important
  }

  .xxxl\:pt-36 {
    padding-top: 9.1rem !important
  }

  .xxxl\:pr-36 {
    padding-right: 9.1rem !important
  }

  .xxxl\:pb-36 {
    padding-bottom: 9.1rem !important
  }

  .xxxl\:pl-36 {
    padding-left: 9.1rem !important
  }

  .xxxl\:pt-40 {
    padding-top: 10rem !important
  }

  .xxxl\:pr-40 {
    padding-right: 10rem !important
  }

  .xxxl\:pb-40 {
    padding-bottom: 10rem !important
  }

  .xxxl\:pl-40 {
    padding-left: 10rem !important
  }

  .xxxl\:pt-46 {
    padding-top: 11.7rem !important
  }

  .xxxl\:pr-46 {
    padding-right: 11.7rem !important
  }

  .xxxl\:pb-46 {
    padding-bottom: 11.7rem !important
  }

  .xxxl\:pl-46 {
    padding-left: 11.7rem !important
  }

  .xxxl\:pt-48 {
    padding-top: 12rem !important
  }

  .xxxl\:pr-48 {
    padding-right: 12rem !important
  }

  .xxxl\:pb-48 {
    padding-bottom: 12rem !important
  }

  .xxxl\:pl-48 {
    padding-left: 12rem !important
  }

  .xxxl\:pt-56 {
    padding-top: 14rem !important
  }

  .xxxl\:pr-56 {
    padding-right: 14rem !important
  }

  .xxxl\:pb-56 {
    padding-bottom: 14rem !important
  }

  .xxxl\:pl-56 {
    padding-left: 14rem !important
  }

  .xxxl\:pt-58 {
    padding-top: 14.7rem !important
  }

  .xxxl\:pr-58 {
    padding-right: 14.7rem !important
  }

  .xxxl\:pb-58 {
    padding-bottom: 14.7rem !important
  }

  .xxxl\:pl-58 {
    padding-left: 14.7rem !important
  }

  .xxxl\:pt-62 {
    padding-top: 15.7rem !important
  }

  .xxxl\:pr-62 {
    padding-right: 15.7rem !important
  }

  .xxxl\:pb-62 {
    padding-bottom: 15.7rem !important
  }

  .xxxl\:pl-62 {
    padding-left: 15.7rem !important
  }

  .xxxl\:pt-64 {
    padding-top: 16rem !important
  }

  .xxxl\:pr-64 {
    padding-right: 16rem !important
  }

  .xxxl\:pb-64 {
    padding-bottom: 16rem !important
  }

  .xxxl\:pl-64 {
    padding-left: 16rem !important
  }

  .xxxl\:pt-69 {
    padding-top: 17.1rem !important
  }

  .xxxl\:pr-69 {
    padding-right: 17.1rem !important
  }

  .xxxl\:pb-69 {
    padding-bottom: 17.1rem !important
  }

  .xxxl\:pl-69 {
    padding-left: 17.1rem !important
  }

  .xxxl\:pt-71 {
    padding-top: 17.9rem !important
  }

  .xxxl\:pr-71 {
    padding-right: 17.9rem !important
  }

  .xxxl\:pb-71 {
    padding-bottom: 17.9rem !important
  }

  .xxxl\:pl-71 {
    padding-left: 17.9rem !important
  }

  .xxxl\:pt-72 {
    padding-top: 18.1rem !important
  }

  .xxxl\:pr-72 {
    padding-right: 18.1rem !important
  }

  .xxxl\:pb-72 {
    padding-bottom: 18.1rem !important
  }

  .xxxl\:pl-72 {
    padding-left: 18.1rem !important
  }

  .xxxl\:pt-80 {
    padding-top: 20rem !important
  }

  .xxxl\:pr-80 {
    padding-right: 20rem !important
  }

  .xxxl\:pb-80 {
    padding-bottom: 20rem !important
  }

  .xxxl\:pl-80 {
    padding-left: 20rem !important
  }

  .xxxl\:pt-100 {
    padding-top: 25rem !important
  }

  .xxxl\:pr-100 {
    padding-right: 25rem !important
  }

  .xxxl\:pb-100 {
    padding-bottom: 25rem !important
  }

  .xxxl\:pl-100 {
    padding-left: 25rem !important
  }

  .xxxl\:pt-112 {
    padding-top: 28rem !important
  }

  .xxxl\:pr-112 {
    padding-right: 28rem !important
  }

  .xxxl\:pb-112 {
    padding-bottom: 28rem !important
  }

  .xxxl\:pl-112 {
    padding-left: 28rem !important
  }

  .xxxl\:pt-128 {
    padding-top: 32rem !important
  }

  .xxxl\:pr-128 {
    padding-right: 32rem !important
  }

  .xxxl\:pb-128 {
    padding-bottom: 32rem !important
  }

  .xxxl\:pl-128 {
    padding-left: 32rem !important
  }

  .xxxl\:pt-143 {
    padding-top: 35.9rem !important
  }

  .xxxl\:pr-143 {
    padding-right: 35.9rem !important
  }

  .xxxl\:pb-143 {
    padding-bottom: 35.9rem !important
  }

  .xxxl\:pl-143 {
    padding-left: 35.9rem !important
  }

  .xxxl\:pt-149 {
    padding-top: 37.4rem !important
  }

  .xxxl\:pr-149 {
    padding-right: 37.4rem !important
  }

  .xxxl\:pb-149 {
    padding-bottom: 37.4rem !important
  }

  .xxxl\:pl-149 {
    padding-left: 37.4rem !important
  }

  .xxxl\:pt-240 {
    padding-top: 60rem !important
  }

  .xxxl\:pr-240 {
    padding-right: 60rem !important
  }

  .xxxl\:pb-240 {
    padding-bottom: 60rem !important
  }

  .xxxl\:pl-240 {
    padding-left: 60rem !important
  }

  .xxxl\:pt-280 {
    padding-top: 70rem !important
  }

  .xxxl\:pr-280 {
    padding-right: 70rem !important
  }

  .xxxl\:pb-280 {
    padding-bottom: 70rem !important
  }

  .xxxl\:pl-280 {
    padding-left: 70rem !important
  }

  .xxxl\:pt-291 {
    padding-top: 72.9rem !important
  }

  .xxxl\:pr-291 {
    padding-right: 72.9rem !important
  }

  .xxxl\:pb-291 {
    padding-bottom: 72.9rem !important
  }

  .xxxl\:pl-291 {
    padding-left: 72.9rem !important
  }

  .xxxl\:pt-316 {
    padding-top: 79rem !important
  }

  .xxxl\:pr-316 {
    padding-right: 79rem !important
  }

  .xxxl\:pb-316 {
    padding-bottom: 79rem !important
  }

  .xxxl\:pl-316 {
    padding-left: 79rem !important
  }

  .xxxl\:pt-px {
    padding-top: 1px !important
  }

  .xxxl\:pr-px {
    padding-right: 1px !important
  }

  .xxxl\:pb-px {
    padding-bottom: 1px !important
  }

  .xxxl\:pl-px {
    padding-left: 1px !important
  }

  .xxxl\:static {
    position: static !important
  }

  .xxxl\:fixed {
    position: fixed !important
  }

  .xxxl\:absolute {
    position: absolute !important
  }

  .xxxl\:relative {
    position: relative !important
  }

  .xxxl\:sticky {
    position: -webkit-sticky !important;
    position: sticky !important
  }

  .xxxl\:table-auto {
    table-layout: auto !important
  }

  .xxxl\:table-fixed {
    table-layout: fixed !important
  }

  .xxxl\:text-left {
    text-align: left !important
  }

  .xxxl\:text-center {
    text-align: center !important
  }

  .xxxl\:text-right {
    text-align: right !important
  }

  .xxxl\:text-justify {
    text-align: justify !important
  }

  .xxxl\:text-transparent {
    color: transparent !important
  }

  .xxxl\:text-primary {
    color: #0A5988 !important
  }

  .xxxl\:text-primary-light {
    color: #257DB2 !important
  }

  .xxxl\:text-secondary {
    color: #8FC549 !important
  }

  .xxxl\:text-primary-dark {
    color: #003D62 !important
  }

  .xxxl\:text-tertiary {
    color: #EBF4FA !important
  }

  .xxxl\:text-tertiary-light {
    color: #EBF4FA !important
  }

  .xxxl\:text-tertiary-lightest {
    color: #EBF4FA !important
  }

  .xxxl\:text-font-main {
    color: #443E37 !important
  }

  .xxxl\:text-highlight {
    color: #E1962C !important
  }

  .xxxl\:text-highlight-alt {
    color: #E1962C !important
  }

  .xxxl\:text-accent {
    color: #DA511F !important
  }

  .xxxl\:text-accent-alt {
    color: #DA511F !important
  }

  .xxxl\:text-body-text {
    color: #443E37 !important
  }

  .xxxl\:text-dividers {
    color: #C7BBAE !important
  }

  .xxxl\:text-dividers-lighther {
    color: #f5f5f5 !important
  }

  .xxxl\:text-dividers-light {
    color: #f7f7f7 !important
  }

  .xxxl\:text-black {
    color: #000 !important
  }

  .xxxl\:text-white {
    color: #fff !important
  }

  .xxxl\:text-red-100 {
    color: #FFF5F5 !important
  }

  .xxxl\:text-red-200 {
    color: #FED7D7 !important
  }

  .xxxl\:text-red-300 {
    color: #FEB2B2 !important
  }

  .xxxl\:text-red-400 {
    color: #FC8181 !important
  }

  .xxxl\:text-red-500 {
    color: #F56565 !important
  }

  .xxxl\:text-red-600 {
    color: #E53E3E !important
  }

  .xxxl\:text-red-700 {
    color: #C53030 !important
  }

  .xxxl\:text-red-800 {
    color: #9B2C2C !important
  }

  .xxxl\:text-red-900 {
    color: #742A2A !important
  }

  .xxxl\:hover\:text-transparent:hover {
    color: transparent !important
  }

  .xxxl\:hover\:text-primary:hover {
    color: #0A5988 !important
  }

  .xxxl\:hover\:text-primary-light:hover {
    color: #257DB2 !important
  }

  .xxxl\:hover\:text-secondary:hover {
    color: #8FC549 !important
  }

  .xxxl\:hover\:text-primary-dark:hover {
    color: #003D62 !important
  }

  .xxxl\:hover\:text-tertiary:hover {
    color: #EBF4FA !important
  }

  .xxxl\:hover\:text-tertiary-light:hover {
    color: #EBF4FA !important
  }

  .xxxl\:hover\:text-tertiary-lightest:hover {
    color: #EBF4FA !important
  }

  .xxxl\:hover\:text-font-main:hover {
    color: #443E37 !important
  }

  .xxxl\:hover\:text-highlight:hover {
    color: #E1962C !important
  }

  .xxxl\:hover\:text-highlight-alt:hover {
    color: #E1962C !important
  }

  .xxxl\:hover\:text-accent:hover {
    color: #DA511F !important
  }

  .xxxl\:hover\:text-accent-alt:hover {
    color: #DA511F !important
  }

  .xxxl\:hover\:text-body-text:hover {
    color: #443E37 !important
  }

  .xxxl\:hover\:text-dividers:hover {
    color: #C7BBAE !important
  }

  .xxxl\:hover\:text-dividers-lighther:hover {
    color: #f5f5f5 !important
  }

  .xxxl\:hover\:text-dividers-light:hover {
    color: #f7f7f7 !important
  }

  .xxxl\:hover\:text-black:hover {
    color: #000 !important
  }

  .xxxl\:hover\:text-white:hover {
    color: #fff !important
  }

  .xxxl\:hover\:text-red-100:hover {
    color: #FFF5F5 !important
  }

  .xxxl\:hover\:text-red-200:hover {
    color: #FED7D7 !important
  }

  .xxxl\:hover\:text-red-300:hover {
    color: #FEB2B2 !important
  }

  .xxxl\:hover\:text-red-400:hover {
    color: #FC8181 !important
  }

  .xxxl\:hover\:text-red-500:hover {
    color: #F56565 !important
  }

  .xxxl\:hover\:text-red-600:hover {
    color: #E53E3E !important
  }

  .xxxl\:hover\:text-red-700:hover {
    color: #C53030 !important
  }

  .xxxl\:hover\:text-red-800:hover {
    color: #9B2C2C !important
  }

  .xxxl\:hover\:text-red-900:hover {
    color: #742A2A !important
  }

  .xxxl\:focus\:text-transparent:focus {
    color: transparent !important
  }

  .xxxl\:focus\:text-primary:focus {
    color: #0A5988 !important
  }

  .xxxl\:focus\:text-primary-light:focus {
    color: #257DB2 !important
  }

  .xxxl\:focus\:text-secondary:focus {
    color: #8FC549 !important
  }

  .xxxl\:focus\:text-primary-dark:focus {
    color: #003D62 !important
  }

  .xxxl\:focus\:text-tertiary:focus {
    color: #EBF4FA !important
  }

  .xxxl\:focus\:text-tertiary-light:focus {
    color: #EBF4FA !important
  }

  .xxxl\:focus\:text-tertiary-lightest:focus {
    color: #EBF4FA !important
  }

  .xxxl\:focus\:text-font-main:focus {
    color: #443E37 !important
  }

  .xxxl\:focus\:text-highlight:focus {
    color: #E1962C !important
  }

  .xxxl\:focus\:text-highlight-alt:focus {
    color: #E1962C !important
  }

  .xxxl\:focus\:text-accent:focus {
    color: #DA511F !important
  }

  .xxxl\:focus\:text-accent-alt:focus {
    color: #DA511F !important
  }

  .xxxl\:focus\:text-body-text:focus {
    color: #443E37 !important
  }

  .xxxl\:focus\:text-dividers:focus {
    color: #C7BBAE !important
  }

  .xxxl\:focus\:text-dividers-lighther:focus {
    color: #f5f5f5 !important
  }

  .xxxl\:focus\:text-dividers-light:focus {
    color: #f7f7f7 !important
  }

  .xxxl\:focus\:text-black:focus {
    color: #000 !important
  }

  .xxxl\:focus\:text-white:focus {
    color: #fff !important
  }

  .xxxl\:focus\:text-red-100:focus {
    color: #FFF5F5 !important
  }

  .xxxl\:focus\:text-red-200:focus {
    color: #FED7D7 !important
  }

  .xxxl\:focus\:text-red-300:focus {
    color: #FEB2B2 !important
  }

  .xxxl\:focus\:text-red-400:focus {
    color: #FC8181 !important
  }

  .xxxl\:focus\:text-red-500:focus {
    color: #F56565 !important
  }

  .xxxl\:focus\:text-red-600:focus {
    color: #E53E3E !important
  }

  .xxxl\:focus\:text-red-700:focus {
    color: #C53030 !important
  }

  .xxxl\:focus\:text-red-800:focus {
    color: #9B2C2C !important
  }

  .xxxl\:focus\:text-red-900:focus {
    color: #742A2A !important
  }

  .xxxl\:underline {
    text-decoration: underline !important
  }

  .xxxl\:line-through {
    text-decoration: line-through !important
  }

  .xxxl\:no-underline {
    text-decoration: none !important
  }

  .xxxl\:hover\:underline:hover {
    text-decoration: underline !important
  }

  .xxxl\:hover\:line-through:hover {
    text-decoration: line-through !important
  }

  .xxxl\:hover\:no-underline:hover {
    text-decoration: none !important
  }

  .xxxl\:focus\:underline:focus {
    text-decoration: underline !important
  }

  .xxxl\:focus\:line-through:focus {
    text-decoration: line-through !important
  }

  .xxxl\:focus\:no-underline:focus {
    text-decoration: none !important
  }

  .xxxl\:uppercase {
    text-transform: uppercase !important
  }

  .xxxl\:lowercase {
    text-transform: lowercase !important
  }

  .xxxl\:capitalize {
    text-transform: capitalize !important
  }

  .xxxl\:normal-case {
    text-transform: none !important
  }

  .xxxl\:visible {
    visibility: visible !important
  }

  .xxxl\:invisible {
    visibility: hidden !important
  }

  .xxxl\:whitespace-normal {
    white-space: normal !important
  }

  .xxxl\:whitespace-no-wrap {
    white-space: nowrap !important
  }

  .xxxl\:whitespace-pre {
    white-space: pre !important
  }

  .xxxl\:whitespace-pre-line {
    white-space: pre-line !important
  }

  .xxxl\:whitespace-pre-wrap {
    white-space: pre-wrap !important
  }

  .xxxl\:w-0 {
    width: 0 !important
  }

  .xxxl\:w-1 {
    width: 0.25rem !important
  }

  .xxxl\:w-2 {
    width: 0.5rem !important
  }

  .xxxl\:w-3 {
    width: 0.75rem !important
  }

  .xxxl\:w-4 {
    width: 1rem !important
  }

  .xxxl\:w-5 {
    width: 1.25rem !important
  }

  .xxxl\:w-6 {
    width: 1.5rem !important
  }

  .xxxl\:w-7 {
    width: 1.8rem !important
  }

  .xxxl\:w-8 {
    width: 2rem !important
  }

  .xxxl\:w-9 {
    width: 2.4rem !important
  }

  .xxxl\:w-10 {
    width: 2.5rem !important
  }

  .xxxl\:w-11 {
    width: 2.6rem !important
  }

  .xxxl\:w-12 {
    width: 3rem !important
  }

  .xxxl\:w-14 {
    width: 3.6rem !important
  }

  .xxxl\:w-15 {
    width: 3.8rem !important
  }

  .xxxl\:w-16 {
    width: 4rem !important
  }

  .xxxl\:w-18 {
    width: 4.5rem !important
  }

  .xxxl\:w-20 {
    width: 5rem !important
  }

  .xxxl\:w-21 {
    width: 5.3rem !important
  }

  .xxxl\:w-22 {
    width: 5.7rem !important
  }

  .xxxl\:w-24 {
    width: 6rem !important
  }

  .xxxl\:w-28 {
    width: 7rem !important
  }

  .xxxl\:w-30 {
    width: 7.6rem !important
  }

  .xxxl\:w-32 {
    width: 8rem !important
  }

  .xxxl\:w-36 {
    width: 9.1rem !important
  }

  .xxxl\:w-40 {
    width: 10rem !important
  }

  .xxxl\:w-46 {
    width: 11.7rem !important
  }

  .xxxl\:w-48 {
    width: 12rem !important
  }

  .xxxl\:w-56 {
    width: 14rem !important
  }

  .xxxl\:w-58 {
    width: 14.7rem !important
  }

  .xxxl\:w-62 {
    width: 15.7rem !important
  }

  .xxxl\:w-64 {
    width: 16rem !important
  }

  .xxxl\:w-69 {
    width: 17.1rem !important
  }

  .xxxl\:w-71 {
    width: 17.9rem !important
  }

  .xxxl\:w-72 {
    width: 18.1rem !important
  }

  .xxxl\:w-80 {
    width: 20rem !important
  }

  .xxxl\:w-100 {
    width: 25rem !important
  }

  .xxxl\:w-112 {
    width: 28rem !important
  }

  .xxxl\:w-128 {
    width: 32rem !important
  }

  .xxxl\:w-143 {
    width: 35.9rem !important
  }

  .xxxl\:w-149 {
    width: 37.4rem !important
  }

  .xxxl\:w-240 {
    width: 60rem !important
  }

  .xxxl\:w-280 {
    width: 70rem !important
  }

  .xxxl\:w-291 {
    width: 72.9rem !important
  }

  .xxxl\:w-316 {
    width: 79rem !important
  }

  .xxxl\:w-auto {
    width: auto !important
  }

  .xxxl\:w-unset {
    width: unset !important
  }

  .xxxl\:w-inherit {
    width: inherit !important
  }

  .xxxl\:w-px {
    width: 1px !important
  }

  .xxxl\:w-1\/2 {
    width: 50% !important
  }

  .xxxl\:w-1\/3 {
    width: 33.33333% !important
  }

  .xxxl\:w-2\/3 {
    width: 66.66667% !important
  }

  .xxxl\:w-1\/4 {
    width: 25% !important
  }

  .xxxl\:w-2\/4 {
    width: 50% !important
  }

  .xxxl\:w-3\/4 {
    width: 75% !important
  }

  .xxxl\:w-1\/5 {
    width: 20% !important
  }

  .xxxl\:w-2\/5 {
    width: 40% !important
  }

  .xxxl\:w-3\/5 {
    width: 60% !important
  }

  .xxxl\:w-4\/5 {
    width: 80% !important
  }

  .xxxl\:w-full {
    width: 100% !important
  }

  .xxxl\:w-screen {
    width: 100vw !important
  }

  .xxxl\:z-0 {
    z-index: 0 !important
  }

  .xxxl\:z-10 {
    z-index: 10 !important
  }

  .xxxl\:z-20 {
    z-index: 20 !important
  }

  .xxxl\:z-30 {
    z-index: 30 !important
  }

  .xxxl\:z-40 {
    z-index: 40 !important
  }

  .xxxl\:z-50 {
    z-index: 100 !important
  }

  .xxxl\:z-auto {
    z-index: auto !important
  }

  .xxxl\:-z-1 {
    z-index: -1 !important
  }

  .xxxl\:transform {
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
        -ms-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
            transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
  }

  .xxxl\:transform-none {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important
  }

  .xxxl\:origin-center {
    -webkit-transform-origin: center !important;
        -ms-transform-origin: center !important;
            transform-origin: center !important
  }

  .xxxl\:origin-top {
    -webkit-transform-origin: top !important;
        -ms-transform-origin: top !important;
            transform-origin: top !important
  }

  .xxxl\:origin-top-right {
    -webkit-transform-origin: top right !important;
        -ms-transform-origin: top right !important;
            transform-origin: top right !important
  }

  .xxxl\:origin-right {
    -webkit-transform-origin: right !important;
        -ms-transform-origin: right !important;
            transform-origin: right !important
  }

  .xxxl\:origin-bottom-right {
    -webkit-transform-origin: bottom right !important;
        -ms-transform-origin: bottom right !important;
            transform-origin: bottom right !important
  }

  .xxxl\:origin-bottom {
    -webkit-transform-origin: bottom !important;
        -ms-transform-origin: bottom !important;
            transform-origin: bottom !important
  }

  .xxxl\:origin-bottom-left {
    -webkit-transform-origin: bottom left !important;
        -ms-transform-origin: bottom left !important;
            transform-origin: bottom left !important
  }

  .xxxl\:origin-left {
    -webkit-transform-origin: left !important;
        -ms-transform-origin: left !important;
            transform-origin: left !important
  }

  .xxxl\:origin-top-left {
    -webkit-transform-origin: top left !important;
        -ms-transform-origin: top left !important;
            transform-origin: top left !important
  }

  .xxxl\:scale-0 {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .xxxl\:scale-50 {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .xxxl\:scale-75 {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .xxxl\:scale-90 {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .xxxl\:scale-95 {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .xxxl\:scale-100 {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .xxxl\:scale-105 {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .xxxl\:scale-110 {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .xxxl\:scale-125 {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .xxxl\:scale-150 {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .xxxl\:scale-x-0 {
    --transform-scale-x: 0 !important
  }

  .xxxl\:scale-x-50 {
    --transform-scale-x: .5 !important
  }

  .xxxl\:scale-x-75 {
    --transform-scale-x: .75 !important
  }

  .xxxl\:scale-x-90 {
    --transform-scale-x: .9 !important
  }

  .xxxl\:scale-x-95 {
    --transform-scale-x: .95 !important
  }

  .xxxl\:scale-x-100 {
    --transform-scale-x: 1 !important
  }

  .xxxl\:scale-x-105 {
    --transform-scale-x: 1.05 !important
  }

  .xxxl\:scale-x-110 {
    --transform-scale-x: 1.1 !important
  }

  .xxxl\:scale-x-125 {
    --transform-scale-x: 1.25 !important
  }

  .xxxl\:scale-x-150 {
    --transform-scale-x: 1.5 !important
  }

  .xxxl\:scale-y-0 {
    --transform-scale-y: 0 !important
  }

  .xxxl\:scale-y-50 {
    --transform-scale-y: .5 !important
  }

  .xxxl\:scale-y-75 {
    --transform-scale-y: .75 !important
  }

  .xxxl\:scale-y-90 {
    --transform-scale-y: .9 !important
  }

  .xxxl\:scale-y-95 {
    --transform-scale-y: .95 !important
  }

  .xxxl\:scale-y-100 {
    --transform-scale-y: 1 !important
  }

  .xxxl\:scale-y-105 {
    --transform-scale-y: 1.05 !important
  }

  .xxxl\:scale-y-110 {
    --transform-scale-y: 1.1 !important
  }

  .xxxl\:scale-y-125 {
    --transform-scale-y: 1.25 !important
  }

  .xxxl\:scale-y-150 {
    --transform-scale-y: 1.5 !important
  }

  .xxxl\:hover\:scale-0:hover {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .xxxl\:hover\:scale-50:hover {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .xxxl\:hover\:scale-75:hover {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .xxxl\:hover\:scale-90:hover {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .xxxl\:hover\:scale-95:hover {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .xxxl\:hover\:scale-100:hover {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .xxxl\:hover\:scale-105:hover {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .xxxl\:hover\:scale-110:hover {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .xxxl\:hover\:scale-125:hover {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .xxxl\:hover\:scale-150:hover {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .xxxl\:hover\:scale-x-0:hover {
    --transform-scale-x: 0 !important
  }

  .xxxl\:hover\:scale-x-50:hover {
    --transform-scale-x: .5 !important
  }

  .xxxl\:hover\:scale-x-75:hover {
    --transform-scale-x: .75 !important
  }

  .xxxl\:hover\:scale-x-90:hover {
    --transform-scale-x: .9 !important
  }

  .xxxl\:hover\:scale-x-95:hover {
    --transform-scale-x: .95 !important
  }

  .xxxl\:hover\:scale-x-100:hover {
    --transform-scale-x: 1 !important
  }

  .xxxl\:hover\:scale-x-105:hover {
    --transform-scale-x: 1.05 !important
  }

  .xxxl\:hover\:scale-x-110:hover {
    --transform-scale-x: 1.1 !important
  }

  .xxxl\:hover\:scale-x-125:hover {
    --transform-scale-x: 1.25 !important
  }

  .xxxl\:hover\:scale-x-150:hover {
    --transform-scale-x: 1.5 !important
  }

  .xxxl\:hover\:scale-y-0:hover {
    --transform-scale-y: 0 !important
  }

  .xxxl\:hover\:scale-y-50:hover {
    --transform-scale-y: .5 !important
  }

  .xxxl\:hover\:scale-y-75:hover {
    --transform-scale-y: .75 !important
  }

  .xxxl\:hover\:scale-y-90:hover {
    --transform-scale-y: .9 !important
  }

  .xxxl\:hover\:scale-y-95:hover {
    --transform-scale-y: .95 !important
  }

  .xxxl\:hover\:scale-y-100:hover {
    --transform-scale-y: 1 !important
  }

  .xxxl\:hover\:scale-y-105:hover {
    --transform-scale-y: 1.05 !important
  }

  .xxxl\:hover\:scale-y-110:hover {
    --transform-scale-y: 1.1 !important
  }

  .xxxl\:hover\:scale-y-125:hover {
    --transform-scale-y: 1.25 !important
  }

  .xxxl\:hover\:scale-y-150:hover {
    --transform-scale-y: 1.5 !important
  }

  .xxxl\:focus\:scale-0:focus {
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important
  }

  .xxxl\:focus\:scale-50:focus {
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important
  }

  .xxxl\:focus\:scale-75:focus {
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important
  }

  .xxxl\:focus\:scale-90:focus {
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important
  }

  .xxxl\:focus\:scale-95:focus {
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important
  }

  .xxxl\:focus\:scale-100:focus {
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important
  }

  .xxxl\:focus\:scale-105:focus {
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important
  }

  .xxxl\:focus\:scale-110:focus {
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important
  }

  .xxxl\:focus\:scale-125:focus {
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important
  }

  .xxxl\:focus\:scale-150:focus {
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important
  }

  .xxxl\:focus\:scale-x-0:focus {
    --transform-scale-x: 0 !important
  }

  .xxxl\:focus\:scale-x-50:focus {
    --transform-scale-x: .5 !important
  }

  .xxxl\:focus\:scale-x-75:focus {
    --transform-scale-x: .75 !important
  }

  .xxxl\:focus\:scale-x-90:focus {
    --transform-scale-x: .9 !important
  }

  .xxxl\:focus\:scale-x-95:focus {
    --transform-scale-x: .95 !important
  }

  .xxxl\:focus\:scale-x-100:focus {
    --transform-scale-x: 1 !important
  }

  .xxxl\:focus\:scale-x-105:focus {
    --transform-scale-x: 1.05 !important
  }

  .xxxl\:focus\:scale-x-110:focus {
    --transform-scale-x: 1.1 !important
  }

  .xxxl\:focus\:scale-x-125:focus {
    --transform-scale-x: 1.25 !important
  }

  .xxxl\:focus\:scale-x-150:focus {
    --transform-scale-x: 1.5 !important
  }

  .xxxl\:focus\:scale-y-0:focus {
    --transform-scale-y: 0 !important
  }

  .xxxl\:focus\:scale-y-50:focus {
    --transform-scale-y: .5 !important
  }

  .xxxl\:focus\:scale-y-75:focus {
    --transform-scale-y: .75 !important
  }

  .xxxl\:focus\:scale-y-90:focus {
    --transform-scale-y: .9 !important
  }

  .xxxl\:focus\:scale-y-95:focus {
    --transform-scale-y: .95 !important
  }

  .xxxl\:focus\:scale-y-100:focus {
    --transform-scale-y: 1 !important
  }

  .xxxl\:focus\:scale-y-105:focus {
    --transform-scale-y: 1.05 !important
  }

  .xxxl\:focus\:scale-y-110:focus {
    --transform-scale-y: 1.1 !important
  }

  .xxxl\:focus\:scale-y-125:focus {
    --transform-scale-y: 1.25 !important
  }

  .xxxl\:focus\:scale-y-150:focus {
    --transform-scale-y: 1.5 !important
  }

  .xxxl\:rotate-0 {
    --transform-rotate: 0 !important
  }

  .xxxl\:rotate-45 {
    --transform-rotate: 45deg !important
  }

  .xxxl\:rotate-90 {
    --transform-rotate: 90deg !important
  }

  .xxxl\:rotate-180 {
    --transform-rotate: 180deg !important
  }

  .xxxl\:-rotate-180 {
    --transform-rotate: -180deg !important
  }

  .xxxl\:-rotate-90 {
    --transform-rotate: -90deg !important
  }

  .xxxl\:-rotate-45 {
    --transform-rotate: -45deg !important
  }

  .xxxl\:hover\:rotate-0:hover {
    --transform-rotate: 0 !important
  }

  .xxxl\:hover\:rotate-45:hover {
    --transform-rotate: 45deg !important
  }

  .xxxl\:hover\:rotate-90:hover {
    --transform-rotate: 90deg !important
  }

  .xxxl\:hover\:rotate-180:hover {
    --transform-rotate: 180deg !important
  }

  .xxxl\:hover\:-rotate-180:hover {
    --transform-rotate: -180deg !important
  }

  .xxxl\:hover\:-rotate-90:hover {
    --transform-rotate: -90deg !important
  }

  .xxxl\:hover\:-rotate-45:hover {
    --transform-rotate: -45deg !important
  }

  .xxxl\:focus\:rotate-0:focus {
    --transform-rotate: 0 !important
  }

  .xxxl\:focus\:rotate-45:focus {
    --transform-rotate: 45deg !important
  }

  .xxxl\:focus\:rotate-90:focus {
    --transform-rotate: 90deg !important
  }

  .xxxl\:focus\:rotate-180:focus {
    --transform-rotate: 180deg !important
  }

  .xxxl\:focus\:-rotate-180:focus {
    --transform-rotate: -180deg !important
  }

  .xxxl\:focus\:-rotate-90:focus {
    --transform-rotate: -90deg !important
  }

  .xxxl\:focus\:-rotate-45:focus {
    --transform-rotate: -45deg !important
  }

  .xxxl\:translate-x-0 {
    --transform-translate-x: 0 !important
  }

  .xxxl\:translate-x-1 {
    --transform-translate-x: 0.25rem !important
  }

  .xxxl\:translate-x-2 {
    --transform-translate-x: 0.5rem !important
  }

  .xxxl\:translate-x-3 {
    --transform-translate-x: 0.75rem !important
  }

  .xxxl\:translate-x-4 {
    --transform-translate-x: 1rem !important
  }

  .xxxl\:translate-x-5 {
    --transform-translate-x: 1.25rem !important
  }

  .xxxl\:translate-x-6 {
    --transform-translate-x: 1.5rem !important
  }

  .xxxl\:translate-x-7 {
    --transform-translate-x: 1.8rem !important
  }

  .xxxl\:translate-x-8 {
    --transform-translate-x: 2rem !important
  }

  .xxxl\:translate-x-9 {
    --transform-translate-x: 2.4rem !important
  }

  .xxxl\:translate-x-10 {
    --transform-translate-x: 2.5rem !important
  }

  .xxxl\:translate-x-11 {
    --transform-translate-x: 2.6rem !important
  }

  .xxxl\:translate-x-12 {
    --transform-translate-x: 3rem !important
  }

  .xxxl\:translate-x-14 {
    --transform-translate-x: 3.6rem !important
  }

  .xxxl\:translate-x-15 {
    --transform-translate-x: 3.8rem !important
  }

  .xxxl\:translate-x-16 {
    --transform-translate-x: 4rem !important
  }

  .xxxl\:translate-x-18 {
    --transform-translate-x: 4.5rem !important
  }

  .xxxl\:translate-x-20 {
    --transform-translate-x: 5rem !important
  }

  .xxxl\:translate-x-21 {
    --transform-translate-x: 5.3rem !important
  }

  .xxxl\:translate-x-22 {
    --transform-translate-x: 5.7rem !important
  }

  .xxxl\:translate-x-24 {
    --transform-translate-x: 6rem !important
  }

  .xxxl\:translate-x-28 {
    --transform-translate-x: 7rem !important
  }

  .xxxl\:translate-x-30 {
    --transform-translate-x: 7.6rem !important
  }

  .xxxl\:translate-x-32 {
    --transform-translate-x: 8rem !important
  }

  .xxxl\:translate-x-36 {
    --transform-translate-x: 9.1rem !important
  }

  .xxxl\:translate-x-40 {
    --transform-translate-x: 10rem !important
  }

  .xxxl\:translate-x-46 {
    --transform-translate-x: 11.7rem !important
  }

  .xxxl\:translate-x-48 {
    --transform-translate-x: 12rem !important
  }

  .xxxl\:translate-x-56 {
    --transform-translate-x: 14rem !important
  }

  .xxxl\:translate-x-58 {
    --transform-translate-x: 14.7rem !important
  }

  .xxxl\:translate-x-62 {
    --transform-translate-x: 15.7rem !important
  }

  .xxxl\:translate-x-64 {
    --transform-translate-x: 16rem !important
  }

  .xxxl\:translate-x-69 {
    --transform-translate-x: 17.1rem !important
  }

  .xxxl\:translate-x-71 {
    --transform-translate-x: 17.9rem !important
  }

  .xxxl\:translate-x-72 {
    --transform-translate-x: 18.1rem !important
  }

  .xxxl\:translate-x-80 {
    --transform-translate-x: 20rem !important
  }

  .xxxl\:translate-x-100 {
    --transform-translate-x: 25rem !important
  }

  .xxxl\:translate-x-112 {
    --transform-translate-x: 28rem !important
  }

  .xxxl\:translate-x-128 {
    --transform-translate-x: 32rem !important
  }

  .xxxl\:translate-x-143 {
    --transform-translate-x: 35.9rem !important
  }

  .xxxl\:translate-x-149 {
    --transform-translate-x: 37.4rem !important
  }

  .xxxl\:translate-x-240 {
    --transform-translate-x: 60rem !important
  }

  .xxxl\:translate-x-280 {
    --transform-translate-x: 70rem !important
  }

  .xxxl\:translate-x-291 {
    --transform-translate-x: 72.9rem !important
  }

  .xxxl\:translate-x-316 {
    --transform-translate-x: 79rem !important
  }

  .xxxl\:translate-x-px {
    --transform-translate-x: 1px !important
  }

  .xxxl\:-translate-x-1 {
    --transform-translate-x: -0.25rem !important
  }

  .xxxl\:-translate-x-2 {
    --transform-translate-x: -0.5rem !important
  }

  .xxxl\:-translate-x-3 {
    --transform-translate-x: -0.75rem !important
  }

  .xxxl\:-translate-x-4 {
    --transform-translate-x: -1rem !important
  }

  .xxxl\:-translate-x-5 {
    --transform-translate-x: -1.25rem !important
  }

  .xxxl\:-translate-x-6 {
    --transform-translate-x: -1.5rem !important
  }

  .xxxl\:-translate-x-7 {
    --transform-translate-x: -1.8rem !important
  }

  .xxxl\:-translate-x-8 {
    --transform-translate-x: -2rem !important
  }

  .xxxl\:-translate-x-9 {
    --transform-translate-x: -2.4rem !important
  }

  .xxxl\:-translate-x-10 {
    --transform-translate-x: -2.5rem !important
  }

  .xxxl\:-translate-x-11 {
    --transform-translate-x: -2.6rem !important
  }

  .xxxl\:-translate-x-12 {
    --transform-translate-x: -3rem !important
  }

  .xxxl\:-translate-x-14 {
    --transform-translate-x: -3.6rem !important
  }

  .xxxl\:-translate-x-15 {
    --transform-translate-x: -3.8rem !important
  }

  .xxxl\:-translate-x-16 {
    --transform-translate-x: -4rem !important
  }

  .xxxl\:-translate-x-18 {
    --transform-translate-x: -4.5rem !important
  }

  .xxxl\:-translate-x-20 {
    --transform-translate-x: -5rem !important
  }

  .xxxl\:-translate-x-21 {
    --transform-translate-x: -5.3rem !important
  }

  .xxxl\:-translate-x-22 {
    --transform-translate-x: -5.7rem !important
  }

  .xxxl\:-translate-x-24 {
    --transform-translate-x: -6rem !important
  }

  .xxxl\:-translate-x-28 {
    --transform-translate-x: -7rem !important
  }

  .xxxl\:-translate-x-30 {
    --transform-translate-x: -7.6rem !important
  }

  .xxxl\:-translate-x-32 {
    --transform-translate-x: -8rem !important
  }

  .xxxl\:-translate-x-36 {
    --transform-translate-x: -9.1rem !important
  }

  .xxxl\:-translate-x-40 {
    --transform-translate-x: -10rem !important
  }

  .xxxl\:-translate-x-46 {
    --transform-translate-x: -11.7rem !important
  }

  .xxxl\:-translate-x-48 {
    --transform-translate-x: -12rem !important
  }

  .xxxl\:-translate-x-56 {
    --transform-translate-x: -14rem !important
  }

  .xxxl\:-translate-x-58 {
    --transform-translate-x: -14.7rem !important
  }

  .xxxl\:-translate-x-62 {
    --transform-translate-x: -15.7rem !important
  }

  .xxxl\:-translate-x-64 {
    --transform-translate-x: -16rem !important
  }

  .xxxl\:-translate-x-69 {
    --transform-translate-x: -17.1rem !important
  }

  .xxxl\:-translate-x-71 {
    --transform-translate-x: -17.9rem !important
  }

  .xxxl\:-translate-x-72 {
    --transform-translate-x: -18.1rem !important
  }

  .xxxl\:-translate-x-80 {
    --transform-translate-x: -20rem !important
  }

  .xxxl\:-translate-x-100 {
    --transform-translate-x: -25rem !important
  }

  .xxxl\:-translate-x-112 {
    --transform-translate-x: -28rem !important
  }

  .xxxl\:-translate-x-128 {
    --transform-translate-x: -32rem !important
  }

  .xxxl\:-translate-x-143 {
    --transform-translate-x: -35.9rem !important
  }

  .xxxl\:-translate-x-149 {
    --transform-translate-x: -37.4rem !important
  }

  .xxxl\:-translate-x-240 {
    --transform-translate-x: -60rem !important
  }

  .xxxl\:-translate-x-280 {
    --transform-translate-x: -70rem !important
  }

  .xxxl\:-translate-x-291 {
    --transform-translate-x: -72.9rem !important
  }

  .xxxl\:-translate-x-316 {
    --transform-translate-x: -79rem !important
  }

  .xxxl\:-translate-x-px {
    --transform-translate-x: -1px !important
  }

  .xxxl\:-translate-x-full {
    --transform-translate-x: -100% !important
  }

  .xxxl\:-translate-x-1\/2 {
    --transform-translate-x: -50% !important
  }

  .xxxl\:translate-x-1\/2 {
    --transform-translate-x: 50% !important
  }

  .xxxl\:translate-x-full {
    --transform-translate-x: 100% !important
  }

  .xxxl\:translate-y-0 {
    --transform-translate-y: 0 !important
  }

  .xxxl\:translate-y-1 {
    --transform-translate-y: 0.25rem !important
  }

  .xxxl\:translate-y-2 {
    --transform-translate-y: 0.5rem !important
  }

  .xxxl\:translate-y-3 {
    --transform-translate-y: 0.75rem !important
  }

  .xxxl\:translate-y-4 {
    --transform-translate-y: 1rem !important
  }

  .xxxl\:translate-y-5 {
    --transform-translate-y: 1.25rem !important
  }

  .xxxl\:translate-y-6 {
    --transform-translate-y: 1.5rem !important
  }

  .xxxl\:translate-y-7 {
    --transform-translate-y: 1.8rem !important
  }

  .xxxl\:translate-y-8 {
    --transform-translate-y: 2rem !important
  }

  .xxxl\:translate-y-9 {
    --transform-translate-y: 2.4rem !important
  }

  .xxxl\:translate-y-10 {
    --transform-translate-y: 2.5rem !important
  }

  .xxxl\:translate-y-11 {
    --transform-translate-y: 2.6rem !important
  }

  .xxxl\:translate-y-12 {
    --transform-translate-y: 3rem !important
  }

  .xxxl\:translate-y-14 {
    --transform-translate-y: 3.6rem !important
  }

  .xxxl\:translate-y-15 {
    --transform-translate-y: 3.8rem !important
  }

  .xxxl\:translate-y-16 {
    --transform-translate-y: 4rem !important
  }

  .xxxl\:translate-y-18 {
    --transform-translate-y: 4.5rem !important
  }

  .xxxl\:translate-y-20 {
    --transform-translate-y: 5rem !important
  }

  .xxxl\:translate-y-21 {
    --transform-translate-y: 5.3rem !important
  }

  .xxxl\:translate-y-22 {
    --transform-translate-y: 5.7rem !important
  }

  .xxxl\:translate-y-24 {
    --transform-translate-y: 6rem !important
  }

  .xxxl\:translate-y-28 {
    --transform-translate-y: 7rem !important
  }

  .xxxl\:translate-y-30 {
    --transform-translate-y: 7.6rem !important
  }

  .xxxl\:translate-y-32 {
    --transform-translate-y: 8rem !important
  }

  .xxxl\:translate-y-36 {
    --transform-translate-y: 9.1rem !important
  }

  .xxxl\:translate-y-40 {
    --transform-translate-y: 10rem !important
  }

  .xxxl\:translate-y-46 {
    --transform-translate-y: 11.7rem !important
  }

  .xxxl\:translate-y-48 {
    --transform-translate-y: 12rem !important
  }

  .xxxl\:translate-y-56 {
    --transform-translate-y: 14rem !important
  }

  .xxxl\:translate-y-58 {
    --transform-translate-y: 14.7rem !important
  }

  .xxxl\:translate-y-62 {
    --transform-translate-y: 15.7rem !important
  }

  .xxxl\:translate-y-64 {
    --transform-translate-y: 16rem !important
  }

  .xxxl\:translate-y-69 {
    --transform-translate-y: 17.1rem !important
  }

  .xxxl\:translate-y-71 {
    --transform-translate-y: 17.9rem !important
  }

  .xxxl\:translate-y-72 {
    --transform-translate-y: 18.1rem !important
  }

  .xxxl\:translate-y-80 {
    --transform-translate-y: 20rem !important
  }

  .xxxl\:translate-y-100 {
    --transform-translate-y: 25rem !important
  }

  .xxxl\:translate-y-112 {
    --transform-translate-y: 28rem !important
  }

  .xxxl\:translate-y-128 {
    --transform-translate-y: 32rem !important
  }

  .xxxl\:translate-y-143 {
    --transform-translate-y: 35.9rem !important
  }

  .xxxl\:translate-y-149 {
    --transform-translate-y: 37.4rem !important
  }

  .xxxl\:translate-y-240 {
    --transform-translate-y: 60rem !important
  }

  .xxxl\:translate-y-280 {
    --transform-translate-y: 70rem !important
  }

  .xxxl\:translate-y-291 {
    --transform-translate-y: 72.9rem !important
  }

  .xxxl\:translate-y-316 {
    --transform-translate-y: 79rem !important
  }

  .xxxl\:translate-y-px {
    --transform-translate-y: 1px !important
  }

  .xxxl\:-translate-y-1 {
    --transform-translate-y: -0.25rem !important
  }

  .xxxl\:-translate-y-2 {
    --transform-translate-y: -0.5rem !important
  }

  .xxxl\:-translate-y-3 {
    --transform-translate-y: -0.75rem !important
  }

  .xxxl\:-translate-y-4 {
    --transform-translate-y: -1rem !important
  }

  .xxxl\:-translate-y-5 {
    --transform-translate-y: -1.25rem !important
  }

  .xxxl\:-translate-y-6 {
    --transform-translate-y: -1.5rem !important
  }

  .xxxl\:-translate-y-7 {
    --transform-translate-y: -1.8rem !important
  }

  .xxxl\:-translate-y-8 {
    --transform-translate-y: -2rem !important
  }

  .xxxl\:-translate-y-9 {
    --transform-translate-y: -2.4rem !important
  }

  .xxxl\:-translate-y-10 {
    --transform-translate-y: -2.5rem !important
  }

  .xxxl\:-translate-y-11 {
    --transform-translate-y: -2.6rem !important
  }

  .xxxl\:-translate-y-12 {
    --transform-translate-y: -3rem !important
  }

  .xxxl\:-translate-y-14 {
    --transform-translate-y: -3.6rem !important
  }

  .xxxl\:-translate-y-15 {
    --transform-translate-y: -3.8rem !important
  }

  .xxxl\:-translate-y-16 {
    --transform-translate-y: -4rem !important
  }

  .xxxl\:-translate-y-18 {
    --transform-translate-y: -4.5rem !important
  }

  .xxxl\:-translate-y-20 {
    --transform-translate-y: -5rem !important
  }

  .xxxl\:-translate-y-21 {
    --transform-translate-y: -5.3rem !important
  }

  .xxxl\:-translate-y-22 {
    --transform-translate-y: -5.7rem !important
  }

  .xxxl\:-translate-y-24 {
    --transform-translate-y: -6rem !important
  }

  .xxxl\:-translate-y-28 {
    --transform-translate-y: -7rem !important
  }

  .xxxl\:-translate-y-30 {
    --transform-translate-y: -7.6rem !important
  }

  .xxxl\:-translate-y-32 {
    --transform-translate-y: -8rem !important
  }

  .xxxl\:-translate-y-36 {
    --transform-translate-y: -9.1rem !important
  }

  .xxxl\:-translate-y-40 {
    --transform-translate-y: -10rem !important
  }

  .xxxl\:-translate-y-46 {
    --transform-translate-y: -11.7rem !important
  }

  .xxxl\:-translate-y-48 {
    --transform-translate-y: -12rem !important
  }

  .xxxl\:-translate-y-56 {
    --transform-translate-y: -14rem !important
  }

  .xxxl\:-translate-y-58 {
    --transform-translate-y: -14.7rem !important
  }

  .xxxl\:-translate-y-62 {
    --transform-translate-y: -15.7rem !important
  }

  .xxxl\:-translate-y-64 {
    --transform-translate-y: -16rem !important
  }

  .xxxl\:-translate-y-69 {
    --transform-translate-y: -17.1rem !important
  }

  .xxxl\:-translate-y-71 {
    --transform-translate-y: -17.9rem !important
  }

  .xxxl\:-translate-y-72 {
    --transform-translate-y: -18.1rem !important
  }

  .xxxl\:-translate-y-80 {
    --transform-translate-y: -20rem !important
  }

  .xxxl\:-translate-y-100 {
    --transform-translate-y: -25rem !important
  }

  .xxxl\:-translate-y-112 {
    --transform-translate-y: -28rem !important
  }

  .xxxl\:-translate-y-128 {
    --transform-translate-y: -32rem !important
  }

  .xxxl\:-translate-y-143 {
    --transform-translate-y: -35.9rem !important
  }

  .xxxl\:-translate-y-149 {
    --transform-translate-y: -37.4rem !important
  }

  .xxxl\:-translate-y-240 {
    --transform-translate-y: -60rem !important
  }

  .xxxl\:-translate-y-280 {
    --transform-translate-y: -70rem !important
  }

  .xxxl\:-translate-y-291 {
    --transform-translate-y: -72.9rem !important
  }

  .xxxl\:-translate-y-316 {
    --transform-translate-y: -79rem !important
  }

  .xxxl\:-translate-y-px {
    --transform-translate-y: -1px !important
  }

  .xxxl\:-translate-y-full {
    --transform-translate-y: -100% !important
  }

  .xxxl\:-translate-y-1\/2 {
    --transform-translate-y: -50% !important
  }

  .xxxl\:translate-y-1\/2 {
    --transform-translate-y: 50% !important
  }

  .xxxl\:translate-y-full {
    --transform-translate-y: 100% !important
  }

  .xxxl\:hover\:translate-x-0:hover {
    --transform-translate-x: 0 !important
  }

  .xxxl\:hover\:translate-x-1:hover {
    --transform-translate-x: 0.25rem !important
  }

  .xxxl\:hover\:translate-x-2:hover {
    --transform-translate-x: 0.5rem !important
  }

  .xxxl\:hover\:translate-x-3:hover {
    --transform-translate-x: 0.75rem !important
  }

  .xxxl\:hover\:translate-x-4:hover {
    --transform-translate-x: 1rem !important
  }

  .xxxl\:hover\:translate-x-5:hover {
    --transform-translate-x: 1.25rem !important
  }

  .xxxl\:hover\:translate-x-6:hover {
    --transform-translate-x: 1.5rem !important
  }

  .xxxl\:hover\:translate-x-7:hover {
    --transform-translate-x: 1.8rem !important
  }

  .xxxl\:hover\:translate-x-8:hover {
    --transform-translate-x: 2rem !important
  }

  .xxxl\:hover\:translate-x-9:hover {
    --transform-translate-x: 2.4rem !important
  }

  .xxxl\:hover\:translate-x-10:hover {
    --transform-translate-x: 2.5rem !important
  }

  .xxxl\:hover\:translate-x-11:hover {
    --transform-translate-x: 2.6rem !important
  }

  .xxxl\:hover\:translate-x-12:hover {
    --transform-translate-x: 3rem !important
  }

  .xxxl\:hover\:translate-x-14:hover {
    --transform-translate-x: 3.6rem !important
  }

  .xxxl\:hover\:translate-x-15:hover {
    --transform-translate-x: 3.8rem !important
  }

  .xxxl\:hover\:translate-x-16:hover {
    --transform-translate-x: 4rem !important
  }

  .xxxl\:hover\:translate-x-18:hover {
    --transform-translate-x: 4.5rem !important
  }

  .xxxl\:hover\:translate-x-20:hover {
    --transform-translate-x: 5rem !important
  }

  .xxxl\:hover\:translate-x-21:hover {
    --transform-translate-x: 5.3rem !important
  }

  .xxxl\:hover\:translate-x-22:hover {
    --transform-translate-x: 5.7rem !important
  }

  .xxxl\:hover\:translate-x-24:hover {
    --transform-translate-x: 6rem !important
  }

  .xxxl\:hover\:translate-x-28:hover {
    --transform-translate-x: 7rem !important
  }

  .xxxl\:hover\:translate-x-30:hover {
    --transform-translate-x: 7.6rem !important
  }

  .xxxl\:hover\:translate-x-32:hover {
    --transform-translate-x: 8rem !important
  }

  .xxxl\:hover\:translate-x-36:hover {
    --transform-translate-x: 9.1rem !important
  }

  .xxxl\:hover\:translate-x-40:hover {
    --transform-translate-x: 10rem !important
  }

  .xxxl\:hover\:translate-x-46:hover {
    --transform-translate-x: 11.7rem !important
  }

  .xxxl\:hover\:translate-x-48:hover {
    --transform-translate-x: 12rem !important
  }

  .xxxl\:hover\:translate-x-56:hover {
    --transform-translate-x: 14rem !important
  }

  .xxxl\:hover\:translate-x-58:hover {
    --transform-translate-x: 14.7rem !important
  }

  .xxxl\:hover\:translate-x-62:hover {
    --transform-translate-x: 15.7rem !important
  }

  .xxxl\:hover\:translate-x-64:hover {
    --transform-translate-x: 16rem !important
  }

  .xxxl\:hover\:translate-x-69:hover {
    --transform-translate-x: 17.1rem !important
  }

  .xxxl\:hover\:translate-x-71:hover {
    --transform-translate-x: 17.9rem !important
  }

  .xxxl\:hover\:translate-x-72:hover {
    --transform-translate-x: 18.1rem !important
  }

  .xxxl\:hover\:translate-x-80:hover {
    --transform-translate-x: 20rem !important
  }

  .xxxl\:hover\:translate-x-100:hover {
    --transform-translate-x: 25rem !important
  }

  .xxxl\:hover\:translate-x-112:hover {
    --transform-translate-x: 28rem !important
  }

  .xxxl\:hover\:translate-x-128:hover {
    --transform-translate-x: 32rem !important
  }

  .xxxl\:hover\:translate-x-143:hover {
    --transform-translate-x: 35.9rem !important
  }

  .xxxl\:hover\:translate-x-149:hover {
    --transform-translate-x: 37.4rem !important
  }

  .xxxl\:hover\:translate-x-240:hover {
    --transform-translate-x: 60rem !important
  }

  .xxxl\:hover\:translate-x-280:hover {
    --transform-translate-x: 70rem !important
  }

  .xxxl\:hover\:translate-x-291:hover {
    --transform-translate-x: 72.9rem !important
  }

  .xxxl\:hover\:translate-x-316:hover {
    --transform-translate-x: 79rem !important
  }

  .xxxl\:hover\:translate-x-px:hover {
    --transform-translate-x: 1px !important
  }

  .xxxl\:hover\:-translate-x-1:hover {
    --transform-translate-x: -0.25rem !important
  }

  .xxxl\:hover\:-translate-x-2:hover {
    --transform-translate-x: -0.5rem !important
  }

  .xxxl\:hover\:-translate-x-3:hover {
    --transform-translate-x: -0.75rem !important
  }

  .xxxl\:hover\:-translate-x-4:hover {
    --transform-translate-x: -1rem !important
  }

  .xxxl\:hover\:-translate-x-5:hover {
    --transform-translate-x: -1.25rem !important
  }

  .xxxl\:hover\:-translate-x-6:hover {
    --transform-translate-x: -1.5rem !important
  }

  .xxxl\:hover\:-translate-x-7:hover {
    --transform-translate-x: -1.8rem !important
  }

  .xxxl\:hover\:-translate-x-8:hover {
    --transform-translate-x: -2rem !important
  }

  .xxxl\:hover\:-translate-x-9:hover {
    --transform-translate-x: -2.4rem !important
  }

  .xxxl\:hover\:-translate-x-10:hover {
    --transform-translate-x: -2.5rem !important
  }

  .xxxl\:hover\:-translate-x-11:hover {
    --transform-translate-x: -2.6rem !important
  }

  .xxxl\:hover\:-translate-x-12:hover {
    --transform-translate-x: -3rem !important
  }

  .xxxl\:hover\:-translate-x-14:hover {
    --transform-translate-x: -3.6rem !important
  }

  .xxxl\:hover\:-translate-x-15:hover {
    --transform-translate-x: -3.8rem !important
  }

  .xxxl\:hover\:-translate-x-16:hover {
    --transform-translate-x: -4rem !important
  }

  .xxxl\:hover\:-translate-x-18:hover {
    --transform-translate-x: -4.5rem !important
  }

  .xxxl\:hover\:-translate-x-20:hover {
    --transform-translate-x: -5rem !important
  }

  .xxxl\:hover\:-translate-x-21:hover {
    --transform-translate-x: -5.3rem !important
  }

  .xxxl\:hover\:-translate-x-22:hover {
    --transform-translate-x: -5.7rem !important
  }

  .xxxl\:hover\:-translate-x-24:hover {
    --transform-translate-x: -6rem !important
  }

  .xxxl\:hover\:-translate-x-28:hover {
    --transform-translate-x: -7rem !important
  }

  .xxxl\:hover\:-translate-x-30:hover {
    --transform-translate-x: -7.6rem !important
  }

  .xxxl\:hover\:-translate-x-32:hover {
    --transform-translate-x: -8rem !important
  }

  .xxxl\:hover\:-translate-x-36:hover {
    --transform-translate-x: -9.1rem !important
  }

  .xxxl\:hover\:-translate-x-40:hover {
    --transform-translate-x: -10rem !important
  }

  .xxxl\:hover\:-translate-x-46:hover {
    --transform-translate-x: -11.7rem !important
  }

  .xxxl\:hover\:-translate-x-48:hover {
    --transform-translate-x: -12rem !important
  }

  .xxxl\:hover\:-translate-x-56:hover {
    --transform-translate-x: -14rem !important
  }

  .xxxl\:hover\:-translate-x-58:hover {
    --transform-translate-x: -14.7rem !important
  }

  .xxxl\:hover\:-translate-x-62:hover {
    --transform-translate-x: -15.7rem !important
  }

  .xxxl\:hover\:-translate-x-64:hover {
    --transform-translate-x: -16rem !important
  }

  .xxxl\:hover\:-translate-x-69:hover {
    --transform-translate-x: -17.1rem !important
  }

  .xxxl\:hover\:-translate-x-71:hover {
    --transform-translate-x: -17.9rem !important
  }

  .xxxl\:hover\:-translate-x-72:hover {
    --transform-translate-x: -18.1rem !important
  }

  .xxxl\:hover\:-translate-x-80:hover {
    --transform-translate-x: -20rem !important
  }

  .xxxl\:hover\:-translate-x-100:hover {
    --transform-translate-x: -25rem !important
  }

  .xxxl\:hover\:-translate-x-112:hover {
    --transform-translate-x: -28rem !important
  }

  .xxxl\:hover\:-translate-x-128:hover {
    --transform-translate-x: -32rem !important
  }

  .xxxl\:hover\:-translate-x-143:hover {
    --transform-translate-x: -35.9rem !important
  }

  .xxxl\:hover\:-translate-x-149:hover {
    --transform-translate-x: -37.4rem !important
  }

  .xxxl\:hover\:-translate-x-240:hover {
    --transform-translate-x: -60rem !important
  }

  .xxxl\:hover\:-translate-x-280:hover {
    --transform-translate-x: -70rem !important
  }

  .xxxl\:hover\:-translate-x-291:hover {
    --transform-translate-x: -72.9rem !important
  }

  .xxxl\:hover\:-translate-x-316:hover {
    --transform-translate-x: -79rem !important
  }

  .xxxl\:hover\:-translate-x-px:hover {
    --transform-translate-x: -1px !important
  }

  .xxxl\:hover\:-translate-x-full:hover {
    --transform-translate-x: -100% !important
  }

  .xxxl\:hover\:-translate-x-1\/2:hover {
    --transform-translate-x: -50% !important
  }

  .xxxl\:hover\:translate-x-1\/2:hover {
    --transform-translate-x: 50% !important
  }

  .xxxl\:hover\:translate-x-full:hover {
    --transform-translate-x: 100% !important
  }

  .xxxl\:hover\:translate-y-0:hover {
    --transform-translate-y: 0 !important
  }

  .xxxl\:hover\:translate-y-1:hover {
    --transform-translate-y: 0.25rem !important
  }

  .xxxl\:hover\:translate-y-2:hover {
    --transform-translate-y: 0.5rem !important
  }

  .xxxl\:hover\:translate-y-3:hover {
    --transform-translate-y: 0.75rem !important
  }

  .xxxl\:hover\:translate-y-4:hover {
    --transform-translate-y: 1rem !important
  }

  .xxxl\:hover\:translate-y-5:hover {
    --transform-translate-y: 1.25rem !important
  }

  .xxxl\:hover\:translate-y-6:hover {
    --transform-translate-y: 1.5rem !important
  }

  .xxxl\:hover\:translate-y-7:hover {
    --transform-translate-y: 1.8rem !important
  }

  .xxxl\:hover\:translate-y-8:hover {
    --transform-translate-y: 2rem !important
  }

  .xxxl\:hover\:translate-y-9:hover {
    --transform-translate-y: 2.4rem !important
  }

  .xxxl\:hover\:translate-y-10:hover {
    --transform-translate-y: 2.5rem !important
  }

  .xxxl\:hover\:translate-y-11:hover {
    --transform-translate-y: 2.6rem !important
  }

  .xxxl\:hover\:translate-y-12:hover {
    --transform-translate-y: 3rem !important
  }

  .xxxl\:hover\:translate-y-14:hover {
    --transform-translate-y: 3.6rem !important
  }

  .xxxl\:hover\:translate-y-15:hover {
    --transform-translate-y: 3.8rem !important
  }

  .xxxl\:hover\:translate-y-16:hover {
    --transform-translate-y: 4rem !important
  }

  .xxxl\:hover\:translate-y-18:hover {
    --transform-translate-y: 4.5rem !important
  }

  .xxxl\:hover\:translate-y-20:hover {
    --transform-translate-y: 5rem !important
  }

  .xxxl\:hover\:translate-y-21:hover {
    --transform-translate-y: 5.3rem !important
  }

  .xxxl\:hover\:translate-y-22:hover {
    --transform-translate-y: 5.7rem !important
  }

  .xxxl\:hover\:translate-y-24:hover {
    --transform-translate-y: 6rem !important
  }

  .xxxl\:hover\:translate-y-28:hover {
    --transform-translate-y: 7rem !important
  }

  .xxxl\:hover\:translate-y-30:hover {
    --transform-translate-y: 7.6rem !important
  }

  .xxxl\:hover\:translate-y-32:hover {
    --transform-translate-y: 8rem !important
  }

  .xxxl\:hover\:translate-y-36:hover {
    --transform-translate-y: 9.1rem !important
  }

  .xxxl\:hover\:translate-y-40:hover {
    --transform-translate-y: 10rem !important
  }

  .xxxl\:hover\:translate-y-46:hover {
    --transform-translate-y: 11.7rem !important
  }

  .xxxl\:hover\:translate-y-48:hover {
    --transform-translate-y: 12rem !important
  }

  .xxxl\:hover\:translate-y-56:hover {
    --transform-translate-y: 14rem !important
  }

  .xxxl\:hover\:translate-y-58:hover {
    --transform-translate-y: 14.7rem !important
  }

  .xxxl\:hover\:translate-y-62:hover {
    --transform-translate-y: 15.7rem !important
  }

  .xxxl\:hover\:translate-y-64:hover {
    --transform-translate-y: 16rem !important
  }

  .xxxl\:hover\:translate-y-69:hover {
    --transform-translate-y: 17.1rem !important
  }

  .xxxl\:hover\:translate-y-71:hover {
    --transform-translate-y: 17.9rem !important
  }

  .xxxl\:hover\:translate-y-72:hover {
    --transform-translate-y: 18.1rem !important
  }

  .xxxl\:hover\:translate-y-80:hover {
    --transform-translate-y: 20rem !important
  }

  .xxxl\:hover\:translate-y-100:hover {
    --transform-translate-y: 25rem !important
  }

  .xxxl\:hover\:translate-y-112:hover {
    --transform-translate-y: 28rem !important
  }

  .xxxl\:hover\:translate-y-128:hover {
    --transform-translate-y: 32rem !important
  }

  .xxxl\:hover\:translate-y-143:hover {
    --transform-translate-y: 35.9rem !important
  }

  .xxxl\:hover\:translate-y-149:hover {
    --transform-translate-y: 37.4rem !important
  }

  .xxxl\:hover\:translate-y-240:hover {
    --transform-translate-y: 60rem !important
  }

  .xxxl\:hover\:translate-y-280:hover {
    --transform-translate-y: 70rem !important
  }

  .xxxl\:hover\:translate-y-291:hover {
    --transform-translate-y: 72.9rem !important
  }

  .xxxl\:hover\:translate-y-316:hover {
    --transform-translate-y: 79rem !important
  }

  .xxxl\:hover\:translate-y-px:hover {
    --transform-translate-y: 1px !important
  }

  .xxxl\:hover\:-translate-y-1:hover {
    --transform-translate-y: -0.25rem !important
  }

  .xxxl\:hover\:-translate-y-2:hover {
    --transform-translate-y: -0.5rem !important
  }

  .xxxl\:hover\:-translate-y-3:hover {
    --transform-translate-y: -0.75rem !important
  }

  .xxxl\:hover\:-translate-y-4:hover {
    --transform-translate-y: -1rem !important
  }

  .xxxl\:hover\:-translate-y-5:hover {
    --transform-translate-y: -1.25rem !important
  }

  .xxxl\:hover\:-translate-y-6:hover {
    --transform-translate-y: -1.5rem !important
  }

  .xxxl\:hover\:-translate-y-7:hover {
    --transform-translate-y: -1.8rem !important
  }

  .xxxl\:hover\:-translate-y-8:hover {
    --transform-translate-y: -2rem !important
  }

  .xxxl\:hover\:-translate-y-9:hover {
    --transform-translate-y: -2.4rem !important
  }

  .xxxl\:hover\:-translate-y-10:hover {
    --transform-translate-y: -2.5rem !important
  }

  .xxxl\:hover\:-translate-y-11:hover {
    --transform-translate-y: -2.6rem !important
  }

  .xxxl\:hover\:-translate-y-12:hover {
    --transform-translate-y: -3rem !important
  }

  .xxxl\:hover\:-translate-y-14:hover {
    --transform-translate-y: -3.6rem !important
  }

  .xxxl\:hover\:-translate-y-15:hover {
    --transform-translate-y: -3.8rem !important
  }

  .xxxl\:hover\:-translate-y-16:hover {
    --transform-translate-y: -4rem !important
  }

  .xxxl\:hover\:-translate-y-18:hover {
    --transform-translate-y: -4.5rem !important
  }

  .xxxl\:hover\:-translate-y-20:hover {
    --transform-translate-y: -5rem !important
  }

  .xxxl\:hover\:-translate-y-21:hover {
    --transform-translate-y: -5.3rem !important
  }

  .xxxl\:hover\:-translate-y-22:hover {
    --transform-translate-y: -5.7rem !important
  }

  .xxxl\:hover\:-translate-y-24:hover {
    --transform-translate-y: -6rem !important
  }

  .xxxl\:hover\:-translate-y-28:hover {
    --transform-translate-y: -7rem !important
  }

  .xxxl\:hover\:-translate-y-30:hover {
    --transform-translate-y: -7.6rem !important
  }

  .xxxl\:hover\:-translate-y-32:hover {
    --transform-translate-y: -8rem !important
  }

  .xxxl\:hover\:-translate-y-36:hover {
    --transform-translate-y: -9.1rem !important
  }

  .xxxl\:hover\:-translate-y-40:hover {
    --transform-translate-y: -10rem !important
  }

  .xxxl\:hover\:-translate-y-46:hover {
    --transform-translate-y: -11.7rem !important
  }

  .xxxl\:hover\:-translate-y-48:hover {
    --transform-translate-y: -12rem !important
  }

  .xxxl\:hover\:-translate-y-56:hover {
    --transform-translate-y: -14rem !important
  }

  .xxxl\:hover\:-translate-y-58:hover {
    --transform-translate-y: -14.7rem !important
  }

  .xxxl\:hover\:-translate-y-62:hover {
    --transform-translate-y: -15.7rem !important
  }

  .xxxl\:hover\:-translate-y-64:hover {
    --transform-translate-y: -16rem !important
  }

  .xxxl\:hover\:-translate-y-69:hover {
    --transform-translate-y: -17.1rem !important
  }

  .xxxl\:hover\:-translate-y-71:hover {
    --transform-translate-y: -17.9rem !important
  }

  .xxxl\:hover\:-translate-y-72:hover {
    --transform-translate-y: -18.1rem !important
  }

  .xxxl\:hover\:-translate-y-80:hover {
    --transform-translate-y: -20rem !important
  }

  .xxxl\:hover\:-translate-y-100:hover {
    --transform-translate-y: -25rem !important
  }

  .xxxl\:hover\:-translate-y-112:hover {
    --transform-translate-y: -28rem !important
  }

  .xxxl\:hover\:-translate-y-128:hover {
    --transform-translate-y: -32rem !important
  }

  .xxxl\:hover\:-translate-y-143:hover {
    --transform-translate-y: -35.9rem !important
  }

  .xxxl\:hover\:-translate-y-149:hover {
    --transform-translate-y: -37.4rem !important
  }

  .xxxl\:hover\:-translate-y-240:hover {
    --transform-translate-y: -60rem !important
  }

  .xxxl\:hover\:-translate-y-280:hover {
    --transform-translate-y: -70rem !important
  }

  .xxxl\:hover\:-translate-y-291:hover {
    --transform-translate-y: -72.9rem !important
  }

  .xxxl\:hover\:-translate-y-316:hover {
    --transform-translate-y: -79rem !important
  }

  .xxxl\:hover\:-translate-y-px:hover {
    --transform-translate-y: -1px !important
  }

  .xxxl\:hover\:-translate-y-full:hover {
    --transform-translate-y: -100% !important
  }

  .xxxl\:hover\:-translate-y-1\/2:hover {
    --transform-translate-y: -50% !important
  }

  .xxxl\:hover\:translate-y-1\/2:hover {
    --transform-translate-y: 50% !important
  }

  .xxxl\:hover\:translate-y-full:hover {
    --transform-translate-y: 100% !important
  }

  .xxxl\:focus\:translate-x-0:focus {
    --transform-translate-x: 0 !important
  }

  .xxxl\:focus\:translate-x-1:focus {
    --transform-translate-x: 0.25rem !important
  }

  .xxxl\:focus\:translate-x-2:focus {
    --transform-translate-x: 0.5rem !important
  }

  .xxxl\:focus\:translate-x-3:focus {
    --transform-translate-x: 0.75rem !important
  }

  .xxxl\:focus\:translate-x-4:focus {
    --transform-translate-x: 1rem !important
  }

  .xxxl\:focus\:translate-x-5:focus {
    --transform-translate-x: 1.25rem !important
  }

  .xxxl\:focus\:translate-x-6:focus {
    --transform-translate-x: 1.5rem !important
  }

  .xxxl\:focus\:translate-x-7:focus {
    --transform-translate-x: 1.8rem !important
  }

  .xxxl\:focus\:translate-x-8:focus {
    --transform-translate-x: 2rem !important
  }

  .xxxl\:focus\:translate-x-9:focus {
    --transform-translate-x: 2.4rem !important
  }

  .xxxl\:focus\:translate-x-10:focus {
    --transform-translate-x: 2.5rem !important
  }

  .xxxl\:focus\:translate-x-11:focus {
    --transform-translate-x: 2.6rem !important
  }

  .xxxl\:focus\:translate-x-12:focus {
    --transform-translate-x: 3rem !important
  }

  .xxxl\:focus\:translate-x-14:focus {
    --transform-translate-x: 3.6rem !important
  }

  .xxxl\:focus\:translate-x-15:focus {
    --transform-translate-x: 3.8rem !important
  }

  .xxxl\:focus\:translate-x-16:focus {
    --transform-translate-x: 4rem !important
  }

  .xxxl\:focus\:translate-x-18:focus {
    --transform-translate-x: 4.5rem !important
  }

  .xxxl\:focus\:translate-x-20:focus {
    --transform-translate-x: 5rem !important
  }

  .xxxl\:focus\:translate-x-21:focus {
    --transform-translate-x: 5.3rem !important
  }

  .xxxl\:focus\:translate-x-22:focus {
    --transform-translate-x: 5.7rem !important
  }

  .xxxl\:focus\:translate-x-24:focus {
    --transform-translate-x: 6rem !important
  }

  .xxxl\:focus\:translate-x-28:focus {
    --transform-translate-x: 7rem !important
  }

  .xxxl\:focus\:translate-x-30:focus {
    --transform-translate-x: 7.6rem !important
  }

  .xxxl\:focus\:translate-x-32:focus {
    --transform-translate-x: 8rem !important
  }

  .xxxl\:focus\:translate-x-36:focus {
    --transform-translate-x: 9.1rem !important
  }

  .xxxl\:focus\:translate-x-40:focus {
    --transform-translate-x: 10rem !important
  }

  .xxxl\:focus\:translate-x-46:focus {
    --transform-translate-x: 11.7rem !important
  }

  .xxxl\:focus\:translate-x-48:focus {
    --transform-translate-x: 12rem !important
  }

  .xxxl\:focus\:translate-x-56:focus {
    --transform-translate-x: 14rem !important
  }

  .xxxl\:focus\:translate-x-58:focus {
    --transform-translate-x: 14.7rem !important
  }

  .xxxl\:focus\:translate-x-62:focus {
    --transform-translate-x: 15.7rem !important
  }

  .xxxl\:focus\:translate-x-64:focus {
    --transform-translate-x: 16rem !important
  }

  .xxxl\:focus\:translate-x-69:focus {
    --transform-translate-x: 17.1rem !important
  }

  .xxxl\:focus\:translate-x-71:focus {
    --transform-translate-x: 17.9rem !important
  }

  .xxxl\:focus\:translate-x-72:focus {
    --transform-translate-x: 18.1rem !important
  }

  .xxxl\:focus\:translate-x-80:focus {
    --transform-translate-x: 20rem !important
  }

  .xxxl\:focus\:translate-x-100:focus {
    --transform-translate-x: 25rem !important
  }

  .xxxl\:focus\:translate-x-112:focus {
    --transform-translate-x: 28rem !important
  }

  .xxxl\:focus\:translate-x-128:focus {
    --transform-translate-x: 32rem !important
  }

  .xxxl\:focus\:translate-x-143:focus {
    --transform-translate-x: 35.9rem !important
  }

  .xxxl\:focus\:translate-x-149:focus {
    --transform-translate-x: 37.4rem !important
  }

  .xxxl\:focus\:translate-x-240:focus {
    --transform-translate-x: 60rem !important
  }

  .xxxl\:focus\:translate-x-280:focus {
    --transform-translate-x: 70rem !important
  }

  .xxxl\:focus\:translate-x-291:focus {
    --transform-translate-x: 72.9rem !important
  }

  .xxxl\:focus\:translate-x-316:focus {
    --transform-translate-x: 79rem !important
  }

  .xxxl\:focus\:translate-x-px:focus {
    --transform-translate-x: 1px !important
  }

  .xxxl\:focus\:-translate-x-1:focus {
    --transform-translate-x: -0.25rem !important
  }

  .xxxl\:focus\:-translate-x-2:focus {
    --transform-translate-x: -0.5rem !important
  }

  .xxxl\:focus\:-translate-x-3:focus {
    --transform-translate-x: -0.75rem !important
  }

  .xxxl\:focus\:-translate-x-4:focus {
    --transform-translate-x: -1rem !important
  }

  .xxxl\:focus\:-translate-x-5:focus {
    --transform-translate-x: -1.25rem !important
  }

  .xxxl\:focus\:-translate-x-6:focus {
    --transform-translate-x: -1.5rem !important
  }

  .xxxl\:focus\:-translate-x-7:focus {
    --transform-translate-x: -1.8rem !important
  }

  .xxxl\:focus\:-translate-x-8:focus {
    --transform-translate-x: -2rem !important
  }

  .xxxl\:focus\:-translate-x-9:focus {
    --transform-translate-x: -2.4rem !important
  }

  .xxxl\:focus\:-translate-x-10:focus {
    --transform-translate-x: -2.5rem !important
  }

  .xxxl\:focus\:-translate-x-11:focus {
    --transform-translate-x: -2.6rem !important
  }

  .xxxl\:focus\:-translate-x-12:focus {
    --transform-translate-x: -3rem !important
  }

  .xxxl\:focus\:-translate-x-14:focus {
    --transform-translate-x: -3.6rem !important
  }

  .xxxl\:focus\:-translate-x-15:focus {
    --transform-translate-x: -3.8rem !important
  }

  .xxxl\:focus\:-translate-x-16:focus {
    --transform-translate-x: -4rem !important
  }

  .xxxl\:focus\:-translate-x-18:focus {
    --transform-translate-x: -4.5rem !important
  }

  .xxxl\:focus\:-translate-x-20:focus {
    --transform-translate-x: -5rem !important
  }

  .xxxl\:focus\:-translate-x-21:focus {
    --transform-translate-x: -5.3rem !important
  }

  .xxxl\:focus\:-translate-x-22:focus {
    --transform-translate-x: -5.7rem !important
  }

  .xxxl\:focus\:-translate-x-24:focus {
    --transform-translate-x: -6rem !important
  }

  .xxxl\:focus\:-translate-x-28:focus {
    --transform-translate-x: -7rem !important
  }

  .xxxl\:focus\:-translate-x-30:focus {
    --transform-translate-x: -7.6rem !important
  }

  .xxxl\:focus\:-translate-x-32:focus {
    --transform-translate-x: -8rem !important
  }

  .xxxl\:focus\:-translate-x-36:focus {
    --transform-translate-x: -9.1rem !important
  }

  .xxxl\:focus\:-translate-x-40:focus {
    --transform-translate-x: -10rem !important
  }

  .xxxl\:focus\:-translate-x-46:focus {
    --transform-translate-x: -11.7rem !important
  }

  .xxxl\:focus\:-translate-x-48:focus {
    --transform-translate-x: -12rem !important
  }

  .xxxl\:focus\:-translate-x-56:focus {
    --transform-translate-x: -14rem !important
  }

  .xxxl\:focus\:-translate-x-58:focus {
    --transform-translate-x: -14.7rem !important
  }

  .xxxl\:focus\:-translate-x-62:focus {
    --transform-translate-x: -15.7rem !important
  }

  .xxxl\:focus\:-translate-x-64:focus {
    --transform-translate-x: -16rem !important
  }

  .xxxl\:focus\:-translate-x-69:focus {
    --transform-translate-x: -17.1rem !important
  }

  .xxxl\:focus\:-translate-x-71:focus {
    --transform-translate-x: -17.9rem !important
  }

  .xxxl\:focus\:-translate-x-72:focus {
    --transform-translate-x: -18.1rem !important
  }

  .xxxl\:focus\:-translate-x-80:focus {
    --transform-translate-x: -20rem !important
  }

  .xxxl\:focus\:-translate-x-100:focus {
    --transform-translate-x: -25rem !important
  }

  .xxxl\:focus\:-translate-x-112:focus {
    --transform-translate-x: -28rem !important
  }

  .xxxl\:focus\:-translate-x-128:focus {
    --transform-translate-x: -32rem !important
  }

  .xxxl\:focus\:-translate-x-143:focus {
    --transform-translate-x: -35.9rem !important
  }

  .xxxl\:focus\:-translate-x-149:focus {
    --transform-translate-x: -37.4rem !important
  }

  .xxxl\:focus\:-translate-x-240:focus {
    --transform-translate-x: -60rem !important
  }

  .xxxl\:focus\:-translate-x-280:focus {
    --transform-translate-x: -70rem !important
  }

  .xxxl\:focus\:-translate-x-291:focus {
    --transform-translate-x: -72.9rem !important
  }

  .xxxl\:focus\:-translate-x-316:focus {
    --transform-translate-x: -79rem !important
  }

  .xxxl\:focus\:-translate-x-px:focus {
    --transform-translate-x: -1px !important
  }

  .xxxl\:focus\:-translate-x-full:focus {
    --transform-translate-x: -100% !important
  }

  .xxxl\:focus\:-translate-x-1\/2:focus {
    --transform-translate-x: -50% !important
  }

  .xxxl\:focus\:translate-x-1\/2:focus {
    --transform-translate-x: 50% !important
  }

  .xxxl\:focus\:translate-x-full:focus {
    --transform-translate-x: 100% !important
  }

  .xxxl\:focus\:translate-y-0:focus {
    --transform-translate-y: 0 !important
  }

  .xxxl\:focus\:translate-y-1:focus {
    --transform-translate-y: 0.25rem !important
  }

  .xxxl\:focus\:translate-y-2:focus {
    --transform-translate-y: 0.5rem !important
  }

  .xxxl\:focus\:translate-y-3:focus {
    --transform-translate-y: 0.75rem !important
  }

  .xxxl\:focus\:translate-y-4:focus {
    --transform-translate-y: 1rem !important
  }

  .xxxl\:focus\:translate-y-5:focus {
    --transform-translate-y: 1.25rem !important
  }

  .xxxl\:focus\:translate-y-6:focus {
    --transform-translate-y: 1.5rem !important
  }

  .xxxl\:focus\:translate-y-7:focus {
    --transform-translate-y: 1.8rem !important
  }

  .xxxl\:focus\:translate-y-8:focus {
    --transform-translate-y: 2rem !important
  }

  .xxxl\:focus\:translate-y-9:focus {
    --transform-translate-y: 2.4rem !important
  }

  .xxxl\:focus\:translate-y-10:focus {
    --transform-translate-y: 2.5rem !important
  }

  .xxxl\:focus\:translate-y-11:focus {
    --transform-translate-y: 2.6rem !important
  }

  .xxxl\:focus\:translate-y-12:focus {
    --transform-translate-y: 3rem !important
  }

  .xxxl\:focus\:translate-y-14:focus {
    --transform-translate-y: 3.6rem !important
  }

  .xxxl\:focus\:translate-y-15:focus {
    --transform-translate-y: 3.8rem !important
  }

  .xxxl\:focus\:translate-y-16:focus {
    --transform-translate-y: 4rem !important
  }

  .xxxl\:focus\:translate-y-18:focus {
    --transform-translate-y: 4.5rem !important
  }

  .xxxl\:focus\:translate-y-20:focus {
    --transform-translate-y: 5rem !important
  }

  .xxxl\:focus\:translate-y-21:focus {
    --transform-translate-y: 5.3rem !important
  }

  .xxxl\:focus\:translate-y-22:focus {
    --transform-translate-y: 5.7rem !important
  }

  .xxxl\:focus\:translate-y-24:focus {
    --transform-translate-y: 6rem !important
  }

  .xxxl\:focus\:translate-y-28:focus {
    --transform-translate-y: 7rem !important
  }

  .xxxl\:focus\:translate-y-30:focus {
    --transform-translate-y: 7.6rem !important
  }

  .xxxl\:focus\:translate-y-32:focus {
    --transform-translate-y: 8rem !important
  }

  .xxxl\:focus\:translate-y-36:focus {
    --transform-translate-y: 9.1rem !important
  }

  .xxxl\:focus\:translate-y-40:focus {
    --transform-translate-y: 10rem !important
  }

  .xxxl\:focus\:translate-y-46:focus {
    --transform-translate-y: 11.7rem !important
  }

  .xxxl\:focus\:translate-y-48:focus {
    --transform-translate-y: 12rem !important
  }

  .xxxl\:focus\:translate-y-56:focus {
    --transform-translate-y: 14rem !important
  }

  .xxxl\:focus\:translate-y-58:focus {
    --transform-translate-y: 14.7rem !important
  }

  .xxxl\:focus\:translate-y-62:focus {
    --transform-translate-y: 15.7rem !important
  }

  .xxxl\:focus\:translate-y-64:focus {
    --transform-translate-y: 16rem !important
  }

  .xxxl\:focus\:translate-y-69:focus {
    --transform-translate-y: 17.1rem !important
  }

  .xxxl\:focus\:translate-y-71:focus {
    --transform-translate-y: 17.9rem !important
  }

  .xxxl\:focus\:translate-y-72:focus {
    --transform-translate-y: 18.1rem !important
  }

  .xxxl\:focus\:translate-y-80:focus {
    --transform-translate-y: 20rem !important
  }

  .xxxl\:focus\:translate-y-100:focus {
    --transform-translate-y: 25rem !important
  }

  .xxxl\:focus\:translate-y-112:focus {
    --transform-translate-y: 28rem !important
  }

  .xxxl\:focus\:translate-y-128:focus {
    --transform-translate-y: 32rem !important
  }

  .xxxl\:focus\:translate-y-143:focus {
    --transform-translate-y: 35.9rem !important
  }

  .xxxl\:focus\:translate-y-149:focus {
    --transform-translate-y: 37.4rem !important
  }

  .xxxl\:focus\:translate-y-240:focus {
    --transform-translate-y: 60rem !important
  }

  .xxxl\:focus\:translate-y-280:focus {
    --transform-translate-y: 70rem !important
  }

  .xxxl\:focus\:translate-y-291:focus {
    --transform-translate-y: 72.9rem !important
  }

  .xxxl\:focus\:translate-y-316:focus {
    --transform-translate-y: 79rem !important
  }

  .xxxl\:focus\:translate-y-px:focus {
    --transform-translate-y: 1px !important
  }

  .xxxl\:focus\:-translate-y-1:focus {
    --transform-translate-y: -0.25rem !important
  }

  .xxxl\:focus\:-translate-y-2:focus {
    --transform-translate-y: -0.5rem !important
  }

  .xxxl\:focus\:-translate-y-3:focus {
    --transform-translate-y: -0.75rem !important
  }

  .xxxl\:focus\:-translate-y-4:focus {
    --transform-translate-y: -1rem !important
  }

  .xxxl\:focus\:-translate-y-5:focus {
    --transform-translate-y: -1.25rem !important
  }

  .xxxl\:focus\:-translate-y-6:focus {
    --transform-translate-y: -1.5rem !important
  }

  .xxxl\:focus\:-translate-y-7:focus {
    --transform-translate-y: -1.8rem !important
  }

  .xxxl\:focus\:-translate-y-8:focus {
    --transform-translate-y: -2rem !important
  }

  .xxxl\:focus\:-translate-y-9:focus {
    --transform-translate-y: -2.4rem !important
  }

  .xxxl\:focus\:-translate-y-10:focus {
    --transform-translate-y: -2.5rem !important
  }

  .xxxl\:focus\:-translate-y-11:focus {
    --transform-translate-y: -2.6rem !important
  }

  .xxxl\:focus\:-translate-y-12:focus {
    --transform-translate-y: -3rem !important
  }

  .xxxl\:focus\:-translate-y-14:focus {
    --transform-translate-y: -3.6rem !important
  }

  .xxxl\:focus\:-translate-y-15:focus {
    --transform-translate-y: -3.8rem !important
  }

  .xxxl\:focus\:-translate-y-16:focus {
    --transform-translate-y: -4rem !important
  }

  .xxxl\:focus\:-translate-y-18:focus {
    --transform-translate-y: -4.5rem !important
  }

  .xxxl\:focus\:-translate-y-20:focus {
    --transform-translate-y: -5rem !important
  }

  .xxxl\:focus\:-translate-y-21:focus {
    --transform-translate-y: -5.3rem !important
  }

  .xxxl\:focus\:-translate-y-22:focus {
    --transform-translate-y: -5.7rem !important
  }

  .xxxl\:focus\:-translate-y-24:focus {
    --transform-translate-y: -6rem !important
  }

  .xxxl\:focus\:-translate-y-28:focus {
    --transform-translate-y: -7rem !important
  }

  .xxxl\:focus\:-translate-y-30:focus {
    --transform-translate-y: -7.6rem !important
  }

  .xxxl\:focus\:-translate-y-32:focus {
    --transform-translate-y: -8rem !important
  }

  .xxxl\:focus\:-translate-y-36:focus {
    --transform-translate-y: -9.1rem !important
  }

  .xxxl\:focus\:-translate-y-40:focus {
    --transform-translate-y: -10rem !important
  }

  .xxxl\:focus\:-translate-y-46:focus {
    --transform-translate-y: -11.7rem !important
  }

  .xxxl\:focus\:-translate-y-48:focus {
    --transform-translate-y: -12rem !important
  }

  .xxxl\:focus\:-translate-y-56:focus {
    --transform-translate-y: -14rem !important
  }

  .xxxl\:focus\:-translate-y-58:focus {
    --transform-translate-y: -14.7rem !important
  }

  .xxxl\:focus\:-translate-y-62:focus {
    --transform-translate-y: -15.7rem !important
  }

  .xxxl\:focus\:-translate-y-64:focus {
    --transform-translate-y: -16rem !important
  }

  .xxxl\:focus\:-translate-y-69:focus {
    --transform-translate-y: -17.1rem !important
  }

  .xxxl\:focus\:-translate-y-71:focus {
    --transform-translate-y: -17.9rem !important
  }

  .xxxl\:focus\:-translate-y-72:focus {
    --transform-translate-y: -18.1rem !important
  }

  .xxxl\:focus\:-translate-y-80:focus {
    --transform-translate-y: -20rem !important
  }

  .xxxl\:focus\:-translate-y-100:focus {
    --transform-translate-y: -25rem !important
  }

  .xxxl\:focus\:-translate-y-112:focus {
    --transform-translate-y: -28rem !important
  }

  .xxxl\:focus\:-translate-y-128:focus {
    --transform-translate-y: -32rem !important
  }

  .xxxl\:focus\:-translate-y-143:focus {
    --transform-translate-y: -35.9rem !important
  }

  .xxxl\:focus\:-translate-y-149:focus {
    --transform-translate-y: -37.4rem !important
  }

  .xxxl\:focus\:-translate-y-240:focus {
    --transform-translate-y: -60rem !important
  }

  .xxxl\:focus\:-translate-y-280:focus {
    --transform-translate-y: -70rem !important
  }

  .xxxl\:focus\:-translate-y-291:focus {
    --transform-translate-y: -72.9rem !important
  }

  .xxxl\:focus\:-translate-y-316:focus {
    --transform-translate-y: -79rem !important
  }

  .xxxl\:focus\:-translate-y-px:focus {
    --transform-translate-y: -1px !important
  }

  .xxxl\:focus\:-translate-y-full:focus {
    --transform-translate-y: -100% !important
  }

  .xxxl\:focus\:-translate-y-1\/2:focus {
    --transform-translate-y: -50% !important
  }

  .xxxl\:focus\:translate-y-1\/2:focus {
    --transform-translate-y: 50% !important
  }

  .xxxl\:focus\:translate-y-full:focus {
    --transform-translate-y: 100% !important
  }

  .xxxl\:skew-x-0 {
    --transform-skew-x: 0 !important
  }

  .xxxl\:skew-x-3 {
    --transform-skew-x: 3deg !important
  }

  .xxxl\:skew-x-6 {
    --transform-skew-x: 6deg !important
  }

  .xxxl\:skew-x-12 {
    --transform-skew-x: 12deg !important
  }

  .xxxl\:-skew-x-12 {
    --transform-skew-x: -12deg !important
  }

  .xxxl\:-skew-x-6 {
    --transform-skew-x: -6deg !important
  }

  .xxxl\:-skew-x-3 {
    --transform-skew-x: -3deg !important
  }

  .xxxl\:skew-y-0 {
    --transform-skew-y: 0 !important
  }

  .xxxl\:skew-y-3 {
    --transform-skew-y: 3deg !important
  }

  .xxxl\:skew-y-6 {
    --transform-skew-y: 6deg !important
  }

  .xxxl\:skew-y-12 {
    --transform-skew-y: 12deg !important
  }

  .xxxl\:-skew-y-12 {
    --transform-skew-y: -12deg !important
  }

  .xxxl\:-skew-y-6 {
    --transform-skew-y: -6deg !important
  }

  .xxxl\:-skew-y-3 {
    --transform-skew-y: -3deg !important
  }

  .xxxl\:tracking-tighter {
    letter-spacing: -0.05em !important
  }

  .xxxl\:tracking-tight {
    letter-spacing: -0.025em !important
  }

  .xxxl\:tracking-normal {
    letter-spacing: 0 !important
  }

  .xxxl\:tracking-wide {
    letter-spacing: 0.025em !important
  }

  .xxxl\:tracking-wider {
    letter-spacing: 0.05em !important
  }

  .xxxl\:tracking-widest {
    letter-spacing: 0.1em !important
  }

  .xxxl\:hover\:tracking-tighter:hover {
    letter-spacing: -0.05em !important
  }

  .xxxl\:hover\:tracking-tight:hover {
    letter-spacing: -0.025em !important
  }

  .xxxl\:hover\:tracking-normal:hover {
    letter-spacing: 0 !important
  }

  .xxxl\:hover\:tracking-wide:hover {
    letter-spacing: 0.025em !important
  }

  .xxxl\:hover\:tracking-wider:hover {
    letter-spacing: 0.05em !important
  }

  .xxxl\:hover\:tracking-widest:hover {
    letter-spacing: 0.1em !important
  }

  .xxxl\:focus\:tracking-tighter:focus {
    letter-spacing: -0.05em !important
  }

  .xxxl\:focus\:tracking-tight:focus {
    letter-spacing: -0.025em !important
  }

  .xxxl\:focus\:tracking-normal:focus {
    letter-spacing: 0 !important
  }

  .xxxl\:focus\:tracking-wide:focus {
    letter-spacing: 0.025em !important
  }

  .xxxl\:focus\:tracking-wider:focus {
    letter-spacing: 0.05em !important
  }

  .xxxl\:focus\:tracking-widest:focus {
    letter-spacing: 0.1em !important
  }

  .xxxl\:col-0 {
    grid-column: 0 !important
  }

  .xxxl\:col-1 {
    grid-column: 0.25rem !important
  }

  .xxxl\:col-2 {
    grid-column: 0.5rem !important
  }

  .xxxl\:col-3 {
    grid-column: 0.75rem !important
  }

  .xxxl\:col-4 {
    -ms-grid-column: 1 !important;
    grid-column: 1rem !important
  }

  .xxxl\:col-5 {
    -ms-grid-column: 1 !important;
    grid-column: 1.25rem !important
  }

  .xxxl\:col-6 {
    -ms-grid-column: 1 !important;
    grid-column: 1.5rem !important
  }

  .xxxl\:col-7 {
    -ms-grid-column: 1 !important;
    grid-column: 1.8rem !important
  }

  .xxxl\:col-8 {
    -ms-grid-column: 2 !important;
    grid-column: 2rem !important
  }

  .xxxl\:col-9 {
    -ms-grid-column: 2 !important;
    grid-column: 2.4rem !important
  }

  .xxxl\:col-10 {
    -ms-grid-column: 2 !important;
    grid-column: 2.5rem !important
  }

  .xxxl\:col-11 {
    -ms-grid-column: 2 !important;
    grid-column: 2.6rem !important
  }

  .xxxl\:col-12 {
    -ms-grid-column: 3 !important;
    grid-column: 3rem !important
  }

  .xxxl\:col-14 {
    -ms-grid-column: 3 !important;
    grid-column: 3.6rem !important
  }

  .xxxl\:col-15 {
    -ms-grid-column: 3 !important;
    grid-column: 3.8rem !important
  }

  .xxxl\:col-16 {
    -ms-grid-column: 4 !important;
    grid-column: 4rem !important
  }

  .xxxl\:col-18 {
    -ms-grid-column: 4 !important;
    grid-column: 4.5rem !important
  }

  .xxxl\:col-20 {
    -ms-grid-column: 5 !important;
    grid-column: 5rem !important
  }

  .xxxl\:col-21 {
    -ms-grid-column: 5 !important;
    grid-column: 5.3rem !important
  }

  .xxxl\:col-22 {
    -ms-grid-column: 5 !important;
    grid-column: 5.7rem !important
  }

  .xxxl\:col-24 {
    -ms-grid-column: 6 !important;
    grid-column: 6rem !important
  }

  .xxxl\:col-28 {
    -ms-grid-column: 7 !important;
    grid-column: 7rem !important
  }

  .xxxl\:col-30 {
    -ms-grid-column: 7 !important;
    grid-column: 7.6rem !important
  }

  .xxxl\:col-32 {
    -ms-grid-column: 8 !important;
    grid-column: 8rem !important
  }

  .xxxl\:col-36 {
    -ms-grid-column: 9 !important;
    grid-column: 9.1rem !important
  }

  .xxxl\:col-40 {
    -ms-grid-column: 10 !important;
    grid-column: 10rem !important
  }

  .xxxl\:col-46 {
    -ms-grid-column: 11 !important;
    grid-column: 11.7rem !important
  }

  .xxxl\:col-48 {
    -ms-grid-column: 12 !important;
    grid-column: 12rem !important
  }

  .xxxl\:col-56 {
    -ms-grid-column: 14 !important;
    grid-column: 14rem !important
  }

  .xxxl\:col-58 {
    -ms-grid-column: 14 !important;
    grid-column: 14.7rem !important
  }

  .xxxl\:col-62 {
    -ms-grid-column: 15 !important;
    grid-column: 15.7rem !important
  }

  .xxxl\:col-64 {
    -ms-grid-column: 16 !important;
    grid-column: 16rem !important
  }

  .xxxl\:col-69 {
    -ms-grid-column: 17 !important;
    grid-column: 17.1rem !important
  }

  .xxxl\:col-71 {
    -ms-grid-column: 17 !important;
    grid-column: 17.9rem !important
  }

  .xxxl\:col-72 {
    -ms-grid-column: 18 !important;
    grid-column: 18.1rem !important
  }

  .xxxl\:col-80 {
    -ms-grid-column: 20 !important;
    grid-column: 20rem !important
  }

  .xxxl\:col-100 {
    -ms-grid-column: 25 !important;
    grid-column: 25rem !important
  }

  .xxxl\:col-112 {
    -ms-grid-column: 28 !important;
    grid-column: 28rem !important
  }

  .xxxl\:col-128 {
    -ms-grid-column: 32 !important;
    grid-column: 32rem !important
  }

  .xxxl\:col-143 {
    -ms-grid-column: 35 !important;
    grid-column: 35.9rem !important
  }

  .xxxl\:col-149 {
    -ms-grid-column: 37 !important;
    grid-column: 37.4rem !important
  }

  .xxxl\:col-240 {
    -ms-grid-column: 60 !important;
    grid-column: 60rem !important
  }

  .xxxl\:col-280 {
    -ms-grid-column: 70 !important;
    grid-column: 70rem !important
  }

  .xxxl\:col-291 {
    -ms-grid-column: 72 !important;
    grid-column: 72.9rem !important
  }

  .xxxl\:col-316 {
    -ms-grid-column: 79 !important;
    grid-column: 79rem !important
  }

  .xxxl\:col-span-16 {
    -ms-grid-column-span: 16 !important;
    grid-column: span 16 / span 16 !important
  }

  .xxxl\:col-px {
    -ms-grid-column: 1 !important;
    grid-column: 1px !important
  }

  .xxxl\:hover\:col-0:hover {
    grid-column: 0 !important
  }

  .xxxl\:hover\:col-1:hover {
    grid-column: 0.25rem !important
  }

  .xxxl\:hover\:col-2:hover {
    grid-column: 0.5rem !important
  }

  .xxxl\:hover\:col-3:hover {
    grid-column: 0.75rem !important
  }

  .xxxl\:hover\:col-4:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1rem !important
  }

  .xxxl\:hover\:col-5:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1.25rem !important
  }

  .xxxl\:hover\:col-6:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1.5rem !important
  }

  .xxxl\:hover\:col-7:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1.8rem !important
  }

  .xxxl\:hover\:col-8:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2rem !important
  }

  .xxxl\:hover\:col-9:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2.4rem !important
  }

  .xxxl\:hover\:col-10:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2.5rem !important
  }

  .xxxl\:hover\:col-11:hover {
    -ms-grid-column: 2 !important;
    grid-column: 2.6rem !important
  }

  .xxxl\:hover\:col-12:hover {
    -ms-grid-column: 3 !important;
    grid-column: 3rem !important
  }

  .xxxl\:hover\:col-14:hover {
    -ms-grid-column: 3 !important;
    grid-column: 3.6rem !important
  }

  .xxxl\:hover\:col-15:hover {
    -ms-grid-column: 3 !important;
    grid-column: 3.8rem !important
  }

  .xxxl\:hover\:col-16:hover {
    -ms-grid-column: 4 !important;
    grid-column: 4rem !important
  }

  .xxxl\:hover\:col-18:hover {
    -ms-grid-column: 4 !important;
    grid-column: 4.5rem !important
  }

  .xxxl\:hover\:col-20:hover {
    -ms-grid-column: 5 !important;
    grid-column: 5rem !important
  }

  .xxxl\:hover\:col-21:hover {
    -ms-grid-column: 5 !important;
    grid-column: 5.3rem !important
  }

  .xxxl\:hover\:col-22:hover {
    -ms-grid-column: 5 !important;
    grid-column: 5.7rem !important
  }

  .xxxl\:hover\:col-24:hover {
    -ms-grid-column: 6 !important;
    grid-column: 6rem !important
  }

  .xxxl\:hover\:col-28:hover {
    -ms-grid-column: 7 !important;
    grid-column: 7rem !important
  }

  .xxxl\:hover\:col-30:hover {
    -ms-grid-column: 7 !important;
    grid-column: 7.6rem !important
  }

  .xxxl\:hover\:col-32:hover {
    -ms-grid-column: 8 !important;
    grid-column: 8rem !important
  }

  .xxxl\:hover\:col-36:hover {
    -ms-grid-column: 9 !important;
    grid-column: 9.1rem !important
  }

  .xxxl\:hover\:col-40:hover {
    -ms-grid-column: 10 !important;
    grid-column: 10rem !important
  }

  .xxxl\:hover\:col-46:hover {
    -ms-grid-column: 11 !important;
    grid-column: 11.7rem !important
  }

  .xxxl\:hover\:col-48:hover {
    -ms-grid-column: 12 !important;
    grid-column: 12rem !important
  }

  .xxxl\:hover\:col-56:hover {
    -ms-grid-column: 14 !important;
    grid-column: 14rem !important
  }

  .xxxl\:hover\:col-58:hover {
    -ms-grid-column: 14 !important;
    grid-column: 14.7rem !important
  }

  .xxxl\:hover\:col-62:hover {
    -ms-grid-column: 15 !important;
    grid-column: 15.7rem !important
  }

  .xxxl\:hover\:col-64:hover {
    -ms-grid-column: 16 !important;
    grid-column: 16rem !important
  }

  .xxxl\:hover\:col-69:hover {
    -ms-grid-column: 17 !important;
    grid-column: 17.1rem !important
  }

  .xxxl\:hover\:col-71:hover {
    -ms-grid-column: 17 !important;
    grid-column: 17.9rem !important
  }

  .xxxl\:hover\:col-72:hover {
    -ms-grid-column: 18 !important;
    grid-column: 18.1rem !important
  }

  .xxxl\:hover\:col-80:hover {
    -ms-grid-column: 20 !important;
    grid-column: 20rem !important
  }

  .xxxl\:hover\:col-100:hover {
    -ms-grid-column: 25 !important;
    grid-column: 25rem !important
  }

  .xxxl\:hover\:col-112:hover {
    -ms-grid-column: 28 !important;
    grid-column: 28rem !important
  }

  .xxxl\:hover\:col-128:hover {
    -ms-grid-column: 32 !important;
    grid-column: 32rem !important
  }

  .xxxl\:hover\:col-143:hover {
    -ms-grid-column: 35 !important;
    grid-column: 35.9rem !important
  }

  .xxxl\:hover\:col-149:hover {
    -ms-grid-column: 37 !important;
    grid-column: 37.4rem !important
  }

  .xxxl\:hover\:col-240:hover {
    -ms-grid-column: 60 !important;
    grid-column: 60rem !important
  }

  .xxxl\:hover\:col-280:hover {
    -ms-grid-column: 70 !important;
    grid-column: 70rem !important
  }

  .xxxl\:hover\:col-291:hover {
    -ms-grid-column: 72 !important;
    grid-column: 72.9rem !important
  }

  .xxxl\:hover\:col-316:hover {
    -ms-grid-column: 79 !important;
    grid-column: 79rem !important
  }

  .xxxl\:hover\:col-span-16:hover {
    -ms-grid-column-span: 16 !important;
    grid-column: span 16 / span 16 !important
  }

  .xxxl\:hover\:col-px:hover {
    -ms-grid-column: 1 !important;
    grid-column: 1px !important
  }

  .xxxl\:col-start-13 {
    -ms-grid-column: 13 !important;
        grid-column-start: 13 !important
  }

  .xxxl\:col-start-14 {
    -ms-grid-column: 14 !important;
        grid-column-start: 14 !important
  }

  .xxxl\:col-start-15 {
    -ms-grid-column: 15 !important;
        grid-column-start: 15 !important
  }

  .xxxl\:col-start-16 {
    -ms-grid-column: 16 !important;
        grid-column-start: 16 !important
  }

  .xxxl\:col-start-17 {
    -ms-grid-column: 17 !important;
        grid-column-start: 17 !important
  }

  .xxxl\:hover\:col-start-13:hover {
    -ms-grid-column: 13 !important;
        grid-column-start: 13 !important
  }

  .xxxl\:hover\:col-start-14:hover {
    -ms-grid-column: 14 !important;
        grid-column-start: 14 !important
  }

  .xxxl\:hover\:col-start-15:hover {
    -ms-grid-column: 15 !important;
        grid-column-start: 15 !important
  }

  .xxxl\:hover\:col-start-16:hover {
    -ms-grid-column: 16 !important;
        grid-column-start: 16 !important
  }

  .xxxl\:hover\:col-start-17:hover {
    -ms-grid-column: 17 !important;
        grid-column-start: 17 !important
  }

  .xxxl\:col-end-13 {
    -ms-grid-column-span: 13 !important;
    grid-column-end: 13 !important
  }

  .xxxl\:col-end-14 {
    -ms-grid-column-span: 14 !important;
    grid-column-end: 14 !important
  }

  .xxxl\:col-end-15 {
    -ms-grid-column-span: 15 !important;
    grid-column-end: 15 !important
  }

  .xxxl\:col-end-16 {
    -ms-grid-column-span: 16 !important;
    grid-column-end: 16 !important
  }

  .xxxl\:col-end-17 {
    -ms-grid-column-span: 17 !important;
    grid-column-end: 17 !important
  }

  .xxxl\:hover\:col-end-13:hover {
    -ms-grid-column-span: 13 !important;
    grid-column-end: 13 !important
  }

  .xxxl\:hover\:col-end-14:hover {
    -ms-grid-column-span: 14 !important;
    grid-column-end: 14 !important
  }

  .xxxl\:hover\:col-end-15:hover {
    -ms-grid-column-span: 15 !important;
    grid-column-end: 15 !important
  }

  .xxxl\:hover\:col-end-16:hover {
    -ms-grid-column-span: 16 !important;
    grid-column-end: 16 !important
  }

  .xxxl\:hover\:col-end-17:hover {
    -ms-grid-column-span: 17 !important;
    grid-column-end: 17 !important
  }
}

