*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff
}

@-webkit-keyframes _spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

@keyframes _spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

@-webkit-keyframes _fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes _fade-in {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes _fade-out {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes _fade-out {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes _fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes _fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes _fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes _fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes _fade-in-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes _fade-in-right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes _fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@keyframes _fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes _fade-out-down {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes _fade-out-down {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
}

@-webkit-keyframes _fade-out-left {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes _fade-out-left {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
}

@-webkit-keyframes _fade-out-right {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes _fade-out-right {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
}

@-webkit-keyframes _fade-out-up {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes _fade-out-up {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}

@-webkit-keyframes _slide-in-down {
  from {
    visibility: visible;
    transform: translate3d(0, -100%, 0)
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

@keyframes _slide-in-down {
  from {
    visibility: visible;
    transform: translate3d(0, -100%, 0)
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes _slide-in-left {
  from {
    visibility: visible;
    transform: translate3d(-100%, 0, 0)
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

@keyframes _slide-in-left {
  from {
    visibility: visible;
    transform: translate3d(-100%, 0, 0)
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes _slide-in-right {
  from {
    visibility: visible;
    transform: translate3d(100%, 0, 0)
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

@keyframes _slide-in-right {
  from {
    visibility: visible;
    transform: translate3d(100%, 0, 0)
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes _slide-in-up {
  from {
    visibility: visible;
    transform: translate3d(0, 100%, 0)
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

@keyframes _slide-in-up {
  from {
    visibility: visible;
    transform: translate3d(0, 100%, 0)
  }

  to {
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes _slide-out-down {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes _slide-out-down {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0)
  }
}

@-webkit-keyframes _slide-out-left {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes _slide-out-left {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0)
  }
}

@-webkit-keyframes _slide-out-right {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes _slide-out-right {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0)
  }
}

@-webkit-keyframes _slide-out-up {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes _slide-out-up {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0)
  }
}

@-webkit-keyframes _slide-down {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes _slide-down {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    transform: translate3d(0, 100%, 0)
  }
}

@-webkit-keyframes _slide-left {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes _slide-left {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    transform: translate3d(-100%, 0, 0)
  }
}

@-webkit-keyframes _slide-right {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes _slide-right {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    transform: translate3d(100%, 0, 0)
  }
}

@-webkit-keyframes _slide-up {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes _slide-up {
  from {
    transform: translate3d(0, 0, 0)
  }

  to {
    transform: translate3d(0, -100%, 0)
  }
}

@-webkit-keyframes _zoom-in {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3)
  }

  50% {
    opacity: 1
  }
}

@keyframes _zoom-in {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3)
  }

  50% {
    opacity: 1
  }
}

@-webkit-keyframes _zoom-out {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3)
  }

  to {
    opacity: 0
  }
}

@keyframes _zoom-out {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3)
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes _tada {
  from {
    transform: scale3d(1, 1, 1)
  }

  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  }

  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  }

  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }

  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }

  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }

  to {
    transform: scale3d(1, 1, 1)
  }
}

@keyframes _tada {
  from {
    transform: scale3d(1, 1, 1)
  }

  10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  }

  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  }

  30% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  50% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  70% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }

  60% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }

  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }

  to {
    transform: scale3d(1, 1, 1)
  }
}

@-webkit-keyframes _pulse {
  from {
    transform: scale3d(1, 1, 1)
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    transform: scale3d(1, 1, 1)
  }
}

@keyframes _pulse {
  from {
    transform: scale3d(1, 1, 1)
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    transform: scale3d(1, 1, 1)
  }
}

@-webkit-keyframes _show-up-clock {
  0% {
    opacity: 0;
    transform: scale(0.7)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes _show-up-clock {
  0% {
    opacity: 0;
    transform: scale(0.7)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

.tw-pointer-events-none {
  pointer-events: none !important
}

.tw-absolute {
  position: absolute !important
}

.tw-relative {
  position: relative !important
}

.tw-inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important
}

.tw-inset-y-0 {
  top: 0px !important;
  bottom: 0px !important
}

.tw-inset-x-0 {
  left: 0px !important;
  right: 0px !important
}

.tw-left-0 {
  left: 0px !important
}

.tw-right-0 {
  right: 0px !important
}

.tw--top-4 {
  top: -1rem !important
}

.tw-left-4 {
  left: 1rem !important
}

.tw-top-0 {
  top: 0px !important
}

.tw-z-0 {
  z-index: 0 !important
}

.tw-z-10 {
  z-index: 10 !important
}

.tw-order-first {
  order: -9999 !important
}

.tw-col-span-full {
  grid-column: 1 / -1 !important
}

.tw-m-0 {
  margin: 0px !important
}

.tw-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important
}

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

.tw-mb-20 {
  margin-bottom: 5rem !important
}

.tw-mb-5 {
  margin-bottom: 1.25rem !important
}

.tw-mb-14 {
  margin-bottom: 3.5rem !important
}

.tw-mb-0 {
  margin-bottom: 0px !important
}

.tw-mb-7 {
  margin-bottom: 1.75rem !important
}

.tw-mb-12 {
  margin-bottom: 3rem !important
}

.tw-mt-auto {
  margin-top: auto !important
}

.tw-ml-0 {
  margin-left: 0px !important
}

.tw-mb-16 {
  margin-bottom: 4rem !important
}

.tw-mb-6 {
  margin-bottom: 1.5rem !important
}

.tw-mb-4 {
  margin-bottom: 1rem !important
}

.tw-mb-10 {
  margin-bottom: 2.5rem !important
}

.tw-mb-28 {
  margin-bottom: 7rem !important
}

.tw-mb-8 {
  margin-bottom: 2rem !important
}

.tw-mr-5 {
  margin-right: 1.25rem !important
}

.tw-mb-3 {
  margin-bottom: 0.75rem !important
}

.tw-mb-2 {
  margin-bottom: 0.5rem !important
}

.tw-mt-20 {
  margin-top: 5rem !important
}

.-tw-ml-2 {
  margin-left: -0.5rem !important
}

.tw--mr-2 {
  margin-right: -0.5rem !important
}

.tw-mt-10 {
  margin-top: 2.5rem !important
}

.tw-mt-8 {
  margin-top: 2rem !important
}

.tw-mr-8 {
  margin-right: 2rem !important
}

.tw-block {
  display: block !important
}

.tw-inline-block {
  display: inline-block !important
}

.tw-flex {
  display: flex !important
}

.tw-inline-flex {
  display: inline-flex !important
}

.tw-grid {
  display: grid !important
}

.tw-h-40 {
  height: 10rem !important
}

.tw-h-full {
  height: 100% !important
}

.tw-h-auto {
  height: auto !important
}

.tw-h-80 {
  height: 20rem !important
}

.tw-h-\[30rem\] {
  height: 30rem !important
}

.tw-h-\[35rem\] {
  height: 35rem !important
}

.tw-h-96 {
  height: 24rem !important
}

.tw-h-24 {
  height: 6rem !important
}

.tw-h-\[55rem\] {
  height: 55rem !important
}

.tw-h-16 {
  height: 4rem !important
}

.tw-h-9 {
  height: 2.25rem !important
}

.tw-h-12 {
  height: 3rem !important
}

.tw-h-8 {
  height: 2rem !important
}

.tw-h-px {
  height: 1px !important
}

.tw-h-64 {
  height: 16rem !important
}

.tw-h-20 {
  height: 5rem !important
}

.tw-h-60 {
  height: 15rem !important
}

.tw-h-1\.5 {
  height: 0.375rem !important
}

.tw-h-1 {
  height: 0.25rem !important
}

.tw-h-1\.5 {
  height: 0.375rem !important
}

.tw-h-1 {
  height: 0.25rem !important
}

.tw-w-40 {
  width: 10rem !important
}

.tw-w-full {
  width: 100% !important
}

.tw-w-auto {
  width: auto !important
}

.tw-w-24 {
  width: 6rem !important
}

.tw-w-16 {
  width: 4rem !important
}

.tw-w-9 {
  width: 2.25rem !important
}

.tw-w-12 {
  width: 3rem !important
}

.tw-w-8 {
  width: 2rem !important
}

.tw-w-4\/5 {
  width: 80% !important
}

.tw-w-1\/2 {
  width: 50% !important
}

.tw-w-11\/12 {
  width: 91.666667% !important
}

.tw-w-64 {
  width: 16rem !important
}

.tw-w-20 {
  width: 5rem !important
}

.tw-w-60 {
  width: 15rem !important
}

.tw-max-w-screen-xl {
  max-width: 1280px !important
}

.tw-max-w-screen-2xl {
  max-width: 1536px !important
}

.tw-max-w-screen-md {
  max-width: 768px !important
}

.tw-max-w-screen-lg {
  max-width: 1024px !important
}

.tw-max-w-screen-sm {
  max-width: 640px !important
}

.tw-max-w-2xl {
  max-width: 42rem !important
}

.tw-flex-1 {
  flex: 1 1 0% !important
}

.tw-flex-none {
  flex: none !important
}

.tw-flex-shrink-0 {
  flex-shrink: 0 !important
}

.tw-shrink-0 {
  flex-shrink: 0 !important
}

.tw-transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.tw-snap-start {
  scroll-snap-align: start !important
}

.tw-scroll-mx-12 {
  scroll-margin-left: 3rem !important;
  scroll-margin-right: 3rem !important
}

.tw-list-inside {
  list-style-position: inside !important
}

.tw-list-disc {
  list-style-type: disc !important
}

.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important
}

.tw-flex-row {
  flex-direction: row !important
}

.tw-flex-col {
  flex-direction: column !important
}

.tw-items-start {
  align-items: flex-start !important
}

.tw-items-end {
  align-items: flex-end !important
}

.tw-items-center {
  align-items: center !important
}

.tw-justify-center {
  justify-content: center !important
}

.tw-justify-between {
  justify-content: space-between !important
}

.tw-gap-4 {
  gap: 1rem !important
}

.tw-gap-16 {
  gap: 4rem !important
}

.tw-gap-6 {
  gap: 1.5rem !important
}

.tw-gap-12 {
  gap: 3rem !important
}

.tw-gap-8 {
  gap: 2rem !important
}

.tw-gap-2 {
  gap: 0.5rem !important
}

.tw-gap-2\.5 {
  gap: 0.625rem !important
}

.tw-gap-20 {
  gap: 5rem !important
}

.tw-gap-0 {
  gap: 0px !important
}

.tw-gap-10 {
  gap: 2.5rem !important
}

.tw-gap-3 {
  gap: 0.75rem !important
}

.tw-gap-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important
}

.tw-gap-y-8 {
  row-gap: 2rem !important
}

.tw-self-start {
  align-self: flex-start !important
}

.tw-overflow-hidden {
  overflow: hidden !important
}

.tw-overflow-x-scroll {
  overflow-x: scroll !important
}

.tw-whitespace-nowrap {
  white-space: nowrap !important
}

.tw-rounded-lg {
  border-radius: 0.5rem !important
}

.tw-rounded-full {
  border-radius: 9999px !important
}

.tw-rounded-xl {
  border-radius: 0.75rem !important
}

.tw-rounded-lg {
  border-radius: 0.5rem !important
}

.tw-border {
  border-width: 1px !important
}

.tw-border-0 {
  border-width: 0px !important
}

.tw-border-2 {
  border-width: 2px !important
}

.tw-border {
  border-width: 1px !important
}

.tw-border-b {
  border-bottom-width: 1px !important
}

.tw-border-solid {
  border-style: solid !important
}

.tw-border-red-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(254 226 226 / var(--tw-border-opacity)) !important
}

.tw-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important
}

.tw-border-highlight {
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 0 43 / var(--tw-border-opacity)) !important
}

.tw-border-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(31 41 55 / var(--tw-border-opacity)) !important
}

.tw-border-highlight {
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 0 43 / var(--tw-border-opacity)) !important
}

.tw-bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important
}

.tw-bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important
}

.tw-bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important
}

.tw-bg-highlight {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 0 43 / var(--tw-bg-opacity)) !important
}

.tw-bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity)) !important
}

.tw-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important
}

.tw-bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important
}

.tw-bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important
}

.tw-bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important
}

.tw-bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important
}

.tw-bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important
}

.tw-bg-highlight {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 0 43 / var(--tw-bg-opacity)) !important
}

.tw-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important
}

.tw-bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important
}

.tw-bg-hihover {
  background-color: #a00523 !important
}

.tw-bg-highlight {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 0 43 / var(--tw-bg-opacity)) !important
}

.tw-bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important
}

.tw-bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important
}

.tw-from-gray-900 {
  --tw-gradient-from: #111827 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(17 24 39 / 0)) !important
}

.tw-from-black {
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0)) !important
}

.tw-via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgb(0 0 0 / 0)) !important
}

.tw-to-transparent {
  --tw-gradient-to: transparent !important
}

.tw-object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important
}

.tw-object-center {
  -o-object-position: center !important;
     object-position: center !important
}

.tw-p-6 {
  padding: 1.5rem !important
}

.tw-p-10 {
  padding: 2.5rem !important
}

.tw-p-4 {
  padding: 1rem !important
}

.tw-p-12 {
  padding: 3rem !important
}

.tw-p-8 {
  padding: 2rem !important
}

.tw-p-7 {
  padding: 1.75rem !important
}

.tw-p-5 {
  padding: 1.25rem !important
}

.tw-p-6 {
  padding: 1.5rem !important
}

.tw-py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.tw-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important
}

.tw-px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important
}

.tw-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important
}

.tw-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important
}

.tw-py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important
}

.tw-py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.tw-px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important
}

.tw-px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important
}

.tw-pt-80 {
  padding-top: 20rem !important
}

.tw-pb-60 {
  padding-bottom: 15rem !important
}

.tw-pb-4 {
  padding-bottom: 1rem !important
}

.tw-pt-40 {
  padding-top: 10rem !important
}

.tw-pb-40 {
  padding-bottom: 10rem !important
}

.tw-pb-6 {
  padding-bottom: 1.5rem !important
}

.tw-pt-32 {
  padding-top: 8rem !important
}

.tw-pt-6 {
  padding-top: 1.5rem !important
}

.tw-pb-16 {
  padding-bottom: 4rem !important
}

.tw-pt-12 {
  padding-top: 3rem !important
}

.tw-pb-0 {
  padding-bottom: 0px !important
}

.tw-pb-8 {
  padding-bottom: 2rem !important
}

.tw-text-left {
  text-align: left !important
}

.tw-text-center {
  text-align: center !important
}

.tw-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important
}

.tw-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important
}

.tw-text-7xl {
  font-size: 4.5rem !important;
  line-height: 1 !important
}

.tw-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important
}

.tw-text-8xl {
  font-size: 6rem !important;
  line-height: 1 !important
}

.tw-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important
}

.tw-text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important
}

.tw-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important
}

.tw-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important
}

.tw-text-9xl {
  font-size: 8rem !important;
  line-height: 1 !important
}

.tw-text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important
}

.tw-font-bold {
  font-weight: 700 !important
}

.tw-font-semibold {
  font-weight: 600 !important
}

.tw-font-black {
  font-weight: 900 !important
}

.tw-font-light {
  font-weight: 300 !important
}

.tw-uppercase {
  text-transform: uppercase !important
}

.tw-italic {
  font-style: italic !important
}

.tw-leading-relaxed {
  line-height: 1.625 !important
}

.tw-leading-10 {
  line-height: 2.5rem !important
}

.tw-tracking-widest {
  letter-spacing: 0.1em !important
}

.tw-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important
}

.tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important
}

.tw-text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity)) !important
}

.tw-text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important
}

.tw-text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important
}

.tw-text-highlight {
  --tw-text-opacity: 1 !important;
  color: rgb(228 0 43 / var(--tw-text-opacity)) !important
}

.tw-text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important
}

.tw-text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important
}

.tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important
}

.tw-opacity-80 {
  opacity: 0.8 !important
}

.tw-opacity-90 {
  opacity: 0.9 !important
}

.tw-mix-blend-multiply {
  mix-blend-mode: multiply !important
}

.tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.tw-outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important
}

.tw-ring-highlight {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(228 0 43 / var(--tw-ring-opacity)) !important
}

.tw-transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important
}

.tw-duration-100 {
  transition-duration: 100ms !important
}

.tw-duration-200 {
  transition-duration: 200ms !important
}

.hover\:tw-border-0:hover {
  border-width: 0px !important
}

.hover\:tw-border-b-0:hover {
  border-bottom-width: 0px !important
}

.hover\:tw-border-highlight:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(228 0 43 / var(--tw-border-opacity)) !important
}

.hover\:tw-bg-hihover:hover {
  background-color: #a00523 !important
}

.hover\:tw-bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important
}

.hover\:tw-text-highlight:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(228 0 43 / var(--tw-text-opacity)) !important
}

.hover\:tw-text-hihover:hover {
  color: #a00523 !important
}

.hover\:tw-no-underline:hover {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important
}

.hover\:tw-shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important
}

.focus\:tw-outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important
}

.focus-visible\:tw-ring:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.active\:tw-bg-hihover:active {
  background-color: #a00523 !important
}

.active\:tw-text-highlight:active {
  --tw-text-opacity: 1 !important;
  color: rgb(228 0 43 / var(--tw-text-opacity)) !important
}

.active\:tw-text-hihover:active {
  color: #a00523 !important
}

.tw-group:hover .group-hover\:tw-scale-110 {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.tw-group:hover .group-hover\:tw-bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important
}

.tw-group:hover .group-hover\:tw-fill-highlight {
  fill: #E4002B !important
}

.tw-group:hover .group-hover\:tw-text-highlight {
  --tw-text-opacity: 1 !important;
  color: rgb(228 0 43 / var(--tw-text-opacity)) !important
}

.tw-group:hover .group-hover\:tw-opacity-70 {
  opacity: 0.7 !important
}

@media (min-width: 640px) {
  .sm\:tw-order-none {
    order: 0 !important
  }

  .sm\:tw-mt-16 {
    margin-top: 4rem !important
  }

  .sm\:tw-w-1\/2 {
    width: 50% !important
  }

  .sm\:tw-w-1\/3 {
    width: 33.333333% !important
  }

  .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .sm\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
  }

  .sm\:tw-flex-row {
    flex-direction: row !important
  }

  .sm\:tw-items-start {
    align-items: flex-start !important
  }

  .sm\:tw-justify-center {
    justify-content: center !important
  }

  .sm\:tw-gap-8 {
    gap: 2rem !important
  }

  .sm\:tw-gap-4 {
    gap: 1rem !important
  }

  .sm\:tw-gap-y-16 {
    row-gap: 4rem !important
  }

  .sm\:tw-whitespace-nowrap {
    white-space: nowrap !important
  }

  .sm\:tw-p-8 {
    padding: 2rem !important
  }

  .sm\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .sm\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .sm\:tw-pb-8 {
    padding-bottom: 2rem !important
  }

  .sm\:tw-pt-8 {
    padding-top: 2rem !important
  }

  .sm\:tw-pb-24 {
    padding-bottom: 6rem !important
  }

  .sm\:tw-pb-16 {
    padding-bottom: 4rem !important
  }

  .sm\:tw-text-left {
    text-align: left !important
  }

  .sm\:tw-text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important
  }

  .sm\:tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important
  }

  .sm\:tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important
  }

  .sm\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important
  }
}

@media (min-width: 768px) {
  .md\:tw-order-last {
    order: 9999 !important
  }

  .md\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important
  }

  .md\:tw-mb-40 {
    margin-bottom: 10rem !important
  }

  .md\:tw-mb-7 {
    margin-bottom: 1.75rem !important
  }

  .md\:tw-mb-24 {
    margin-bottom: 6rem !important
  }

  .md\:tw-mb-10 {
    margin-bottom: 2.5rem !important
  }

  .md\:tw-mb-28 {
    margin-bottom: 7rem !important
  }

  .md\:tw-mb-6 {
    margin-bottom: 1.5rem !important
  }

  .md\:tw-mb-8 {
    margin-bottom: 2rem !important
  }

  .md\:tw-mb-16 {
    margin-bottom: 4rem !important
  }

  .md\:tw-mb-52 {
    margin-bottom: 13rem !important
  }

  .md\:tw-mb-12 {
    margin-bottom: 3rem !important
  }

  .md\:tw-mt-16 {
    margin-top: 4rem !important
  }

  .md\:tw-mb-4 {
    margin-bottom: 1rem !important
  }

  .md\:tw-mb-5 {
    margin-bottom: 1.25rem !important
  }

  .md\:tw-mb-20 {
    margin-bottom: 5rem !important
  }

  .md\:tw-h-48 {
    height: 12rem !important
  }

  .md\:tw-h-192 {
    height: 45rem !important
  }

  .md\:tw-h-\[48rem\] {
    height: 48rem !important
  }

  .md\:tw-h-full {
    height: 100% !important
  }

  .md\:tw-h-\[30rem\] {
    height: 30rem !important
  }

  .md\:tw-h-212 {
    height: 65rem !important
  }

  .md\:tw-h-80 {
    height: 20rem !important
  }

  .md\:tw-h-24 {
    height: 6rem !important
  }

  .md\:tw-h-96 {
    height: 24rem !important
  }

  .md\:tw-w-48 {
    width: 12rem !important
  }

  .md\:tw-w-auto {
    width: auto !important
  }

  .md\:tw-w-1\/2 {
    width: 50% !important
  }

  .md\:tw-w-44 {
    width: 11rem !important
  }

  .md\:tw-w-2\/3 {
    width: 66.666667% !important
  }

  .md\:tw-w-1\/3 {
    width: 33.333333% !important
  }

  .md\:tw-w-80 {
    width: 20rem !important
  }

  .md\:tw-w-24 {
    width: 6rem !important
  }

  .md\:tw-w-96 {
    width: 24rem !important
  }

  .md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
  }

  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important
  }

  .md\:tw-flex-row {
    flex-direction: row !important
  }

  .md\:tw-gap-8 {
    gap: 2rem !important
  }

  .md\:tw-gap-20 {
    gap: 5rem !important
  }

  .md\:tw-gap-10 {
    gap: 2.5rem !important
  }

  .md\:tw-gap-16 {
    gap: 4rem !important
  }

  .md\:tw-gap-12 {
    gap: 3rem !important
  }

  .md\:tw-gap-5 {
    gap: 1.25rem !important
  }

  .md\:tw-gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important
  }

  .md\:tw-whitespace-nowrap {
    white-space: nowrap !important
  }

  .md\:tw-rounded-xl {
    border-radius: 0.75rem !important
  }

  .md\:tw-p-6 {
    padding: 1.5rem !important
  }

  .md\:tw-p-12 {
    padding: 3rem !important
  }

  .md\:tw-p-10 {
    padding: 2.5rem !important
  }

  .md\:tw-p-7 {
    padding: 1.75rem !important
  }

  .md\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
  }

  .md\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
  }

  .md\:tw-py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important
  }

  .md\:tw-px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important
  }

  .md\:tw-px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
  }

  .md\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .md\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .md\:tw-pt-8 {
    padding-top: 2rem !important
  }

  .md\:tw-pt-80 {
    padding-top: 20rem !important
  }

  .md\:tw-pb-0 {
    padding-bottom: 0px !important
  }

  .md\:tw-pt-0 {
    padding-top: 0px !important
  }

  .md\:tw-text-left {
    text-align: left !important
  }

  .md\:tw-text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important
  }

  .md\:tw-text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important
  }

  .md\:tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important
  }

  .md\:tw-text-\[12rem\] {
    font-size: 12rem !important
  }

  .md\:tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important
  }

  .md\:tw-text-7xl {
    font-size: 4.5rem !important;
    line-height: 1 !important
  }

  .md\:tw-text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important
  }

  .md\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important
  }

  .md\:tw-text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important
  }

  .md\:tw-leading-relaxed {
    line-height: 1.625 !important
  }

  .md\:tw-leading-10 {
    line-height: 2.5rem !important
  }
}

@media (min-width: 1024px) {
  .lg\:tw-mb-5 {
    margin-bottom: 1.25rem !important
  }

  .lg\:tw--ml-4 {
    margin-left: -1rem !important
  }

  .lg\:tw--mr-4 {
    margin-right: -1rem !important
  }

  .lg\:tw-w-80 {
    width: 20rem !important
  }

  .lg\:tw-w-96 {
    width: 24rem !important
  }

  .lg\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important
  }

  .lg\:tw-justify-start {
    justify-content: flex-start !important
  }

  .lg\:tw-gap-8 {
    gap: 2rem !important
  }

  .lg\:tw-gap-12 {
    gap: 3rem !important
  }

  .lg\:tw-p-10 {
    padding: 2.5rem !important
  }

  .lg\:tw-p-6 {
    padding: 1.5rem !important
  }

  .lg\:tw-p-12 {
    padding: 3rem !important
  }

  .lg\:tw-py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .lg\:tw-py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  .lg\:tw-pb-12 {
    padding-bottom: 3rem !important
  }

  .lg\:tw-pt-12 {
    padding-top: 3rem !important
  }

  .lg\:tw-pb-36 {
    padding-bottom: 9rem !important
  }

  .lg\:tw-text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important
  }

  .lg\:tw-text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important
  }

  .lg\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important
  }

  .lg\:tw-text-\[10rem\] {
    font-size: 10rem !important
  }

  .lg\:tw-text-\[13rem\] {
    font-size: 13rem !important
  }

  .lg\:tw-text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important
  }
}

@media (min-width: 1280px) {
  .xl\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
  }

  .xl\:tw-gap-24 {
    gap: 6rem !important
  }

  .xl\:tw-gap-16 {
    gap: 4rem !important
  }
}