@charset "UTF-8";
/*!
 * Madosel 1.0.0-alpha12
 * Copyright 2020-2021 Kenan Gündoğan
 * https://www.madosel.com
 * Licensed under MIT https://github.com/kenangundogan/madosel/blob/master/LICENSE
 * Released under the MIT License
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 0) {
  .xs\:appearance-auto {
    appearance: auto;
  }

  .xs\:appearance-none {
    appearance: none;
  }

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

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

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

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

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

  .xs\:align-self-auto {
    align-self: auto;
  }

  .xs\:align-self-start {
    align-self: flex-start;
  }

  .xs\:align-self-end {
    align-self: flex-end;
  }

  .xs\:align-self-center {
    align-self: center;
  }

  .xs\:align-self-stretch {
    align-self: stretch;
  }

  .xs\:background-attachment-fixed {
    background-attachment: fixed;
  }

  .xs\:background-attachment-local {
    background-attachment: local;
  }

  .xs\:background-attachment-scroll {
    background-attachment: scroll;
  }

  .xs\:background-clip-border-box {
    background-clip: border-box;
  }

  .xs\:background-clip-padding-box {
    background-clip: padding-box;
  }

  .xs\:background-clip-content-box {
    background-clip: content-box;
  }

  .xs\:background-clip-text {
    background-clip: text;
  }

  .xs\:bg-red-600 {
    --bg-opacity: 1;
    background-color: rgba(237, 45, 45, var(--bg-opacity));
  }

  .xs\:bg-red-700 {
    --bg-opacity: 1;
    background-color: rgba(235, 21, 21, var(--bg-opacity));
  }

  .xs\:bg-red-800 {
    --bg-opacity: 1;
    background-color: rgba(212, 18, 18, var(--bg-opacity));
  }

  .xs\:bg-red-900 {
    --bg-opacity: 1;
    background-color: rgba(189, 16, 16, var(--bg-opacity));
  }

  .xs\:bg-red-500 {
    --bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--bg-opacity));
  }

  .xs\:bg-red-400 {
    --bg-opacity: 1;
    background-color: rgba(242, 106, 106, var(--bg-opacity));
  }

  .xs\:bg-red-300 {
    --bg-opacity: 1;
    background-color: rgba(245, 143, 143, var(--bg-opacity));
  }

  .xs\:bg-red-200 {
    --bg-opacity: 1;
    background-color: rgba(249, 181, 181, var(--bg-opacity));
  }

  .xs\:bg-red-100 {
    --bg-opacity: 1;
    background-color: rgba(252, 218, 218, var(--bg-opacity));
  }

  .xs\:bg-green-600 {
    --bg-opacity: 1;
    background-color: rgba(14, 162, 113, var(--bg-opacity));
  }

  .xs\:bg-green-700 {
    --bg-opacity: 1;
    background-color: rgba(12, 138, 96, var(--bg-opacity));
  }

  .xs\:bg-green-800 {
    --bg-opacity: 1;
    background-color: rgba(10, 115, 80, var(--bg-opacity));
  }

  .xs\:bg-green-900 {
    --bg-opacity: 1;
    background-color: rgba(8, 91, 64, var(--bg-opacity));
  }

  .xs\:bg-green-500 {
    --bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--bg-opacity));
  }

  .xs\:bg-green-400 {
    --bg-opacity: 1;
    background-color: rgba(19, 223, 155, var(--bg-opacity));
  }

  .xs\:bg-green-300 {
    --bg-opacity: 1;
    background-color: rgba(46, 237, 174, var(--bg-opacity));
  }

  .xs\:bg-green-200 {
    --bg-opacity: 1;
    background-color: rgba(83, 240, 188, var(--bg-opacity));
  }

  .xs\:bg-green-100 {
    --bg-opacity: 1;
    background-color: rgba(121, 243, 203, var(--bg-opacity));
  }

  .xs\:bg-blue-600 {
    --bg-opacity: 1;
    background-color: rgba(35, 114, 245, var(--bg-opacity));
  }

  .xs\:bg-blue-700 {
    --bg-opacity: 1;
    background-color: rgba(11, 99, 243, var(--bg-opacity));
  }

  .xs\:bg-blue-800 {
    --bg-opacity: 1;
    background-color: rgba(10, 89, 218, var(--bg-opacity));
  }

  .xs\:bg-blue-900 {
    --bg-opacity: 1;
    background-color: rgba(9, 79, 194, var(--bg-opacity));
  }

  .xs\:bg-blue-500 {
    --bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--bg-opacity));
  }

  .xs\:bg-blue-400 {
    --bg-opacity: 1;
    background-color: rgba(98, 155, 248, var(--bg-opacity));
  }

  .xs\:bg-blue-300 {
    --bg-opacity: 1;
    background-color: rgba(137, 180, 250, var(--bg-opacity));
  }

  .xs\:bg-blue-200 {
    --bg-opacity: 1;
    background-color: rgba(176, 205, 251, var(--bg-opacity));
  }

  .xs\:bg-blue-100 {
    --bg-opacity: 1;
    background-color: rgba(215, 230, 253, var(--bg-opacity));
  }

  .xs\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: rgba(251, 184, 11, var(--bg-opacity));
  }

  .xs\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: rgba(232, 168, 4, var(--bg-opacity));
  }

  .xs\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: rgba(207, 150, 4, var(--bg-opacity));
  }

  .xs\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: rgba(182, 132, 3, var(--bg-opacity));
  }

  .xs\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--bg-opacity));
  }

  .xs\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: rgba(252, 203, 76, var(--bg-opacity));
  }

  .xs\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: rgba(252, 214, 116, var(--bg-opacity));
  }

  .xs\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: rgba(253, 226, 156, var(--bg-opacity));
  }

  .xs\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: rgba(254, 238, 196, var(--bg-opacity));
  }

  .xs\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: rgba(234, 49, 140, var(--bg-opacity));
  }

  .xs\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: rgba(231, 26, 127, var(--bg-opacity));
  }

  .xs\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: rgba(210, 22, 115, var(--bg-opacity));
  }

  .xs\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: rgba(187, 19, 102, var(--bg-opacity));
  }

  .xs\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--bg-opacity));
  }

  .xs\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: rgba(240, 109, 174, var(--bg-opacity));
  }

  .xs\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: rgba(244, 146, 194, var(--bg-opacity));
  }

  .xs\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: rgba(248, 183, 215, var(--bg-opacity));
  }

  .xs\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: rgba(251, 220, 235, var(--bg-opacity));
  }

  .xs\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: rgba(122, 68, 245, var(--bg-opacity));
  }

  .xs\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: rgba(105, 44, 243, var(--bg-opacity));
  }

  .xs\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: rgba(87, 20, 242, var(--bg-opacity));
  }

  .xs\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: rgba(77, 12, 224, var(--bg-opacity));
  }

  .xs\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--bg-opacity));
  }

  .xs\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: rgba(167, 131, 248, var(--bg-opacity));
  }

  .xs\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: rgba(194, 169, 250, var(--bg-opacity));
  }

  .xs\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: rgba(222, 208, 252, var(--bg-opacity));
  }

  .xs\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: rgba(249, 247, 255, var(--bg-opacity));
  }

  .xs\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: rgba(95, 102, 114, var(--bg-opacity));
  }

  .xs\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: rgba(84, 89, 100, var(--bg-opacity));
  }

  .xs\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: rgba(72, 77, 86, var(--bg-opacity));
  }

  .xs\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: rgba(61, 65, 72, var(--bg-opacity));
  }

  .xs\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--bg-opacity));
  }

  .xs\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: rgba(127, 134, 148, var(--bg-opacity));
  }

  .xs\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: rgba(150, 155, 167, var(--bg-opacity));
  }

  .xs\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: rgba(172, 176, 186, var(--bg-opacity));
  }

  .xs\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: rgba(194, 197, 204, var(--bg-opacity));
  }

  .xs\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .xs\:bg-opacity-5 {
    --bg-opacity: 0.05;
  }

  .xs\:bg-opacity-10 {
    --bg-opacity: 0.1;
  }

  .xs\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .xs\:bg-opacity-20 {
    --bg-opacity: 0.2;
  }

  .xs\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .xs\:bg-opacity-30 {
    --bg-opacity: 0.3;
  }

  .xs\:bg-opacity-35 {
    --bg-opacity: 0.35;
  }

  .xs\:bg-opacity-40 {
    --bg-opacity: 0.4;
  }

  .xs\:bg-opacity-45 {
    --bg-opacity: 0.45;
  }

  .xs\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .xs\:bg-opacity-55 {
    --bg-opacity: 0.55;
  }

  .xs\:bg-opacity-60 {
    --bg-opacity: 0.6;
  }

  .xs\:bg-opacity-65 {
    --bg-opacity: 0.65;
  }

  .xs\:bg-opacity-70 {
    --bg-opacity: 0.7;
  }

  .xs\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .xs\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .xs\:bg-opacity-85 {
    --bg-opacity: 0.85;
  }

  .xs\:bg-opacity-90 {
    --bg-opacity: 0.9;
  }

  .xs\:bg-opacity-95 {
    --bg-opacity: 0.95;
  }

  .xs\:bg-opacity-100 {
    --bg-opacity: 100;
  }

  .xs\:background-image-none {
    background-image: "none !important";
  }

  .xs\:start-red-600 {
    --start-opacity: 1;
    --gradient-start: rgba(237, 45, 45, var(--start-opacity));
  }

  .xs\:start-red-700 {
    --start-opacity: 1;
    --gradient-start: rgba(235, 21, 21, var(--start-opacity));
  }

  .xs\:start-red-800 {
    --start-opacity: 1;
    --gradient-start: rgba(212, 18, 18, var(--start-opacity));
  }

  .xs\:start-red-900 {
    --start-opacity: 1;
    --gradient-start: rgba(189, 16, 16, var(--start-opacity));
  }

  .xs\:start-red-500 {
    --start-opacity: 1;
    --gradient-start: rgba(239, 68, 68, var(--start-opacity));
  }

  .xs\:start-red-400 {
    --start-opacity: 1;
    --gradient-start: rgba(242, 106, 106, var(--start-opacity));
  }

  .xs\:start-red-300 {
    --start-opacity: 1;
    --gradient-start: rgba(245, 143, 143, var(--start-opacity));
  }

  .xs\:start-red-200 {
    --start-opacity: 1;
    --gradient-start: rgba(249, 181, 181, var(--start-opacity));
  }

  .xs\:start-red-100 {
    --start-opacity: 1;
    --gradient-start: rgba(252, 218, 218, var(--start-opacity));
  }

  .xs\:start-green-600 {
    --start-opacity: 1;
    --gradient-start: rgba(14, 162, 113, var(--start-opacity));
  }

  .xs\:start-green-700 {
    --start-opacity: 1;
    --gradient-start: rgba(12, 138, 96, var(--start-opacity));
  }

  .xs\:start-green-800 {
    --start-opacity: 1;
    --gradient-start: rgba(10, 115, 80, var(--start-opacity));
  }

  .xs\:start-green-900 {
    --start-opacity: 1;
    --gradient-start: rgba(8, 91, 64, var(--start-opacity));
  }

  .xs\:start-green-500 {
    --start-opacity: 1;
    --gradient-start: rgba(16, 185, 129, var(--start-opacity));
  }

  .xs\:start-green-400 {
    --start-opacity: 1;
    --gradient-start: rgba(19, 223, 155, var(--start-opacity));
  }

  .xs\:start-green-300 {
    --start-opacity: 1;
    --gradient-start: rgba(46, 237, 174, var(--start-opacity));
  }

  .xs\:start-green-200 {
    --start-opacity: 1;
    --gradient-start: rgba(83, 240, 188, var(--start-opacity));
  }

  .xs\:start-green-100 {
    --start-opacity: 1;
    --gradient-start: rgba(121, 243, 203, var(--start-opacity));
  }

  .xs\:start-blue-600 {
    --start-opacity: 1;
    --gradient-start: rgba(35, 114, 245, var(--start-opacity));
  }

  .xs\:start-blue-700 {
    --start-opacity: 1;
    --gradient-start: rgba(11, 99, 243, var(--start-opacity));
  }

  .xs\:start-blue-800 {
    --start-opacity: 1;
    --gradient-start: rgba(10, 89, 218, var(--start-opacity));
  }

  .xs\:start-blue-900 {
    --start-opacity: 1;
    --gradient-start: rgba(9, 79, 194, var(--start-opacity));
  }

  .xs\:start-blue-500 {
    --start-opacity: 1;
    --gradient-start: rgba(59, 130, 246, var(--start-opacity));
  }

  .xs\:start-blue-400 {
    --start-opacity: 1;
    --gradient-start: rgba(98, 155, 248, var(--start-opacity));
  }

  .xs\:start-blue-300 {
    --start-opacity: 1;
    --gradient-start: rgba(137, 180, 250, var(--start-opacity));
  }

  .xs\:start-blue-200 {
    --start-opacity: 1;
    --gradient-start: rgba(176, 205, 251, var(--start-opacity));
  }

  .xs\:start-blue-100 {
    --start-opacity: 1;
    --gradient-start: rgba(215, 230, 253, var(--start-opacity));
  }

  .xs\:start-yellow-600 {
    --start-opacity: 1;
    --gradient-start: rgba(251, 184, 11, var(--start-opacity));
  }

  .xs\:start-yellow-700 {
    --start-opacity: 1;
    --gradient-start: rgba(232, 168, 4, var(--start-opacity));
  }

  .xs\:start-yellow-800 {
    --start-opacity: 1;
    --gradient-start: rgba(207, 150, 4, var(--start-opacity));
  }

  .xs\:start-yellow-900 {
    --start-opacity: 1;
    --gradient-start: rgba(182, 132, 3, var(--start-opacity));
  }

  .xs\:start-yellow-500 {
    --start-opacity: 1;
    --gradient-start: rgba(251, 191, 36, var(--start-opacity));
  }

  .xs\:start-yellow-400 {
    --start-opacity: 1;
    --gradient-start: rgba(252, 203, 76, var(--start-opacity));
  }

  .xs\:start-yellow-300 {
    --start-opacity: 1;
    --gradient-start: rgba(252, 214, 116, var(--start-opacity));
  }

  .xs\:start-yellow-200 {
    --start-opacity: 1;
    --gradient-start: rgba(253, 226, 156, var(--start-opacity));
  }

  .xs\:start-yellow-100 {
    --start-opacity: 1;
    --gradient-start: rgba(254, 238, 196, var(--start-opacity));
  }

  .xs\:start-pink-600 {
    --start-opacity: 1;
    --gradient-start: rgba(234, 49, 140, var(--start-opacity));
  }

  .xs\:start-pink-700 {
    --start-opacity: 1;
    --gradient-start: rgba(231, 26, 127, var(--start-opacity));
  }

  .xs\:start-pink-800 {
    --start-opacity: 1;
    --gradient-start: rgba(210, 22, 115, var(--start-opacity));
  }

  .xs\:start-pink-900 {
    --start-opacity: 1;
    --gradient-start: rgba(187, 19, 102, var(--start-opacity));
  }

  .xs\:start-pink-500 {
    --start-opacity: 1;
    --gradient-start: rgba(236, 72, 153, var(--start-opacity));
  }

  .xs\:start-pink-400 {
    --start-opacity: 1;
    --gradient-start: rgba(240, 109, 174, var(--start-opacity));
  }

  .xs\:start-pink-300 {
    --start-opacity: 1;
    --gradient-start: rgba(244, 146, 194, var(--start-opacity));
  }

  .xs\:start-pink-200 {
    --start-opacity: 1;
    --gradient-start: rgba(248, 183, 215, var(--start-opacity));
  }

  .xs\:start-pink-100 {
    --start-opacity: 1;
    --gradient-start: rgba(251, 220, 235, var(--start-opacity));
  }

  .xs\:start-purple-600 {
    --start-opacity: 1;
    --gradient-start: rgba(122, 68, 245, var(--start-opacity));
  }

  .xs\:start-purple-700 {
    --start-opacity: 1;
    --gradient-start: rgba(105, 44, 243, var(--start-opacity));
  }

  .xs\:start-purple-800 {
    --start-opacity: 1;
    --gradient-start: rgba(87, 20, 242, var(--start-opacity));
  }

  .xs\:start-purple-900 {
    --start-opacity: 1;
    --gradient-start: rgba(77, 12, 224, var(--start-opacity));
  }

  .xs\:start-purple-500 {
    --start-opacity: 1;
    --gradient-start: rgba(139, 92, 246, var(--start-opacity));
  }

  .xs\:start-purple-400 {
    --start-opacity: 1;
    --gradient-start: rgba(167, 131, 248, var(--start-opacity));
  }

  .xs\:start-purple-300 {
    --start-opacity: 1;
    --gradient-start: rgba(194, 169, 250, var(--start-opacity));
  }

  .xs\:start-purple-200 {
    --start-opacity: 1;
    --gradient-start: rgba(222, 208, 252, var(--start-opacity));
  }

  .xs\:start-purple-100 {
    --start-opacity: 1;
    --gradient-start: rgba(249, 247, 255, var(--start-opacity));
  }

  .xs\:start-gray-600 {
    --start-opacity: 1;
    --gradient-start: rgba(95, 102, 114, var(--start-opacity));
  }

  .xs\:start-gray-700 {
    --start-opacity: 1;
    --gradient-start: rgba(84, 89, 100, var(--start-opacity));
  }

  .xs\:start-gray-800 {
    --start-opacity: 1;
    --gradient-start: rgba(72, 77, 86, var(--start-opacity));
  }

  .xs\:start-gray-900 {
    --start-opacity: 1;
    --gradient-start: rgba(61, 65, 72, var(--start-opacity));
  }

  .xs\:start-gray-500 {
    --start-opacity: 1;
    --gradient-start: rgba(107, 114, 128, var(--start-opacity));
  }

  .xs\:start-gray-400 {
    --start-opacity: 1;
    --gradient-start: rgba(127, 134, 148, var(--start-opacity));
  }

  .xs\:start-gray-300 {
    --start-opacity: 1;
    --gradient-start: rgba(150, 155, 167, var(--start-opacity));
  }

  .xs\:start-gray-200 {
    --start-opacity: 1;
    --gradient-start: rgba(172, 176, 186, var(--start-opacity));
  }

  .xs\:start-gray-100 {
    --start-opacity: 1;
    --gradient-start: rgba(194, 197, 204, var(--start-opacity));
  }

  .xs\:end-red-600 {
    --end-opacity: 1;
    --gradient-end: rgba(237, 45, 45, var(--end-opacity));
  }

  .xs\:end-red-700 {
    --end-opacity: 1;
    --gradient-end: rgba(235, 21, 21, var(--end-opacity));
  }

  .xs\:end-red-800 {
    --end-opacity: 1;
    --gradient-end: rgba(212, 18, 18, var(--end-opacity));
  }

  .xs\:end-red-900 {
    --end-opacity: 1;
    --gradient-end: rgba(189, 16, 16, var(--end-opacity));
  }

  .xs\:end-red-500 {
    --end-opacity: 1;
    --gradient-end: rgba(239, 68, 68, var(--end-opacity));
  }

  .xs\:end-red-400 {
    --end-opacity: 1;
    --gradient-end: rgba(242, 106, 106, var(--end-opacity));
  }

  .xs\:end-red-300 {
    --end-opacity: 1;
    --gradient-end: rgba(245, 143, 143, var(--end-opacity));
  }

  .xs\:end-red-200 {
    --end-opacity: 1;
    --gradient-end: rgba(249, 181, 181, var(--end-opacity));
  }

  .xs\:end-red-100 {
    --end-opacity: 1;
    --gradient-end: rgba(252, 218, 218, var(--end-opacity));
  }

  .xs\:end-green-600 {
    --end-opacity: 1;
    --gradient-end: rgba(14, 162, 113, var(--end-opacity));
  }

  .xs\:end-green-700 {
    --end-opacity: 1;
    --gradient-end: rgba(12, 138, 96, var(--end-opacity));
  }

  .xs\:end-green-800 {
    --end-opacity: 1;
    --gradient-end: rgba(10, 115, 80, var(--end-opacity));
  }

  .xs\:end-green-900 {
    --end-opacity: 1;
    --gradient-end: rgba(8, 91, 64, var(--end-opacity));
  }

  .xs\:end-green-500 {
    --end-opacity: 1;
    --gradient-end: rgba(16, 185, 129, var(--end-opacity));
  }

  .xs\:end-green-400 {
    --end-opacity: 1;
    --gradient-end: rgba(19, 223, 155, var(--end-opacity));
  }

  .xs\:end-green-300 {
    --end-opacity: 1;
    --gradient-end: rgba(46, 237, 174, var(--end-opacity));
  }

  .xs\:end-green-200 {
    --end-opacity: 1;
    --gradient-end: rgba(83, 240, 188, var(--end-opacity));
  }

  .xs\:end-green-100 {
    --end-opacity: 1;
    --gradient-end: rgba(121, 243, 203, var(--end-opacity));
  }

  .xs\:end-blue-600 {
    --end-opacity: 1;
    --gradient-end: rgba(35, 114, 245, var(--end-opacity));
  }

  .xs\:end-blue-700 {
    --end-opacity: 1;
    --gradient-end: rgba(11, 99, 243, var(--end-opacity));
  }

  .xs\:end-blue-800 {
    --end-opacity: 1;
    --gradient-end: rgba(10, 89, 218, var(--end-opacity));
  }

  .xs\:end-blue-900 {
    --end-opacity: 1;
    --gradient-end: rgba(9, 79, 194, var(--end-opacity));
  }

  .xs\:end-blue-500 {
    --end-opacity: 1;
    --gradient-end: rgba(59, 130, 246, var(--end-opacity));
  }

  .xs\:end-blue-400 {
    --end-opacity: 1;
    --gradient-end: rgba(98, 155, 248, var(--end-opacity));
  }

  .xs\:end-blue-300 {
    --end-opacity: 1;
    --gradient-end: rgba(137, 180, 250, var(--end-opacity));
  }

  .xs\:end-blue-200 {
    --end-opacity: 1;
    --gradient-end: rgba(176, 205, 251, var(--end-opacity));
  }

  .xs\:end-blue-100 {
    --end-opacity: 1;
    --gradient-end: rgba(215, 230, 253, var(--end-opacity));
  }

  .xs\:end-yellow-600 {
    --end-opacity: 1;
    --gradient-end: rgba(251, 184, 11, var(--end-opacity));
  }

  .xs\:end-yellow-700 {
    --end-opacity: 1;
    --gradient-end: rgba(232, 168, 4, var(--end-opacity));
  }

  .xs\:end-yellow-800 {
    --end-opacity: 1;
    --gradient-end: rgba(207, 150, 4, var(--end-opacity));
  }

  .xs\:end-yellow-900 {
    --end-opacity: 1;
    --gradient-end: rgba(182, 132, 3, var(--end-opacity));
  }

  .xs\:end-yellow-500 {
    --end-opacity: 1;
    --gradient-end: rgba(251, 191, 36, var(--end-opacity));
  }

  .xs\:end-yellow-400 {
    --end-opacity: 1;
    --gradient-end: rgba(252, 203, 76, var(--end-opacity));
  }

  .xs\:end-yellow-300 {
    --end-opacity: 1;
    --gradient-end: rgba(252, 214, 116, var(--end-opacity));
  }

  .xs\:end-yellow-200 {
    --end-opacity: 1;
    --gradient-end: rgba(253, 226, 156, var(--end-opacity));
  }

  .xs\:end-yellow-100 {
    --end-opacity: 1;
    --gradient-end: rgba(254, 238, 196, var(--end-opacity));
  }

  .xs\:end-pink-600 {
    --end-opacity: 1;
    --gradient-end: rgba(234, 49, 140, var(--end-opacity));
  }

  .xs\:end-pink-700 {
    --end-opacity: 1;
    --gradient-end: rgba(231, 26, 127, var(--end-opacity));
  }

  .xs\:end-pink-800 {
    --end-opacity: 1;
    --gradient-end: rgba(210, 22, 115, var(--end-opacity));
  }

  .xs\:end-pink-900 {
    --end-opacity: 1;
    --gradient-end: rgba(187, 19, 102, var(--end-opacity));
  }

  .xs\:end-pink-500 {
    --end-opacity: 1;
    --gradient-end: rgba(236, 72, 153, var(--end-opacity));
  }

  .xs\:end-pink-400 {
    --end-opacity: 1;
    --gradient-end: rgba(240, 109, 174, var(--end-opacity));
  }

  .xs\:end-pink-300 {
    --end-opacity: 1;
    --gradient-end: rgba(244, 146, 194, var(--end-opacity));
  }

  .xs\:end-pink-200 {
    --end-opacity: 1;
    --gradient-end: rgba(248, 183, 215, var(--end-opacity));
  }

  .xs\:end-pink-100 {
    --end-opacity: 1;
    --gradient-end: rgba(251, 220, 235, var(--end-opacity));
  }

  .xs\:end-purple-600 {
    --end-opacity: 1;
    --gradient-end: rgba(122, 68, 245, var(--end-opacity));
  }

  .xs\:end-purple-700 {
    --end-opacity: 1;
    --gradient-end: rgba(105, 44, 243, var(--end-opacity));
  }

  .xs\:end-purple-800 {
    --end-opacity: 1;
    --gradient-end: rgba(87, 20, 242, var(--end-opacity));
  }

  .xs\:end-purple-900 {
    --end-opacity: 1;
    --gradient-end: rgba(77, 12, 224, var(--end-opacity));
  }

  .xs\:end-purple-500 {
    --end-opacity: 1;
    --gradient-end: rgba(139, 92, 246, var(--end-opacity));
  }

  .xs\:end-purple-400 {
    --end-opacity: 1;
    --gradient-end: rgba(167, 131, 248, var(--end-opacity));
  }

  .xs\:end-purple-300 {
    --end-opacity: 1;
    --gradient-end: rgba(194, 169, 250, var(--end-opacity));
  }

  .xs\:end-purple-200 {
    --end-opacity: 1;
    --gradient-end: rgba(222, 208, 252, var(--end-opacity));
  }

  .xs\:end-purple-100 {
    --end-opacity: 1;
    --gradient-end: rgba(249, 247, 255, var(--end-opacity));
  }

  .xs\:end-gray-600 {
    --end-opacity: 1;
    --gradient-end: rgba(95, 102, 114, var(--end-opacity));
  }

  .xs\:end-gray-700 {
    --end-opacity: 1;
    --gradient-end: rgba(84, 89, 100, var(--end-opacity));
  }

  .xs\:end-gray-800 {
    --end-opacity: 1;
    --gradient-end: rgba(72, 77, 86, var(--end-opacity));
  }

  .xs\:end-gray-900 {
    --end-opacity: 1;
    --gradient-end: rgba(61, 65, 72, var(--end-opacity));
  }

  .xs\:end-gray-500 {
    --end-opacity: 1;
    --gradient-end: rgba(107, 114, 128, var(--end-opacity));
  }

  .xs\:end-gray-400 {
    --end-opacity: 1;
    --gradient-end: rgba(127, 134, 148, var(--end-opacity));
  }

  .xs\:end-gray-300 {
    --end-opacity: 1;
    --gradient-end: rgba(150, 155, 167, var(--end-opacity));
  }

  .xs\:end-gray-200 {
    --end-opacity: 1;
    --gradient-end: rgba(172, 176, 186, var(--end-opacity));
  }

  .xs\:end-gray-100 {
    --end-opacity: 1;
    --gradient-end: rgba(194, 197, 204, var(--end-opacity));
  }

  .xs\:start-opacity-0 {
    --start-opacity: 0;
  }

  .xs\:start-opacity-5 {
    --start-opacity: 0.05;
  }

  .xs\:start-opacity-10 {
    --start-opacity: 0.1;
  }

  .xs\:start-opacity-15 {
    --start-opacity: 0.15;
  }

  .xs\:start-opacity-20 {
    --start-opacity: 0.2;
  }

  .xs\:start-opacity-25 {
    --start-opacity: 0.25;
  }

  .xs\:start-opacity-30 {
    --start-opacity: 0.3;
  }

  .xs\:start-opacity-35 {
    --start-opacity: 0.35;
  }

  .xs\:start-opacity-40 {
    --start-opacity: 0.4;
  }

  .xs\:start-opacity-45 {
    --start-opacity: 0.45;
  }

  .xs\:start-opacity-50 {
    --start-opacity: 0.5;
  }

  .xs\:start-opacity-55 {
    --start-opacity: 0.55;
  }

  .xs\:start-opacity-60 {
    --start-opacity: 0.6;
  }

  .xs\:start-opacity-65 {
    --start-opacity: 0.65;
  }

  .xs\:start-opacity-70 {
    --start-opacity: 0.7;
  }

  .xs\:start-opacity-75 {
    --start-opacity: 0.75;
  }

  .xs\:start-opacity-80 {
    --start-opacity: 0.8;
  }

  .xs\:start-opacity-85 {
    --start-opacity: 0.85;
  }

  .xs\:start-opacity-90 {
    --start-opacity: 0.9;
  }

  .xs\:start-opacity-95 {
    --start-opacity: 0.95;
  }

  .xs\:start-opacity-100 {
    --start-opacity: 100;
  }

  .xs\:end-opacity-0 {
    --end-opacity: 0;
  }

  .xs\:end-opacity-5 {
    --end-opacity: 0.05;
  }

  .xs\:end-opacity-10 {
    --end-opacity: 0.1;
  }

  .xs\:end-opacity-15 {
    --end-opacity: 0.15;
  }

  .xs\:end-opacity-20 {
    --end-opacity: 0.2;
  }

  .xs\:end-opacity-25 {
    --end-opacity: 0.25;
  }

  .xs\:end-opacity-30 {
    --end-opacity: 0.3;
  }

  .xs\:end-opacity-35 {
    --end-opacity: 0.35;
  }

  .xs\:end-opacity-40 {
    --end-opacity: 0.4;
  }

  .xs\:end-opacity-45 {
    --end-opacity: 0.45;
  }

  .xs\:end-opacity-50 {
    --end-opacity: 0.5;
  }

  .xs\:end-opacity-55 {
    --end-opacity: 0.55;
  }

  .xs\:end-opacity-60 {
    --end-opacity: 0.6;
  }

  .xs\:end-opacity-65 {
    --end-opacity: 0.65;
  }

  .xs\:end-opacity-70 {
    --end-opacity: 0.7;
  }

  .xs\:end-opacity-75 {
    --end-opacity: 0.75;
  }

  .xs\:end-opacity-80 {
    --end-opacity: 0.8;
  }

  .xs\:end-opacity-85 {
    --end-opacity: 0.85;
  }

  .xs\:end-opacity-90 {
    --end-opacity: 0.9;
  }

  .xs\:end-opacity-95 {
    --end-opacity: 0.95;
  }

  .xs\:end-opacity-100 {
    --end-opacity: 100;
  }

  .xs\:background-position-top {
    background-position: top;
  }

  .xs\:background-position-right {
    background-position: right;
  }

  .xs\:background-position-bottom {
    background-position: bottom;
  }

  .xs\:background-position-left {
    background-position: left;
  }

  .xs\:background-position-center {
    background-position: center;
  }

  .xs\:background-position-left-top {
    background-position: left top;
  }

  .xs\:background-position-left-bottom {
    background-position: left bottom;
  }

  .xs\:background-position-right-top {
    background-position: right top;
  }

  .xs\:background-position-right-bottom {
    background-position: right bottom;
  }

  .xs\:background-repeat-repeat {
    background-repeat: repeat;
  }

  .xs\:background-repeat-no-repeat {
    background-repeat: no-repeat;
  }

  .xs\:background-repeat-repeat-x {
    background-repeat: repeat-x;
  }

  .xs\:background-repeat-repeat-y {
    background-repeat: repeat-y;
  }

  .xs\:background-repeat-round {
    background-repeat: round;
  }

  .xs\:background-repeat-space {
    background-repeat: space;
  }

  .xs\:background-size-auto {
    background-size: auto;
  }

  .xs\:background-size-cover {
    background-size: cover;
  }

  .xs\:background-size-contain {
    background-size: contain;
  }

  .xs\:color-transparent {
    color: transparent;
  }

  .xs\:color-primary {
    color: #FAE898;
  }

  .xs\:color-secondary {
    color: #999999;
  }

  .xs\:color-success {
    color: #198754;
  }

  .xs\:color-info {
    color: #0dcaf0;
  }

  .xs\:color-warning {
    color: #ffc107;
  }

  .xs\:color-danger {
    color: #dc3545;
  }

  .xs\:color-dark {
    color: #333333;
  }

  .xs\:color-light {
    color: #f1f1f1;
  }

  .xs\:color-black {
    color: #000000;
  }

  .xs\:color-white {
    color: #ffffff;
  }

  .xs\:bg-color-transparent {
    background-color: transparent;
  }

  .xs\:bg-color-primary {
    background-color: #FAE898;
  }

  .xs\:bg-color-secondary {
    background-color: #999999;
  }

  .xs\:bg-color-success {
    background-color: #198754;
  }

  .xs\:bg-color-info {
    background-color: #0dcaf0;
  }

  .xs\:bg-color-warning {
    background-color: #ffc107;
  }

  .xs\:bg-color-danger {
    background-color: #dc3545;
  }

  .xs\:bg-color-dark {
    background-color: #333333;
  }

  .xs\:bg-color-light {
    background-color: #f1f1f1;
  }

  .xs\:bg-color-black {
    background-color: #000000;
  }

  .xs\:bg-color-white {
    background-color: #ffffff;
  }

  .xs\:border-color-transparent {
    border-color: transparent;
  }

  .xs\:border-color-primary {
    border-color: #FAE898;
  }

  .xs\:border-color-secondary {
    border-color: #999999;
  }

  .xs\:border-color-success {
    border-color: #198754;
  }

  .xs\:border-color-info {
    border-color: #0dcaf0;
  }

  .xs\:border-color-warning {
    border-color: #ffc107;
  }

  .xs\:border-color-danger {
    border-color: #dc3545;
  }

  .xs\:border-color-dark {
    border-color: #333333;
  }

  .xs\:border-color-light {
    border-color: #f1f1f1;
  }

  .xs\:border-color-black {
    border-color: #000000;
  }

  .xs\:border-color-white {
    border-color: #ffffff;
  }

  .xs\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xs\:placeholder-primary::placeholder {
    color: #FAE898;
  }

  .xs\:placeholder-secondary::placeholder {
    color: #999999;
  }

  .xs\:placeholder-success::placeholder {
    color: #198754;
  }

  .xs\:placeholder-info::placeholder {
    color: #0dcaf0;
  }

  .xs\:placeholder-warning::placeholder {
    color: #ffc107;
  }

  .xs\:placeholder-danger::placeholder {
    color: #dc3545;
  }

  .xs\:placeholder-dark::placeholder {
    color: #333333;
  }

  .xs\:placeholder-light::placeholder {
    color: #f1f1f1;
  }

  .xs\:placeholder-black::placeholder {
    color: #000000;
  }

  .xs\:placeholder-white::placeholder {
    color: #ffffff;
  }

  .xs\:placeholder-transparent {
    color: transparent;
  }

  .xs\:placeholder-primary {
    color: #FAE898;
  }

  .xs\:placeholder-secondary {
    color: #999999;
  }

  .xs\:placeholder-success {
    color: #198754;
  }

  .xs\:placeholder-info {
    color: #0dcaf0;
  }

  .xs\:placeholder-warning {
    color: #ffc107;
  }

  .xs\:placeholder-danger {
    color: #dc3545;
  }

  .xs\:placeholder-dark {
    color: #333333;
  }

  .xs\:placeholder-light {
    color: #f1f1f1;
  }

  .xs\:placeholder-black {
    color: #000000;
  }

  .xs\:placeholder-white {
    color: #ffffff;
  }

  .xs\:border-collapse-collapse {
    border-collapse: collapse;
  }

  .xs\:border-collapse-separate {
    border-collapse: separate;
  }

  .xs\:border-red-600 {
    --border-opacity: 1;
    border-color: rgba(237, 45, 45, var(--border-opacity));
  }

  .xs\:border-red-700 {
    --border-opacity: 1;
    border-color: rgba(235, 21, 21, var(--border-opacity));
  }

  .xs\:border-red-800 {
    --border-opacity: 1;
    border-color: rgba(212, 18, 18, var(--border-opacity));
  }

  .xs\:border-red-900 {
    --border-opacity: 1;
    border-color: rgba(189, 16, 16, var(--border-opacity));
  }

  .xs\:border-red-500 {
    --border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--border-opacity));
  }

  .xs\:border-red-400 {
    --border-opacity: 1;
    border-color: rgba(242, 106, 106, var(--border-opacity));
  }

  .xs\:border-red-300 {
    --border-opacity: 1;
    border-color: rgba(245, 143, 143, var(--border-opacity));
  }

  .xs\:border-red-200 {
    --border-opacity: 1;
    border-color: rgba(249, 181, 181, var(--border-opacity));
  }

  .xs\:border-red-100 {
    --border-opacity: 1;
    border-color: rgba(252, 218, 218, var(--border-opacity));
  }

  .xs\:border-green-600 {
    --border-opacity: 1;
    border-color: rgba(14, 162, 113, var(--border-opacity));
  }

  .xs\:border-green-700 {
    --border-opacity: 1;
    border-color: rgba(12, 138, 96, var(--border-opacity));
  }

  .xs\:border-green-800 {
    --border-opacity: 1;
    border-color: rgba(10, 115, 80, var(--border-opacity));
  }

  .xs\:border-green-900 {
    --border-opacity: 1;
    border-color: rgba(8, 91, 64, var(--border-opacity));
  }

  .xs\:border-green-500 {
    --border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--border-opacity));
  }

  .xs\:border-green-400 {
    --border-opacity: 1;
    border-color: rgba(19, 223, 155, var(--border-opacity));
  }

  .xs\:border-green-300 {
    --border-opacity: 1;
    border-color: rgba(46, 237, 174, var(--border-opacity));
  }

  .xs\:border-green-200 {
    --border-opacity: 1;
    border-color: rgba(83, 240, 188, var(--border-opacity));
  }

  .xs\:border-green-100 {
    --border-opacity: 1;
    border-color: rgba(121, 243, 203, var(--border-opacity));
  }

  .xs\:border-blue-600 {
    --border-opacity: 1;
    border-color: rgba(35, 114, 245, var(--border-opacity));
  }

  .xs\:border-blue-700 {
    --border-opacity: 1;
    border-color: rgba(11, 99, 243, var(--border-opacity));
  }

  .xs\:border-blue-800 {
    --border-opacity: 1;
    border-color: rgba(10, 89, 218, var(--border-opacity));
  }

  .xs\:border-blue-900 {
    --border-opacity: 1;
    border-color: rgba(9, 79, 194, var(--border-opacity));
  }

  .xs\:border-blue-500 {
    --border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--border-opacity));
  }

  .xs\:border-blue-400 {
    --border-opacity: 1;
    border-color: rgba(98, 155, 248, var(--border-opacity));
  }

  .xs\:border-blue-300 {
    --border-opacity: 1;
    border-color: rgba(137, 180, 250, var(--border-opacity));
  }

  .xs\:border-blue-200 {
    --border-opacity: 1;
    border-color: rgba(176, 205, 251, var(--border-opacity));
  }

  .xs\:border-blue-100 {
    --border-opacity: 1;
    border-color: rgba(215, 230, 253, var(--border-opacity));
  }

  .xs\:border-yellow-600 {
    --border-opacity: 1;
    border-color: rgba(251, 184, 11, var(--border-opacity));
  }

  .xs\:border-yellow-700 {
    --border-opacity: 1;
    border-color: rgba(232, 168, 4, var(--border-opacity));
  }

  .xs\:border-yellow-800 {
    --border-opacity: 1;
    border-color: rgba(207, 150, 4, var(--border-opacity));
  }

  .xs\:border-yellow-900 {
    --border-opacity: 1;
    border-color: rgba(182, 132, 3, var(--border-opacity));
  }

  .xs\:border-yellow-500 {
    --border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--border-opacity));
  }

  .xs\:border-yellow-400 {
    --border-opacity: 1;
    border-color: rgba(252, 203, 76, var(--border-opacity));
  }

  .xs\:border-yellow-300 {
    --border-opacity: 1;
    border-color: rgba(252, 214, 116, var(--border-opacity));
  }

  .xs\:border-yellow-200 {
    --border-opacity: 1;
    border-color: rgba(253, 226, 156, var(--border-opacity));
  }

  .xs\:border-yellow-100 {
    --border-opacity: 1;
    border-color: rgba(254, 238, 196, var(--border-opacity));
  }

  .xs\:border-pink-600 {
    --border-opacity: 1;
    border-color: rgba(234, 49, 140, var(--border-opacity));
  }

  .xs\:border-pink-700 {
    --border-opacity: 1;
    border-color: rgba(231, 26, 127, var(--border-opacity));
  }

  .xs\:border-pink-800 {
    --border-opacity: 1;
    border-color: rgba(210, 22, 115, var(--border-opacity));
  }

  .xs\:border-pink-900 {
    --border-opacity: 1;
    border-color: rgba(187, 19, 102, var(--border-opacity));
  }

  .xs\:border-pink-500 {
    --border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--border-opacity));
  }

  .xs\:border-pink-400 {
    --border-opacity: 1;
    border-color: rgba(240, 109, 174, var(--border-opacity));
  }

  .xs\:border-pink-300 {
    --border-opacity: 1;
    border-color: rgba(244, 146, 194, var(--border-opacity));
  }

  .xs\:border-pink-200 {
    --border-opacity: 1;
    border-color: rgba(248, 183, 215, var(--border-opacity));
  }

  .xs\:border-pink-100 {
    --border-opacity: 1;
    border-color: rgba(251, 220, 235, var(--border-opacity));
  }

  .xs\:border-purple-600 {
    --border-opacity: 1;
    border-color: rgba(122, 68, 245, var(--border-opacity));
  }

  .xs\:border-purple-700 {
    --border-opacity: 1;
    border-color: rgba(105, 44, 243, var(--border-opacity));
  }

  .xs\:border-purple-800 {
    --border-opacity: 1;
    border-color: rgba(87, 20, 242, var(--border-opacity));
  }

  .xs\:border-purple-900 {
    --border-opacity: 1;
    border-color: rgba(77, 12, 224, var(--border-opacity));
  }

  .xs\:border-purple-500 {
    --border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--border-opacity));
  }

  .xs\:border-purple-400 {
    --border-opacity: 1;
    border-color: rgba(167, 131, 248, var(--border-opacity));
  }

  .xs\:border-purple-300 {
    --border-opacity: 1;
    border-color: rgba(194, 169, 250, var(--border-opacity));
  }

  .xs\:border-purple-200 {
    --border-opacity: 1;
    border-color: rgba(222, 208, 252, var(--border-opacity));
  }

  .xs\:border-purple-100 {
    --border-opacity: 1;
    border-color: rgba(249, 247, 255, var(--border-opacity));
  }

  .xs\:border-gray-600 {
    --border-opacity: 1;
    border-color: rgba(95, 102, 114, var(--border-opacity));
  }

  .xs\:border-gray-700 {
    --border-opacity: 1;
    border-color: rgba(84, 89, 100, var(--border-opacity));
  }

  .xs\:border-gray-800 {
    --border-opacity: 1;
    border-color: rgba(72, 77, 86, var(--border-opacity));
  }

  .xs\:border-gray-900 {
    --border-opacity: 1;
    border-color: rgba(61, 65, 72, var(--border-opacity));
  }

  .xs\:border-gray-500 {
    --border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--border-opacity));
  }

  .xs\:border-gray-400 {
    --border-opacity: 1;
    border-color: rgba(127, 134, 148, var(--border-opacity));
  }

  .xs\:border-gray-300 {
    --border-opacity: 1;
    border-color: rgba(150, 155, 167, var(--border-opacity));
  }

  .xs\:border-gray-200 {
    --border-opacity: 1;
    border-color: rgba(172, 176, 186, var(--border-opacity));
  }

  .xs\:border-gray-100 {
    --border-opacity: 1;
    border-color: rgba(194, 197, 204, var(--border-opacity));
  }

  .xs\:border-opacity-0 {
    --border-opacity: 0;
  }

  .xs\:border-opacity-5 {
    --border-opacity: 0.05;
  }

  .xs\:border-opacity-10 {
    --border-opacity: 0.1;
  }

  .xs\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .xs\:border-opacity-20 {
    --border-opacity: 0.2;
  }

  .xs\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .xs\:border-opacity-30 {
    --border-opacity: 0.3;
  }

  .xs\:border-opacity-35 {
    --border-opacity: 0.35;
  }

  .xs\:border-opacity-40 {
    --border-opacity: 0.4;
  }

  .xs\:border-opacity-45 {
    --border-opacity: 0.45;
  }

  .xs\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .xs\:border-opacity-55 {
    --border-opacity: 0.55;
  }

  .xs\:border-opacity-60 {
    --border-opacity: 0.6;
  }

  .xs\:border-opacity-65 {
    --border-opacity: 0.65;
  }

  .xs\:border-opacity-70 {
    --border-opacity: 0.7;
  }

  .xs\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .xs\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .xs\:border-opacity-85 {
    --border-opacity: 0.85;
  }

  .xs\:border-opacity-90 {
    --border-opacity: 0.9;
  }

  .xs\:border-opacity-95 {
    --border-opacity: 0.95;
  }

  .xs\:border-opacity-100 {
    --border-opacity: 100;
  }

  .xs\:br-5 {
    border-radius: 5%;
  }

  .xs\:brtl-5 {
    border-top-left-radius: 5%;
  }

  .xs\:brtr-5 {
    border-top-right-radius: 5%;
  }

  .xs\:brbl-5 {
    border-bottom-left-radius: 5%;
  }

  .xs\:brbr-5 {
    border-bottom-right-radius: 5%;
  }

  .xs\:br-10 {
    border-radius: 10%;
  }

  .xs\:brtl-10 {
    border-top-left-radius: 10%;
  }

  .xs\:brtr-10 {
    border-top-right-radius: 10%;
  }

  .xs\:brbl-10 {
    border-bottom-left-radius: 10%;
  }

  .xs\:brbr-10 {
    border-bottom-right-radius: 10%;
  }

  .xs\:br-15 {
    border-radius: 15%;
  }

  .xs\:brtl-15 {
    border-top-left-radius: 15%;
  }

  .xs\:brtr-15 {
    border-top-right-radius: 15%;
  }

  .xs\:brbl-15 {
    border-bottom-left-radius: 15%;
  }

  .xs\:brbr-15 {
    border-bottom-right-radius: 15%;
  }

  .xs\:br-20 {
    border-radius: 20%;
  }

  .xs\:brtl-20 {
    border-top-left-radius: 20%;
  }

  .xs\:brtr-20 {
    border-top-right-radius: 20%;
  }

  .xs\:brbl-20 {
    border-bottom-left-radius: 20%;
  }

  .xs\:brbr-20 {
    border-bottom-right-radius: 20%;
  }

  .xs\:br-25 {
    border-radius: 25%;
  }

  .xs\:brtl-25 {
    border-top-left-radius: 25%;
  }

  .xs\:brtr-25 {
    border-top-right-radius: 25%;
  }

  .xs\:brbl-25 {
    border-bottom-left-radius: 25%;
  }

  .xs\:brbr-25 {
    border-bottom-right-radius: 25%;
  }

  .xs\:br-30 {
    border-radius: 30%;
  }

  .xs\:brtl-30 {
    border-top-left-radius: 30%;
  }

  .xs\:brtr-30 {
    border-top-right-radius: 30%;
  }

  .xs\:brbl-30 {
    border-bottom-left-radius: 30%;
  }

  .xs\:brbr-30 {
    border-bottom-right-radius: 30%;
  }

  .xs\:br-35 {
    border-radius: 35%;
  }

  .xs\:brtl-35 {
    border-top-left-radius: 35%;
  }

  .xs\:brtr-35 {
    border-top-right-radius: 35%;
  }

  .xs\:brbl-35 {
    border-bottom-left-radius: 35%;
  }

  .xs\:brbr-35 {
    border-bottom-right-radius: 35%;
  }

  .xs\:br-40 {
    border-radius: 40%;
  }

  .xs\:brtl-40 {
    border-top-left-radius: 40%;
  }

  .xs\:brtr-40 {
    border-top-right-radius: 40%;
  }

  .xs\:brbl-40 {
    border-bottom-left-radius: 40%;
  }

  .xs\:brbr-40 {
    border-bottom-right-radius: 40%;
  }

  .xs\:br-45 {
    border-radius: 45%;
  }

  .xs\:brtl-45 {
    border-top-left-radius: 45%;
  }

  .xs\:brtr-45 {
    border-top-right-radius: 45%;
  }

  .xs\:brbl-45 {
    border-bottom-left-radius: 45%;
  }

  .xs\:brbr-45 {
    border-bottom-right-radius: 45%;
  }

  .xs\:br-50 {
    border-radius: 50%;
  }

  .xs\:brtl-50 {
    border-top-left-radius: 50%;
  }

  .xs\:brtr-50 {
    border-top-right-radius: 50%;
  }

  .xs\:brbl-50 {
    border-bottom-left-radius: 50%;
  }

  .xs\:brbr-50 {
    border-bottom-right-radius: 50%;
  }

  .xs\:br-55 {
    border-radius: 55%;
  }

  .xs\:brtl-55 {
    border-top-left-radius: 55%;
  }

  .xs\:brtr-55 {
    border-top-right-radius: 55%;
  }

  .xs\:brbl-55 {
    border-bottom-left-radius: 55%;
  }

  .xs\:brbr-55 {
    border-bottom-right-radius: 55%;
  }

  .xs\:br-60 {
    border-radius: 60%;
  }

  .xs\:brtl-60 {
    border-top-left-radius: 60%;
  }

  .xs\:brtr-60 {
    border-top-right-radius: 60%;
  }

  .xs\:brbl-60 {
    border-bottom-left-radius: 60%;
  }

  .xs\:brbr-60 {
    border-bottom-right-radius: 60%;
  }

  .xs\:br-65 {
    border-radius: 65%;
  }

  .xs\:brtl-65 {
    border-top-left-radius: 65%;
  }

  .xs\:brtr-65 {
    border-top-right-radius: 65%;
  }

  .xs\:brbl-65 {
    border-bottom-left-radius: 65%;
  }

  .xs\:brbr-65 {
    border-bottom-right-radius: 65%;
  }

  .xs\:br-70 {
    border-radius: 70%;
  }

  .xs\:brtl-70 {
    border-top-left-radius: 70%;
  }

  .xs\:brtr-70 {
    border-top-right-radius: 70%;
  }

  .xs\:brbl-70 {
    border-bottom-left-radius: 70%;
  }

  .xs\:brbr-70 {
    border-bottom-right-radius: 70%;
  }

  .xs\:br-75 {
    border-radius: 75%;
  }

  .xs\:brtl-75 {
    border-top-left-radius: 75%;
  }

  .xs\:brtr-75 {
    border-top-right-radius: 75%;
  }

  .xs\:brbl-75 {
    border-bottom-left-radius: 75%;
  }

  .xs\:brbr-75 {
    border-bottom-right-radius: 75%;
  }

  .xs\:br-80 {
    border-radius: 80%;
  }

  .xs\:brtl-80 {
    border-top-left-radius: 80%;
  }

  .xs\:brtr-80 {
    border-top-right-radius: 80%;
  }

  .xs\:brbl-80 {
    border-bottom-left-radius: 80%;
  }

  .xs\:brbr-80 {
    border-bottom-right-radius: 80%;
  }

  .xs\:br-85 {
    border-radius: 85%;
  }

  .xs\:brtl-85 {
    border-top-left-radius: 85%;
  }

  .xs\:brtr-85 {
    border-top-right-radius: 85%;
  }

  .xs\:brbl-85 {
    border-bottom-left-radius: 85%;
  }

  .xs\:brbr-85 {
    border-bottom-right-radius: 85%;
  }

  .xs\:br-90 {
    border-radius: 90%;
  }

  .xs\:brtl-90 {
    border-top-left-radius: 90%;
  }

  .xs\:brtr-90 {
    border-top-right-radius: 90%;
  }

  .xs\:brbl-90 {
    border-bottom-left-radius: 90%;
  }

  .xs\:brbr-90 {
    border-bottom-right-radius: 90%;
  }

  .xs\:br-95 {
    border-radius: 95%;
  }

  .xs\:brtl-95 {
    border-top-left-radius: 95%;
  }

  .xs\:brtr-95 {
    border-top-right-radius: 95%;
  }

  .xs\:brbl-95 {
    border-bottom-left-radius: 95%;
  }

  .xs\:brbr-95 {
    border-bottom-right-radius: 95%;
  }

  .xs\:br-100 {
    border-radius: 100%;
  }

  .xs\:brtl-100 {
    border-top-left-radius: 100%;
  }

  .xs\:brtr-100 {
    border-top-right-radius: 100%;
  }

  .xs\:brbl-100 {
    border-bottom-left-radius: 100%;
  }

  .xs\:brbr-100 {
    border-bottom-right-radius: 100%;
  }

  .xs\:br-0px {
    border-radius: 0;
  }

  .xs\:brtl-0px {
    border-top-left-radius: 0;
  }

  .xs\:brtr-0px {
    border-top-right-radius: 0;
  }

  .xs\:brbl-0px {
    border-bottom-left-radius: 0;
  }

  .xs\:brbr-0px {
    border-bottom-right-radius: 0;
  }

  .xs\:br-5px {
    border-radius: 5px;
  }

  .xs\:brtl-5px {
    border-top-left-radius: 5px;
  }

  .xs\:brtr-5px {
    border-top-right-radius: 5px;
  }

  .xs\:brbl-5px {
    border-bottom-left-radius: 5px;
  }

  .xs\:brbr-5px {
    border-bottom-right-radius: 5px;
  }

  .xs\:br-10px {
    border-radius: 10px;
  }

  .xs\:brtl-10px {
    border-top-left-radius: 10px;
  }

  .xs\:brtr-10px {
    border-top-right-radius: 10px;
  }

  .xs\:brbl-10px {
    border-bottom-left-radius: 10px;
  }

  .xs\:brbr-10px {
    border-bottom-right-radius: 10px;
  }

  .xs\:br-15px {
    border-radius: 15px;
  }

  .xs\:brtl-15px {
    border-top-left-radius: 15px;
  }

  .xs\:brtr-15px {
    border-top-right-radius: 15px;
  }

  .xs\:brbl-15px {
    border-bottom-left-radius: 15px;
  }

  .xs\:brbr-15px {
    border-bottom-right-radius: 15px;
  }

  .xs\:br-20px {
    border-radius: 20px;
  }

  .xs\:brtl-20px {
    border-top-left-radius: 20px;
  }

  .xs\:brtr-20px {
    border-top-right-radius: 20px;
  }

  .xs\:brbl-20px {
    border-bottom-left-radius: 20px;
  }

  .xs\:brbr-20px {
    border-bottom-right-radius: 20px;
  }

  .xs\:br-25px {
    border-radius: 25px;
  }

  .xs\:brtl-25px {
    border-top-left-radius: 25px;
  }

  .xs\:brtr-25px {
    border-top-right-radius: 25px;
  }

  .xs\:brbl-25px {
    border-bottom-left-radius: 25px;
  }

  .xs\:brbr-25px {
    border-bottom-right-radius: 25px;
  }

  .xs\:br-30px {
    border-radius: 30px;
  }

  .xs\:brtl-30px {
    border-top-left-radius: 30px;
  }

  .xs\:brtr-30px {
    border-top-right-radius: 30px;
  }

  .xs\:brbl-30px {
    border-bottom-left-radius: 30px;
  }

  .xs\:brbr-30px {
    border-bottom-right-radius: 30px;
  }

  .xs\:br-35px {
    border-radius: 35px;
  }

  .xs\:brtl-35px {
    border-top-left-radius: 35px;
  }

  .xs\:brtr-35px {
    border-top-right-radius: 35px;
  }

  .xs\:brbl-35px {
    border-bottom-left-radius: 35px;
  }

  .xs\:brbr-35px {
    border-bottom-right-radius: 35px;
  }

  .xs\:br-40px {
    border-radius: 40px;
  }

  .xs\:brtl-40px {
    border-top-left-radius: 40px;
  }

  .xs\:brtr-40px {
    border-top-right-radius: 40px;
  }

  .xs\:brbl-40px {
    border-bottom-left-radius: 40px;
  }

  .xs\:brbr-40px {
    border-bottom-right-radius: 40px;
  }

  .xs\:br-45px {
    border-radius: 45px;
  }

  .xs\:brtl-45px {
    border-top-left-radius: 45px;
  }

  .xs\:brtr-45px {
    border-top-right-radius: 45px;
  }

  .xs\:brbl-45px {
    border-bottom-left-radius: 45px;
  }

  .xs\:brbr-45px {
    border-bottom-right-radius: 45px;
  }

  .xs\:br-50px {
    border-radius: 50px;
  }

  .xs\:brtl-50px {
    border-top-left-radius: 50px;
  }

  .xs\:brtr-50px {
    border-top-right-radius: 50px;
  }

  .xs\:brbl-50px {
    border-bottom-left-radius: 50px;
  }

  .xs\:brbr-50px {
    border-bottom-right-radius: 50px;
  }

  .xs\:br-55px {
    border-radius: 55px;
  }

  .xs\:brtl-55px {
    border-top-left-radius: 55px;
  }

  .xs\:brtr-55px {
    border-top-right-radius: 55px;
  }

  .xs\:brbl-55px {
    border-bottom-left-radius: 55px;
  }

  .xs\:brbr-55px {
    border-bottom-right-radius: 55px;
  }

  .xs\:br-60px {
    border-radius: 60px;
  }

  .xs\:brtl-60px {
    border-top-left-radius: 60px;
  }

  .xs\:brtr-60px {
    border-top-right-radius: 60px;
  }

  .xs\:brbl-60px {
    border-bottom-left-radius: 60px;
  }

  .xs\:brbr-60px {
    border-bottom-right-radius: 60px;
  }

  .xs\:br-65px {
    border-radius: 65px;
  }

  .xs\:brtl-65px {
    border-top-left-radius: 65px;
  }

  .xs\:brtr-65px {
    border-top-right-radius: 65px;
  }

  .xs\:brbl-65px {
    border-bottom-left-radius: 65px;
  }

  .xs\:brbr-65px {
    border-bottom-right-radius: 65px;
  }

  .xs\:br-70px {
    border-radius: 70px;
  }

  .xs\:brtl-70px {
    border-top-left-radius: 70px;
  }

  .xs\:brtr-70px {
    border-top-right-radius: 70px;
  }

  .xs\:brbl-70px {
    border-bottom-left-radius: 70px;
  }

  .xs\:brbr-70px {
    border-bottom-right-radius: 70px;
  }

  .xs\:br-75px {
    border-radius: 75px;
  }

  .xs\:brtl-75px {
    border-top-left-radius: 75px;
  }

  .xs\:brtr-75px {
    border-top-right-radius: 75px;
  }

  .xs\:brbl-75px {
    border-bottom-left-radius: 75px;
  }

  .xs\:brbr-75px {
    border-bottom-right-radius: 75px;
  }

  .xs\:br-80px {
    border-radius: 80px;
  }

  .xs\:brtl-80px {
    border-top-left-radius: 80px;
  }

  .xs\:brtr-80px {
    border-top-right-radius: 80px;
  }

  .xs\:brbl-80px {
    border-bottom-left-radius: 80px;
  }

  .xs\:brbr-80px {
    border-bottom-right-radius: 80px;
  }

  .xs\:br-85px {
    border-radius: 85px;
  }

  .xs\:brtl-85px {
    border-top-left-radius: 85px;
  }

  .xs\:brtr-85px {
    border-top-right-radius: 85px;
  }

  .xs\:brbl-85px {
    border-bottom-left-radius: 85px;
  }

  .xs\:brbr-85px {
    border-bottom-right-radius: 85px;
  }

  .xs\:br-90px {
    border-radius: 90px;
  }

  .xs\:brtl-90px {
    border-top-left-radius: 90px;
  }

  .xs\:brtr-90px {
    border-top-right-radius: 90px;
  }

  .xs\:brbl-90px {
    border-bottom-left-radius: 90px;
  }

  .xs\:brbr-90px {
    border-bottom-right-radius: 90px;
  }

  .xs\:br-95px {
    border-radius: 95px;
  }

  .xs\:brtl-95px {
    border-top-left-radius: 95px;
  }

  .xs\:brtr-95px {
    border-top-right-radius: 95px;
  }

  .xs\:brbl-95px {
    border-bottom-left-radius: 95px;
  }

  .xs\:brbr-95px {
    border-bottom-right-radius: 95px;
  }

  .xs\:br-100px {
    border-radius: 100px;
  }

  .xs\:brtl-100px {
    border-top-left-radius: 100px;
  }

  .xs\:brtr-100px {
    border-top-right-radius: 100px;
  }

  .xs\:brbl-100px {
    border-bottom-left-radius: 100px;
  }

  .xs\:brbr-100px {
    border-bottom-right-radius: 100px;
  }

  .xs\:br-none {
    border-radius: 0;
  }

  .xs\:br-full {
    border-radius: 9999px;
  }

  .xs\:brtl-full {
    border-top-left-radius: 9999px;
  }

  .xs\:brtr-full {
    border-top-right-radius: 9999px;
  }

  .xs\:brbl-full {
    border-bottom-left-radius: 9999px;
  }

  .xs\:brbr-full {
    border-bottom-right-radius: 9999px;
  }

  .xs\:border-style-solid {
    border-style: solid;
  }

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

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

  .xs\:border-style-double {
    border-style: double;
  }

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

  .xs\:border-0px {
    border-width: 0;
  }

  .xs\:border-t-0px {
    border-top-width: 0;
  }

  .xs\:border-r-0px {
    border-right-width: 0;
  }

  .xs\:border-b-0px {
    border-bottom-width: 0;
  }

  .xs\:border-l-0px {
    border-left-width: 0;
  }

  .xs\:border-1px {
    border-width: 1px;
  }

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

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

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

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

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

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

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

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

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

  .xs\:border-3px {
    border-width: 3px;
  }

  .xs\:border-t-3px {
    border-top-width: 3px;
  }

  .xs\:border-r-3px {
    border-right-width: 3px;
  }

  .xs\:border-b-3px {
    border-bottom-width: 3px;
  }

  .xs\:border-l-3px {
    border-left-width: 3px;
  }

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

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

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

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

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

  .xs\:border-5px {
    border-width: 5px;
  }

  .xs\:border-t-5px {
    border-top-width: 5px;
  }

  .xs\:border-r-5px {
    border-right-width: 5px;
  }

  .xs\:border-b-5px {
    border-bottom-width: 5px;
  }

  .xs\:border-l-5px {
    border-left-width: 5px;
  }

  .xs\:border-6px {
    border-width: 6px;
  }

  .xs\:border-t-6px {
    border-top-width: 6px;
  }

  .xs\:border-r-6px {
    border-right-width: 6px;
  }

  .xs\:border-b-6px {
    border-bottom-width: 6px;
  }

  .xs\:border-l-6px {
    border-left-width: 6px;
  }

  .xs\:border-7px {
    border-width: 7px;
  }

  .xs\:border-t-7px {
    border-top-width: 7px;
  }

  .xs\:border-r-7px {
    border-right-width: 7px;
  }

  .xs\:border-b-7px {
    border-bottom-width: 7px;
  }

  .xs\:border-l-7px {
    border-left-width: 7px;
  }

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

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

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

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

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

  .xs\:border-9px {
    border-width: 9px;
  }

  .xs\:border-t-9px {
    border-top-width: 9px;
  }

  .xs\:border-r-9px {
    border-right-width: 9px;
  }

  .xs\:border-b-9px {
    border-bottom-width: 9px;
  }

  .xs\:border-l-9px {
    border-left-width: 9px;
  }

  .xs\:border-10px {
    border-width: 10px;
  }

  .xs\:border-t-10px {
    border-top-width: 10px;
  }

  .xs\:border-r-10px {
    border-right-width: 10px;
  }

  .xs\:border-b-10px {
    border-bottom-width: 10px;
  }

  .xs\:border-l-10px {
    border-left-width: 10px;
  }

  .xs\:border-none {
    border-width: 0;
  }

  .xs\:box-shadow-none {
    box-shadow: 0 0 transparent;
  }

  .xs\:box-shadow-xs {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xs\:box-shadow-sm {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }

  .xs\:box-shadow-md {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  }

  .xs\:box-shadow-lg {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  }

  .xs\:box-shadow-xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xs\:box-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xs\:box-sizing-border {
    box-sizing: border-box;
  }

  .xs\:box-sizing-content {
    box-sizing: content-box;
  }

  .xs\:clear-left {
    clear: left;
  }

  .xs\:clear-right {
    clear: right;
  }

  .xs\:clear-both {
    clear: both;
  }

  .xs\:clear-none {
    clear: none;
  }

  .xs\:text-red-600 {
    --text-opacity: 1;
    color: rgba(237, 45, 45, var(--text-opacity));
  }

  .xs\:text-red-700 {
    --text-opacity: 1;
    color: rgba(235, 21, 21, var(--text-opacity));
  }

  .xs\:text-red-800 {
    --text-opacity: 1;
    color: rgba(212, 18, 18, var(--text-opacity));
  }

  .xs\:text-red-900 {
    --text-opacity: 1;
    color: rgba(189, 16, 16, var(--text-opacity));
  }

  .xs\:text-red-500 {
    --text-opacity: 1;
    color: rgba(239, 68, 68, var(--text-opacity));
  }

  .xs\:text-red-400 {
    --text-opacity: 1;
    color: rgba(242, 106, 106, var(--text-opacity));
  }

  .xs\:text-red-300 {
    --text-opacity: 1;
    color: rgba(245, 143, 143, var(--text-opacity));
  }

  .xs\:text-red-200 {
    --text-opacity: 1;
    color: rgba(249, 181, 181, var(--text-opacity));
  }

  .xs\:text-red-100 {
    --text-opacity: 1;
    color: rgba(252, 218, 218, var(--text-opacity));
  }

  .xs\:text-green-600 {
    --text-opacity: 1;
    color: rgba(14, 162, 113, var(--text-opacity));
  }

  .xs\:text-green-700 {
    --text-opacity: 1;
    color: rgba(12, 138, 96, var(--text-opacity));
  }

  .xs\:text-green-800 {
    --text-opacity: 1;
    color: rgba(10, 115, 80, var(--text-opacity));
  }

  .xs\:text-green-900 {
    --text-opacity: 1;
    color: rgba(8, 91, 64, var(--text-opacity));
  }

  .xs\:text-green-500 {
    --text-opacity: 1;
    color: rgba(16, 185, 129, var(--text-opacity));
  }

  .xs\:text-green-400 {
    --text-opacity: 1;
    color: rgba(19, 223, 155, var(--text-opacity));
  }

  .xs\:text-green-300 {
    --text-opacity: 1;
    color: rgba(46, 237, 174, var(--text-opacity));
  }

  .xs\:text-green-200 {
    --text-opacity: 1;
    color: rgba(83, 240, 188, var(--text-opacity));
  }

  .xs\:text-green-100 {
    --text-opacity: 1;
    color: rgba(121, 243, 203, var(--text-opacity));
  }

  .xs\:text-blue-600 {
    --text-opacity: 1;
    color: rgba(35, 114, 245, var(--text-opacity));
  }

  .xs\:text-blue-700 {
    --text-opacity: 1;
    color: rgba(11, 99, 243, var(--text-opacity));
  }

  .xs\:text-blue-800 {
    --text-opacity: 1;
    color: rgba(10, 89, 218, var(--text-opacity));
  }

  .xs\:text-blue-900 {
    --text-opacity: 1;
    color: rgba(9, 79, 194, var(--text-opacity));
  }

  .xs\:text-blue-500 {
    --text-opacity: 1;
    color: rgba(59, 130, 246, var(--text-opacity));
  }

  .xs\:text-blue-400 {
    --text-opacity: 1;
    color: rgba(98, 155, 248, var(--text-opacity));
  }

  .xs\:text-blue-300 {
    --text-opacity: 1;
    color: rgba(137, 180, 250, var(--text-opacity));
  }

  .xs\:text-blue-200 {
    --text-opacity: 1;
    color: rgba(176, 205, 251, var(--text-opacity));
  }

  .xs\:text-blue-100 {
    --text-opacity: 1;
    color: rgba(215, 230, 253, var(--text-opacity));
  }

  .xs\:text-yellow-600 {
    --text-opacity: 1;
    color: rgba(251, 184, 11, var(--text-opacity));
  }

  .xs\:text-yellow-700 {
    --text-opacity: 1;
    color: rgba(232, 168, 4, var(--text-opacity));
  }

  .xs\:text-yellow-800 {
    --text-opacity: 1;
    color: rgba(207, 150, 4, var(--text-opacity));
  }

  .xs\:text-yellow-900 {
    --text-opacity: 1;
    color: rgba(182, 132, 3, var(--text-opacity));
  }

  .xs\:text-yellow-500 {
    --text-opacity: 1;
    color: rgba(251, 191, 36, var(--text-opacity));
  }

  .xs\:text-yellow-400 {
    --text-opacity: 1;
    color: rgba(252, 203, 76, var(--text-opacity));
  }

  .xs\:text-yellow-300 {
    --text-opacity: 1;
    color: rgba(252, 214, 116, var(--text-opacity));
  }

  .xs\:text-yellow-200 {
    --text-opacity: 1;
    color: rgba(253, 226, 156, var(--text-opacity));
  }

  .xs\:text-yellow-100 {
    --text-opacity: 1;
    color: rgba(254, 238, 196, var(--text-opacity));
  }

  .xs\:text-pink-600 {
    --text-opacity: 1;
    color: rgba(234, 49, 140, var(--text-opacity));
  }

  .xs\:text-pink-700 {
    --text-opacity: 1;
    color: rgba(231, 26, 127, var(--text-opacity));
  }

  .xs\:text-pink-800 {
    --text-opacity: 1;
    color: rgba(210, 22, 115, var(--text-opacity));
  }

  .xs\:text-pink-900 {
    --text-opacity: 1;
    color: rgba(187, 19, 102, var(--text-opacity));
  }

  .xs\:text-pink-500 {
    --text-opacity: 1;
    color: rgba(236, 72, 153, var(--text-opacity));
  }

  .xs\:text-pink-400 {
    --text-opacity: 1;
    color: rgba(240, 109, 174, var(--text-opacity));
  }

  .xs\:text-pink-300 {
    --text-opacity: 1;
    color: rgba(244, 146, 194, var(--text-opacity));
  }

  .xs\:text-pink-200 {
    --text-opacity: 1;
    color: rgba(248, 183, 215, var(--text-opacity));
  }

  .xs\:text-pink-100 {
    --text-opacity: 1;
    color: rgba(251, 220, 235, var(--text-opacity));
  }

  .xs\:text-purple-600 {
    --text-opacity: 1;
    color: rgba(122, 68, 245, var(--text-opacity));
  }

  .xs\:text-purple-700 {
    --text-opacity: 1;
    color: rgba(105, 44, 243, var(--text-opacity));
  }

  .xs\:text-purple-800 {
    --text-opacity: 1;
    color: rgba(87, 20, 242, var(--text-opacity));
  }

  .xs\:text-purple-900 {
    --text-opacity: 1;
    color: rgba(77, 12, 224, var(--text-opacity));
  }

  .xs\:text-purple-500 {
    --text-opacity: 1;
    color: rgba(139, 92, 246, var(--text-opacity));
  }

  .xs\:text-purple-400 {
    --text-opacity: 1;
    color: rgba(167, 131, 248, var(--text-opacity));
  }

  .xs\:text-purple-300 {
    --text-opacity: 1;
    color: rgba(194, 169, 250, var(--text-opacity));
  }

  .xs\:text-purple-200 {
    --text-opacity: 1;
    color: rgba(222, 208, 252, var(--text-opacity));
  }

  .xs\:text-purple-100 {
    --text-opacity: 1;
    color: rgba(249, 247, 255, var(--text-opacity));
  }

  .xs\:text-gray-600 {
    --text-opacity: 1;
    color: rgba(95, 102, 114, var(--text-opacity));
  }

  .xs\:text-gray-700 {
    --text-opacity: 1;
    color: rgba(84, 89, 100, var(--text-opacity));
  }

  .xs\:text-gray-800 {
    --text-opacity: 1;
    color: rgba(72, 77, 86, var(--text-opacity));
  }

  .xs\:text-gray-900 {
    --text-opacity: 1;
    color: rgba(61, 65, 72, var(--text-opacity));
  }

  .xs\:text-gray-500 {
    --text-opacity: 1;
    color: rgba(107, 114, 128, var(--text-opacity));
  }

  .xs\:text-gray-400 {
    --text-opacity: 1;
    color: rgba(127, 134, 148, var(--text-opacity));
  }

  .xs\:text-gray-300 {
    --text-opacity: 1;
    color: rgba(150, 155, 167, var(--text-opacity));
  }

  .xs\:text-gray-200 {
    --text-opacity: 1;
    color: rgba(172, 176, 186, var(--text-opacity));
  }

  .xs\:text-gray-100 {
    --text-opacity: 1;
    color: rgba(194, 197, 204, var(--text-opacity));
  }

  .xs\:w-1\/12 {
    width: 8.3333333333%;
  }

  .xs\:min-w-1\/12 {
    min-width: 8.3333333333%;
  }

  .xs\:max-w-1\/12 {
    max-width: 8.3333333333%;
  }

  .xs\:h-1\/12 {
    height: 8.3333333333%;
  }

  .xs\:min-h-1\/12 {
    min-height: 8.3333333333%;
  }

  .xs\:max-h-1\/12 {
    max-height: 8.3333333333%;
  }

  .xs\:w-2\/12 {
    width: 16.6666666667%;
  }

  .xs\:min-w-2\/12 {
    min-width: 16.6666666667%;
  }

  .xs\:max-w-2\/12 {
    max-width: 16.6666666667%;
  }

  .xs\:h-2\/12 {
    height: 16.6666666667%;
  }

  .xs\:min-h-2\/12 {
    min-height: 16.6666666667%;
  }

  .xs\:max-h-2\/12 {
    max-height: 16.6666666667%;
  }

  .xs\:w-3\/12 {
    width: 25%;
  }

  .xs\:min-w-3\/12 {
    min-width: 25%;
  }

  .xs\:max-w-3\/12 {
    max-width: 25%;
  }

  .xs\:h-3\/12 {
    height: 25%;
  }

  .xs\:min-h-3\/12 {
    min-height: 25%;
  }

  .xs\:max-h-3\/12 {
    max-height: 25%;
  }

  .xs\:w-4\/12 {
    width: 33.3333333333%;
  }

  .xs\:min-w-4\/12 {
    min-width: 33.3333333333%;
  }

  .xs\:max-w-4\/12 {
    max-width: 33.3333333333%;
  }

  .xs\:h-4\/12 {
    height: 33.3333333333%;
  }

  .xs\:min-h-4\/12 {
    min-height: 33.3333333333%;
  }

  .xs\:max-h-4\/12 {
    max-height: 33.3333333333%;
  }

  .xs\:w-5\/12 {
    width: 41.6666666667%;
  }

  .xs\:min-w-5\/12 {
    min-width: 41.6666666667%;
  }

  .xs\:max-w-5\/12 {
    max-width: 41.6666666667%;
  }

  .xs\:h-5\/12 {
    height: 41.6666666667%;
  }

  .xs\:min-h-5\/12 {
    min-height: 41.6666666667%;
  }

  .xs\:max-h-5\/12 {
    max-height: 41.6666666667%;
  }

  .xs\:w-6\/12 {
    width: 50%;
  }

  .xs\:min-w-6\/12 {
    min-width: 50%;
  }

  .xs\:max-w-6\/12 {
    max-width: 50%;
  }

  .xs\:h-6\/12 {
    height: 50%;
  }

  .xs\:min-h-6\/12 {
    min-height: 50%;
  }

  .xs\:max-h-6\/12 {
    max-height: 50%;
  }

  .xs\:w-7\/12 {
    width: 58.3333333333%;
  }

  .xs\:min-w-7\/12 {
    min-width: 58.3333333333%;
  }

  .xs\:max-w-7\/12 {
    max-width: 58.3333333333%;
  }

  .xs\:h-7\/12 {
    height: 58.3333333333%;
  }

  .xs\:min-h-7\/12 {
    min-height: 58.3333333333%;
  }

  .xs\:max-h-7\/12 {
    max-height: 58.3333333333%;
  }

  .xs\:w-8\/12 {
    width: 66.6666666667%;
  }

  .xs\:min-w-8\/12 {
    min-width: 66.6666666667%;
  }

  .xs\:max-w-8\/12 {
    max-width: 66.6666666667%;
  }

  .xs\:h-8\/12 {
    height: 66.6666666667%;
  }

  .xs\:min-h-8\/12 {
    min-height: 66.6666666667%;
  }

  .xs\:max-h-8\/12 {
    max-height: 66.6666666667%;
  }

  .xs\:w-9\/12 {
    width: 75%;
  }

  .xs\:min-w-9\/12 {
    min-width: 75%;
  }

  .xs\:max-w-9\/12 {
    max-width: 75%;
  }

  .xs\:h-9\/12 {
    height: 75%;
  }

  .xs\:min-h-9\/12 {
    min-height: 75%;
  }

  .xs\:max-h-9\/12 {
    max-height: 75%;
  }

  .xs\:w-10\/12 {
    width: 83.3333333333%;
  }

  .xs\:min-w-10\/12 {
    min-width: 83.3333333333%;
  }

  .xs\:max-w-10\/12 {
    max-width: 83.3333333333%;
  }

  .xs\:h-10\/12 {
    height: 83.3333333333%;
  }

  .xs\:min-h-10\/12 {
    min-height: 83.3333333333%;
  }

  .xs\:max-h-10\/12 {
    max-height: 83.3333333333%;
  }

  .xs\:w-11\/12 {
    width: 91.6666666667%;
  }

  .xs\:min-w-11\/12 {
    min-width: 91.6666666667%;
  }

  .xs\:max-w-11\/12 {
    max-width: 91.6666666667%;
  }

  .xs\:h-11\/12 {
    height: 91.6666666667%;
  }

  .xs\:min-h-11\/12 {
    min-height: 91.6666666667%;
  }

  .xs\:max-h-11\/12 {
    max-height: 91.6666666667%;
  }

  .xs\:w-12\/12 {
    width: 100%;
  }

  .xs\:min-w-12\/12 {
    min-width: 100%;
  }

  .xs\:max-w-12\/12 {
    max-width: 100%;
  }

  .xs\:h-12\/12 {
    height: 100%;
  }

  .xs\:min-h-12\/12 {
    min-height: 100%;
  }

  .xs\:max-h-12\/12 {
    max-height: 100%;
  }

  .xs\:container {
    max-width: 0;
  }

  .container {
    max-width: 0;
  }

  .xs\:container-fluid {
    width: 100%;
  }

  .xs\:cursor-alias {
    cursor: alias;
  }

  .xs\:cursor-all-scroll {
    cursor: all-scroll;
  }

  .xs\:cursor-auto {
    cursor: auto;
  }

  .xs\:cursor-cell {
    cursor: cell;
  }

  .xs\:cursor-context-menu {
    cursor: context-menu;
  }

  .xs\:cursor-col-resize {
    cursor: col-resize;
  }

  .xs\:cursor-copy {
    cursor: copy;
  }

  .xs\:cursor-crosshair {
    cursor: crosshair;
  }

  .xs\:cursor-default {
    cursor: default;
  }

  .xs\:cursor-e-resize {
    cursor: e-resize;
  }

  .xs\:cursor-ew-resize {
    cursor: ew-resize;
  }

  .xs\:cursor-grab {
    cursor: grab;
  }

  .xs\:cursor-grabbing {
    cursor: grabbing;
  }

  .xs\:cursor-help {
    cursor: help;
  }

  .xs\:cursor-move {
    cursor: move;
  }

  .xs\:cursor-n-resize {
    cursor: n-resize;
  }

  .xs\:cursor-ne-resize {
    cursor: ne-resize;
  }

  .xs\:cursor-nesw-resize {
    cursor: nesw-resize;
  }

  .xs\:cursor-ns-resize {
    cursor: ns-resize;
  }

  .xs\:cursor-nw-resize {
    cursor: nw-resize;
  }

  .xs\:cursor-nwse-resize {
    cursor: nwse-resize;
  }

  .xs\:cursor-no-drop {
    cursor: no-drop;
  }

  .xs\:cursor-none {
    cursor: none;
  }

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

  .xs\:cursor-pointer {
    cursor: pointer;
  }

  .xs\:cursor-progress {
    cursor: progress;
  }

  .xs\:cursor-row-resize {
    cursor: row-resize;
  }

  .xs\:cursor-s-resize {
    cursor: s-resize;
  }

  .xs\:cursor-se-resize {
    cursor: se-resize;
  }

  .xs\:cursor-sw-resize {
    cursor: sw-resize;
  }

  .xs\:cursor-text {
    cursor: text;
  }

  .xs\:cursor-w-resize {
    cursor: w-resize;
  }

  .xs\:cursor-wait {
    cursor: wait;
  }

  .xs\:cursor-zoom-in {
    cursor: zoom-in;
  }

  .xs\:cursor-zoom-out {
    cursor: zoom-out;
  }

  .xs\:display-inline {
    display: inline;
  }

  .xs\:display-block {
    display: block;
  }

  .xs\:display-contents {
    display: contents;
  }

  .xs\:display-flex {
    display: flex;
  }

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

  .xs\:display-grid {
    display: grid;
  }

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

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

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

  .xs\:display-inline-table {
    display: inline-table;
  }

  .xs\:display-list-item {
    display: list-item;
  }

  .xs\:display-run-in {
    display: run-in;
  }

  .xs\:display-table {
    display: table;
  }

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

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

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

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

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

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

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

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

  .xs\:display-none {
    display: none;
  }

  .xs\:display-initial {
    display: initial;
  }

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

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

  .xs\:flex-direction-column {
    flex-direction: column;
  }

  .xs\:flex-direction-column-reverse {
    flex-direction: column-reverse;
  }

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

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

  .xs\:flex-grow-2 {
    flex-grow: 2;
  }

  .xs\:flex-grow-3 {
    flex-grow: 3;
  }

  .xs\:flex-grow-4 {
    flex-grow: 4;
  }

  .xs\:flex-grow-5 {
    flex-grow: 5;
  }

  .xs\:flex-grow-6 {
    flex-grow: 6;
  }

  .xs\:flex-grow-7 {
    flex-grow: 7;
  }

  .xs\:flex-grow-8 {
    flex-grow: 8;
  }

  .xs\:flex-grow-9 {
    flex-grow: 9;
  }

  .xs\:flex-grow-10 {
    flex-grow: 10;
  }

  .xs\:flex-grow-11 {
    flex-grow: 11;
  }

  .xs\:flex-grow-12 {
    flex-grow: 12;
  }

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

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

  .xs\:flex-shrink-2 {
    flex-shrink: 2;
  }

  .xs\:flex-shrink-3 {
    flex-shrink: 3;
  }

  .xs\:flex-shrink-4 {
    flex-shrink: 4;
  }

  .xs\:flex-shrink-5 {
    flex-shrink: 5;
  }

  .xs\:flex-shrink-6 {
    flex-shrink: 6;
  }

  .xs\:flex-shrink-7 {
    flex-shrink: 7;
  }

  .xs\:flex-shrink-8 {
    flex-shrink: 8;
  }

  .xs\:flex-shrink-9 {
    flex-shrink: 9;
  }

  .xs\:flex-shrink-10 {
    flex-shrink: 10;
  }

  .xs\:flex-shrink-11 {
    flex-shrink: 11;
  }

  .xs\:flex-shrink-12 {
    flex-shrink: 12;
  }

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

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

  .xs\:flex-wrap-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

  .xs\:flex-none {
    flex: none;
  }

  .xs\:float-right {
    float: right;
  }

  .xs\:float-left {
    float: left;
  }

  .xs\:float-none {
    float: none;
  }

  .xs\:font-sans {
    font-family: "ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji";
  }

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

  .xs\:font-mono {
    font-family: "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace";
  }

  .xs\:font-flow {
    font-family: "flow";
  }

  .xs\:fs-normal {
    font-size: 1rem;
  }

  .xs\:fs-xs {
    font-size: 0.75rem;
  }

  .xs\:fs-sm {
    font-size: 0.875rem;
  }

  .xs\:fs-md {
    font-size: 1rem;
  }

  .xs\:fs-lg {
    font-size: 1.125rem;
  }

  .xs\:fs-xl {
    font-size: 1.25rem;
  }

  .xs\:fs-2xl {
    font-size: 1.5rem;
  }

  .xs\:fs-3xl {
    font-size: 1.875rem;
  }

  .xs\:fs-4xl {
    font-size: 2.25rem;
  }

  .xs\:fs-5xl {
    font-size: 3rem;
  }

  .xs\:fs-6xl {
    font-size: 4rem;
  }

  .xs\:fs-7xl {
    font-size: 5rem;
  }

  .xs\:font-antialiased {
    -webkit-font-smoothing: antialiased;
  }

  .xs\:font-subpixel-antialiased {
    -webkit-font-smoothing: subpixel-antialiased;
  }

  .xs\:font-auto {
    -webkit-font-smoothing: auto;
  }

  .xs\:font-none {
    -webkit-font-smoothing: none;
  }

  .xs\:font-style-normal {
    font-style: normal;
  }

  .xs\:font-style-italic {
    font-style: italic;
  }

  .xs\:font-weight-thin {
    font-weight: 100;
  }

  .xs\:font-weight-extralight {
    font-weight: 200;
  }

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

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

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

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

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

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

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

  .xs\:h-0 {
    height: 0;
  }

  .xs\:h-5 {
    height: 5%;
  }

  .xs\:h-10 {
    height: 10%;
  }

  .xs\:h-15 {
    height: 15%;
  }

  .xs\:h-20 {
    height: 20%;
  }

  .xs\:h-25 {
    height: 25%;
  }

  .xs\:h-30 {
    height: 30%;
  }

  .xs\:h-35 {
    height: 35%;
  }

  .xs\:h-40 {
    height: 40%;
  }

  .xs\:h-45 {
    height: 45%;
  }

  .xs\:h-50 {
    height: 50%;
  }

  .xs\:h-55 {
    height: 55%;
  }

  .xs\:h-60 {
    height: 60%;
  }

  .xs\:h-65 {
    height: 65%;
  }

  .xs\:h-70 {
    height: 70%;
  }

  .xs\:h-75 {
    height: 75%;
  }

  .xs\:h-80 {
    height: 80%;
  }

  .xs\:h-85 {
    height: 85%;
  }

  .xs\:h-90 {
    height: 90%;
  }

  .xs\:h-95 {
    height: 95%;
  }

  .xs\:h-100 {
    height: 100%;
  }

  .xs\:h-0px {
    height: 0;
  }

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

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

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

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

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

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

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

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

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

  .xs\:h-100px {
    height: 100px;
  }

  .xs\:h-110px {
    height: 110px;
  }

  .xs\:h-120px {
    height: 120px;
  }

  .xs\:h-130px {
    height: 130px;
  }

  .xs\:h-140px {
    height: 140px;
  }

  .xs\:h-150px {
    height: 150px;
  }

  .xs\:h-160px {
    height: 160px;
  }

  .xs\:h-170px {
    height: 170px;
  }

  .xs\:h-180px {
    height: 180px;
  }

  .xs\:h-190px {
    height: 190px;
  }

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

  .xs\:h-210px {
    height: 210px;
  }

  .xs\:h-220px {
    height: 220px;
  }

  .xs\:h-230px {
    height: 230px;
  }

  .xs\:h-240px {
    height: 240px;
  }

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

  .xs\:h-260px {
    height: 260px;
  }

  .xs\:h-270px {
    height: 270px;
  }

  .xs\:h-280px {
    height: 280px;
  }

  .xs\:h-290px {
    height: 290px;
  }

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

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

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

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

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

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

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

  .xs\:justify-items-baseline {
    justify-items: baseline;
  }

  .xs\:justify-items-start {
    justify-items: start;
  }

  .xs\:justify-items-end {
    justify-items: end;
  }

  .xs\:justify-items-center {
    justify-items: center;
  }

  .xs\:justify-items-stretch {
    justify-items: stretch;
  }

  .xs\:justify-self-auto {
    justify-self: auto;
  }

  .xs\:justify-self-start {
    justify-self: start;
  }

  .xs\:justify-self-end {
    justify-self: end;
  }

  .xs\:justify-self-center {
    justify-self: center;
  }

  .xs\:justify-self-stretch {
    justify-self: stretch;
  }

  .xs\:letter-spacing-normal {
    letter-spacing: 0;
  }

  .xs\:letter-spacing-xs {
    letter-spacing: 0.01em;
  }

  .xs\:letter-spacing-sm {
    letter-spacing: 0.02em;
  }

  .xs\:letter-spacing-md {
    letter-spacing: 0.03em;
  }

  .xs\:letter-spacing-lg {
    letter-spacing: 0.04em;
  }

  .xs\:letter-spacing-xl {
    letter-spacing: 0.05em;
  }

  .xs\:letter-spacing-2xl {
    letter-spacing: 0.06em;
  }

  .xs\:letter-spacing-3xl {
    letter-spacing: 0.07em;
  }

  .xs\:letter-spacing-4xl {
    letter-spacing: 0.08em;
  }

  .xs\:letter-spacing-5xl {
    letter-spacing: 0.09em;
  }

  .xs\:letter-spacing-6xl {
    letter-spacing: 0.1em;
  }

  .xs\:letter-spacing-7xl {
    letter-spacing: 0.11em;
  }

  .xs\:line-height-normal {
    line-height: 1em;
  }

  .xs\:line-height-xs {
    line-height: 1.1em;
  }

  .xs\:line-height-sm {
    line-height: 1.2em;
  }

  .xs\:line-height-md {
    line-height: 1.3em;
  }

  .xs\:line-height-lg {
    line-height: 1.4em;
  }

  .xs\:line-height-xl {
    line-height: 1.5em;
  }

  .xs\:line-height-2xl {
    line-height: 1.6em;
  }

  .xs\:line-height-3xl {
    line-height: 1.7em;
  }

  .xs\:line-height-4xl {
    line-height: 1.8em;
  }

  .xs\:line-height-5xl {
    line-height: 1.9em;
  }

  .xs\:line-height-6xl {
    line-height: 2em;
  }

  .xs\:line-height-7xl {
    line-height: 2.1em;
  }

  .xs\:list-style-position-inside {
    list-style-position: inside;
  }

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

  .xs\:list-style-type-none {
    list-style-type: none;
  }

  .xs\:list-style-type-disc {
    list-style-type: disc;
  }

  .xs\:list-style-type-circle {
    list-style-type: circle;
  }

  .xs\:list-style-type-square {
    list-style-type: square;
  }

  .xs\:list-style-type-lower-alpha {
    list-style-type: lower-alpha;
  }

  .xs\:list-style-type-lower-latin {
    list-style-type: lower-latin;
  }

  .xs\:list-style-type-lower-roman {
    list-style-type: lower-roman;
  }

  .xs\:list-style-type-upper-alpha {
    list-style-type: upper-alpha;
  }

  .xs\:list-style-type-upper-latin {
    list-style-type: upper-latin;
  }

  .xs\:list-style-type-upper-roman {
    list-style-type: upper-roman;
  }

  .xs\:list-style-type-decimal {
    list-style-type: decimal;
  }

  .xs\:m-0 {
    margin: 0;
  }

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

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

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

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

  .xs\:m-5 {
    margin: 5%;
  }

  .xs\:mt-5 {
    margin-top: 5%;
  }

  .xs\:mr-5 {
    margin-right: 5%;
  }

  .xs\:mb-5 {
    margin-bottom: 5%;
  }

  .xs\:ml-5 {
    margin-left: 5%;
  }

  .xs\:m-10 {
    margin: 10%;
  }

  .xs\:mt-10 {
    margin-top: 10%;
  }

  .xs\:mr-10 {
    margin-right: 10%;
  }

  .xs\:mb-10 {
    margin-bottom: 10%;
  }

  .xs\:ml-10 {
    margin-left: 10%;
  }

  .xs\:m-15 {
    margin: 15%;
  }

  .xs\:mt-15 {
    margin-top: 15%;
  }

  .xs\:mr-15 {
    margin-right: 15%;
  }

  .xs\:mb-15 {
    margin-bottom: 15%;
  }

  .xs\:ml-15 {
    margin-left: 15%;
  }

  .xs\:m-20 {
    margin: 20%;
  }

  .xs\:mt-20 {
    margin-top: 20%;
  }

  .xs\:mr-20 {
    margin-right: 20%;
  }

  .xs\:mb-20 {
    margin-bottom: 20%;
  }

  .xs\:ml-20 {
    margin-left: 20%;
  }

  .xs\:m-25 {
    margin: 25%;
  }

  .xs\:mt-25 {
    margin-top: 25%;
  }

  .xs\:mr-25 {
    margin-right: 25%;
  }

  .xs\:mb-25 {
    margin-bottom: 25%;
  }

  .xs\:ml-25 {
    margin-left: 25%;
  }

  .xs\:m-30 {
    margin: 30%;
  }

  .xs\:mt-30 {
    margin-top: 30%;
  }

  .xs\:mr-30 {
    margin-right: 30%;
  }

  .xs\:mb-30 {
    margin-bottom: 30%;
  }

  .xs\:ml-30 {
    margin-left: 30%;
  }

  .xs\:m-35 {
    margin: 35%;
  }

  .xs\:mt-35 {
    margin-top: 35%;
  }

  .xs\:mr-35 {
    margin-right: 35%;
  }

  .xs\:mb-35 {
    margin-bottom: 35%;
  }

  .xs\:ml-35 {
    margin-left: 35%;
  }

  .xs\:m-40 {
    margin: 40%;
  }

  .xs\:mt-40 {
    margin-top: 40%;
  }

  .xs\:mr-40 {
    margin-right: 40%;
  }

  .xs\:mb-40 {
    margin-bottom: 40%;
  }

  .xs\:ml-40 {
    margin-left: 40%;
  }

  .xs\:m-45 {
    margin: 45%;
  }

  .xs\:mt-45 {
    margin-top: 45%;
  }

  .xs\:mr-45 {
    margin-right: 45%;
  }

  .xs\:mb-45 {
    margin-bottom: 45%;
  }

  .xs\:ml-45 {
    margin-left: 45%;
  }

  .xs\:m-50 {
    margin: 50%;
  }

  .xs\:mt-50 {
    margin-top: 50%;
  }

  .xs\:mr-50 {
    margin-right: 50%;
  }

  .xs\:mb-50 {
    margin-bottom: 50%;
  }

  .xs\:ml-50 {
    margin-left: 50%;
  }

  .xs\:m-55 {
    margin: 55%;
  }

  .xs\:mt-55 {
    margin-top: 55%;
  }

  .xs\:mr-55 {
    margin-right: 55%;
  }

  .xs\:mb-55 {
    margin-bottom: 55%;
  }

  .xs\:ml-55 {
    margin-left: 55%;
  }

  .xs\:m-60 {
    margin: 60%;
  }

  .xs\:mt-60 {
    margin-top: 60%;
  }

  .xs\:mr-60 {
    margin-right: 60%;
  }

  .xs\:mb-60 {
    margin-bottom: 60%;
  }

  .xs\:ml-60 {
    margin-left: 60%;
  }

  .xs\:m-65 {
    margin: 65%;
  }

  .xs\:mt-65 {
    margin-top: 65%;
  }

  .xs\:mr-65 {
    margin-right: 65%;
  }

  .xs\:mb-65 {
    margin-bottom: 65%;
  }

  .xs\:ml-65 {
    margin-left: 65%;
  }

  .xs\:m-70 {
    margin: 70%;
  }

  .xs\:mt-70 {
    margin-top: 70%;
  }

  .xs\:mr-70 {
    margin-right: 70%;
  }

  .xs\:mb-70 {
    margin-bottom: 70%;
  }

  .xs\:ml-70 {
    margin-left: 70%;
  }

  .xs\:m-75 {
    margin: 75%;
  }

  .xs\:mt-75 {
    margin-top: 75%;
  }

  .xs\:mr-75 {
    margin-right: 75%;
  }

  .xs\:mb-75 {
    margin-bottom: 75%;
  }

  .xs\:ml-75 {
    margin-left: 75%;
  }

  .xs\:m-80 {
    margin: 80%;
  }

  .xs\:mt-80 {
    margin-top: 80%;
  }

  .xs\:mr-80 {
    margin-right: 80%;
  }

  .xs\:mb-80 {
    margin-bottom: 80%;
  }

  .xs\:ml-80 {
    margin-left: 80%;
  }

  .xs\:m-85 {
    margin: 85%;
  }

  .xs\:mt-85 {
    margin-top: 85%;
  }

  .xs\:mr-85 {
    margin-right: 85%;
  }

  .xs\:mb-85 {
    margin-bottom: 85%;
  }

  .xs\:ml-85 {
    margin-left: 85%;
  }

  .xs\:m-90 {
    margin: 90%;
  }

  .xs\:mt-90 {
    margin-top: 90%;
  }

  .xs\:mr-90 {
    margin-right: 90%;
  }

  .xs\:mb-90 {
    margin-bottom: 90%;
  }

  .xs\:ml-90 {
    margin-left: 90%;
  }

  .xs\:m-95 {
    margin: 95%;
  }

  .xs\:mt-95 {
    margin-top: 95%;
  }

  .xs\:mr-95 {
    margin-right: 95%;
  }

  .xs\:mb-95 {
    margin-bottom: 95%;
  }

  .xs\:ml-95 {
    margin-left: 95%;
  }

  .xs\:m-100 {
    margin: 100%;
  }

  .xs\:mt-100 {
    margin-top: 100%;
  }

  .xs\:mr-100 {
    margin-right: 100%;
  }

  .xs\:mb-100 {
    margin-bottom: 100%;
  }

  .xs\:ml-100 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:m-35px {
    margin: 35px;
  }

  .xs\:mt-35px {
    margin-top: 35px;
  }

  .xs\:mr-35px {
    margin-right: 35px;
  }

  .xs\:mb-35px {
    margin-bottom: 35px;
  }

  .xs\:ml-35px {
    margin-left: 35px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xs\:m-65px {
    margin: 65px;
  }

  .xs\:mt-65px {
    margin-top: 65px;
  }

  .xs\:mr-65px {
    margin-right: 65px;
  }

  .xs\:mb-65px {
    margin-bottom: 65px;
  }

  .xs\:ml-65px {
    margin-left: 65px;
  }

  .xs\:m-70px {
    margin: 70px;
  }

  .xs\:mt-70px {
    margin-top: 70px;
  }

  .xs\:mr-70px {
    margin-right: 70px;
  }

  .xs\:mb-70px {
    margin-bottom: 70px;
  }

  .xs\:ml-70px {
    margin-left: 70px;
  }

  .xs\:m-75px {
    margin: 75px;
  }

  .xs\:mt-75px {
    margin-top: 75px;
  }

  .xs\:mr-75px {
    margin-right: 75px;
  }

  .xs\:mb-75px {
    margin-bottom: 75px;
  }

  .xs\:ml-75px {
    margin-left: 75px;
  }

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

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

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

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

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

  .xs\:m-85px {
    margin: 85px;
  }

  .xs\:mt-85px {
    margin-top: 85px;
  }

  .xs\:mr-85px {
    margin-right: 85px;
  }

  .xs\:mb-85px {
    margin-bottom: 85px;
  }

  .xs\:ml-85px {
    margin-left: 85px;
  }

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

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

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

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

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

  .xs\:m-95px {
    margin: 95px;
  }

  .xs\:mt-95px {
    margin-top: 95px;
  }

  .xs\:mr-95px {
    margin-right: 95px;
  }

  .xs\:mb-95px {
    margin-bottom: 95px;
  }

  .xs\:ml-95px {
    margin-left: 95px;
  }

  .xs\:m-100px {
    margin: 100px;
  }

  .xs\:mt-100px {
    margin-top: 100px;
  }

  .xs\:mr-100px {
    margin-right: 100px;
  }

  .xs\:mb-100px {
    margin-bottom: 100px;
  }

  .xs\:ml-100px {
    margin-left: 100px;
  }

  .xs\:m-auto {
    margin: auto;
  }

  .xs\:max-h-0 {
    max-height: 0;
  }

  .xs\:max-h-5 {
    max-height: 5%;
  }

  .xs\:max-h-10 {
    max-height: 10%;
  }

  .xs\:max-h-15 {
    max-height: 15%;
  }

  .xs\:max-h-20 {
    max-height: 20%;
  }

  .xs\:max-h-25 {
    max-height: 25%;
  }

  .xs\:max-h-30 {
    max-height: 30%;
  }

  .xs\:max-h-35 {
    max-height: 35%;
  }

  .xs\:max-h-40 {
    max-height: 40%;
  }

  .xs\:max-h-45 {
    max-height: 45%;
  }

  .xs\:max-h-50 {
    max-height: 50%;
  }

  .xs\:max-h-55 {
    max-height: 55%;
  }

  .xs\:max-h-60 {
    max-height: 60%;
  }

  .xs\:max-h-65 {
    max-height: 65%;
  }

  .xs\:max-h-70 {
    max-height: 70%;
  }

  .xs\:max-h-75 {
    max-height: 75%;
  }

  .xs\:max-h-80 {
    max-height: 80%;
  }

  .xs\:max-h-85 {
    max-height: 85%;
  }

  .xs\:max-h-90 {
    max-height: 90%;
  }

  .xs\:max-h-95 {
    max-height: 95%;
  }

  .xs\:max-h-100 {
    max-height: 100%;
  }

  .xs\:max-h-0px {
    max-height: 0;
  }

  .xs\:max-h-10px {
    max-height: 10px;
  }

  .xs\:max-h-20px {
    max-height: 20px;
  }

  .xs\:max-h-30px {
    max-height: 30px;
  }

  .xs\:max-h-40px {
    max-height: 40px;
  }

  .xs\:max-h-50px {
    max-height: 50px;
  }

  .xs\:max-h-60px {
    max-height: 60px;
  }

  .xs\:max-h-70px {
    max-height: 70px;
  }

  .xs\:max-h-80px {
    max-height: 80px;
  }

  .xs\:max-h-90px {
    max-height: 90px;
  }

  .xs\:max-h-100px {
    max-height: 100px;
  }

  .xs\:max-h-110px {
    max-height: 110px;
  }

  .xs\:max-h-120px {
    max-height: 120px;
  }

  .xs\:max-h-130px {
    max-height: 130px;
  }

  .xs\:max-h-140px {
    max-height: 140px;
  }

  .xs\:max-h-150px {
    max-height: 150px;
  }

  .xs\:max-h-160px {
    max-height: 160px;
  }

  .xs\:max-h-170px {
    max-height: 170px;
  }

  .xs\:max-h-180px {
    max-height: 180px;
  }

  .xs\:max-h-190px {
    max-height: 190px;
  }

  .xs\:max-h-200px {
    max-height: 200px;
  }

  .xs\:max-h-210px {
    max-height: 210px;
  }

  .xs\:max-h-220px {
    max-height: 220px;
  }

  .xs\:max-h-230px {
    max-height: 230px;
  }

  .xs\:max-h-240px {
    max-height: 240px;
  }

  .xs\:max-h-250px {
    max-height: 250px;
  }

  .xs\:max-h-260px {
    max-height: 260px;
  }

  .xs\:max-h-270px {
    max-height: 270px;
  }

  .xs\:max-h-280px {
    max-height: 280px;
  }

  .xs\:max-h-290px {
    max-height: 290px;
  }

  .xs\:max-h-300px {
    max-height: 300px;
  }

  .xs\:max-w-0 {
    max-width: 0;
  }

  .xs\:max-w-5 {
    max-width: 5%;
  }

  .xs\:max-w-10 {
    max-width: 10%;
  }

  .xs\:max-w-15 {
    max-width: 15%;
  }

  .xs\:max-w-20 {
    max-width: 20%;
  }

  .xs\:max-w-25 {
    max-width: 25%;
  }

  .xs\:max-w-30 {
    max-width: 30%;
  }

  .xs\:max-w-35 {
    max-width: 35%;
  }

  .xs\:max-w-40 {
    max-width: 40%;
  }

  .xs\:max-w-45 {
    max-width: 45%;
  }

  .xs\:max-w-50 {
    max-width: 50%;
  }

  .xs\:max-w-55 {
    max-width: 55%;
  }

  .xs\:max-w-60 {
    max-width: 60%;
  }

  .xs\:max-w-65 {
    max-width: 65%;
  }

  .xs\:max-w-70 {
    max-width: 70%;
  }

  .xs\:max-w-75 {
    max-width: 75%;
  }

  .xs\:max-w-80 {
    max-width: 80%;
  }

  .xs\:max-w-85 {
    max-width: 85%;
  }

  .xs\:max-w-90 {
    max-width: 90%;
  }

  .xs\:max-w-95 {
    max-width: 95%;
  }

  .xs\:max-w-100 {
    max-width: 100%;
  }

  .xs\:max-w-0px {
    max-width: 0;
  }

  .xs\:max-w-5px {
    max-width: 5px;
  }

  .xs\:max-w-10px {
    max-width: 10px;
  }

  .xs\:max-w-15px {
    max-width: 15px;
  }

  .xs\:max-w-20px {
    max-width: 20px;
  }

  .xs\:max-w-25px {
    max-width: 25px;
  }

  .xs\:max-w-30px {
    max-width: 30px;
  }

  .xs\:max-w-35px {
    max-width: 35px;
  }

  .xs\:max-w-40px {
    max-width: 40px;
  }

  .xs\:max-w-45px {
    max-width: 45px;
  }

  .xs\:max-w-50px {
    max-width: 50px;
  }

  .xs\:max-w-55px {
    max-width: 55px;
  }

  .xs\:max-w-60px {
    max-width: 60px;
  }

  .xs\:max-w-65px {
    max-width: 65px;
  }

  .xs\:max-w-70px {
    max-width: 70px;
  }

  .xs\:max-w-75px {
    max-width: 75px;
  }

  .xs\:max-w-80px {
    max-width: 80px;
  }

  .xs\:max-w-85px {
    max-width: 85px;
  }

  .xs\:max-w-90px {
    max-width: 90px;
  }

  .xs\:max-w-95px {
    max-width: 95px;
  }

  .xs\:max-w-100px {
    max-width: 100px;
  }

  .xs\:max-w-105px {
    max-width: 105px;
  }

  .xs\:max-w-110px {
    max-width: 110px;
  }

  .xs\:max-w-115px {
    max-width: 115px;
  }

  .xs\:max-w-120px {
    max-width: 120px;
  }

  .xs\:max-w-125px {
    max-width: 125px;
  }

  .xs\:max-w-130px {
    max-width: 130px;
  }

  .xs\:max-w-135px {
    max-width: 135px;
  }

  .xs\:max-w-140px {
    max-width: 140px;
  }

  .xs\:max-w-145px {
    max-width: 145px;
  }

  .xs\:max-w-150px {
    max-width: 150px;
  }

  .xs\:max-w-155px {
    max-width: 155px;
  }

  .xs\:max-w-160px {
    max-width: 160px;
  }

  .xs\:max-w-165px {
    max-width: 165px;
  }

  .xs\:max-w-170px {
    max-width: 170px;
  }

  .xs\:max-w-175px {
    max-width: 175px;
  }

  .xs\:max-w-180px {
    max-width: 180px;
  }

  .xs\:max-w-185px {
    max-width: 185px;
  }

  .xs\:max-w-190px {
    max-width: 190px;
  }

  .xs\:max-w-195px {
    max-width: 195px;
  }

  .xs\:max-w-200px {
    max-width: 200px;
  }

  .xs\:max-w-205px {
    max-width: 205px;
  }

  .xs\:max-w-210px {
    max-width: 210px;
  }

  .xs\:max-w-215px {
    max-width: 215px;
  }

  .xs\:max-w-220px {
    max-width: 220px;
  }

  .xs\:max-w-225px {
    max-width: 225px;
  }

  .xs\:max-w-230px {
    max-width: 230px;
  }

  .xs\:max-w-235px {
    max-width: 235px;
  }

  .xs\:max-w-240px {
    max-width: 240px;
  }

  .xs\:max-w-245px {
    max-width: 245px;
  }

  .xs\:max-w-250px {
    max-width: 250px;
  }

  .xs\:max-w-255px {
    max-width: 255px;
  }

  .xs\:max-w-260px {
    max-width: 260px;
  }

  .xs\:max-w-265px {
    max-width: 265px;
  }

  .xs\:max-w-270px {
    max-width: 270px;
  }

  .xs\:max-w-275px {
    max-width: 275px;
  }

  .xs\:max-w-280px {
    max-width: 280px;
  }

  .xs\:max-w-285px {
    max-width: 285px;
  }

  .xs\:max-w-290px {
    max-width: 290px;
  }

  .xs\:max-w-295px {
    max-width: 295px;
  }

  .xs\:max-w-300px {
    max-width: 300px;
  }

  .xs\:min-h-0 {
    min-height: 0;
  }

  .xs\:min-h-5 {
    min-height: 5%;
  }

  .xs\:min-h-10 {
    min-height: 10%;
  }

  .xs\:min-h-15 {
    min-height: 15%;
  }

  .xs\:min-h-20 {
    min-height: 20%;
  }

  .xs\:min-h-25 {
    min-height: 25%;
  }

  .xs\:min-h-30 {
    min-height: 30%;
  }

  .xs\:min-h-35 {
    min-height: 35%;
  }

  .xs\:min-h-40 {
    min-height: 40%;
  }

  .xs\:min-h-45 {
    min-height: 45%;
  }

  .xs\:min-h-50 {
    min-height: 50%;
  }

  .xs\:min-h-55 {
    min-height: 55%;
  }

  .xs\:min-h-60 {
    min-height: 60%;
  }

  .xs\:min-h-65 {
    min-height: 65%;
  }

  .xs\:min-h-70 {
    min-height: 70%;
  }

  .xs\:min-h-75 {
    min-height: 75%;
  }

  .xs\:min-h-80 {
    min-height: 80%;
  }

  .xs\:min-h-85 {
    min-height: 85%;
  }

  .xs\:min-h-90 {
    min-height: 90%;
  }

  .xs\:min-h-95 {
    min-height: 95%;
  }

  .xs\:min-h-100 {
    min-height: 100%;
  }

  .xs\:min-h-0px {
    min-height: 0;
  }

  .xs\:min-h-10px {
    min-height: 10px;
  }

  .xs\:min-h-20px {
    min-height: 20px;
  }

  .xs\:min-h-30px {
    min-height: 30px;
  }

  .xs\:min-h-40px {
    min-height: 40px;
  }

  .xs\:min-h-50px {
    min-height: 50px;
  }

  .xs\:min-h-60px {
    min-height: 60px;
  }

  .xs\:min-h-70px {
    min-height: 70px;
  }

  .xs\:min-h-80px {
    min-height: 80px;
  }

  .xs\:min-h-90px {
    min-height: 90px;
  }

  .xs\:min-h-100px {
    min-height: 100px;
  }

  .xs\:min-h-110px {
    min-height: 110px;
  }

  .xs\:min-h-120px {
    min-height: 120px;
  }

  .xs\:min-h-130px {
    min-height: 130px;
  }

  .xs\:min-h-140px {
    min-height: 140px;
  }

  .xs\:min-h-150px {
    min-height: 150px;
  }

  .xs\:min-h-160px {
    min-height: 160px;
  }

  .xs\:min-h-170px {
    min-height: 170px;
  }

  .xs\:min-h-180px {
    min-height: 180px;
  }

  .xs\:min-h-190px {
    min-height: 190px;
  }

  .xs\:min-h-200px {
    min-height: 200px;
  }

  .xs\:min-h-210px {
    min-height: 210px;
  }

  .xs\:min-h-220px {
    min-height: 220px;
  }

  .xs\:min-h-230px {
    min-height: 230px;
  }

  .xs\:min-h-240px {
    min-height: 240px;
  }

  .xs\:min-h-250px {
    min-height: 250px;
  }

  .xs\:min-h-260px {
    min-height: 260px;
  }

  .xs\:min-h-270px {
    min-height: 270px;
  }

  .xs\:min-h-280px {
    min-height: 280px;
  }

  .xs\:min-h-290px {
    min-height: 290px;
  }

  .xs\:min-h-300px {
    min-height: 300px;
  }

  .xs\:min-w-0 {
    min-width: 0;
  }

  .xs\:min-w-5 {
    min-width: 5%;
  }

  .xs\:min-w-10 {
    min-width: 10%;
  }

  .xs\:min-w-15 {
    min-width: 15%;
  }

  .xs\:min-w-20 {
    min-width: 20%;
  }

  .xs\:min-w-25 {
    min-width: 25%;
  }

  .xs\:min-w-30 {
    min-width: 30%;
  }

  .xs\:min-w-35 {
    min-width: 35%;
  }

  .xs\:min-w-40 {
    min-width: 40%;
  }

  .xs\:min-w-45 {
    min-width: 45%;
  }

  .xs\:min-w-50 {
    min-width: 50%;
  }

  .xs\:min-w-55 {
    min-width: 55%;
  }

  .xs\:min-w-60 {
    min-width: 60%;
  }

  .xs\:min-w-65 {
    min-width: 65%;
  }

  .xs\:min-w-70 {
    min-width: 70%;
  }

  .xs\:min-w-75 {
    min-width: 75%;
  }

  .xs\:min-w-80 {
    min-width: 80%;
  }

  .xs\:min-w-85 {
    min-width: 85%;
  }

  .xs\:min-w-90 {
    min-width: 90%;
  }

  .xs\:min-w-95 {
    min-width: 95%;
  }

  .xs\:min-w-100 {
    min-width: 100%;
  }

  .xs\:min-w-0px {
    min-width: 0;
  }

  .xs\:min-w-5px {
    min-width: 5px;
  }

  .xs\:min-w-10px {
    min-width: 10px;
  }

  .xs\:min-w-15px {
    min-width: 15px;
  }

  .xs\:min-w-20px {
    min-width: 20px;
  }

  .xs\:min-w-25px {
    min-width: 25px;
  }

  .xs\:min-w-30px {
    min-width: 30px;
  }

  .xs\:min-w-35px {
    min-width: 35px;
  }

  .xs\:min-w-40px {
    min-width: 40px;
  }

  .xs\:min-w-45px {
    min-width: 45px;
  }

  .xs\:min-w-50px {
    min-width: 50px;
  }

  .xs\:min-w-55px {
    min-width: 55px;
  }

  .xs\:min-w-60px {
    min-width: 60px;
  }

  .xs\:min-w-65px {
    min-width: 65px;
  }

  .xs\:min-w-70px {
    min-width: 70px;
  }

  .xs\:min-w-75px {
    min-width: 75px;
  }

  .xs\:min-w-80px {
    min-width: 80px;
  }

  .xs\:min-w-85px {
    min-width: 85px;
  }

  .xs\:min-w-90px {
    min-width: 90px;
  }

  .xs\:min-w-95px {
    min-width: 95px;
  }

  .xs\:min-w-100px {
    min-width: 100px;
  }

  .xs\:min-w-105px {
    min-width: 105px;
  }

  .xs\:min-w-110px {
    min-width: 110px;
  }

  .xs\:min-w-115px {
    min-width: 115px;
  }

  .xs\:min-w-120px {
    min-width: 120px;
  }

  .xs\:min-w-125px {
    min-width: 125px;
  }

  .xs\:min-w-130px {
    min-width: 130px;
  }

  .xs\:min-w-135px {
    min-width: 135px;
  }

  .xs\:min-w-140px {
    min-width: 140px;
  }

  .xs\:min-w-145px {
    min-width: 145px;
  }

  .xs\:min-w-150px {
    min-width: 150px;
  }

  .xs\:min-w-155px {
    min-width: 155px;
  }

  .xs\:min-w-160px {
    min-width: 160px;
  }

  .xs\:min-w-165px {
    min-width: 165px;
  }

  .xs\:min-w-170px {
    min-width: 170px;
  }

  .xs\:min-w-175px {
    min-width: 175px;
  }

  .xs\:min-w-180px {
    min-width: 180px;
  }

  .xs\:min-w-185px {
    min-width: 185px;
  }

  .xs\:min-w-190px {
    min-width: 190px;
  }

  .xs\:min-w-195px {
    min-width: 195px;
  }

  .xs\:min-w-200px {
    min-width: 200px;
  }

  .xs\:min-w-205px {
    min-width: 205px;
  }

  .xs\:min-w-210px {
    min-width: 210px;
  }

  .xs\:min-w-215px {
    min-width: 215px;
  }

  .xs\:min-w-220px {
    min-width: 220px;
  }

  .xs\:min-w-225px {
    min-width: 225px;
  }

  .xs\:min-w-230px {
    min-width: 230px;
  }

  .xs\:min-w-235px {
    min-width: 235px;
  }

  .xs\:min-w-240px {
    min-width: 240px;
  }

  .xs\:min-w-245px {
    min-width: 245px;
  }

  .xs\:min-w-250px {
    min-width: 250px;
  }

  .xs\:min-w-255px {
    min-width: 255px;
  }

  .xs\:min-w-260px {
    min-width: 260px;
  }

  .xs\:min-w-265px {
    min-width: 265px;
  }

  .xs\:min-w-270px {
    min-width: 270px;
  }

  .xs\:min-w-275px {
    min-width: 275px;
  }

  .xs\:min-w-280px {
    min-width: 280px;
  }

  .xs\:min-w-285px {
    min-width: 285px;
  }

  .xs\:min-w-290px {
    min-width: 290px;
  }

  .xs\:min-w-295px {
    min-width: 295px;
  }

  .xs\:min-w-300px {
    min-width: 300px;
  }

  .xs\:object-fit-contain {
    object-fit: contain;
  }

  .xs\:object-fit-cover {
    object-fit: cover;
  }

  .xs\:object-fit-fill {
    object-fit: fill;
  }

  .xs\:object-fit-none {
    object-fit: none;
  }

  .xs\:object-fit-scale-down {
    object-fit: scale-down;
  }

  .xs\:object-fit-inherit {
    object-fit: inherit;
  }

  .xs\:object-position-top {
    object-position: top;
  }

  .xs\:object-position-right {
    object-position: right;
  }

  .xs\:object-position-bottom {
    object-position: bottom;
  }

  .xs\:object-position-left {
    object-position: left;
  }

  .xs\:object-position-center {
    object-position: center;
  }

  .xs\:object-position-left-top {
    object-position: left top;
  }

  .xs\:object-position-left-bottom {
    object-position: left bottom;
  }

  .xs\:object-position-right-top {
    object-position: right top;
  }

  .xs\:object-position-right-bottom {
    object-position: right bottom;
  }

  .xs\:opacity-0 {
    opacity: 0;
  }

  .xs\:opacity-5 {
    opacity: 0.05;
  }

  .xs\:opacity-10 {
    opacity: 0.1;
  }

  .xs\:opacity-15 {
    opacity: 0.15;
  }

  .xs\:opacity-20 {
    opacity: 0.2;
  }

  .xs\:opacity-25 {
    opacity: 0.25;
  }

  .xs\:opacity-30 {
    opacity: 0.3;
  }

  .xs\:opacity-35 {
    opacity: 0.35;
  }

  .xs\:opacity-40 {
    opacity: 0.4;
  }

  .xs\:opacity-45 {
    opacity: 0.45;
  }

  .xs\:opacity-50 {
    opacity: 0.5;
  }

  .xs\:opacity-55 {
    opacity: 0.55;
  }

  .xs\:opacity-60 {
    opacity: 0.6;
  }

  .xs\:opacity-65 {
    opacity: 0.65;
  }

  .xs\:opacity-70 {
    opacity: 0.7;
  }

  .xs\:opacity-75 {
    opacity: 0.75;
  }

  .xs\:opacity-80 {
    opacity: 0.8;
  }

  .xs\:opacity-85 {
    opacity: 0.85;
  }

  .xs\:opacity-90 {
    opacity: 0.9;
  }

  .xs\:opacity-95 {
    opacity: 0.95;
  }

  .xs\:opacity-100 {
    opacity: 100;
  }

  .xs\:order-0 {
    order: 0;
  }

  .xs\:order-1 {
    order: 1;
  }

  .xs\:order-2 {
    order: 2;
  }

  .xs\:order-3 {
    order: 3;
  }

  .xs\:order-4 {
    order: 4;
  }

  .xs\:order-5 {
    order: 5;
  }

  .xs\:order-6 {
    order: 6;
  }

  .xs\:order-7 {
    order: 7;
  }

  .xs\:order-8 {
    order: 8;
  }

  .xs\:order-9 {
    order: 9;
  }

  .xs\:order-10 {
    order: 10;
  }

  .xs\:overflow-wrap-normal {
    overflow-wrap: normal;
  }

  .xs\:overflow-wrap-anywhere {
    overflow-wrap: anywhere;
  }

  .xs\:overflow-wrap-break-word {
    overflow-wrap: break-word;
  }

  .xs\:overflow-auto {
    overflow: auto;
  }

  .xs\:overflow-hidden {
    overflow: hidden;
  }

  .xs\:overflow-visible {
    overflow: visible;
  }

  .xs\:overflow-scroll {
    overflow: scroll;
  }

  .xs\:overflow-x-auto {
    overflow-x: auto;
  }

  .xs\:overflow-y-auto {
    overflow-y: auto;
  }

  .xs\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xs\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xs\:overflow-x-visible {
    overflow-x: visible;
  }

  .xs\:overflow-y-visible {
    overflow-y: visible;
  }

  .xs\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xs\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xs\:overscroll-behavior-auto {
    overscroll-behavior: auto;
  }

  .xs\:overscroll-behavior-contain {
    overscroll-behavior: contain;
  }

  .xs\:overscroll-behavior-none {
    overscroll-behavior: none;
  }

  .xs\:overscroll-behavior-y-auto {
    overscroll-behavior-y: auto;
  }

  .xs\:overscroll-behavior-y-contain {
    overscroll-behavior-y: contain;
  }

  .xs\:overscroll-behavior-y-none {
    overscroll-behavior-y: none;
  }

  .xs\:overscroll-behavior-x-auto {
    overscroll-behavior-x: auto;
  }

  .xs\:overscroll-behavior-x-contain {
    overscroll-behavior-x: contain;
  }

  .xs\:overscroll-behavior-x-none {
    overscroll-behavior-x: none;
  }

  .xs\:p-0 {
    padding: 0;
  }

  .xs\:pt-0 {
    padding-top: 0;
  }

  .xs\:pr-0 {
    padding-right: 0;
  }

  .xs\:pb-0 {
    padding-bottom: 0;
  }

  .xs\:pl-0 {
    padding-left: 0;
  }

  .xs\:p-5 {
    padding: 5%;
  }

  .xs\:pt-5 {
    padding-top: 5%;
  }

  .xs\:pr-5 {
    padding-right: 5%;
  }

  .xs\:pb-5 {
    padding-bottom: 5%;
  }

  .xs\:pl-5 {
    padding-left: 5%;
  }

  .xs\:p-10 {
    padding: 10%;
  }

  .xs\:pt-10 {
    padding-top: 10%;
  }

  .xs\:pr-10 {
    padding-right: 10%;
  }

  .xs\:pb-10 {
    padding-bottom: 10%;
  }

  .xs\:pl-10 {
    padding-left: 10%;
  }

  .xs\:p-15 {
    padding: 15%;
  }

  .xs\:pt-15 {
    padding-top: 15%;
  }

  .xs\:pr-15 {
    padding-right: 15%;
  }

  .xs\:pb-15 {
    padding-bottom: 15%;
  }

  .xs\:pl-15 {
    padding-left: 15%;
  }

  .xs\:p-20 {
    padding: 20%;
  }

  .xs\:pt-20 {
    padding-top: 20%;
  }

  .xs\:pr-20 {
    padding-right: 20%;
  }

  .xs\:pb-20 {
    padding-bottom: 20%;
  }

  .xs\:pl-20 {
    padding-left: 20%;
  }

  .xs\:p-25 {
    padding: 25%;
  }

  .xs\:pt-25 {
    padding-top: 25%;
  }

  .xs\:pr-25 {
    padding-right: 25%;
  }

  .xs\:pb-25 {
    padding-bottom: 25%;
  }

  .xs\:pl-25 {
    padding-left: 25%;
  }

  .xs\:p-30 {
    padding: 30%;
  }

  .xs\:pt-30 {
    padding-top: 30%;
  }

  .xs\:pr-30 {
    padding-right: 30%;
  }

  .xs\:pb-30 {
    padding-bottom: 30%;
  }

  .xs\:pl-30 {
    padding-left: 30%;
  }

  .xs\:p-35 {
    padding: 35%;
  }

  .xs\:pt-35 {
    padding-top: 35%;
  }

  .xs\:pr-35 {
    padding-right: 35%;
  }

  .xs\:pb-35 {
    padding-bottom: 35%;
  }

  .xs\:pl-35 {
    padding-left: 35%;
  }

  .xs\:p-40 {
    padding: 40%;
  }

  .xs\:pt-40 {
    padding-top: 40%;
  }

  .xs\:pr-40 {
    padding-right: 40%;
  }

  .xs\:pb-40 {
    padding-bottom: 40%;
  }

  .xs\:pl-40 {
    padding-left: 40%;
  }

  .xs\:p-45 {
    padding: 45%;
  }

  .xs\:pt-45 {
    padding-top: 45%;
  }

  .xs\:pr-45 {
    padding-right: 45%;
  }

  .xs\:pb-45 {
    padding-bottom: 45%;
  }

  .xs\:pl-45 {
    padding-left: 45%;
  }

  .xs\:p-50 {
    padding: 50%;
  }

  .xs\:pt-50 {
    padding-top: 50%;
  }

  .xs\:pr-50 {
    padding-right: 50%;
  }

  .xs\:pb-50 {
    padding-bottom: 50%;
  }

  .xs\:pl-50 {
    padding-left: 50%;
  }

  .xs\:p-55 {
    padding: 55%;
  }

  .xs\:pt-55 {
    padding-top: 55%;
  }

  .xs\:pr-55 {
    padding-right: 55%;
  }

  .xs\:pb-55 {
    padding-bottom: 55%;
  }

  .xs\:pl-55 {
    padding-left: 55%;
  }

  .xs\:p-60 {
    padding: 60%;
  }

  .xs\:pt-60 {
    padding-top: 60%;
  }

  .xs\:pr-60 {
    padding-right: 60%;
  }

  .xs\:pb-60 {
    padding-bottom: 60%;
  }

  .xs\:pl-60 {
    padding-left: 60%;
  }

  .xs\:p-65 {
    padding: 65%;
  }

  .xs\:pt-65 {
    padding-top: 65%;
  }

  .xs\:pr-65 {
    padding-right: 65%;
  }

  .xs\:pb-65 {
    padding-bottom: 65%;
  }

  .xs\:pl-65 {
    padding-left: 65%;
  }

  .xs\:p-70 {
    padding: 70%;
  }

  .xs\:pt-70 {
    padding-top: 70%;
  }

  .xs\:pr-70 {
    padding-right: 70%;
  }

  .xs\:pb-70 {
    padding-bottom: 70%;
  }

  .xs\:pl-70 {
    padding-left: 70%;
  }

  .xs\:p-75 {
    padding: 75%;
  }

  .xs\:pt-75 {
    padding-top: 75%;
  }

  .xs\:pr-75 {
    padding-right: 75%;
  }

  .xs\:pb-75 {
    padding-bottom: 75%;
  }

  .xs\:pl-75 {
    padding-left: 75%;
  }

  .xs\:p-80 {
    padding: 80%;
  }

  .xs\:pt-80 {
    padding-top: 80%;
  }

  .xs\:pr-80 {
    padding-right: 80%;
  }

  .xs\:pb-80 {
    padding-bottom: 80%;
  }

  .xs\:pl-80 {
    padding-left: 80%;
  }

  .xs\:p-85 {
    padding: 85%;
  }

  .xs\:pt-85 {
    padding-top: 85%;
  }

  .xs\:pr-85 {
    padding-right: 85%;
  }

  .xs\:pb-85 {
    padding-bottom: 85%;
  }

  .xs\:pl-85 {
    padding-left: 85%;
  }

  .xs\:p-90 {
    padding: 90%;
  }

  .xs\:pt-90 {
    padding-top: 90%;
  }

  .xs\:pr-90 {
    padding-right: 90%;
  }

  .xs\:pb-90 {
    padding-bottom: 90%;
  }

  .xs\:pl-90 {
    padding-left: 90%;
  }

  .xs\:p-95 {
    padding: 95%;
  }

  .xs\:pt-95 {
    padding-top: 95%;
  }

  .xs\:pr-95 {
    padding-right: 95%;
  }

  .xs\:pb-95 {
    padding-bottom: 95%;
  }

  .xs\:pl-95 {
    padding-left: 95%;
  }

  .xs\:p-100 {
    padding: 100%;
  }

  .xs\:pt-100 {
    padding-top: 100%;
  }

  .xs\:pr-100 {
    padding-right: 100%;
  }

  .xs\:pb-100 {
    padding-bottom: 100%;
  }

  .xs\:pl-100 {
    padding-left: 100%;
  }

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

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

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

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

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

  .xs\:p-5px {
    padding: 5px;
  }

  .xs\:pt-5px {
    padding-top: 5px;
  }

  .xs\:pr-5px {
    padding-right: 5px;
  }

  .xs\:pb-5px {
    padding-bottom: 5px;
  }

  .xs\:pl-5px {
    padding-left: 5px;
  }

  .xs\:p-10px {
    padding: 10px;
  }

  .xs\:pt-10px {
    padding-top: 10px;
  }

  .xs\:pr-10px {
    padding-right: 10px;
  }

  .xs\:pb-10px {
    padding-bottom: 10px;
  }

  .xs\:pl-10px {
    padding-left: 10px;
  }

  .xs\:p-15px {
    padding: 15px;
  }

  .xs\:pt-15px {
    padding-top: 15px;
  }

  .xs\:pr-15px {
    padding-right: 15px;
  }

  .xs\:pb-15px {
    padding-bottom: 15px;
  }

  .xs\:pl-15px {
    padding-left: 15px;
  }

  .xs\:p-20px {
    padding: 20px;
  }

  .xs\:pt-20px {
    padding-top: 20px;
  }

  .xs\:pr-20px {
    padding-right: 20px;
  }

  .xs\:pb-20px {
    padding-bottom: 20px;
  }

  .xs\:pl-20px {
    padding-left: 20px;
  }

  .xs\:p-25px {
    padding: 25px;
  }

  .xs\:pt-25px {
    padding-top: 25px;
  }

  .xs\:pr-25px {
    padding-right: 25px;
  }

  .xs\:pb-25px {
    padding-bottom: 25px;
  }

  .xs\:pl-25px {
    padding-left: 25px;
  }

  .xs\:p-30px {
    padding: 30px;
  }

  .xs\:pt-30px {
    padding-top: 30px;
  }

  .xs\:pr-30px {
    padding-right: 30px;
  }

  .xs\:pb-30px {
    padding-bottom: 30px;
  }

  .xs\:pl-30px {
    padding-left: 30px;
  }

  .xs\:p-35px {
    padding: 35px;
  }

  .xs\:pt-35px {
    padding-top: 35px;
  }

  .xs\:pr-35px {
    padding-right: 35px;
  }

  .xs\:pb-35px {
    padding-bottom: 35px;
  }

  .xs\:pl-35px {
    padding-left: 35px;
  }

  .xs\:p-40px {
    padding: 40px;
  }

  .xs\:pt-40px {
    padding-top: 40px;
  }

  .xs\:pr-40px {
    padding-right: 40px;
  }

  .xs\:pb-40px {
    padding-bottom: 40px;
  }

  .xs\:pl-40px {
    padding-left: 40px;
  }

  .xs\:p-45px {
    padding: 45px;
  }

  .xs\:pt-45px {
    padding-top: 45px;
  }

  .xs\:pr-45px {
    padding-right: 45px;
  }

  .xs\:pb-45px {
    padding-bottom: 45px;
  }

  .xs\:pl-45px {
    padding-left: 45px;
  }

  .xs\:p-50px {
    padding: 50px;
  }

  .xs\:pt-50px {
    padding-top: 50px;
  }

  .xs\:pr-50px {
    padding-right: 50px;
  }

  .xs\:pb-50px {
    padding-bottom: 50px;
  }

  .xs\:pl-50px {
    padding-left: 50px;
  }

  .xs\:p-55px {
    padding: 55px;
  }

  .xs\:pt-55px {
    padding-top: 55px;
  }

  .xs\:pr-55px {
    padding-right: 55px;
  }

  .xs\:pb-55px {
    padding-bottom: 55px;
  }

  .xs\:pl-55px {
    padding-left: 55px;
  }

  .xs\:p-60px {
    padding: 60px;
  }

  .xs\:pt-60px {
    padding-top: 60px;
  }

  .xs\:pr-60px {
    padding-right: 60px;
  }

  .xs\:pb-60px {
    padding-bottom: 60px;
  }

  .xs\:pl-60px {
    padding-left: 60px;
  }

  .xs\:p-65px {
    padding: 65px;
  }

  .xs\:pt-65px {
    padding-top: 65px;
  }

  .xs\:pr-65px {
    padding-right: 65px;
  }

  .xs\:pb-65px {
    padding-bottom: 65px;
  }

  .xs\:pl-65px {
    padding-left: 65px;
  }

  .xs\:p-70px {
    padding: 70px;
  }

  .xs\:pt-70px {
    padding-top: 70px;
  }

  .xs\:pr-70px {
    padding-right: 70px;
  }

  .xs\:pb-70px {
    padding-bottom: 70px;
  }

  .xs\:pl-70px {
    padding-left: 70px;
  }

  .xs\:p-75px {
    padding: 75px;
  }

  .xs\:pt-75px {
    padding-top: 75px;
  }

  .xs\:pr-75px {
    padding-right: 75px;
  }

  .xs\:pb-75px {
    padding-bottom: 75px;
  }

  .xs\:pl-75px {
    padding-left: 75px;
  }

  .xs\:p-80px {
    padding: 80px;
  }

  .xs\:pt-80px {
    padding-top: 80px;
  }

  .xs\:pr-80px {
    padding-right: 80px;
  }

  .xs\:pb-80px {
    padding-bottom: 80px;
  }

  .xs\:pl-80px {
    padding-left: 80px;
  }

  .xs\:p-85px {
    padding: 85px;
  }

  .xs\:pt-85px {
    padding-top: 85px;
  }

  .xs\:pr-85px {
    padding-right: 85px;
  }

  .xs\:pb-85px {
    padding-bottom: 85px;
  }

  .xs\:pl-85px {
    padding-left: 85px;
  }

  .xs\:p-90px {
    padding: 90px;
  }

  .xs\:pt-90px {
    padding-top: 90px;
  }

  .xs\:pr-90px {
    padding-right: 90px;
  }

  .xs\:pb-90px {
    padding-bottom: 90px;
  }

  .xs\:pl-90px {
    padding-left: 90px;
  }

  .xs\:p-95px {
    padding: 95px;
  }

  .xs\:pt-95px {
    padding-top: 95px;
  }

  .xs\:pr-95px {
    padding-right: 95px;
  }

  .xs\:pb-95px {
    padding-bottom: 95px;
  }

  .xs\:pl-95px {
    padding-left: 95px;
  }

  .xs\:p-100px {
    padding: 100px;
  }

  .xs\:pt-100px {
    padding-top: 100px;
  }

  .xs\:pr-100px {
    padding-right: 100px;
  }

  .xs\:pb-100px {
    padding-bottom: 100px;
  }

  .xs\:pl-100px {
    padding-left: 100px;
  }

  .xs\:place-content-start {
    place-content: start;
  }

  .xs\:place-content-end {
    place-content: end;
  }

  .xs\:place-content-center {
    place-content: center;
  }

  .xs\:place-content-between {
    place-content: space-between;
  }

  .xs\:place-content-around {
    place-content: space-around;
  }

  .xs\:place-content-evenly {
    place-content: space-evenly;
  }

  .xs\:place-content-stretch {
    place-content: stretch;
  }

  .xs\:place-items-auto {
    place-items: auto;
  }

  .xs\:place-items-start {
    place-items: start;
  }

  .xs\:place-items-end {
    place-items: end;
  }

  .xs\:place-items-center {
    place-items: center;
  }

  .xs\:place-items-stretch {
    place-items: stretch;
  }

  .xs\:place-self-auto {
    place-self: auto;
  }

  .xs\:place-self-start {
    place-self: start;
  }

  .xs\:place-self-end {
    place-self: end;
  }

  .xs\:place-self-center {
    place-self: center;
  }

  .xs\:place-self-stretch {
    place-self: stretch;
  }

  .xs\:pointer-events-none {
    pointer-events: none;
  }

  .xs\:pointer-events-auto {
    pointer-events: auto;
  }

  .xs\:position-static {
    position: static;
  }

  .xs\:position-relative {
    position: relative;
  }

  .xs\:position-fixed {
    position: fixed;
  }

  .xs\:position-absolute {
    position: absolute;
  }

  .xs\:position-sticky {
    position: sticky;
  }

  .xs\:resize-none {
    resize: none;
  }

  .xs\:resize-vertical {
    resize: vertical;
  }

  .xs\:resize-horizontal {
    resize: horizontal;
  }

  .xs\:resize-both {
    resize: both;
  }

  .xs\:table-layout-auto {
    table-layout: auto;
  }

  .xs\:table-layout-fixed {
    table-layout: fixed;
  }

  .xs\:text-align-left {
    text-align: left;
  }

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

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

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

  .xs\:text-decoration-underline {
    text-decoration: underline;
  }

  .xs\:text-decoration-overline {
    text-decoration: overline;
  }

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

  .xs\:text-decoration-none {
    text-decoration: none;
  }

  .xs\:text-opacity-0 {
    --text-opacity: 0;
  }

  .xs\:text-opacity-5 {
    --text-opacity: 0.05;
  }

  .xs\:text-opacity-10 {
    --text-opacity: 0.1;
  }

  .xs\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .xs\:text-opacity-20 {
    --text-opacity: 0.2;
  }

  .xs\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .xs\:text-opacity-30 {
    --text-opacity: 0.3;
  }

  .xs\:text-opacity-35 {
    --text-opacity: 0.35;
  }

  .xs\:text-opacity-40 {
    --text-opacity: 0.4;
  }

  .xs\:text-opacity-45 {
    --text-opacity: 0.45;
  }

  .xs\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .xs\:text-opacity-55 {
    --text-opacity: 0.55;
  }

  .xs\:text-opacity-60 {
    --text-opacity: 0.6;
  }

  .xs\:text-opacity-65 {
    --text-opacity: 0.65;
  }

  .xs\:text-opacity-70 {
    --text-opacity: 0.7;
  }

  .xs\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .xs\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .xs\:text-opacity-85 {
    --text-opacity: 0.85;
  }

  .xs\:text-opacity-90 {
    --text-opacity: 0.9;
  }

  .xs\:text-opacity-95 {
    --text-opacity: 0.95;
  }

  .xs\:text-opacity-100 {
    --text-opacity: 100;
  }

  .xs\:text-overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .xs\:text-overflow-clip {
    text-overflow: clip;
  }

  .xs\:text-transform-uppercase {
    text-transform: uppercase;
  }

  .xs\:text-transform-lowercase {
    text-transform: lowercase;
  }

  .xs\:text-transform-capitalize {
    text-transform: capitalize;
  }

  .xs\:text-transform-none {
    text-transform: none;
  }

  .xs\:top-0 {
    top: 0;
  }

  .xs\:-top-0 {
    top: -0;
  }

  .xs\:right-0 {
    right: 0;
  }

  .xs\:-right-0 {
    right: -0;
  }

  .xs\:bottom-0 {
    bottom: 0;
  }

  .xs\:-bottom-0 {
    bottom: -0;
  }

  .xs\:left-0 {
    left: 0;
  }

  .xs\:-left-0 {
    left: -0;
  }

  .xs\:top-10 {
    top: 10%;
  }

  .xs\:-top-10 {
    top: -10%;
  }

  .xs\:right-10 {
    right: 10%;
  }

  .xs\:-right-10 {
    right: -10%;
  }

  .xs\:bottom-10 {
    bottom: 10%;
  }

  .xs\:-bottom-10 {
    bottom: -10%;
  }

  .xs\:left-10 {
    left: 10%;
  }

  .xs\:-left-10 {
    left: -10%;
  }

  .xs\:top-20 {
    top: 20%;
  }

  .xs\:-top-20 {
    top: -20%;
  }

  .xs\:right-20 {
    right: 20%;
  }

  .xs\:-right-20 {
    right: -20%;
  }

  .xs\:bottom-20 {
    bottom: 20%;
  }

  .xs\:-bottom-20 {
    bottom: -20%;
  }

  .xs\:left-20 {
    left: 20%;
  }

  .xs\:-left-20 {
    left: -20%;
  }

  .xs\:top-30 {
    top: 30%;
  }

  .xs\:-top-30 {
    top: -30%;
  }

  .xs\:right-30 {
    right: 30%;
  }

  .xs\:-right-30 {
    right: -30%;
  }

  .xs\:bottom-30 {
    bottom: 30%;
  }

  .xs\:-bottom-30 {
    bottom: -30%;
  }

  .xs\:left-30 {
    left: 30%;
  }

  .xs\:-left-30 {
    left: -30%;
  }

  .xs\:top-40 {
    top: 40%;
  }

  .xs\:-top-40 {
    top: -40%;
  }

  .xs\:right-40 {
    right: 40%;
  }

  .xs\:-right-40 {
    right: -40%;
  }

  .xs\:bottom-40 {
    bottom: 40%;
  }

  .xs\:-bottom-40 {
    bottom: -40%;
  }

  .xs\:left-40 {
    left: 40%;
  }

  .xs\:-left-40 {
    left: -40%;
  }

  .xs\:top-50 {
    top: 50%;
  }

  .xs\:-top-50 {
    top: -50%;
  }

  .xs\:right-50 {
    right: 50%;
  }

  .xs\:-right-50 {
    right: -50%;
  }

  .xs\:bottom-50 {
    bottom: 50%;
  }

  .xs\:-bottom-50 {
    bottom: -50%;
  }

  .xs\:left-50 {
    left: 50%;
  }

  .xs\:-left-50 {
    left: -50%;
  }

  .xs\:top-60 {
    top: 60%;
  }

  .xs\:-top-60 {
    top: -60%;
  }

  .xs\:right-60 {
    right: 60%;
  }

  .xs\:-right-60 {
    right: -60%;
  }

  .xs\:bottom-60 {
    bottom: 60%;
  }

  .xs\:-bottom-60 {
    bottom: -60%;
  }

  .xs\:left-60 {
    left: 60%;
  }

  .xs\:-left-60 {
    left: -60%;
  }

  .xs\:top-70 {
    top: 70%;
  }

  .xs\:-top-70 {
    top: -70%;
  }

  .xs\:right-70 {
    right: 70%;
  }

  .xs\:-right-70 {
    right: -70%;
  }

  .xs\:bottom-70 {
    bottom: 70%;
  }

  .xs\:-bottom-70 {
    bottom: -70%;
  }

  .xs\:left-70 {
    left: 70%;
  }

  .xs\:-left-70 {
    left: -70%;
  }

  .xs\:top-80 {
    top: 80%;
  }

  .xs\:-top-80 {
    top: -80%;
  }

  .xs\:right-80 {
    right: 80%;
  }

  .xs\:-right-80 {
    right: -80%;
  }

  .xs\:bottom-80 {
    bottom: 80%;
  }

  .xs\:-bottom-80 {
    bottom: -80%;
  }

  .xs\:left-80 {
    left: 80%;
  }

  .xs\:-left-80 {
    left: -80%;
  }

  .xs\:top-90 {
    top: 90%;
  }

  .xs\:-top-90 {
    top: -90%;
  }

  .xs\:right-90 {
    right: 90%;
  }

  .xs\:-right-90 {
    right: -90%;
  }

  .xs\:bottom-90 {
    bottom: 90%;
  }

  .xs\:-bottom-90 {
    bottom: -90%;
  }

  .xs\:left-90 {
    left: 90%;
  }

  .xs\:-left-90 {
    left: -90%;
  }

  .xs\:top-100 {
    top: 100%;
  }

  .xs\:-top-100 {
    top: -100%;
  }

  .xs\:right-100 {
    right: 100%;
  }

  .xs\:-right-100 {
    right: -100%;
  }

  .xs\:bottom-100 {
    bottom: 100%;
  }

  .xs\:-bottom-100 {
    bottom: -100%;
  }

  .xs\:left-100 {
    left: 100%;
  }

  .xs\:-left-100 {
    left: -100%;
  }

  .xs\:top-0px {
    top: 0;
  }

  .xs\:-top-0px {
    top: -0;
  }

  .xs\:right-0px {
    right: 0;
  }

  .xs\:-right-0px {
    right: -0;
  }

  .xs\:bottom-0px {
    bottom: 0;
  }

  .xs\:-bottom-0px {
    bottom: -0;
  }

  .xs\:left-0px {
    left: 0;
  }

  .xs\:-left-0px {
    left: -0;
  }

  .xs\:top-10px {
    top: 10px;
  }

  .xs\:-top-10px {
    top: -10px;
  }

  .xs\:right-10px {
    right: 10px;
  }

  .xs\:-right-10px {
    right: -10px;
  }

  .xs\:bottom-10px {
    bottom: 10px;
  }

  .xs\:-bottom-10px {
    bottom: -10px;
  }

  .xs\:left-10px {
    left: 10px;
  }

  .xs\:-left-10px {
    left: -10px;
  }

  .xs\:top-20px {
    top: 20px;
  }

  .xs\:-top-20px {
    top: -20px;
  }

  .xs\:right-20px {
    right: 20px;
  }

  .xs\:-right-20px {
    right: -20px;
  }

  .xs\:bottom-20px {
    bottom: 20px;
  }

  .xs\:-bottom-20px {
    bottom: -20px;
  }

  .xs\:left-20px {
    left: 20px;
  }

  .xs\:-left-20px {
    left: -20px;
  }

  .xs\:top-30px {
    top: 30px;
  }

  .xs\:-top-30px {
    top: -30px;
  }

  .xs\:right-30px {
    right: 30px;
  }

  .xs\:-right-30px {
    right: -30px;
  }

  .xs\:bottom-30px {
    bottom: 30px;
  }

  .xs\:-bottom-30px {
    bottom: -30px;
  }

  .xs\:left-30px {
    left: 30px;
  }

  .xs\:-left-30px {
    left: -30px;
  }

  .xs\:top-40px {
    top: 40px;
  }

  .xs\:-top-40px {
    top: -40px;
  }

  .xs\:right-40px {
    right: 40px;
  }

  .xs\:-right-40px {
    right: -40px;
  }

  .xs\:bottom-40px {
    bottom: 40px;
  }

  .xs\:-bottom-40px {
    bottom: -40px;
  }

  .xs\:left-40px {
    left: 40px;
  }

  .xs\:-left-40px {
    left: -40px;
  }

  .xs\:top-50px {
    top: 50px;
  }

  .xs\:-top-50px {
    top: -50px;
  }

  .xs\:right-50px {
    right: 50px;
  }

  .xs\:-right-50px {
    right: -50px;
  }

  .xs\:bottom-50px {
    bottom: 50px;
  }

  .xs\:-bottom-50px {
    bottom: -50px;
  }

  .xs\:left-50px {
    left: 50px;
  }

  .xs\:-left-50px {
    left: -50px;
  }

  .xs\:top-60px {
    top: 60px;
  }

  .xs\:-top-60px {
    top: -60px;
  }

  .xs\:right-60px {
    right: 60px;
  }

  .xs\:-right-60px {
    right: -60px;
  }

  .xs\:bottom-60px {
    bottom: 60px;
  }

  .xs\:-bottom-60px {
    bottom: -60px;
  }

  .xs\:left-60px {
    left: 60px;
  }

  .xs\:-left-60px {
    left: -60px;
  }

  .xs\:top-70px {
    top: 70px;
  }

  .xs\:-top-70px {
    top: -70px;
  }

  .xs\:right-70px {
    right: 70px;
  }

  .xs\:-right-70px {
    right: -70px;
  }

  .xs\:bottom-70px {
    bottom: 70px;
  }

  .xs\:-bottom-70px {
    bottom: -70px;
  }

  .xs\:left-70px {
    left: 70px;
  }

  .xs\:-left-70px {
    left: -70px;
  }

  .xs\:top-80px {
    top: 80px;
  }

  .xs\:-top-80px {
    top: -80px;
  }

  .xs\:right-80px {
    right: 80px;
  }

  .xs\:-right-80px {
    right: -80px;
  }

  .xs\:bottom-80px {
    bottom: 80px;
  }

  .xs\:-bottom-80px {
    bottom: -80px;
  }

  .xs\:left-80px {
    left: 80px;
  }

  .xs\:-left-80px {
    left: -80px;
  }

  .xs\:top-90px {
    top: 90px;
  }

  .xs\:-top-90px {
    top: -90px;
  }

  .xs\:right-90px {
    right: 90px;
  }

  .xs\:-right-90px {
    right: -90px;
  }

  .xs\:bottom-90px {
    bottom: 90px;
  }

  .xs\:-bottom-90px {
    bottom: -90px;
  }

  .xs\:left-90px {
    left: 90px;
  }

  .xs\:-left-90px {
    left: -90px;
  }

  .xs\:top-100px {
    top: 100px;
  }

  .xs\:-top-100px {
    top: -100px;
  }

  .xs\:right-100px {
    right: 100px;
  }

  .xs\:-right-100px {
    right: -100px;
  }

  .xs\:bottom-100px {
    bottom: 100px;
  }

  .xs\:-bottom-100px {
    bottom: -100px;
  }

  .xs\:left-100px {
    left: 100px;
  }

  .xs\:-left-100px {
    left: -100px;
  }

  .xs\:inset-0 {
    inset: 0;
  }

  .xs\:-inset-0 {
    inset: -0;
  }

  .xs\:inset-10 {
    inset: 10%;
  }

  .xs\:-inset-10 {
    inset: -10%;
  }

  .xs\:inset-20 {
    inset: 20%;
  }

  .xs\:-inset-20 {
    inset: -20%;
  }

  .xs\:inset-30 {
    inset: 30%;
  }

  .xs\:-inset-30 {
    inset: -30%;
  }

  .xs\:inset-40 {
    inset: 40%;
  }

  .xs\:-inset-40 {
    inset: -40%;
  }

  .xs\:inset-50 {
    inset: 50%;
  }

  .xs\:-inset-50 {
    inset: -50%;
  }

  .xs\:inset-60 {
    inset: 60%;
  }

  .xs\:-inset-60 {
    inset: -60%;
  }

  .xs\:inset-70 {
    inset: 70%;
  }

  .xs\:-inset-70 {
    inset: -70%;
  }

  .xs\:inset-80 {
    inset: 80%;
  }

  .xs\:-inset-80 {
    inset: -80%;
  }

  .xs\:inset-90 {
    inset: 90%;
  }

  .xs\:-inset-90 {
    inset: -90%;
  }

  .xs\:inset-100 {
    inset: 100%;
  }

  .xs\:-inset-100 {
    inset: -100%;
  }

  .xs\:inset-0px {
    inset: 0;
  }

  .xs\:-inset-0px {
    inset: -0;
  }

  .xs\:inset-10px {
    inset: 10px;
  }

  .xs\:-inset-10px {
    inset: -10px;
  }

  .xs\:inset-20px {
    inset: 20px;
  }

  .xs\:-inset-20px {
    inset: -20px;
  }

  .xs\:inset-30px {
    inset: 30px;
  }

  .xs\:-inset-30px {
    inset: -30px;
  }

  .xs\:inset-40px {
    inset: 40px;
  }

  .xs\:-inset-40px {
    inset: -40px;
  }

  .xs\:inset-50px {
    inset: 50px;
  }

  .xs\:-inset-50px {
    inset: -50px;
  }

  .xs\:inset-60px {
    inset: 60px;
  }

  .xs\:-inset-60px {
    inset: -60px;
  }

  .xs\:inset-70px {
    inset: 70px;
  }

  .xs\:-inset-70px {
    inset: -70px;
  }

  .xs\:inset-80px {
    inset: 80px;
  }

  .xs\:-inset-80px {
    inset: -80px;
  }

  .xs\:inset-90px {
    inset: 90px;
  }

  .xs\:-inset-90px {
    inset: -90px;
  }

  .xs\:inset-100px {
    inset: 100px;
  }

  .xs\:-inset-100px {
    inset: -100px;
  }

  .xs\:origin-top {
    transform-origin: top;
  }

  .xs\:origin-right {
    transform-origin: right;
  }

  .xs\:origin-bottom {
    transform-origin: bottom;
  }

  .xs\:origin-left {
    transform-origin: left;
  }

  .xs\:origin-center {
    transform-origin: center;
  }

  .xs\:origin-top-left {
    transform-origin: top left;
  }

  .xs\:origin-top-right {
    transform-origin: top right;
  }

  .xs\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xs\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xs\:transform-none {
    transform: none;
  }

  .xs\:translate-x-0 {
    --translate-x: 0;
  }

  .xs\:translate-y-0 {
    --translate-y: 0;
  }

  .xs\:translate-x-5 {
    --translate-x: 5%;
  }

  .xs\:translate-y-5 {
    --translate-y: 5%;
  }

  .xs\:translate-x-10 {
    --translate-x: 10%;
  }

  .xs\:translate-y-10 {
    --translate-y: 10%;
  }

  .xs\:translate-x-15 {
    --translate-x: 15%;
  }

  .xs\:translate-y-15 {
    --translate-y: 15%;
  }

  .xs\:translate-x-20 {
    --translate-x: 20%;
  }

  .xs\:translate-y-20 {
    --translate-y: 20%;
  }

  .xs\:translate-x-25 {
    --translate-x: 25%;
  }

  .xs\:translate-y-25 {
    --translate-y: 25%;
  }

  .xs\:translate-x-30 {
    --translate-x: 30%;
  }

  .xs\:translate-y-30 {
    --translate-y: 30%;
  }

  .xs\:translate-x-35 {
    --translate-x: 35%;
  }

  .xs\:translate-y-35 {
    --translate-y: 35%;
  }

  .xs\:translate-x-40 {
    --translate-x: 40%;
  }

  .xs\:translate-y-40 {
    --translate-y: 40%;
  }

  .xs\:translate-x-45 {
    --translate-x: 45%;
  }

  .xs\:translate-y-45 {
    --translate-y: 45%;
  }

  .xs\:translate-x-50 {
    --translate-x: 50%;
  }

  .xs\:translate-y-50 {
    --translate-y: 50%;
  }

  .xs\:translate-x-55 {
    --translate-x: 55%;
  }

  .xs\:translate-y-55 {
    --translate-y: 55%;
  }

  .xs\:translate-x-60 {
    --translate-x: 60%;
  }

  .xs\:translate-y-60 {
    --translate-y: 60%;
  }

  .xs\:translate-x-65 {
    --translate-x: 65%;
  }

  .xs\:translate-y-65 {
    --translate-y: 65%;
  }

  .xs\:translate-x-70 {
    --translate-x: 70%;
  }

  .xs\:translate-y-70 {
    --translate-y: 70%;
  }

  .xs\:translate-x-75 {
    --translate-x: 75%;
  }

  .xs\:translate-y-75 {
    --translate-y: 75%;
  }

  .xs\:translate-x-80 {
    --translate-x: 80%;
  }

  .xs\:translate-y-80 {
    --translate-y: 80%;
  }

  .xs\:translate-x-85 {
    --translate-x: 85%;
  }

  .xs\:translate-y-85 {
    --translate-y: 85%;
  }

  .xs\:translate-x-90 {
    --translate-x: 90%;
  }

  .xs\:translate-y-90 {
    --translate-y: 90%;
  }

  .xs\:translate-x-95 {
    --translate-x: 95%;
  }

  .xs\:translate-y-95 {
    --translate-y: 95%;
  }

  .xs\:translate-x-100 {
    --translate-x: 100%;
  }

  .xs\:translate-y-100 {
    --translate-y: 100%;
  }

  .xs\:rotate-0 {
    --rotate: 0;
  }

  .xs\:rotate-15 {
    --rotate: 15deg;
  }

  .xs\:rotate-30 {
    --rotate: 30deg;
  }

  .xs\:rotate-45 {
    --rotate: 45deg;
  }

  .xs\:rotate-60 {
    --rotate: 60deg;
  }

  .xs\:rotate-75 {
    --rotate: 75deg;
  }

  .xs\:rotate-90 {
    --rotate: 90deg;
  }

  .xs\:rotate-105 {
    --rotate: 105deg;
  }

  .xs\:rotate-120 {
    --rotate: 120deg;
  }

  .xs\:rotate-135 {
    --rotate: 135deg;
  }

  .xs\:rotate-150 {
    --rotate: 150deg;
  }

  .xs\:rotate-165 {
    --rotate: 165deg;
  }

  .xs\:rotate-180 {
    --rotate: 180deg;
  }

  .xs\:rotate-195 {
    --rotate: 195deg;
  }

  .xs\:rotate-210 {
    --rotate: 210deg;
  }

  .xs\:rotate-225 {
    --rotate: 225deg;
  }

  .xs\:rotate-240 {
    --rotate: 240deg;
  }

  .xs\:rotate-255 {
    --rotate: 255deg;
  }

  .xs\:rotate-270 {
    --rotate: 270deg;
  }

  .xs\:rotate-285 {
    --rotate: 285deg;
  }

  .xs\:rotate-300 {
    --rotate: 300deg;
  }

  .xs\:rotate-315 {
    --rotate: 315deg;
  }

  .xs\:rotate-330 {
    --rotate: 330deg;
  }

  .xs\:rotate-345 {
    --rotate: 345deg;
  }

  .xs\:rotate-360 {
    --rotate: 360deg;
  }

  .xs\:scale-x-0 {
    --scale-x: 0;
  }

  .xs\:scale-x-25 {
    --scale-x: 0.25;
  }

  .xs\:scale-x-50 {
    --scale-x: 0.5;
  }

  .xs\:scale-x-75 {
    --scale-x: 0.75;
  }

  .xs\:scale-x-100 {
    --scale-x: 1;
  }

  .xs\:scale-x-125 {
    --scale-x: 1.25;
  }

  .xs\:scale-x-150 {
    --scale-x: 1.5;
  }

  .xs\:scale-x-175 {
    --scale-x: 1.75;
  }

  .xs\:scale-x-200 {
    --scale-x: 2;
  }

  .xs\:scale-y-0 {
    --scale-y: 0;
  }

  .xs\:scale-y-25 {
    --scale-y: 0.25;
  }

  .xs\:scale-y-50 {
    --scale-y: 0.5;
  }

  .xs\:scale-y-75 {
    --scale-y: 0.75;
  }

  .xs\:scale-y-100 {
    --scale-y: 1;
  }

  .xs\:scale-y-125 {
    --scale-y: 1.25;
  }

  .xs\:scale-y-150 {
    --scale-y: 1.5;
  }

  .xs\:scale-y-175 {
    --scale-y: 1.75;
  }

  .xs\:scale-y-200 {
    --scale-y: 2;
  }

  .xs\:skew-x-0 {
    --skew-x: 0;
  }

  .xs\:skew-y-0 {
    --skew-y: 0;
  }

  .xs\:skew-x-15 {
    --skew-x: 15deg;
  }

  .xs\:skew-y-15 {
    --skew-y: 15deg;
  }

  .xs\:skew-x-30 {
    --skew-x: 30deg;
  }

  .xs\:skew-y-30 {
    --skew-y: 30deg;
  }

  .xs\:skew-x-45 {
    --skew-x: 45deg;
  }

  .xs\:skew-y-45 {
    --skew-y: 45deg;
  }

  .xs\:skew-x-60 {
    --skew-x: 60deg;
  }

  .xs\:skew-y-60 {
    --skew-y: 60deg;
  }

  .xs\:skew-x-75 {
    --skew-x: 75deg;
  }

  .xs\:skew-y-75 {
    --skew-y: 75deg;
  }

  .xs\:skew-x-90 {
    --skew-x: 90deg;
  }

  .xs\:skew-y-90 {
    --skew-y: 90deg;
  }

  .xs\:skew-x-105 {
    --skew-x: 105deg;
  }

  .xs\:skew-y-105 {
    --skew-y: 105deg;
  }

  .xs\:skew-x-120 {
    --skew-x: 120deg;
  }

  .xs\:skew-y-120 {
    --skew-y: 120deg;
  }

  .xs\:skew-x-135 {
    --skew-x: 135deg;
  }

  .xs\:skew-y-135 {
    --skew-y: 135deg;
  }

  .xs\:skew-x-150 {
    --skew-x: 150deg;
  }

  .xs\:skew-y-150 {
    --skew-y: 150deg;
  }

  .xs\:skew-x-165 {
    --skew-x: 165deg;
  }

  .xs\:skew-y-165 {
    --skew-y: 165deg;
  }

  .xs\:skew-x-180 {
    --skew-x: 180deg;
  }

  .xs\:skew-y-180 {
    --skew-y: 180deg;
  }

  .xs\:skew-x-195 {
    --skew-x: 195deg;
  }

  .xs\:skew-y-195 {
    --skew-y: 195deg;
  }

  .xs\:skew-x-210 {
    --skew-x: 210deg;
  }

  .xs\:skew-y-210 {
    --skew-y: 210deg;
  }

  .xs\:skew-x-225 {
    --skew-x: 225deg;
  }

  .xs\:skew-y-225 {
    --skew-y: 225deg;
  }

  .xs\:skew-x-240 {
    --skew-x: 240deg;
  }

  .xs\:skew-y-240 {
    --skew-y: 240deg;
  }

  .xs\:skew-x-255 {
    --skew-x: 255deg;
  }

  .xs\:skew-y-255 {
    --skew-y: 255deg;
  }

  .xs\:skew-x-270 {
    --skew-x: 270deg;
  }

  .xs\:skew-y-270 {
    --skew-y: 270deg;
  }

  .xs\:skew-x-285 {
    --skew-x: 285deg;
  }

  .xs\:skew-y-285 {
    --skew-y: 285deg;
  }

  .xs\:skew-x-300 {
    --skew-x: 300deg;
  }

  .xs\:skew-y-300 {
    --skew-y: 300deg;
  }

  .xs\:skew-x-315 {
    --skew-x: 315deg;
  }

  .xs\:skew-y-315 {
    --skew-y: 315deg;
  }

  .xs\:skew-x-330 {
    --skew-x: 330deg;
  }

  .xs\:skew-y-330 {
    --skew-y: 330deg;
  }

  .xs\:skew-x-345 {
    --skew-x: 345deg;
  }

  .xs\:skew-y-345 {
    --skew-y: 345deg;
  }

  .xs\:skew-x-360 {
    --skew-x: 360deg;
  }

  .xs\:skew-y-360 {
    --skew-y: 360deg;
  }

  .xs\:user-select-none {
    user-select: none;
  }

  .xs\:user-select-text {
    user-select: text;
  }

  .xs\:user-select-all {
    user-select: all;
  }

  .xs\:user-select-auto {
    user-select: auto;
  }

  .xs\:vertical-align-baseline {
    vertical-align: baseline;
  }

  .xs\:vertical-align-top {
    vertical-align: top;
  }

  .xs\:vertical-align-middle {
    vertical-align: middle;
  }

  .xs\:vertical-align-bottom {
    vertical-align: bottom;
  }

  .xs\:vertical-align-sub {
    vertical-align: sub;
  }

  .xs\:vertical-align-super {
    vertical-align: super;
  }

  .xs\:vertical-align-unset {
    vertical-align: unset;
  }

  .xs\:vertical-align-text-top {
    vertical-align: text-top;
  }

  .xs\:vertical-align-text-bottom {
    vertical-align: text-bottom;
  }

  .xs\:visibility-visible {
    visibility: visible;
  }

  .xs\:visibility-hidden {
    visibility: hidden;
  }

  .xs\:white-space-normal {
    white-space: normal;
  }

  .xs\:white-space-nowrap {
    white-space: nowrap;
  }

  .xs\:white-space-pre {
    white-space: pre;
  }

  .xs\:white-space-pre-line {
    white-space: pre-line;
  }

  .xs\:white-space-pre-wrap {
    white-space: pre-wrap;
  }

  .xs\:w-0 {
    width: 0;
  }

  .xs\:w-5 {
    width: 5%;
  }

  .xs\:w-10 {
    width: 10%;
  }

  .xs\:w-15 {
    width: 15%;
  }

  .xs\:w-20 {
    width: 20%;
  }

  .xs\:w-25 {
    width: 25%;
  }

  .xs\:w-30 {
    width: 30%;
  }

  .xs\:w-35 {
    width: 35%;
  }

  .xs\:w-40 {
    width: 40%;
  }

  .xs\:w-45 {
    width: 45%;
  }

  .xs\:w-50 {
    width: 50%;
  }

  .xs\:w-55 {
    width: 55%;
  }

  .xs\:w-60 {
    width: 60%;
  }

  .xs\:w-65 {
    width: 65%;
  }

  .xs\:w-70 {
    width: 70%;
  }

  .xs\:w-75 {
    width: 75%;
  }

  .xs\:w-80 {
    width: 80%;
  }

  .xs\:w-85 {
    width: 85%;
  }

  .xs\:w-90 {
    width: 90%;
  }

  .xs\:w-95 {
    width: 95%;
  }

  .xs\:w-100 {
    width: 100%;
  }

  .xs\:w-0px {
    width: 0;
  }

  .xs\:w-5px {
    width: 5px;
  }

  .xs\:w-10px {
    width: 10px;
  }

  .xs\:w-15px {
    width: 15px;
  }

  .xs\:w-20px {
    width: 20px;
  }

  .xs\:w-25px {
    width: 25px;
  }

  .xs\:w-30px {
    width: 30px;
  }

  .xs\:w-35px {
    width: 35px;
  }

  .xs\:w-40px {
    width: 40px;
  }

  .xs\:w-45px {
    width: 45px;
  }

  .xs\:w-50px {
    width: 50px;
  }

  .xs\:w-55px {
    width: 55px;
  }

  .xs\:w-60px {
    width: 60px;
  }

  .xs\:w-65px {
    width: 65px;
  }

  .xs\:w-70px {
    width: 70px;
  }

  .xs\:w-75px {
    width: 75px;
  }

  .xs\:w-80px {
    width: 80px;
  }

  .xs\:w-85px {
    width: 85px;
  }

  .xs\:w-90px {
    width: 90px;
  }

  .xs\:w-95px {
    width: 95px;
  }

  .xs\:w-100px {
    width: 100px;
  }

  .xs\:w-105px {
    width: 105px;
  }

  .xs\:w-110px {
    width: 110px;
  }

  .xs\:w-115px {
    width: 115px;
  }

  .xs\:w-120px {
    width: 120px;
  }

  .xs\:w-125px {
    width: 125px;
  }

  .xs\:w-130px {
    width: 130px;
  }

  .xs\:w-135px {
    width: 135px;
  }

  .xs\:w-140px {
    width: 140px;
  }

  .xs\:w-145px {
    width: 145px;
  }

  .xs\:w-150px {
    width: 150px;
  }

  .xs\:w-155px {
    width: 155px;
  }

  .xs\:w-160px {
    width: 160px;
  }

  .xs\:w-165px {
    width: 165px;
  }

  .xs\:w-170px {
    width: 170px;
  }

  .xs\:w-175px {
    width: 175px;
  }

  .xs\:w-180px {
    width: 180px;
  }

  .xs\:w-185px {
    width: 185px;
  }

  .xs\:w-190px {
    width: 190px;
  }

  .xs\:w-195px {
    width: 195px;
  }

  .xs\:w-200px {
    width: 200px;
  }

  .xs\:w-205px {
    width: 205px;
  }

  .xs\:w-210px {
    width: 210px;
  }

  .xs\:w-215px {
    width: 215px;
  }

  .xs\:w-220px {
    width: 220px;
  }

  .xs\:w-225px {
    width: 225px;
  }

  .xs\:w-230px {
    width: 230px;
  }

  .xs\:w-235px {
    width: 235px;
  }

  .xs\:w-240px {
    width: 240px;
  }

  .xs\:w-245px {
    width: 245px;
  }

  .xs\:w-250px {
    width: 250px;
  }

  .xs\:w-255px {
    width: 255px;
  }

  .xs\:w-260px {
    width: 260px;
  }

  .xs\:w-265px {
    width: 265px;
  }

  .xs\:w-270px {
    width: 270px;
  }

  .xs\:w-275px {
    width: 275px;
  }

  .xs\:w-280px {
    width: 280px;
  }

  .xs\:w-285px {
    width: 285px;
  }

  .xs\:w-290px {
    width: 290px;
  }

  .xs\:w-295px {
    width: 295px;
  }

  .xs\:w-300px {
    width: 300px;
  }

  .xs\:width-width {
    width: auto;
  }

  .xs\:width-min-content {
    width: min-content;
  }

  .xs\:width-max-content {
    width: max-content;
  }

  .xs\:word-break-normal {
    word-break: normal;
  }

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

  .xs\:word-break-break-word {
    word-break: break-word;
  }

  .xs\:word-break-keep-all {
    word-break: keep-all;
  }

  .xs\:z-0 {
    z-index: 0;
  }

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

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

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

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

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

  .xs\:z-60 {
    z-index: 60;
  }

  .xs\:z-70 {
    z-index: 70;
  }

  .xs\:z-80 {
    z-index: 80;
  }

  .xs\:z-90 {
    z-index: 90;
  }

  .xs\:z-100 {
    z-index: 100;
  }

  .xs\:grid-template-columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-template-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-template-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-template-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-template-columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-template-columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-template-columns-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xs\:grid-template-columns-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xs\:grid-template-columns-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xs\:grid-template-columns-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xs\:grid-template-columns-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xs\:grid-template-columns-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xs\:grid-template-columns-none {
    grid-template-columns: none;
  }

  .xs\:grid-column-auto {
    grid-column: auto;
  }

  .xs\:grid-column-1 {
    grid-column: span 1/span 1;
  }

  .xs\:grid-column-2 {
    grid-column: span 2/span 2;
  }

  .xs\:grid-column-3 {
    grid-column: span 3/span 3;
  }

  .xs\:grid-column-4 {
    grid-column: span 4/span 4;
  }

  .xs\:grid-column-5 {
    grid-column: span 5/span 5;
  }

  .xs\:grid-column-6 {
    grid-column: span 6/span 6;
  }

  .xs\:grid-column-7 {
    grid-column: span 7/span 7;
  }

  .xs\:grid-column-8 {
    grid-column: span 8/span 8;
  }

  .xs\:grid-column-9 {
    grid-column: span 9/span 9;
  }

  .xs\:grid-column-10 {
    grid-column: span 10/span 10;
  }

  .xs\:grid-column-11 {
    grid-column: span 11/span 11;
  }

  .xs\:grid-column-12 {
    grid-column: span 12/span 12;
  }

  .xs\:grid-column-start-auto {
    grid-column-start: auto;
  }

  .xs\:grid-column-start-1 {
    grid-column-start: 1;
  }

  .xs\:grid-column-start-2 {
    grid-column-start: 2;
  }

  .xs\:grid-column-start-3 {
    grid-column-start: 3;
  }

  .xs\:grid-column-start-4 {
    grid-column-start: 4;
  }

  .xs\:grid-column-start-5 {
    grid-column-start: 5;
  }

  .xs\:grid-column-start-6 {
    grid-column-start: 6;
  }

  .xs\:grid-column-start-7 {
    grid-column-start: 7;
  }

  .xs\:grid-column-start-8 {
    grid-column-start: 8;
  }

  .xs\:grid-column-start-9 {
    grid-column-start: 9;
  }

  .xs\:grid-column-start-10 {
    grid-column-start: 10;
  }

  .xs\:grid-column-start-11 {
    grid-column-start: 11;
  }

  .xs\:grid-column-start-12 {
    grid-column-start: 12;
  }

  .xs\:grid-column-end-auto {
    grid-column-end: auto;
  }

  .xs\:grid-column-end-1 {
    grid-column-end: 1;
  }

  .xs\:grid-column-end-2 {
    grid-column-end: 2;
  }

  .xs\:grid-column-end-3 {
    grid-column-end: 3;
  }

  .xs\:grid-column-end-4 {
    grid-column-end: 4;
  }

  .xs\:grid-column-end-5 {
    grid-column-end: 5;
  }

  .xs\:grid-column-end-6 {
    grid-column-end: 6;
  }

  .xs\:grid-column-end-7 {
    grid-column-end: 7;
  }

  .xs\:grid-column-end-8 {
    grid-column-end: 8;
  }

  .xs\:grid-column-end-9 {
    grid-column-end: 9;
  }

  .xs\:grid-column-end-10 {
    grid-column-end: 10;
  }

  .xs\:grid-column-end-11 {
    grid-column-end: 11;
  }

  .xs\:grid-column-end-12 {
    grid-column-end: 12;
  }

  .xs\:grid-template-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xs\:grid-template-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xs\:grid-template-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xs\:grid-template-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xs\:grid-template-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xs\:grid-template-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xs\:grid-template-rows-none {
    grid-template-rows: none;
  }

  .xs\:grid-row-auto {
    grid-row: auto;
  }

  .xs\:grid-row-1 {
    grid-row: span 1/span 1;
  }

  .xs\:grid-row-2 {
    grid-row: span 2/span 2;
  }

  .xs\:grid-row-3 {
    grid-row: span 3/span 3;
  }

  .xs\:grid-row-4 {
    grid-row: span 4/span 4;
  }

  .xs\:grid-row-5 {
    grid-row: span 5/span 5;
  }

  .xs\:grid-row-6 {
    grid-row: span 6/span 6;
  }

  .xs\:grid-row-start-auto {
    grid-row-start: auto;
  }

  .xs\:grid-row-start-1 {
    grid-row-start: 1;
  }

  .xs\:grid-row-start-2 {
    grid-row-start: 2;
  }

  .xs\:grid-row-start-3 {
    grid-row-start: 3;
  }

  .xs\:grid-row-start-4 {
    grid-row-start: 4;
  }

  .xs\:grid-row-start-5 {
    grid-row-start: 5;
  }

  .xs\:grid-row-start-6 {
    grid-row-start: 6;
  }

  .xs\:grid-row-end-auto {
    grid-row-end: auto;
  }

  .xs\:grid-row-end-1 {
    grid-row-end: 1;
  }

  .xs\:grid-row-end-2 {
    grid-row-end: 2;
  }

  .xs\:grid-row-end-3 {
    grid-row-end: 3;
  }

  .xs\:grid-row-end-4 {
    grid-row-end: 4;
  }

  .xs\:grid-row-end-5 {
    grid-row-end: 5;
  }

  .xs\:grid-row-end-6 {
    grid-row-end: 6;
  }

  .xs\:grid-auto-flow-row {
    grid-auto-flow: row;
  }

  .xs\:grid-auto-flow-column {
    grid-auto-flow: column;
  }

  .xs\:grid-auto-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xs\:grid-auto-flow-column-dense {
    grid-auto-flow: column dense;
  }

  .xs\:grid-auto-columns-auto {
    grid-auto-columns: auto;
  }

  .xs\:grid-auto-columns-min {
    grid-auto-columns: min-content;
  }

  .xs\:grid-auto-columns-max {
    grid-auto-columns: max-content;
  }

  .xs\:grid-auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xs\:grid-auto-rows-min {
    grid-auto-rows: min-content;
  }

  .xs\:grid-auto-rows-max {
    grid-auto-rows: max-content;
  }

  .xs\:gap-0 {
    gap: 0;
  }

  .xs\:gap-1 {
    gap: 0.125rem;
  }

  .xs\:gap-2 {
    gap: 0.25rem;
  }

  .xs\:gap-3 {
    gap: 0.375rem;
  }

  .xs\:gap-4 {
    gap: 0.5;
  }

  .xs\:gap-5 {
    gap: 0.625rem;
  }

  .xs\:gap-6 {
    gap: 0.75rem;
  }

  .xs\:gap-7 {
    gap: 0.875rem;
  }

  .xs\:gap-8 {
    gap: 1rem;
  }

  .xs\:gap-9 {
    gap: 1.25rem;
  }

  .xs\:gap-10 {
    gap: 1.5rem;
  }

  .xs\:gap-11 {
    gap: 1.75rem;
  }

  .xs\:gap-12 {
    gap: 2rem;
  }

  .xs\:row-gap-0 {
    row-gap: 0;
  }

  .xs\:row-gap-1 {
    row-gap: 0.125rem;
  }

  .xs\:row-gap-2 {
    row-gap: 0.25rem;
  }

  .xs\:row-gap-3 {
    row-gap: 0.375rem;
  }

  .xs\:row-gap-4 {
    row-gap: 0.5;
  }

  .xs\:row-gap-5 {
    row-gap: 0.625rem;
  }

  .xs\:row-gap-6 {
    row-gap: 0.75rem;
  }

  .xs\:row-gap-7 {
    row-gap: 0.875rem;
  }

  .xs\:row-gap-8 {
    row-gap: 1rem;
  }

  .xs\:row-gap-9 {
    row-gap: 1.25rem;
  }

  .xs\:row-gap-10 {
    row-gap: 1.5rem;
  }

  .xs\:row-gap-11 {
    row-gap: 1.75rem;
  }

  .xs\:row-gap-12 {
    row-gap: 2rem;
  }

  .xs\:column-gap-0 {
    column-gap: 0;
  }

  .xs\:column-gap-1 {
    column-gap: 0.125rem;
  }

  .xs\:column-gap-2 {
    column-gap: 0.25rem;
  }

  .xs\:column-gap-3 {
    column-gap: 0.375rem;
  }

  .xs\:column-gap-4 {
    column-gap: 0.5;
  }

  .xs\:column-gap-5 {
    column-gap: 0.625rem;
  }

  .xs\:column-gap-6 {
    column-gap: 0.75rem;
  }

  .xs\:column-gap-7 {
    column-gap: 0.875rem;
  }

  .xs\:column-gap-8 {
    column-gap: 1rem;
  }

  .xs\:column-gap-9 {
    column-gap: 1.25rem;
  }

  .xs\:column-gap-10 {
    column-gap: 1.5rem;
  }

  .xs\:column-gap-11 {
    column-gap: 1.75rem;
  }

  .xs\:column-gap-12 {
    column-gap: 2rem;
  }

  .xs\:isolation-isolate {
    isolation: isolate;
  }

  .xs\:isolation-auto {
    isolation: auto;
  }

  .xs\:mix-blend-mode-normal {
    mix-blend-mode: normal;
  }

  .xs\:mix-blend-mode-multiply {
    mix-blend-mode: multiply;
  }

  .xs\:mix-blend-mode-screen {
    mix-blend-mode: screen;
  }

  .xs\:mix-blend-mode-overlay {
    mix-blend-mode: overlay;
  }

  .xs\:mix-blend-mode-darken {
    mix-blend-mode: darken;
  }

  .xs\:mix-blend-mode-lighten {
    mix-blend-mode: lighten;
  }

  .xs\:mix-blend-mode-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .xs\:mix-blend-mode-color-burn {
    mix-blend-mode: color-burn;
  }

  .xs\:mix-blend-mode-hard-light {
    mix-blend-mode: hard-light;
  }

  .xs\:mix-blend-mode-soft-light {
    mix-blend-mode: soft-light;
  }

  .xs\:mix-blend-mode-difference {
    mix-blend-mode: difference;
  }

  .xs\:mix-blend-mode-exclusion {
    mix-blend-mode: exclusion;
  }

  .xs\:mix-blend-mode-hue {
    mix-blend-mode: hue;
  }

  .xs\:mix-blend-mode-saturation {
    mix-blend-mode: saturation;
  }

  .xs\:mix-blend-mode-color {
    mix-blend-mode: color;
  }

  .xs\:mix-blend-mode-luminosity {
    mix-blend-mode: luminosity;
  }

  .xs\:background-blend-mode-normal {
    background-blend-mode: normal;
  }

  .xs\:background-blend-mode-multiply {
    background-blend-mode: multiply;
  }

  .xs\:background-blend-mode-screen {
    background-blend-mode: screen;
  }

  .xs\:background-blend-mode-overlay {
    background-blend-mode: overlay;
  }

  .xs\:background-blend-mode-darken {
    background-blend-mode: darken;
  }

  .xs\:background-blend-mode-lighten {
    background-blend-mode: lighten;
  }

  .xs\:background-blend-mode-color-dodge {
    background-blend-mode: color-dodge;
  }

  .xs\:background-blend-mode-color-burn {
    background-blend-mode: color-burn;
  }

  .xs\:background-blend-mode-hard-light {
    background-blend-mode: hard-light;
  }

  .xs\:background-blend-mode-soft-light {
    background-blend-mode: soft-light;
  }

  .xs\:background-blend-mode-difference {
    background-blend-mode: difference;
  }

  .xs\:background-blend-mode-exclusion {
    background-blend-mode: exclusion;
  }

  .xs\:background-blend-mode-hue {
    background-blend-mode: hue;
  }

  .xs\:background-blend-mode-saturation {
    background-blend-mode: saturation;
  }

  .xs\:background-blend-mode-color {
    background-blend-mode: color;
  }

  .xs\:background-blend-mode-luminosity {
    background-blend-mode: luminosity;
  }

  .xs\:filter-none {
    filter: none;
  }

  .xs\:filter-blur-0 {
    --filter-blur: blur(0);
  }

  .xs\:filter-blur-4 {
    --filter-blur: blur(4px);
  }

  .xs\:filter-blur-8 {
    --filter-blur: blur(8px);
  }

  .xs\:filter-blur-12 {
    --filter-blur: blur(12px);
  }

  .xs\:filter-blur-16 {
    --filter-blur: blur(16px);
  }

  .xs\:filter-blur-20 {
    --filter-blur: blur(20px);
  }

  .xs\:filter-blur-24 {
    --filter-blur: blur(24px);
  }

  .xs\:filter-blur-28 {
    --filter-blur: blur(28px);
  }

  .xs\:filter-blur-32 {
    --filter-blur: blur(32px);
  }

  .xs\:filter-blur-64 {
    --filter-blur: blur(64px);
  }

  .xs\:filter-blur-128 {
    --filter-blur: blur(128px);
  }

  .xs\:filter-brightness-0 {
    --filter-brightness: brightness(0);
  }

  .xs\:filter-brightness-25 {
    --filter-brightness: brightness(0.25);
  }

  .xs\:filter-brightness-50 {
    --filter-brightness: brightness(0.5);
  }

  .xs\:filter-brightness-75 {
    --filter-brightness: brightness(0.75);
  }

  .xs\:filter-brightness-100 {
    --filter-brightness: brightness(1);
  }

  .xs\:filter-brightness-125 {
    --filter-brightness: brightness(1.25);
  }

  .xs\:filter-brightness-150 {
    --filter-brightness: brightness(1.5);
  }

  .xs\:filter-brightness-175 {
    --filter-brightness: brightness(1.75);
  }

  .xs\:filter-brightness-200 {
    --filter-brightness: brightness(2);
  }

  .xs\:filter-contrast-0 {
    --filter-contrast: contrast(0);
  }

  .xs\:filter-contrast-25 {
    --filter-contrast: contrast(0.25);
  }

  .xs\:filter-contrast-50 {
    --filter-contrast: contrast(0.5);
  }

  .xs\:filter-contrast-75 {
    --filter-contrast: contrast(0.75);
  }

  .xs\:filter-contrast-100 {
    --filter-contrast: contrast(1);
  }

  .xs\:filter-contrast-125 {
    --filter-contrast: contrast(1.25);
  }

  .xs\:filter-contrast-150 {
    --filter-contrast: contrast(1.5);
  }

  .xs\:filter-contrast-175 {
    --filter-contrast: contrast(1.75);
  }

  .xs\:filter-contrast-200 {
    --filter-contrast: contrast(2);
  }

  .xs\:filter-grayscale-0 {
    --filter-grayscale: grayscale(0);
  }

  .xs\:filter-grayscale-1 {
    --filter-grayscale: grayscale(1);
  }

  .xs\:filter-hue-rotate-0 {
    --filter-hue-rotate: hue-rotate(0deg);
  }

  .xs\:filter-hue-rotate-15 {
    --filter-hue-rotate: hue-rotate(15deg);
  }

  .xs\:filter-hue-rotate-30 {
    --filter-hue-rotate: hue-rotate(30deg);
  }

  .xs\:filter-hue-rotate-45 {
    --filter-hue-rotate: hue-rotate(45deg);
  }

  .xs\:filter-hue-rotate-60 {
    --filter-hue-rotate: hue-rotate(60deg);
  }

  .xs\:filter-hue-rotate-75 {
    --filter-hue-rotate: hue-rotate(75deg);
  }

  .xs\:filter-hue-rotate-90 {
    --filter-hue-rotate: hue-rotate(90deg);
  }

  .xs\:filter-hue-rotate-135 {
    --filter-hue-rotate: hue-rotate(135deg);
  }

  .xs\:filter-hue-rotate-190 {
    --filter-hue-rotate: hue-rotate(190deg);
  }

  .xs\:-filter-hue-rotate-0 {
    --filter-hue-rotate: hue-rotate(0deg);
  }

  .xs\:-filter-hue-rotate-15 {
    --filter-hue-rotate: hue-rotate(-15deg);
  }

  .xs\:-filter-hue-rotate-30 {
    --filter-hue-rotate: hue-rotate(-30deg);
  }

  .xs\:-filter-hue-rotate-45 {
    --filter-hue-rotate: hue-rotate(-45deg);
  }

  .xs\:-filter-hue-rotate-60 {
    --filter-hue-rotate: hue-rotate(-60deg);
  }

  .xs\:-filter-hue-rotate-75 {
    --filter-hue-rotate: hue-rotate(-75deg);
  }

  .xs\:-filter-hue-rotate-90 {
    --filter-hue-rotate: hue-rotate(-90deg);
  }

  .xs\:-filter-hue-rotate-135 {
    --filter-hue-rotate: hue-rotate(-135deg);
  }

  .xs\:-filter-hue-rotate-190 {
    --filter-hue-rotate: hue-rotate(-190deg);
  }

  .xs\:filter-invert-0 {
    --filter-invert: invert(0);
  }

  .xs\:filter-invert-1 {
    --filter-invert: invert(1);
  }

  .xs\:filter-saturate-0 {
    --filter-saturate: saturate(0);
  }

  .xs\:filter-saturate-25 {
    --filter-saturate: saturate(0.25);
  }

  .xs\:filter-saturate-50 {
    --filter-saturate: saturate(0.5);
  }

  .xs\:filter-saturate-75 {
    --filter-saturate: saturate(0.75);
  }

  .xs\:filter-saturate-100 {
    --filter-saturate: saturate(1);
  }

  .xs\:filter-saturate-125 {
    --filter-saturate: saturate(1.25);
  }

  .xs\:filter-saturate-150 {
    --filter-saturate: saturate(1.5);
  }

  .xs\:filter-saturate-175 {
    --filter-saturate: saturate(1.75);
  }

  .xs\:filter-saturate-200 {
    --filter-saturate: saturate(2);
  }

  .xs\:filter-sepia-0 {
    --filter-sepia: sepia(0);
  }

  .xs\:filter-sepia-1 {
    --filter-sepia: sepia(1);
  }

  .xs\:backdrop-filter-none {
    backdrop-filter: none;
  }

  .xs\:backdrop-filter-blur-0 {
    --backdrop-filter-blur: blur(0);
  }

  .xs\:backdrop-filter-blur-4 {
    --backdrop-filter-blur: blur(4px);
  }

  .xs\:backdrop-filter-blur-8 {
    --backdrop-filter-blur: blur(8px);
  }

  .xs\:backdrop-filter-blur-12 {
    --backdrop-filter-blur: blur(12px);
  }

  .xs\:backdrop-filter-blur-16 {
    --backdrop-filter-blur: blur(16px);
  }

  .xs\:backdrop-filter-blur-20 {
    --backdrop-filter-blur: blur(20px);
  }

  .xs\:backdrop-filter-blur-24 {
    --backdrop-filter-blur: blur(24px);
  }

  .xs\:backdrop-filter-blur-28 {
    --backdrop-filter-blur: blur(28px);
  }

  .xs\:backdrop-filter-blur-32 {
    --backdrop-filter-blur: blur(32px);
  }

  .xs\:backdrop-filter-blur-64 {
    --backdrop-filter-blur: blur(64px);
  }

  .xs\:backdrop-filter-blur-128 {
    --backdrop-filter-blur: blur(128px);
  }

  .xs\:backdrop-filter-brightness-0 {
    --backdrop-filter-brightness: brightness(0);
  }

  .xs\:backdrop-filter-brightness-25 {
    --backdrop-filter-brightness: brightness(0.25);
  }

  .xs\:backdrop-filter-brightness-50 {
    --backdrop-filter-brightness: brightness(0.5);
  }

  .xs\:backdrop-filter-brightness-75 {
    --backdrop-filter-brightness: brightness(0.75);
  }

  .xs\:backdrop-filter-brightness-100 {
    --backdrop-filter-brightness: brightness(1);
  }

  .xs\:backdrop-filter-brightness-125 {
    --backdrop-filter-brightness: brightness(1.25);
  }

  .xs\:backdrop-filter-brightness-150 {
    --backdrop-filter-brightness: brightness(1.5);
  }

  .xs\:backdrop-filter-brightness-175 {
    --backdrop-filter-brightness: brightness(1.75);
  }

  .xs\:backdrop-filter-brightness-200 {
    --backdrop-filter-brightness: brightness(2);
  }

  .xs\:backdrop-filter-contrast-0 {
    --backdrop-filter-contrast: contrast(0);
  }

  .xs\:backdrop-filter-contrast-25 {
    --backdrop-filter-contrast: contrast(0.25);
  }

  .xs\:backdrop-filter-contrast-50 {
    --backdrop-filter-contrast: contrast(0.5);
  }

  .xs\:backdrop-filter-contrast-75 {
    --backdrop-filter-contrast: contrast(0.75);
  }

  .xs\:backdrop-filter-contrast-100 {
    --backdrop-filter-contrast: contrast(1);
  }

  .xs\:backdrop-filter-contrast-125 {
    --backdrop-filter-contrast: contrast(1.25);
  }

  .xs\:backdrop-filter-contrast-150 {
    --backdrop-filter-contrast: contrast(1.5);
  }

  .xs\:backdrop-filter-contrast-175 {
    --backdrop-filter-contrast: contrast(1.75);
  }

  .xs\:backdrop-filter-contrast-200 {
    --backdrop-filter-contrast: contrast(2);
  }

  .xs\:backdrop-filter-grayscale-0 {
    --backdrop-filter-grayscale: grayscale(0);
  }

  .xs\:backdrop-filter-grayscale-1 {
    --backdrop-filter-grayscale: grayscale(1);
  }

  .xs\:backdrop-filter-hue-rotate-0 {
    --backdrop-filter-hue-rotate: hue-rotate(0deg);
  }

  .xs\:backdrop-filter-hue-rotate-15 {
    --backdrop-filter-hue-rotate: hue-rotate(15deg);
  }

  .xs\:backdrop-filter-hue-rotate-30 {
    --backdrop-filter-hue-rotate: hue-rotate(30deg);
  }

  .xs\:backdrop-filter-hue-rotate-45 {
    --backdrop-filter-hue-rotate: hue-rotate(45deg);
  }

  .xs\:backdrop-filter-hue-rotate-60 {
    --backdrop-filter-hue-rotate: hue-rotate(60deg);
  }

  .xs\:backdrop-filter-hue-rotate-75 {
    --backdrop-filter-hue-rotate: hue-rotate(75deg);
  }

  .xs\:backdrop-filter-hue-rotate-90 {
    --backdrop-filter-hue-rotate: hue-rotate(90deg);
  }

  .xs\:backdrop-filter-hue-rotate-135 {
    --backdrop-filter-hue-rotate: hue-rotate(135deg);
  }

  .xs\:backdrop-filter-hue-rotate-190 {
    --backdrop-filter-hue-rotate: hue-rotate(190deg);
  }

  .xs\:-backdrop-filter-hue-rotate-0 {
    --backdrop-filter-hue-rotate: hue-rotate(0deg);
  }

  .xs\:-backdrop-filter-hue-rotate-15 {
    --backdrop-filter-hue-rotate: hue-rotate(15deg);
  }

  .xs\:-backdrop-filter-hue-rotate-30 {
    --backdrop-filter-hue-rotate: hue-rotate(30deg);
  }

  .xs\:-backdrop-filter-hue-rotate-45 {
    --backdrop-filter-hue-rotate: hue-rotate(45deg);
  }

  .xs\:-backdrop-filter-hue-rotate-60 {
    --backdrop-filter-hue-rotate: hue-rotate(60deg);
  }

  .xs\:-backdrop-filter-hue-rotate-75 {
    --backdrop-filter-hue-rotate: hue-rotate(75deg);
  }

  .xs\:-backdrop-filter-hue-rotate-90 {
    --backdrop-filter-hue-rotate: hue-rotate(90deg);
  }

  .xs\:-backdrop-filter-hue-rotate-135 {
    --backdrop-filter-hue-rotate: hue-rotate(135deg);
  }

  .xs\:-backdrop-filter-hue-rotate-190 {
    --backdrop-filter-hue-rotate: hue-rotate(190deg);
  }

  .xs\:backdrop-filter-invert-0 {
    --backdrop-filter-invert: invert(0);
  }

  .xs\:backdrop-filter-invert-1 {
    --backdrop-filter-invert: invert(1);
  }

  .xs\:backdrop-filter-saturate-0 {
    --backdrop-filter-saturate: saturate(0);
  }

  .xs\:backdrop-filter-saturate-25 {
    --backdrop-filter-saturate: saturate(0.25);
  }

  .xs\:backdrop-filter-saturate-50 {
    --backdrop-filter-saturate: saturate(0.5);
  }

  .xs\:backdrop-filter-saturate-75 {
    --backdrop-filter-saturate: saturate(0.75);
  }

  .xs\:backdrop-filter-saturate-100 {
    --backdrop-filter-saturate: saturate(1);
  }

  .xs\:backdrop-filter-saturate-125 {
    --backdrop-filter-saturate: saturate(1.25);
  }

  .xs\:backdrop-filter-saturate-150 {
    --backdrop-filter-saturate: saturate(1.5);
  }

  .xs\:backdrop-filter-saturate-175 {
    --backdrop-filter-saturate: saturate(1.75);
  }

  .xs\:backdrop-filter-saturate-200 {
    --backdrop-filter-saturate: saturate(2);
  }

  .xs\:backdrop-filter-sepia-0 {
    --backdrop-filter-sepia: sepia(0);
  }

  .xs\:backdrop-filter-sepia-1 {
    --backdrop-filter-sepia: sepia(1);
  }

  .xs\:fill-current {
    fill: currentColor;
  }

  .xs\:stroke-current {
    stroke: currentColor;
  }

  .xs\:stroke-width-0 {
    stroke-width: 0;
  }

  .xs\:stroke-width-1 {
    stroke-width: 1;
  }

  .xs\:stroke-width-2 {
    stroke-width: 2;
  }

  .xs\:stroke-width-3 {
    stroke-width: 3;
  }

  .xs\:stroke-width-4 {
    stroke-width: 4;
  }

  .xs\:stroke-width-5 {
    stroke-width: 5;
  }

  .xs\:stroke-width-6 {
    stroke-width: 6;
  }

  .xs\:stroke-width-7 {
    stroke-width: 7;
  }

  .xs\:stroke-width-8 {
    stroke-width: 8;
  }

  .xs\:stroke-width-9 {
    stroke-width: 9;
  }

  .xs\:stroke-width-10 {
    stroke-width: 10;
  }

  .xs\:stroke-linecap-butt {
    stroke-linecap: butt;
  }

  .xs\:stroke-linecap-round {
    stroke-linecap: round;
  }

  .xs\:stroke-linecap-square {
    stroke-linecap: square;
  }

  .xs\:stroke-dasharray-5 {
    stroke-dasharray: 5;
  }

  .xs\:stroke-dasharray-10 {
    stroke-dasharray: 10;
  }

  .xs\:stroke-dasharray-15 {
    stroke-dasharray: 15;
  }

  .xs\:stroke-dasharray-20 {
    stroke-dasharray: 20;
  }

  .xs\:stroke-dasharray-25 {
    stroke-dasharray: 25;
  }

  .xs\:stroke-dasharray-30 {
    stroke-dasharray: 30;
  }

  .xs\:stroke-dasharray-35 {
    stroke-dasharray: 35;
  }

  .xs\:stroke-dasharray-40 {
    stroke-dasharray: 40;
  }

  .xs\:stroke-dasharray-45 {
    stroke-dasharray: 45;
  }

  .xs\:stroke-dasharray-50 {
    stroke-dasharray: 50;
  }

  .xs\:outline-style-auto {
    outline-style: auto;
  }

  .xs\:outline-style-solid {
    outline-style: solid;
  }

  .xs\:outline-style-dashed {
    outline-style: dashed;
  }

  .xs\:outline-style-dotted {
    outline-style: dotted;
  }

  .xs\:outline-style-double {
    outline-style: double;
  }

  .xs\:outline-style-none {
    outline-style: none;
  }

  .xs\:outline-width-medium {
    outline-width: medium;
  }

  .xs\:outline-width-thin {
    outline-width: thin;
  }

  .xs\:outline-width-thick {
    outline-width: thick;
  }

  .xs\:outline-red-600 {
    --outline-opacity: 1;
    outline-color: rgba(237, 45, 45, var(--outline-opacity));
  }

  .xs\:outline-red-700 {
    --outline-opacity: 1;
    outline-color: rgba(235, 21, 21, var(--outline-opacity));
  }

  .xs\:outline-red-800 {
    --outline-opacity: 1;
    outline-color: rgba(212, 18, 18, var(--outline-opacity));
  }

  .xs\:outline-red-900 {
    --outline-opacity: 1;
    outline-color: rgba(189, 16, 16, var(--outline-opacity));
  }

  .xs\:outline-red-500 {
    --outline-opacity: 1;
    outline-color: rgba(239, 68, 68, var(--outline-opacity));
  }

  .xs\:outline-red-400 {
    --outline-opacity: 1;
    outline-color: rgba(242, 106, 106, var(--outline-opacity));
  }

  .xs\:outline-red-300 {
    --outline-opacity: 1;
    outline-color: rgba(245, 143, 143, var(--outline-opacity));
  }

  .xs\:outline-red-200 {
    --outline-opacity: 1;
    outline-color: rgba(249, 181, 181, var(--outline-opacity));
  }

  .xs\:outline-red-100 {
    --outline-opacity: 1;
    outline-color: rgba(252, 218, 218, var(--outline-opacity));
  }

  .xs\:outline-green-600 {
    --outline-opacity: 1;
    outline-color: rgba(14, 162, 113, var(--outline-opacity));
  }

  .xs\:outline-green-700 {
    --outline-opacity: 1;
    outline-color: rgba(12, 138, 96, var(--outline-opacity));
  }

  .xs\:outline-green-800 {
    --outline-opacity: 1;
    outline-color: rgba(10, 115, 80, var(--outline-opacity));
  }

  .xs\:outline-green-900 {
    --outline-opacity: 1;
    outline-color: rgba(8, 91, 64, var(--outline-opacity));
  }

  .xs\:outline-green-500 {
    --outline-opacity: 1;
    outline-color: rgba(16, 185, 129, var(--outline-opacity));
  }

  .xs\:outline-green-400 {
    --outline-opacity: 1;
    outline-color: rgba(19, 223, 155, var(--outline-opacity));
  }

  .xs\:outline-green-300 {
    --outline-opacity: 1;
    outline-color: rgba(46, 237, 174, var(--outline-opacity));
  }

  .xs\:outline-green-200 {
    --outline-opacity: 1;
    outline-color: rgba(83, 240, 188, var(--outline-opacity));
  }

  .xs\:outline-green-100 {
    --outline-opacity: 1;
    outline-color: rgba(121, 243, 203, var(--outline-opacity));
  }

  .xs\:outline-blue-600 {
    --outline-opacity: 1;
    outline-color: rgba(35, 114, 245, var(--outline-opacity));
  }

  .xs\:outline-blue-700 {
    --outline-opacity: 1;
    outline-color: rgba(11, 99, 243, var(--outline-opacity));
  }

  .xs\:outline-blue-800 {
    --outline-opacity: 1;
    outline-color: rgba(10, 89, 218, var(--outline-opacity));
  }

  .xs\:outline-blue-900 {
    --outline-opacity: 1;
    outline-color: rgba(9, 79, 194, var(--outline-opacity));
  }

  .xs\:outline-blue-500 {
    --outline-opacity: 1;
    outline-color: rgba(59, 130, 246, var(--outline-opacity));
  }

  .xs\:outline-blue-400 {
    --outline-opacity: 1;
    outline-color: rgba(98, 155, 248, var(--outline-opacity));
  }

  .xs\:outline-blue-300 {
    --outline-opacity: 1;
    outline-color: rgba(137, 180, 250, var(--outline-opacity));
  }

  .xs\:outline-blue-200 {
    --outline-opacity: 1;
    outline-color: rgba(176, 205, 251, var(--outline-opacity));
  }

  .xs\:outline-blue-100 {
    --outline-opacity: 1;
    outline-color: rgba(215, 230, 253, var(--outline-opacity));
  }

  .xs\:outline-yellow-600 {
    --outline-opacity: 1;
    outline-color: rgba(251, 184, 11, var(--outline-opacity));
  }

  .xs\:outline-yellow-700 {
    --outline-opacity: 1;
    outline-color: rgba(232, 168, 4, var(--outline-opacity));
  }

  .xs\:outline-yellow-800 {
    --outline-opacity: 1;
    outline-color: rgba(207, 150, 4, var(--outline-opacity));
  }

  .xs\:outline-yellow-900 {
    --outline-opacity: 1;
    outline-color: rgba(182, 132, 3, var(--outline-opacity));
  }

  .xs\:outline-yellow-500 {
    --outline-opacity: 1;
    outline-color: rgba(251, 191, 36, var(--outline-opacity));
  }

  .xs\:outline-yellow-400 {
    --outline-opacity: 1;
    outline-color: rgba(252, 203, 76, var(--outline-opacity));
  }

  .xs\:outline-yellow-300 {
    --outline-opacity: 1;
    outline-color: rgba(252, 214, 116, var(--outline-opacity));
  }

  .xs\:outline-yellow-200 {
    --outline-opacity: 1;
    outline-color: rgba(253, 226, 156, var(--outline-opacity));
  }

  .xs\:outline-yellow-100 {
    --outline-opacity: 1;
    outline-color: rgba(254, 238, 196, var(--outline-opacity));
  }

  .xs\:outline-pink-600 {
    --outline-opacity: 1;
    outline-color: rgba(234, 49, 140, var(--outline-opacity));
  }

  .xs\:outline-pink-700 {
    --outline-opacity: 1;
    outline-color: rgba(231, 26, 127, var(--outline-opacity));
  }

  .xs\:outline-pink-800 {
    --outline-opacity: 1;
    outline-color: rgba(210, 22, 115, var(--outline-opacity));
  }

  .xs\:outline-pink-900 {
    --outline-opacity: 1;
    outline-color: rgba(187, 19, 102, var(--outline-opacity));
  }

  .xs\:outline-pink-500 {
    --outline-opacity: 1;
    outline-color: rgba(236, 72, 153, var(--outline-opacity));
  }

  .xs\:outline-pink-400 {
    --outline-opacity: 1;
    outline-color: rgba(240, 109, 174, var(--outline-opacity));
  }

  .xs\:outline-pink-300 {
    --outline-opacity: 1;
    outline-color: rgba(244, 146, 194, var(--outline-opacity));
  }

  .xs\:outline-pink-200 {
    --outline-opacity: 1;
    outline-color: rgba(248, 183, 215, var(--outline-opacity));
  }

  .xs\:outline-pink-100 {
    --outline-opacity: 1;
    outline-color: rgba(251, 220, 235, var(--outline-opacity));
  }

  .xs\:outline-purple-600 {
    --outline-opacity: 1;
    outline-color: rgba(122, 68, 245, var(--outline-opacity));
  }

  .xs\:outline-purple-700 {
    --outline-opacity: 1;
    outline-color: rgba(105, 44, 243, var(--outline-opacity));
  }

  .xs\:outline-purple-800 {
    --outline-opacity: 1;
    outline-color: rgba(87, 20, 242, var(--outline-opacity));
  }

  .xs\:outline-purple-900 {
    --outline-opacity: 1;
    outline-color: rgba(77, 12, 224, var(--outline-opacity));
  }

  .xs\:outline-purple-500 {
    --outline-opacity: 1;
    outline-color: rgba(139, 92, 246, var(--outline-opacity));
  }

  .xs\:outline-purple-400 {
    --outline-opacity: 1;
    outline-color: rgba(167, 131, 248, var(--outline-opacity));
  }

  .xs\:outline-purple-300 {
    --outline-opacity: 1;
    outline-color: rgba(194, 169, 250, var(--outline-opacity));
  }

  .xs\:outline-purple-200 {
    --outline-opacity: 1;
    outline-color: rgba(222, 208, 252, var(--outline-opacity));
  }

  .xs\:outline-purple-100 {
    --outline-opacity: 1;
    outline-color: rgba(249, 247, 255, var(--outline-opacity));
  }

  .xs\:outline-gray-600 {
    --outline-opacity: 1;
    outline-color: rgba(95, 102, 114, var(--outline-opacity));
  }

  .xs\:outline-gray-700 {
    --outline-opacity: 1;
    outline-color: rgba(84, 89, 100, var(--outline-opacity));
  }

  .xs\:outline-gray-800 {
    --outline-opacity: 1;
    outline-color: rgba(72, 77, 86, var(--outline-opacity));
  }

  .xs\:outline-gray-900 {
    --outline-opacity: 1;
    outline-color: rgba(61, 65, 72, var(--outline-opacity));
  }

  .xs\:outline-gray-500 {
    --outline-opacity: 1;
    outline-color: rgba(107, 114, 128, var(--outline-opacity));
  }

  .xs\:outline-gray-400 {
    --outline-opacity: 1;
    outline-color: rgba(127, 134, 148, var(--outline-opacity));
  }

  .xs\:outline-gray-300 {
    --outline-opacity: 1;
    outline-color: rgba(150, 155, 167, var(--outline-opacity));
  }

  .xs\:outline-gray-200 {
    --outline-opacity: 1;
    outline-color: rgba(172, 176, 186, var(--outline-opacity));
  }

  .xs\:outline-gray-100 {
    --outline-opacity: 1;
    outline-color: rgba(194, 197, 204, var(--outline-opacity));
  }

  .xs\:outline-offset-0px {
    outline-offset: 0;
  }

  .xs\:outline-offset-1px {
    outline-offset: 1px;
  }

  .xs\:outline-offset-2px {
    outline-offset: 2px;
  }

  .xs\:outline-offset-3px {
    outline-offset: 3px;
  }

  .xs\:outline-offset-4px {
    outline-offset: 4px;
  }

  .xs\:outline-offset-5px {
    outline-offset: 5px;
  }

  .xs\:outline-offset-6px {
    outline-offset: 6px;
  }

  .xs\:outline-offset-7px {
    outline-offset: 7px;
  }

  .xs\:outline-offset-8px {
    outline-offset: 8px;
  }

  .xs\:outline-offset-9px {
    outline-offset: 9px;
  }

  .xs\:outline-offset-10px {
    outline-offset: 10px;
  }

  .xs\:outline-none {
    outline: none;
  }

  .xs\:direction-ltr {
    direction: ltr;
  }

  .xs\:direction-rtl {
    direction: rtl;
  }

  .xs\:writing-mode-tb {
    writing-mode: horizontal-tb;
  }

  .xs\:writing-mode-lr {
    writing-mode: vertical-lr;
  }

  .xs\:writing-mode-rl {
    writing-mode: vertical-rl;
  }
}
@media (min-width: 425px) {
  .sm\:appearance-auto {
    appearance: auto;
  }

  .sm\:appearance-none {
    appearance: none;
  }

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

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

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

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

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

  .sm\:align-self-auto {
    align-self: auto;
  }

  .sm\:align-self-start {
    align-self: flex-start;
  }

  .sm\:align-self-end {
    align-self: flex-end;
  }

  .sm\:align-self-center {
    align-self: center;
  }

  .sm\:align-self-stretch {
    align-self: stretch;
  }

  .sm\:background-attachment-fixed {
    background-attachment: fixed;
  }

  .sm\:background-attachment-local {
    background-attachment: local;
  }

  .sm\:background-attachment-scroll {
    background-attachment: scroll;
  }

  .sm\:background-clip-border-box {
    background-clip: border-box;
  }

  .sm\:background-clip-padding-box {
    background-clip: padding-box;
  }

  .sm\:background-clip-content-box {
    background-clip: content-box;
  }

  .sm\:background-clip-text {
    background-clip: text;
  }

  .sm\:bg-red-600 {
    --bg-opacity: 1;
    background-color: rgba(237, 45, 45, var(--bg-opacity));
  }

  .sm\:bg-red-700 {
    --bg-opacity: 1;
    background-color: rgba(235, 21, 21, var(--bg-opacity));
  }

  .sm\:bg-red-800 {
    --bg-opacity: 1;
    background-color: rgba(212, 18, 18, var(--bg-opacity));
  }

  .sm\:bg-red-900 {
    --bg-opacity: 1;
    background-color: rgba(189, 16, 16, var(--bg-opacity));
  }

  .sm\:bg-red-500 {
    --bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--bg-opacity));
  }

  .sm\:bg-red-400 {
    --bg-opacity: 1;
    background-color: rgba(242, 106, 106, var(--bg-opacity));
  }

  .sm\:bg-red-300 {
    --bg-opacity: 1;
    background-color: rgba(245, 143, 143, var(--bg-opacity));
  }

  .sm\:bg-red-200 {
    --bg-opacity: 1;
    background-color: rgba(249, 181, 181, var(--bg-opacity));
  }

  .sm\:bg-red-100 {
    --bg-opacity: 1;
    background-color: rgba(252, 218, 218, var(--bg-opacity));
  }

  .sm\:bg-green-600 {
    --bg-opacity: 1;
    background-color: rgba(14, 162, 113, var(--bg-opacity));
  }

  .sm\:bg-green-700 {
    --bg-opacity: 1;
    background-color: rgba(12, 138, 96, var(--bg-opacity));
  }

  .sm\:bg-green-800 {
    --bg-opacity: 1;
    background-color: rgba(10, 115, 80, var(--bg-opacity));
  }

  .sm\:bg-green-900 {
    --bg-opacity: 1;
    background-color: rgba(8, 91, 64, var(--bg-opacity));
  }

  .sm\:bg-green-500 {
    --bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--bg-opacity));
  }

  .sm\:bg-green-400 {
    --bg-opacity: 1;
    background-color: rgba(19, 223, 155, var(--bg-opacity));
  }

  .sm\:bg-green-300 {
    --bg-opacity: 1;
    background-color: rgba(46, 237, 174, var(--bg-opacity));
  }

  .sm\:bg-green-200 {
    --bg-opacity: 1;
    background-color: rgba(83, 240, 188, var(--bg-opacity));
  }

  .sm\:bg-green-100 {
    --bg-opacity: 1;
    background-color: rgba(121, 243, 203, var(--bg-opacity));
  }

  .sm\:bg-blue-600 {
    --bg-opacity: 1;
    background-color: rgba(35, 114, 245, var(--bg-opacity));
  }

  .sm\:bg-blue-700 {
    --bg-opacity: 1;
    background-color: rgba(11, 99, 243, var(--bg-opacity));
  }

  .sm\:bg-blue-800 {
    --bg-opacity: 1;
    background-color: rgba(10, 89, 218, var(--bg-opacity));
  }

  .sm\:bg-blue-900 {
    --bg-opacity: 1;
    background-color: rgba(9, 79, 194, var(--bg-opacity));
  }

  .sm\:bg-blue-500 {
    --bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--bg-opacity));
  }

  .sm\:bg-blue-400 {
    --bg-opacity: 1;
    background-color: rgba(98, 155, 248, var(--bg-opacity));
  }

  .sm\:bg-blue-300 {
    --bg-opacity: 1;
    background-color: rgba(137, 180, 250, var(--bg-opacity));
  }

  .sm\:bg-blue-200 {
    --bg-opacity: 1;
    background-color: rgba(176, 205, 251, var(--bg-opacity));
  }

  .sm\:bg-blue-100 {
    --bg-opacity: 1;
    background-color: rgba(215, 230, 253, var(--bg-opacity));
  }

  .sm\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: rgba(251, 184, 11, var(--bg-opacity));
  }

  .sm\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: rgba(232, 168, 4, var(--bg-opacity));
  }

  .sm\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: rgba(207, 150, 4, var(--bg-opacity));
  }

  .sm\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: rgba(182, 132, 3, var(--bg-opacity));
  }

  .sm\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--bg-opacity));
  }

  .sm\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: rgba(252, 203, 76, var(--bg-opacity));
  }

  .sm\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: rgba(252, 214, 116, var(--bg-opacity));
  }

  .sm\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: rgba(253, 226, 156, var(--bg-opacity));
  }

  .sm\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: rgba(254, 238, 196, var(--bg-opacity));
  }

  .sm\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: rgba(234, 49, 140, var(--bg-opacity));
  }

  .sm\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: rgba(231, 26, 127, var(--bg-opacity));
  }

  .sm\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: rgba(210, 22, 115, var(--bg-opacity));
  }

  .sm\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: rgba(187, 19, 102, var(--bg-opacity));
  }

  .sm\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--bg-opacity));
  }

  .sm\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: rgba(240, 109, 174, var(--bg-opacity));
  }

  .sm\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: rgba(244, 146, 194, var(--bg-opacity));
  }

  .sm\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: rgba(248, 183, 215, var(--bg-opacity));
  }

  .sm\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: rgba(251, 220, 235, var(--bg-opacity));
  }

  .sm\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: rgba(122, 68, 245, var(--bg-opacity));
  }

  .sm\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: rgba(105, 44, 243, var(--bg-opacity));
  }

  .sm\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: rgba(87, 20, 242, var(--bg-opacity));
  }

  .sm\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: rgba(77, 12, 224, var(--bg-opacity));
  }

  .sm\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--bg-opacity));
  }

  .sm\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: rgba(167, 131, 248, var(--bg-opacity));
  }

  .sm\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: rgba(194, 169, 250, var(--bg-opacity));
  }

  .sm\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: rgba(222, 208, 252, var(--bg-opacity));
  }

  .sm\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: rgba(249, 247, 255, var(--bg-opacity));
  }

  .sm\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: rgba(95, 102, 114, var(--bg-opacity));
  }

  .sm\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: rgba(84, 89, 100, var(--bg-opacity));
  }

  .sm\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: rgba(72, 77, 86, var(--bg-opacity));
  }

  .sm\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: rgba(61, 65, 72, var(--bg-opacity));
  }

  .sm\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--bg-opacity));
  }

  .sm\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: rgba(127, 134, 148, var(--bg-opacity));
  }

  .sm\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: rgba(150, 155, 167, var(--bg-opacity));
  }

  .sm\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: rgba(172, 176, 186, var(--bg-opacity));
  }

  .sm\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: rgba(194, 197, 204, var(--bg-opacity));
  }

  .sm\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .sm\:bg-opacity-5 {
    --bg-opacity: 0.05;
  }

  .sm\:bg-opacity-10 {
    --bg-opacity: 0.1;
  }

  .sm\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .sm\:bg-opacity-20 {
    --bg-opacity: 0.2;
  }

  .sm\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .sm\:bg-opacity-30 {
    --bg-opacity: 0.3;
  }

  .sm\:bg-opacity-35 {
    --bg-opacity: 0.35;
  }

  .sm\:bg-opacity-40 {
    --bg-opacity: 0.4;
  }

  .sm\:bg-opacity-45 {
    --bg-opacity: 0.45;
  }

  .sm\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .sm\:bg-opacity-55 {
    --bg-opacity: 0.55;
  }

  .sm\:bg-opacity-60 {
    --bg-opacity: 0.6;
  }

  .sm\:bg-opacity-65 {
    --bg-opacity: 0.65;
  }

  .sm\:bg-opacity-70 {
    --bg-opacity: 0.7;
  }

  .sm\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .sm\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .sm\:bg-opacity-85 {
    --bg-opacity: 0.85;
  }

  .sm\:bg-opacity-90 {
    --bg-opacity: 0.9;
  }

  .sm\:bg-opacity-95 {
    --bg-opacity: 0.95;
  }

  .sm\:bg-opacity-100 {
    --bg-opacity: 100;
  }

  .sm\:background-image-none {
    background-image: "none !important";
  }

  .sm\:start-red-600 {
    --start-opacity: 1;
    --gradient-start: rgba(237, 45, 45, var(--start-opacity));
  }

  .sm\:start-red-700 {
    --start-opacity: 1;
    --gradient-start: rgba(235, 21, 21, var(--start-opacity));
  }

  .sm\:start-red-800 {
    --start-opacity: 1;
    --gradient-start: rgba(212, 18, 18, var(--start-opacity));
  }

  .sm\:start-red-900 {
    --start-opacity: 1;
    --gradient-start: rgba(189, 16, 16, var(--start-opacity));
  }

  .sm\:start-red-500 {
    --start-opacity: 1;
    --gradient-start: rgba(239, 68, 68, var(--start-opacity));
  }

  .sm\:start-red-400 {
    --start-opacity: 1;
    --gradient-start: rgba(242, 106, 106, var(--start-opacity));
  }

  .sm\:start-red-300 {
    --start-opacity: 1;
    --gradient-start: rgba(245, 143, 143, var(--start-opacity));
  }

  .sm\:start-red-200 {
    --start-opacity: 1;
    --gradient-start: rgba(249, 181, 181, var(--start-opacity));
  }

  .sm\:start-red-100 {
    --start-opacity: 1;
    --gradient-start: rgba(252, 218, 218, var(--start-opacity));
  }

  .sm\:start-green-600 {
    --start-opacity: 1;
    --gradient-start: rgba(14, 162, 113, var(--start-opacity));
  }

  .sm\:start-green-700 {
    --start-opacity: 1;
    --gradient-start: rgba(12, 138, 96, var(--start-opacity));
  }

  .sm\:start-green-800 {
    --start-opacity: 1;
    --gradient-start: rgba(10, 115, 80, var(--start-opacity));
  }

  .sm\:start-green-900 {
    --start-opacity: 1;
    --gradient-start: rgba(8, 91, 64, var(--start-opacity));
  }

  .sm\:start-green-500 {
    --start-opacity: 1;
    --gradient-start: rgba(16, 185, 129, var(--start-opacity));
  }

  .sm\:start-green-400 {
    --start-opacity: 1;
    --gradient-start: rgba(19, 223, 155, var(--start-opacity));
  }

  .sm\:start-green-300 {
    --start-opacity: 1;
    --gradient-start: rgba(46, 237, 174, var(--start-opacity));
  }

  .sm\:start-green-200 {
    --start-opacity: 1;
    --gradient-start: rgba(83, 240, 188, var(--start-opacity));
  }

  .sm\:start-green-100 {
    --start-opacity: 1;
    --gradient-start: rgba(121, 243, 203, var(--start-opacity));
  }

  .sm\:start-blue-600 {
    --start-opacity: 1;
    --gradient-start: rgba(35, 114, 245, var(--start-opacity));
  }

  .sm\:start-blue-700 {
    --start-opacity: 1;
    --gradient-start: rgba(11, 99, 243, var(--start-opacity));
  }

  .sm\:start-blue-800 {
    --start-opacity: 1;
    --gradient-start: rgba(10, 89, 218, var(--start-opacity));
  }

  .sm\:start-blue-900 {
    --start-opacity: 1;
    --gradient-start: rgba(9, 79, 194, var(--start-opacity));
  }

  .sm\:start-blue-500 {
    --start-opacity: 1;
    --gradient-start: rgba(59, 130, 246, var(--start-opacity));
  }

  .sm\:start-blue-400 {
    --start-opacity: 1;
    --gradient-start: rgba(98, 155, 248, var(--start-opacity));
  }

  .sm\:start-blue-300 {
    --start-opacity: 1;
    --gradient-start: rgba(137, 180, 250, var(--start-opacity));
  }

  .sm\:start-blue-200 {
    --start-opacity: 1;
    --gradient-start: rgba(176, 205, 251, var(--start-opacity));
  }

  .sm\:start-blue-100 {
    --start-opacity: 1;
    --gradient-start: rgba(215, 230, 253, var(--start-opacity));
  }

  .sm\:start-yellow-600 {
    --start-opacity: 1;
    --gradient-start: rgba(251, 184, 11, var(--start-opacity));
  }

  .sm\:start-yellow-700 {
    --start-opacity: 1;
    --gradient-start: rgba(232, 168, 4, var(--start-opacity));
  }

  .sm\:start-yellow-800 {
    --start-opacity: 1;
    --gradient-start: rgba(207, 150, 4, var(--start-opacity));
  }

  .sm\:start-yellow-900 {
    --start-opacity: 1;
    --gradient-start: rgba(182, 132, 3, var(--start-opacity));
  }

  .sm\:start-yellow-500 {
    --start-opacity: 1;
    --gradient-start: rgba(251, 191, 36, var(--start-opacity));
  }

  .sm\:start-yellow-400 {
    --start-opacity: 1;
    --gradient-start: rgba(252, 203, 76, var(--start-opacity));
  }

  .sm\:start-yellow-300 {
    --start-opacity: 1;
    --gradient-start: rgba(252, 214, 116, var(--start-opacity));
  }

  .sm\:start-yellow-200 {
    --start-opacity: 1;
    --gradient-start: rgba(253, 226, 156, var(--start-opacity));
  }

  .sm\:start-yellow-100 {
    --start-opacity: 1;
    --gradient-start: rgba(254, 238, 196, var(--start-opacity));
  }

  .sm\:start-pink-600 {
    --start-opacity: 1;
    --gradient-start: rgba(234, 49, 140, var(--start-opacity));
  }

  .sm\:start-pink-700 {
    --start-opacity: 1;
    --gradient-start: rgba(231, 26, 127, var(--start-opacity));
  }

  .sm\:start-pink-800 {
    --start-opacity: 1;
    --gradient-start: rgba(210, 22, 115, var(--start-opacity));
  }

  .sm\:start-pink-900 {
    --start-opacity: 1;
    --gradient-start: rgba(187, 19, 102, var(--start-opacity));
  }

  .sm\:start-pink-500 {
    --start-opacity: 1;
    --gradient-start: rgba(236, 72, 153, var(--start-opacity));
  }

  .sm\:start-pink-400 {
    --start-opacity: 1;
    --gradient-start: rgba(240, 109, 174, var(--start-opacity));
  }

  .sm\:start-pink-300 {
    --start-opacity: 1;
    --gradient-start: rgba(244, 146, 194, var(--start-opacity));
  }

  .sm\:start-pink-200 {
    --start-opacity: 1;
    --gradient-start: rgba(248, 183, 215, var(--start-opacity));
  }

  .sm\:start-pink-100 {
    --start-opacity: 1;
    --gradient-start: rgba(251, 220, 235, var(--start-opacity));
  }

  .sm\:start-purple-600 {
    --start-opacity: 1;
    --gradient-start: rgba(122, 68, 245, var(--start-opacity));
  }

  .sm\:start-purple-700 {
    --start-opacity: 1;
    --gradient-start: rgba(105, 44, 243, var(--start-opacity));
  }

  .sm\:start-purple-800 {
    --start-opacity: 1;
    --gradient-start: rgba(87, 20, 242, var(--start-opacity));
  }

  .sm\:start-purple-900 {
    --start-opacity: 1;
    --gradient-start: rgba(77, 12, 224, var(--start-opacity));
  }

  .sm\:start-purple-500 {
    --start-opacity: 1;
    --gradient-start: rgba(139, 92, 246, var(--start-opacity));
  }

  .sm\:start-purple-400 {
    --start-opacity: 1;
    --gradient-start: rgba(167, 131, 248, var(--start-opacity));
  }

  .sm\:start-purple-300 {
    --start-opacity: 1;
    --gradient-start: rgba(194, 169, 250, var(--start-opacity));
  }

  .sm\:start-purple-200 {
    --start-opacity: 1;
    --gradient-start: rgba(222, 208, 252, var(--start-opacity));
  }

  .sm\:start-purple-100 {
    --start-opacity: 1;
    --gradient-start: rgba(249, 247, 255, var(--start-opacity));
  }

  .sm\:start-gray-600 {
    --start-opacity: 1;
    --gradient-start: rgba(95, 102, 114, var(--start-opacity));
  }

  .sm\:start-gray-700 {
    --start-opacity: 1;
    --gradient-start: rgba(84, 89, 100, var(--start-opacity));
  }

  .sm\:start-gray-800 {
    --start-opacity: 1;
    --gradient-start: rgba(72, 77, 86, var(--start-opacity));
  }

  .sm\:start-gray-900 {
    --start-opacity: 1;
    --gradient-start: rgba(61, 65, 72, var(--start-opacity));
  }

  .sm\:start-gray-500 {
    --start-opacity: 1;
    --gradient-start: rgba(107, 114, 128, var(--start-opacity));
  }

  .sm\:start-gray-400 {
    --start-opacity: 1;
    --gradient-start: rgba(127, 134, 148, var(--start-opacity));
  }

  .sm\:start-gray-300 {
    --start-opacity: 1;
    --gradient-start: rgba(150, 155, 167, var(--start-opacity));
  }

  .sm\:start-gray-200 {
    --start-opacity: 1;
    --gradient-start: rgba(172, 176, 186, var(--start-opacity));
  }

  .sm\:start-gray-100 {
    --start-opacity: 1;
    --gradient-start: rgba(194, 197, 204, var(--start-opacity));
  }

  .sm\:end-red-600 {
    --end-opacity: 1;
    --gradient-end: rgba(237, 45, 45, var(--end-opacity));
  }

  .sm\:end-red-700 {
    --end-opacity: 1;
    --gradient-end: rgba(235, 21, 21, var(--end-opacity));
  }

  .sm\:end-red-800 {
    --end-opacity: 1;
    --gradient-end: rgba(212, 18, 18, var(--end-opacity));
  }

  .sm\:end-red-900 {
    --end-opacity: 1;
    --gradient-end: rgba(189, 16, 16, var(--end-opacity));
  }

  .sm\:end-red-500 {
    --end-opacity: 1;
    --gradient-end: rgba(239, 68, 68, var(--end-opacity));
  }

  .sm\:end-red-400 {
    --end-opacity: 1;
    --gradient-end: rgba(242, 106, 106, var(--end-opacity));
  }

  .sm\:end-red-300 {
    --end-opacity: 1;
    --gradient-end: rgba(245, 143, 143, var(--end-opacity));
  }

  .sm\:end-red-200 {
    --end-opacity: 1;
    --gradient-end: rgba(249, 181, 181, var(--end-opacity));
  }

  .sm\:end-red-100 {
    --end-opacity: 1;
    --gradient-end: rgba(252, 218, 218, var(--end-opacity));
  }

  .sm\:end-green-600 {
    --end-opacity: 1;
    --gradient-end: rgba(14, 162, 113, var(--end-opacity));
  }

  .sm\:end-green-700 {
    --end-opacity: 1;
    --gradient-end: rgba(12, 138, 96, var(--end-opacity));
  }

  .sm\:end-green-800 {
    --end-opacity: 1;
    --gradient-end: rgba(10, 115, 80, var(--end-opacity));
  }

  .sm\:end-green-900 {
    --end-opacity: 1;
    --gradient-end: rgba(8, 91, 64, var(--end-opacity));
  }

  .sm\:end-green-500 {
    --end-opacity: 1;
    --gradient-end: rgba(16, 185, 129, var(--end-opacity));
  }

  .sm\:end-green-400 {
    --end-opacity: 1;
    --gradient-end: rgba(19, 223, 155, var(--end-opacity));
  }

  .sm\:end-green-300 {
    --end-opacity: 1;
    --gradient-end: rgba(46, 237, 174, var(--end-opacity));
  }

  .sm\:end-green-200 {
    --end-opacity: 1;
    --gradient-end: rgba(83, 240, 188, var(--end-opacity));
  }

  .sm\:end-green-100 {
    --end-opacity: 1;
    --gradient-end: rgba(121, 243, 203, var(--end-opacity));
  }

  .sm\:end-blue-600 {
    --end-opacity: 1;
    --gradient-end: rgba(35, 114, 245, var(--end-opacity));
  }

  .sm\:end-blue-700 {
    --end-opacity: 1;
    --gradient-end: rgba(11, 99, 243, var(--end-opacity));
  }

  .sm\:end-blue-800 {
    --end-opacity: 1;
    --gradient-end: rgba(10, 89, 218, var(--end-opacity));
  }

  .sm\:end-blue-900 {
    --end-opacity: 1;
    --gradient-end: rgba(9, 79, 194, var(--end-opacity));
  }

  .sm\:end-blue-500 {
    --end-opacity: 1;
    --gradient-end: rgba(59, 130, 246, var(--end-opacity));
  }

  .sm\:end-blue-400 {
    --end-opacity: 1;
    --gradient-end: rgba(98, 155, 248, var(--end-opacity));
  }

  .sm\:end-blue-300 {
    --end-opacity: 1;
    --gradient-end: rgba(137, 180, 250, var(--end-opacity));
  }

  .sm\:end-blue-200 {
    --end-opacity: 1;
    --gradient-end: rgba(176, 205, 251, var(--end-opacity));
  }

  .sm\:end-blue-100 {
    --end-opacity: 1;
    --gradient-end: rgba(215, 230, 253, var(--end-opacity));
  }

  .sm\:end-yellow-600 {
    --end-opacity: 1;
    --gradient-end: rgba(251, 184, 11, var(--end-opacity));
  }

  .sm\:end-yellow-700 {
    --end-opacity: 1;
    --gradient-end: rgba(232, 168, 4, var(--end-opacity));
  }

  .sm\:end-yellow-800 {
    --end-opacity: 1;
    --gradient-end: rgba(207, 150, 4, var(--end-opacity));
  }

  .sm\:end-yellow-900 {
    --end-opacity: 1;
    --gradient-end: rgba(182, 132, 3, var(--end-opacity));
  }

  .sm\:end-yellow-500 {
    --end-opacity: 1;
    --gradient-end: rgba(251, 191, 36, var(--end-opacity));
  }

  .sm\:end-yellow-400 {
    --end-opacity: 1;
    --gradient-end: rgba(252, 203, 76, var(--end-opacity));
  }

  .sm\:end-yellow-300 {
    --end-opacity: 1;
    --gradient-end: rgba(252, 214, 116, var(--end-opacity));
  }

  .sm\:end-yellow-200 {
    --end-opacity: 1;
    --gradient-end: rgba(253, 226, 156, var(--end-opacity));
  }

  .sm\:end-yellow-100 {
    --end-opacity: 1;
    --gradient-end: rgba(254, 238, 196, var(--end-opacity));
  }

  .sm\:end-pink-600 {
    --end-opacity: 1;
    --gradient-end: rgba(234, 49, 140, var(--end-opacity));
  }

  .sm\:end-pink-700 {
    --end-opacity: 1;
    --gradient-end: rgba(231, 26, 127, var(--end-opacity));
  }

  .sm\:end-pink-800 {
    --end-opacity: 1;
    --gradient-end: rgba(210, 22, 115, var(--end-opacity));
  }

  .sm\:end-pink-900 {
    --end-opacity: 1;
    --gradient-end: rgba(187, 19, 102, var(--end-opacity));
  }

  .sm\:end-pink-500 {
    --end-opacity: 1;
    --gradient-end: rgba(236, 72, 153, var(--end-opacity));
  }

  .sm\:end-pink-400 {
    --end-opacity: 1;
    --gradient-end: rgba(240, 109, 174, var(--end-opacity));
  }

  .sm\:end-pink-300 {
    --end-opacity: 1;
    --gradient-end: rgba(244, 146, 194, var(--end-opacity));
  }

  .sm\:end-pink-200 {
    --end-opacity: 1;
    --gradient-end: rgba(248, 183, 215, var(--end-opacity));
  }

  .sm\:end-pink-100 {
    --end-opacity: 1;
    --gradient-end: rgba(251, 220, 235, var(--end-opacity));
  }

  .sm\:end-purple-600 {
    --end-opacity: 1;
    --gradient-end: rgba(122, 68, 245, var(--end-opacity));
  }

  .sm\:end-purple-700 {
    --end-opacity: 1;
    --gradient-end: rgba(105, 44, 243, var(--end-opacity));
  }

  .sm\:end-purple-800 {
    --end-opacity: 1;
    --gradient-end: rgba(87, 20, 242, var(--end-opacity));
  }

  .sm\:end-purple-900 {
    --end-opacity: 1;
    --gradient-end: rgba(77, 12, 224, var(--end-opacity));
  }

  .sm\:end-purple-500 {
    --end-opacity: 1;
    --gradient-end: rgba(139, 92, 246, var(--end-opacity));
  }

  .sm\:end-purple-400 {
    --end-opacity: 1;
    --gradient-end: rgba(167, 131, 248, var(--end-opacity));
  }

  .sm\:end-purple-300 {
    --end-opacity: 1;
    --gradient-end: rgba(194, 169, 250, var(--end-opacity));
  }

  .sm\:end-purple-200 {
    --end-opacity: 1;
    --gradient-end: rgba(222, 208, 252, var(--end-opacity));
  }

  .sm\:end-purple-100 {
    --end-opacity: 1;
    --gradient-end: rgba(249, 247, 255, var(--end-opacity));
  }

  .sm\:end-gray-600 {
    --end-opacity: 1;
    --gradient-end: rgba(95, 102, 114, var(--end-opacity));
  }

  .sm\:end-gray-700 {
    --end-opacity: 1;
    --gradient-end: rgba(84, 89, 100, var(--end-opacity));
  }

  .sm\:end-gray-800 {
    --end-opacity: 1;
    --gradient-end: rgba(72, 77, 86, var(--end-opacity));
  }

  .sm\:end-gray-900 {
    --end-opacity: 1;
    --gradient-end: rgba(61, 65, 72, var(--end-opacity));
  }

  .sm\:end-gray-500 {
    --end-opacity: 1;
    --gradient-end: rgba(107, 114, 128, var(--end-opacity));
  }

  .sm\:end-gray-400 {
    --end-opacity: 1;
    --gradient-end: rgba(127, 134, 148, var(--end-opacity));
  }

  .sm\:end-gray-300 {
    --end-opacity: 1;
    --gradient-end: rgba(150, 155, 167, var(--end-opacity));
  }

  .sm\:end-gray-200 {
    --end-opacity: 1;
    --gradient-end: rgba(172, 176, 186, var(--end-opacity));
  }

  .sm\:end-gray-100 {
    --end-opacity: 1;
    --gradient-end: rgba(194, 197, 204, var(--end-opacity));
  }

  .sm\:start-opacity-0 {
    --start-opacity: 0;
  }

  .sm\:start-opacity-5 {
    --start-opacity: 0.05;
  }

  .sm\:start-opacity-10 {
    --start-opacity: 0.1;
  }

  .sm\:start-opacity-15 {
    --start-opacity: 0.15;
  }

  .sm\:start-opacity-20 {
    --start-opacity: 0.2;
  }

  .sm\:start-opacity-25 {
    --start-opacity: 0.25;
  }

  .sm\:start-opacity-30 {
    --start-opacity: 0.3;
  }

  .sm\:start-opacity-35 {
    --start-opacity: 0.35;
  }

  .sm\:start-opacity-40 {
    --start-opacity: 0.4;
  }

  .sm\:start-opacity-45 {
    --start-opacity: 0.45;
  }

  .sm\:start-opacity-50 {
    --start-opacity: 0.5;
  }

  .sm\:start-opacity-55 {
    --start-opacity: 0.55;
  }

  .sm\:start-opacity-60 {
    --start-opacity: 0.6;
  }

  .sm\:start-opacity-65 {
    --start-opacity: 0.65;
  }

  .sm\:start-opacity-70 {
    --start-opacity: 0.7;
  }

  .sm\:start-opacity-75 {
    --start-opacity: 0.75;
  }

  .sm\:start-opacity-80 {
    --start-opacity: 0.8;
  }

  .sm\:start-opacity-85 {
    --start-opacity: 0.85;
  }

  .sm\:start-opacity-90 {
    --start-opacity: 0.9;
  }

  .sm\:start-opacity-95 {
    --start-opacity: 0.95;
  }

  .sm\:start-opacity-100 {
    --start-opacity: 100;
  }

  .sm\:end-opacity-0 {
    --end-opacity: 0;
  }

  .sm\:end-opacity-5 {
    --end-opacity: 0.05;
  }

  .sm\:end-opacity-10 {
    --end-opacity: 0.1;
  }

  .sm\:end-opacity-15 {
    --end-opacity: 0.15;
  }

  .sm\:end-opacity-20 {
    --end-opacity: 0.2;
  }

  .sm\:end-opacity-25 {
    --end-opacity: 0.25;
  }

  .sm\:end-opacity-30 {
    --end-opacity: 0.3;
  }

  .sm\:end-opacity-35 {
    --end-opacity: 0.35;
  }

  .sm\:end-opacity-40 {
    --end-opacity: 0.4;
  }

  .sm\:end-opacity-45 {
    --end-opacity: 0.45;
  }

  .sm\:end-opacity-50 {
    --end-opacity: 0.5;
  }

  .sm\:end-opacity-55 {
    --end-opacity: 0.55;
  }

  .sm\:end-opacity-60 {
    --end-opacity: 0.6;
  }

  .sm\:end-opacity-65 {
    --end-opacity: 0.65;
  }

  .sm\:end-opacity-70 {
    --end-opacity: 0.7;
  }

  .sm\:end-opacity-75 {
    --end-opacity: 0.75;
  }

  .sm\:end-opacity-80 {
    --end-opacity: 0.8;
  }

  .sm\:end-opacity-85 {
    --end-opacity: 0.85;
  }

  .sm\:end-opacity-90 {
    --end-opacity: 0.9;
  }

  .sm\:end-opacity-95 {
    --end-opacity: 0.95;
  }

  .sm\:end-opacity-100 {
    --end-opacity: 100;
  }

  .sm\:background-position-top {
    background-position: top;
  }

  .sm\:background-position-right {
    background-position: right;
  }

  .sm\:background-position-bottom {
    background-position: bottom;
  }

  .sm\:background-position-left {
    background-position: left;
  }

  .sm\:background-position-center {
    background-position: center;
  }

  .sm\:background-position-left-top {
    background-position: left top;
  }

  .sm\:background-position-left-bottom {
    background-position: left bottom;
  }

  .sm\:background-position-right-top {
    background-position: right top;
  }

  .sm\:background-position-right-bottom {
    background-position: right bottom;
  }

  .sm\:background-repeat-repeat {
    background-repeat: repeat;
  }

  .sm\:background-repeat-no-repeat {
    background-repeat: no-repeat;
  }

  .sm\:background-repeat-repeat-x {
    background-repeat: repeat-x;
  }

  .sm\:background-repeat-repeat-y {
    background-repeat: repeat-y;
  }

  .sm\:background-repeat-round {
    background-repeat: round;
  }

  .sm\:background-repeat-space {
    background-repeat: space;
  }

  .sm\:background-size-auto {
    background-size: auto;
  }

  .sm\:background-size-cover {
    background-size: cover;
  }

  .sm\:background-size-contain {
    background-size: contain;
  }

  .sm\:color-transparent {
    color: transparent;
  }

  .sm\:color-primary {
    color: #FAE898;
  }

  .sm\:color-secondary {
    color: #999999;
  }

  .sm\:color-success {
    color: #198754;
  }

  .sm\:color-info {
    color: #0dcaf0;
  }

  .sm\:color-warning {
    color: #ffc107;
  }

  .sm\:color-danger {
    color: #dc3545;
  }

  .sm\:color-dark {
    color: #333333;
  }

  .sm\:color-light {
    color: #f1f1f1;
  }

  .sm\:color-black {
    color: #000000;
  }

  .sm\:color-white {
    color: #ffffff;
  }

  .sm\:bg-color-transparent {
    background-color: transparent;
  }

  .sm\:bg-color-primary {
    background-color: #FAE898;
  }

  .sm\:bg-color-secondary {
    background-color: #999999;
  }

  .sm\:bg-color-success {
    background-color: #198754;
  }

  .sm\:bg-color-info {
    background-color: #0dcaf0;
  }

  .sm\:bg-color-warning {
    background-color: #ffc107;
  }

  .sm\:bg-color-danger {
    background-color: #dc3545;
  }

  .sm\:bg-color-dark {
    background-color: #333333;
  }

  .sm\:bg-color-light {
    background-color: #f1f1f1;
  }

  .sm\:bg-color-black {
    background-color: #000000;
  }

  .sm\:bg-color-white {
    background-color: #ffffff;
  }

  .sm\:border-color-transparent {
    border-color: transparent;
  }

  .sm\:border-color-primary {
    border-color: #FAE898;
  }

  .sm\:border-color-secondary {
    border-color: #999999;
  }

  .sm\:border-color-success {
    border-color: #198754;
  }

  .sm\:border-color-info {
    border-color: #0dcaf0;
  }

  .sm\:border-color-warning {
    border-color: #ffc107;
  }

  .sm\:border-color-danger {
    border-color: #dc3545;
  }

  .sm\:border-color-dark {
    border-color: #333333;
  }

  .sm\:border-color-light {
    border-color: #f1f1f1;
  }

  .sm\:border-color-black {
    border-color: #000000;
  }

  .sm\:border-color-white {
    border-color: #ffffff;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .sm\:placeholder-primary::placeholder {
    color: #FAE898;
  }

  .sm\:placeholder-secondary::placeholder {
    color: #999999;
  }

  .sm\:placeholder-success::placeholder {
    color: #198754;
  }

  .sm\:placeholder-info::placeholder {
    color: #0dcaf0;
  }

  .sm\:placeholder-warning::placeholder {
    color: #ffc107;
  }

  .sm\:placeholder-danger::placeholder {
    color: #dc3545;
  }

  .sm\:placeholder-dark::placeholder {
    color: #333333;
  }

  .sm\:placeholder-light::placeholder {
    color: #f1f1f1;
  }

  .sm\:placeholder-black::placeholder {
    color: #000000;
  }

  .sm\:placeholder-white::placeholder {
    color: #ffffff;
  }

  .sm\:placeholder-transparent {
    color: transparent;
  }

  .sm\:placeholder-primary {
    color: #FAE898;
  }

  .sm\:placeholder-secondary {
    color: #999999;
  }

  .sm\:placeholder-success {
    color: #198754;
  }

  .sm\:placeholder-info {
    color: #0dcaf0;
  }

  .sm\:placeholder-warning {
    color: #ffc107;
  }

  .sm\:placeholder-danger {
    color: #dc3545;
  }

  .sm\:placeholder-dark {
    color: #333333;
  }

  .sm\:placeholder-light {
    color: #f1f1f1;
  }

  .sm\:placeholder-black {
    color: #000000;
  }

  .sm\:placeholder-white {
    color: #ffffff;
  }

  .sm\:border-collapse-collapse {
    border-collapse: collapse;
  }

  .sm\:border-collapse-separate {
    border-collapse: separate;
  }

  .sm\:border-red-600 {
    --border-opacity: 1;
    border-color: rgba(237, 45, 45, var(--border-opacity));
  }

  .sm\:border-red-700 {
    --border-opacity: 1;
    border-color: rgba(235, 21, 21, var(--border-opacity));
  }

  .sm\:border-red-800 {
    --border-opacity: 1;
    border-color: rgba(212, 18, 18, var(--border-opacity));
  }

  .sm\:border-red-900 {
    --border-opacity: 1;
    border-color: rgba(189, 16, 16, var(--border-opacity));
  }

  .sm\:border-red-500 {
    --border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--border-opacity));
  }

  .sm\:border-red-400 {
    --border-opacity: 1;
    border-color: rgba(242, 106, 106, var(--border-opacity));
  }

  .sm\:border-red-300 {
    --border-opacity: 1;
    border-color: rgba(245, 143, 143, var(--border-opacity));
  }

  .sm\:border-red-200 {
    --border-opacity: 1;
    border-color: rgba(249, 181, 181, var(--border-opacity));
  }

  .sm\:border-red-100 {
    --border-opacity: 1;
    border-color: rgba(252, 218, 218, var(--border-opacity));
  }

  .sm\:border-green-600 {
    --border-opacity: 1;
    border-color: rgba(14, 162, 113, var(--border-opacity));
  }

  .sm\:border-green-700 {
    --border-opacity: 1;
    border-color: rgba(12, 138, 96, var(--border-opacity));
  }

  .sm\:border-green-800 {
    --border-opacity: 1;
    border-color: rgba(10, 115, 80, var(--border-opacity));
  }

  .sm\:border-green-900 {
    --border-opacity: 1;
    border-color: rgba(8, 91, 64, var(--border-opacity));
  }

  .sm\:border-green-500 {
    --border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--border-opacity));
  }

  .sm\:border-green-400 {
    --border-opacity: 1;
    border-color: rgba(19, 223, 155, var(--border-opacity));
  }

  .sm\:border-green-300 {
    --border-opacity: 1;
    border-color: rgba(46, 237, 174, var(--border-opacity));
  }

  .sm\:border-green-200 {
    --border-opacity: 1;
    border-color: rgba(83, 240, 188, var(--border-opacity));
  }

  .sm\:border-green-100 {
    --border-opacity: 1;
    border-color: rgba(121, 243, 203, var(--border-opacity));
  }

  .sm\:border-blue-600 {
    --border-opacity: 1;
    border-color: rgba(35, 114, 245, var(--border-opacity));
  }

  .sm\:border-blue-700 {
    --border-opacity: 1;
    border-color: rgba(11, 99, 243, var(--border-opacity));
  }

  .sm\:border-blue-800 {
    --border-opacity: 1;
    border-color: rgba(10, 89, 218, var(--border-opacity));
  }

  .sm\:border-blue-900 {
    --border-opacity: 1;
    border-color: rgba(9, 79, 194, var(--border-opacity));
  }

  .sm\:border-blue-500 {
    --border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--border-opacity));
  }

  .sm\:border-blue-400 {
    --border-opacity: 1;
    border-color: rgba(98, 155, 248, var(--border-opacity));
  }

  .sm\:border-blue-300 {
    --border-opacity: 1;
    border-color: rgba(137, 180, 250, var(--border-opacity));
  }

  .sm\:border-blue-200 {
    --border-opacity: 1;
    border-color: rgba(176, 205, 251, var(--border-opacity));
  }

  .sm\:border-blue-100 {
    --border-opacity: 1;
    border-color: rgba(215, 230, 253, var(--border-opacity));
  }

  .sm\:border-yellow-600 {
    --border-opacity: 1;
    border-color: rgba(251, 184, 11, var(--border-opacity));
  }

  .sm\:border-yellow-700 {
    --border-opacity: 1;
    border-color: rgba(232, 168, 4, var(--border-opacity));
  }

  .sm\:border-yellow-800 {
    --border-opacity: 1;
    border-color: rgba(207, 150, 4, var(--border-opacity));
  }

  .sm\:border-yellow-900 {
    --border-opacity: 1;
    border-color: rgba(182, 132, 3, var(--border-opacity));
  }

  .sm\:border-yellow-500 {
    --border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--border-opacity));
  }

  .sm\:border-yellow-400 {
    --border-opacity: 1;
    border-color: rgba(252, 203, 76, var(--border-opacity));
  }

  .sm\:border-yellow-300 {
    --border-opacity: 1;
    border-color: rgba(252, 214, 116, var(--border-opacity));
  }

  .sm\:border-yellow-200 {
    --border-opacity: 1;
    border-color: rgba(253, 226, 156, var(--border-opacity));
  }

  .sm\:border-yellow-100 {
    --border-opacity: 1;
    border-color: rgba(254, 238, 196, var(--border-opacity));
  }

  .sm\:border-pink-600 {
    --border-opacity: 1;
    border-color: rgba(234, 49, 140, var(--border-opacity));
  }

  .sm\:border-pink-700 {
    --border-opacity: 1;
    border-color: rgba(231, 26, 127, var(--border-opacity));
  }

  .sm\:border-pink-800 {
    --border-opacity: 1;
    border-color: rgba(210, 22, 115, var(--border-opacity));
  }

  .sm\:border-pink-900 {
    --border-opacity: 1;
    border-color: rgba(187, 19, 102, var(--border-opacity));
  }

  .sm\:border-pink-500 {
    --border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--border-opacity));
  }

  .sm\:border-pink-400 {
    --border-opacity: 1;
    border-color: rgba(240, 109, 174, var(--border-opacity));
  }

  .sm\:border-pink-300 {
    --border-opacity: 1;
    border-color: rgba(244, 146, 194, var(--border-opacity));
  }

  .sm\:border-pink-200 {
    --border-opacity: 1;
    border-color: rgba(248, 183, 215, var(--border-opacity));
  }

  .sm\:border-pink-100 {
    --border-opacity: 1;
    border-color: rgba(251, 220, 235, var(--border-opacity));
  }

  .sm\:border-purple-600 {
    --border-opacity: 1;
    border-color: rgba(122, 68, 245, var(--border-opacity));
  }

  .sm\:border-purple-700 {
    --border-opacity: 1;
    border-color: rgba(105, 44, 243, var(--border-opacity));
  }

  .sm\:border-purple-800 {
    --border-opacity: 1;
    border-color: rgba(87, 20, 242, var(--border-opacity));
  }

  .sm\:border-purple-900 {
    --border-opacity: 1;
    border-color: rgba(77, 12, 224, var(--border-opacity));
  }

  .sm\:border-purple-500 {
    --border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--border-opacity));
  }

  .sm\:border-purple-400 {
    --border-opacity: 1;
    border-color: rgba(167, 131, 248, var(--border-opacity));
  }

  .sm\:border-purple-300 {
    --border-opacity: 1;
    border-color: rgba(194, 169, 250, var(--border-opacity));
  }

  .sm\:border-purple-200 {
    --border-opacity: 1;
    border-color: rgba(222, 208, 252, var(--border-opacity));
  }

  .sm\:border-purple-100 {
    --border-opacity: 1;
    border-color: rgba(249, 247, 255, var(--border-opacity));
  }

  .sm\:border-gray-600 {
    --border-opacity: 1;
    border-color: rgba(95, 102, 114, var(--border-opacity));
  }

  .sm\:border-gray-700 {
    --border-opacity: 1;
    border-color: rgba(84, 89, 100, var(--border-opacity));
  }

  .sm\:border-gray-800 {
    --border-opacity: 1;
    border-color: rgba(72, 77, 86, var(--border-opacity));
  }

  .sm\:border-gray-900 {
    --border-opacity: 1;
    border-color: rgba(61, 65, 72, var(--border-opacity));
  }

  .sm\:border-gray-500 {
    --border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--border-opacity));
  }

  .sm\:border-gray-400 {
    --border-opacity: 1;
    border-color: rgba(127, 134, 148, var(--border-opacity));
  }

  .sm\:border-gray-300 {
    --border-opacity: 1;
    border-color: rgba(150, 155, 167, var(--border-opacity));
  }

  .sm\:border-gray-200 {
    --border-opacity: 1;
    border-color: rgba(172, 176, 186, var(--border-opacity));
  }

  .sm\:border-gray-100 {
    --border-opacity: 1;
    border-color: rgba(194, 197, 204, var(--border-opacity));
  }

  .sm\:border-opacity-0 {
    --border-opacity: 0;
  }

  .sm\:border-opacity-5 {
    --border-opacity: 0.05;
  }

  .sm\:border-opacity-10 {
    --border-opacity: 0.1;
  }

  .sm\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .sm\:border-opacity-20 {
    --border-opacity: 0.2;
  }

  .sm\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .sm\:border-opacity-30 {
    --border-opacity: 0.3;
  }

  .sm\:border-opacity-35 {
    --border-opacity: 0.35;
  }

  .sm\:border-opacity-40 {
    --border-opacity: 0.4;
  }

  .sm\:border-opacity-45 {
    --border-opacity: 0.45;
  }

  .sm\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .sm\:border-opacity-55 {
    --border-opacity: 0.55;
  }

  .sm\:border-opacity-60 {
    --border-opacity: 0.6;
  }

  .sm\:border-opacity-65 {
    --border-opacity: 0.65;
  }

  .sm\:border-opacity-70 {
    --border-opacity: 0.7;
  }

  .sm\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .sm\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .sm\:border-opacity-85 {
    --border-opacity: 0.85;
  }

  .sm\:border-opacity-90 {
    --border-opacity: 0.9;
  }

  .sm\:border-opacity-95 {
    --border-opacity: 0.95;
  }

  .sm\:border-opacity-100 {
    --border-opacity: 100;
  }

  .sm\:br-5 {
    border-radius: 5%;
  }

  .sm\:brtl-5 {
    border-top-left-radius: 5%;
  }

  .sm\:brtr-5 {
    border-top-right-radius: 5%;
  }

  .sm\:brbl-5 {
    border-bottom-left-radius: 5%;
  }

  .sm\:brbr-5 {
    border-bottom-right-radius: 5%;
  }

  .sm\:br-10 {
    border-radius: 10%;
  }

  .sm\:brtl-10 {
    border-top-left-radius: 10%;
  }

  .sm\:brtr-10 {
    border-top-right-radius: 10%;
  }

  .sm\:brbl-10 {
    border-bottom-left-radius: 10%;
  }

  .sm\:brbr-10 {
    border-bottom-right-radius: 10%;
  }

  .sm\:br-15 {
    border-radius: 15%;
  }

  .sm\:brtl-15 {
    border-top-left-radius: 15%;
  }

  .sm\:brtr-15 {
    border-top-right-radius: 15%;
  }

  .sm\:brbl-15 {
    border-bottom-left-radius: 15%;
  }

  .sm\:brbr-15 {
    border-bottom-right-radius: 15%;
  }

  .sm\:br-20 {
    border-radius: 20%;
  }

  .sm\:brtl-20 {
    border-top-left-radius: 20%;
  }

  .sm\:brtr-20 {
    border-top-right-radius: 20%;
  }

  .sm\:brbl-20 {
    border-bottom-left-radius: 20%;
  }

  .sm\:brbr-20 {
    border-bottom-right-radius: 20%;
  }

  .sm\:br-25 {
    border-radius: 25%;
  }

  .sm\:brtl-25 {
    border-top-left-radius: 25%;
  }

  .sm\:brtr-25 {
    border-top-right-radius: 25%;
  }

  .sm\:brbl-25 {
    border-bottom-left-radius: 25%;
  }

  .sm\:brbr-25 {
    border-bottom-right-radius: 25%;
  }

  .sm\:br-30 {
    border-radius: 30%;
  }

  .sm\:brtl-30 {
    border-top-left-radius: 30%;
  }

  .sm\:brtr-30 {
    border-top-right-radius: 30%;
  }

  .sm\:brbl-30 {
    border-bottom-left-radius: 30%;
  }

  .sm\:brbr-30 {
    border-bottom-right-radius: 30%;
  }

  .sm\:br-35 {
    border-radius: 35%;
  }

  .sm\:brtl-35 {
    border-top-left-radius: 35%;
  }

  .sm\:brtr-35 {
    border-top-right-radius: 35%;
  }

  .sm\:brbl-35 {
    border-bottom-left-radius: 35%;
  }

  .sm\:brbr-35 {
    border-bottom-right-radius: 35%;
  }

  .sm\:br-40 {
    border-radius: 40%;
  }

  .sm\:brtl-40 {
    border-top-left-radius: 40%;
  }

  .sm\:brtr-40 {
    border-top-right-radius: 40%;
  }

  .sm\:brbl-40 {
    border-bottom-left-radius: 40%;
  }

  .sm\:brbr-40 {
    border-bottom-right-radius: 40%;
  }

  .sm\:br-45 {
    border-radius: 45%;
  }

  .sm\:brtl-45 {
    border-top-left-radius: 45%;
  }

  .sm\:brtr-45 {
    border-top-right-radius: 45%;
  }

  .sm\:brbl-45 {
    border-bottom-left-radius: 45%;
  }

  .sm\:brbr-45 {
    border-bottom-right-radius: 45%;
  }

  .sm\:br-50 {
    border-radius: 50%;
  }

  .sm\:brtl-50 {
    border-top-left-radius: 50%;
  }

  .sm\:brtr-50 {
    border-top-right-radius: 50%;
  }

  .sm\:brbl-50 {
    border-bottom-left-radius: 50%;
  }

  .sm\:brbr-50 {
    border-bottom-right-radius: 50%;
  }

  .sm\:br-55 {
    border-radius: 55%;
  }

  .sm\:brtl-55 {
    border-top-left-radius: 55%;
  }

  .sm\:brtr-55 {
    border-top-right-radius: 55%;
  }

  .sm\:brbl-55 {
    border-bottom-left-radius: 55%;
  }

  .sm\:brbr-55 {
    border-bottom-right-radius: 55%;
  }

  .sm\:br-60 {
    border-radius: 60%;
  }

  .sm\:brtl-60 {
    border-top-left-radius: 60%;
  }

  .sm\:brtr-60 {
    border-top-right-radius: 60%;
  }

  .sm\:brbl-60 {
    border-bottom-left-radius: 60%;
  }

  .sm\:brbr-60 {
    border-bottom-right-radius: 60%;
  }

  .sm\:br-65 {
    border-radius: 65%;
  }

  .sm\:brtl-65 {
    border-top-left-radius: 65%;
  }

  .sm\:brtr-65 {
    border-top-right-radius: 65%;
  }

  .sm\:brbl-65 {
    border-bottom-left-radius: 65%;
  }

  .sm\:brbr-65 {
    border-bottom-right-radius: 65%;
  }

  .sm\:br-70 {
    border-radius: 70%;
  }

  .sm\:brtl-70 {
    border-top-left-radius: 70%;
  }

  .sm\:brtr-70 {
    border-top-right-radius: 70%;
  }

  .sm\:brbl-70 {
    border-bottom-left-radius: 70%;
  }

  .sm\:brbr-70 {
    border-bottom-right-radius: 70%;
  }

  .sm\:br-75 {
    border-radius: 75%;
  }

  .sm\:brtl-75 {
    border-top-left-radius: 75%;
  }

  .sm\:brtr-75 {
    border-top-right-radius: 75%;
  }

  .sm\:brbl-75 {
    border-bottom-left-radius: 75%;
  }

  .sm\:brbr-75 {
    border-bottom-right-radius: 75%;
  }

  .sm\:br-80 {
    border-radius: 80%;
  }

  .sm\:brtl-80 {
    border-top-left-radius: 80%;
  }

  .sm\:brtr-80 {
    border-top-right-radius: 80%;
  }

  .sm\:brbl-80 {
    border-bottom-left-radius: 80%;
  }

  .sm\:brbr-80 {
    border-bottom-right-radius: 80%;
  }

  .sm\:br-85 {
    border-radius: 85%;
  }

  .sm\:brtl-85 {
    border-top-left-radius: 85%;
  }

  .sm\:brtr-85 {
    border-top-right-radius: 85%;
  }

  .sm\:brbl-85 {
    border-bottom-left-radius: 85%;
  }

  .sm\:brbr-85 {
    border-bottom-right-radius: 85%;
  }

  .sm\:br-90 {
    border-radius: 90%;
  }

  .sm\:brtl-90 {
    border-top-left-radius: 90%;
  }

  .sm\:brtr-90 {
    border-top-right-radius: 90%;
  }

  .sm\:brbl-90 {
    border-bottom-left-radius: 90%;
  }

  .sm\:brbr-90 {
    border-bottom-right-radius: 90%;
  }

  .sm\:br-95 {
    border-radius: 95%;
  }

  .sm\:brtl-95 {
    border-top-left-radius: 95%;
  }

  .sm\:brtr-95 {
    border-top-right-radius: 95%;
  }

  .sm\:brbl-95 {
    border-bottom-left-radius: 95%;
  }

  .sm\:brbr-95 {
    border-bottom-right-radius: 95%;
  }

  .sm\:br-100 {
    border-radius: 100%;
  }

  .sm\:brtl-100 {
    border-top-left-radius: 100%;
  }

  .sm\:brtr-100 {
    border-top-right-radius: 100%;
  }

  .sm\:brbl-100 {
    border-bottom-left-radius: 100%;
  }

  .sm\:brbr-100 {
    border-bottom-right-radius: 100%;
  }

  .sm\:br-0px {
    border-radius: 0;
  }

  .sm\:brtl-0px {
    border-top-left-radius: 0;
  }

  .sm\:brtr-0px {
    border-top-right-radius: 0;
  }

  .sm\:brbl-0px {
    border-bottom-left-radius: 0;
  }

  .sm\:brbr-0px {
    border-bottom-right-radius: 0;
  }

  .sm\:br-5px {
    border-radius: 5px;
  }

  .sm\:brtl-5px {
    border-top-left-radius: 5px;
  }

  .sm\:brtr-5px {
    border-top-right-radius: 5px;
  }

  .sm\:brbl-5px {
    border-bottom-left-radius: 5px;
  }

  .sm\:brbr-5px {
    border-bottom-right-radius: 5px;
  }

  .sm\:br-10px {
    border-radius: 10px;
  }

  .sm\:brtl-10px {
    border-top-left-radius: 10px;
  }

  .sm\:brtr-10px {
    border-top-right-radius: 10px;
  }

  .sm\:brbl-10px {
    border-bottom-left-radius: 10px;
  }

  .sm\:brbr-10px {
    border-bottom-right-radius: 10px;
  }

  .sm\:br-15px {
    border-radius: 15px;
  }

  .sm\:brtl-15px {
    border-top-left-radius: 15px;
  }

  .sm\:brtr-15px {
    border-top-right-radius: 15px;
  }

  .sm\:brbl-15px {
    border-bottom-left-radius: 15px;
  }

  .sm\:brbr-15px {
    border-bottom-right-radius: 15px;
  }

  .sm\:br-20px {
    border-radius: 20px;
  }

  .sm\:brtl-20px {
    border-top-left-radius: 20px;
  }

  .sm\:brtr-20px {
    border-top-right-radius: 20px;
  }

  .sm\:brbl-20px {
    border-bottom-left-radius: 20px;
  }

  .sm\:brbr-20px {
    border-bottom-right-radius: 20px;
  }

  .sm\:br-25px {
    border-radius: 25px;
  }

  .sm\:brtl-25px {
    border-top-left-radius: 25px;
  }

  .sm\:brtr-25px {
    border-top-right-radius: 25px;
  }

  .sm\:brbl-25px {
    border-bottom-left-radius: 25px;
  }

  .sm\:brbr-25px {
    border-bottom-right-radius: 25px;
  }

  .sm\:br-30px {
    border-radius: 30px;
  }

  .sm\:brtl-30px {
    border-top-left-radius: 30px;
  }

  .sm\:brtr-30px {
    border-top-right-radius: 30px;
  }

  .sm\:brbl-30px {
    border-bottom-left-radius: 30px;
  }

  .sm\:brbr-30px {
    border-bottom-right-radius: 30px;
  }

  .sm\:br-35px {
    border-radius: 35px;
  }

  .sm\:brtl-35px {
    border-top-left-radius: 35px;
  }

  .sm\:brtr-35px {
    border-top-right-radius: 35px;
  }

  .sm\:brbl-35px {
    border-bottom-left-radius: 35px;
  }

  .sm\:brbr-35px {
    border-bottom-right-radius: 35px;
  }

  .sm\:br-40px {
    border-radius: 40px;
  }

  .sm\:brtl-40px {
    border-top-left-radius: 40px;
  }

  .sm\:brtr-40px {
    border-top-right-radius: 40px;
  }

  .sm\:brbl-40px {
    border-bottom-left-radius: 40px;
  }

  .sm\:brbr-40px {
    border-bottom-right-radius: 40px;
  }

  .sm\:br-45px {
    border-radius: 45px;
  }

  .sm\:brtl-45px {
    border-top-left-radius: 45px;
  }

  .sm\:brtr-45px {
    border-top-right-radius: 45px;
  }

  .sm\:brbl-45px {
    border-bottom-left-radius: 45px;
  }

  .sm\:brbr-45px {
    border-bottom-right-radius: 45px;
  }

  .sm\:br-50px {
    border-radius: 50px;
  }

  .sm\:brtl-50px {
    border-top-left-radius: 50px;
  }

  .sm\:brtr-50px {
    border-top-right-radius: 50px;
  }

  .sm\:brbl-50px {
    border-bottom-left-radius: 50px;
  }

  .sm\:brbr-50px {
    border-bottom-right-radius: 50px;
  }

  .sm\:br-55px {
    border-radius: 55px;
  }

  .sm\:brtl-55px {
    border-top-left-radius: 55px;
  }

  .sm\:brtr-55px {
    border-top-right-radius: 55px;
  }

  .sm\:brbl-55px {
    border-bottom-left-radius: 55px;
  }

  .sm\:brbr-55px {
    border-bottom-right-radius: 55px;
  }

  .sm\:br-60px {
    border-radius: 60px;
  }

  .sm\:brtl-60px {
    border-top-left-radius: 60px;
  }

  .sm\:brtr-60px {
    border-top-right-radius: 60px;
  }

  .sm\:brbl-60px {
    border-bottom-left-radius: 60px;
  }

  .sm\:brbr-60px {
    border-bottom-right-radius: 60px;
  }

  .sm\:br-65px {
    border-radius: 65px;
  }

  .sm\:brtl-65px {
    border-top-left-radius: 65px;
  }

  .sm\:brtr-65px {
    border-top-right-radius: 65px;
  }

  .sm\:brbl-65px {
    border-bottom-left-radius: 65px;
  }

  .sm\:brbr-65px {
    border-bottom-right-radius: 65px;
  }

  .sm\:br-70px {
    border-radius: 70px;
  }

  .sm\:brtl-70px {
    border-top-left-radius: 70px;
  }

  .sm\:brtr-70px {
    border-top-right-radius: 70px;
  }

  .sm\:brbl-70px {
    border-bottom-left-radius: 70px;
  }

  .sm\:brbr-70px {
    border-bottom-right-radius: 70px;
  }

  .sm\:br-75px {
    border-radius: 75px;
  }

  .sm\:brtl-75px {
    border-top-left-radius: 75px;
  }

  .sm\:brtr-75px {
    border-top-right-radius: 75px;
  }

  .sm\:brbl-75px {
    border-bottom-left-radius: 75px;
  }

  .sm\:brbr-75px {
    border-bottom-right-radius: 75px;
  }

  .sm\:br-80px {
    border-radius: 80px;
  }

  .sm\:brtl-80px {
    border-top-left-radius: 80px;
  }

  .sm\:brtr-80px {
    border-top-right-radius: 80px;
  }

  .sm\:brbl-80px {
    border-bottom-left-radius: 80px;
  }

  .sm\:brbr-80px {
    border-bottom-right-radius: 80px;
  }

  .sm\:br-85px {
    border-radius: 85px;
  }

  .sm\:brtl-85px {
    border-top-left-radius: 85px;
  }

  .sm\:brtr-85px {
    border-top-right-radius: 85px;
  }

  .sm\:brbl-85px {
    border-bottom-left-radius: 85px;
  }

  .sm\:brbr-85px {
    border-bottom-right-radius: 85px;
  }

  .sm\:br-90px {
    border-radius: 90px;
  }

  .sm\:brtl-90px {
    border-top-left-radius: 90px;
  }

  .sm\:brtr-90px {
    border-top-right-radius: 90px;
  }

  .sm\:brbl-90px {
    border-bottom-left-radius: 90px;
  }

  .sm\:brbr-90px {
    border-bottom-right-radius: 90px;
  }

  .sm\:br-95px {
    border-radius: 95px;
  }

  .sm\:brtl-95px {
    border-top-left-radius: 95px;
  }

  .sm\:brtr-95px {
    border-top-right-radius: 95px;
  }

  .sm\:brbl-95px {
    border-bottom-left-radius: 95px;
  }

  .sm\:brbr-95px {
    border-bottom-right-radius: 95px;
  }

  .sm\:br-100px {
    border-radius: 100px;
  }

  .sm\:brtl-100px {
    border-top-left-radius: 100px;
  }

  .sm\:brtr-100px {
    border-top-right-radius: 100px;
  }

  .sm\:brbl-100px {
    border-bottom-left-radius: 100px;
  }

  .sm\:brbr-100px {
    border-bottom-right-radius: 100px;
  }

  .sm\:br-none {
    border-radius: 0;
  }

  .sm\:br-full {
    border-radius: 9999px;
  }

  .sm\:brtl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:brtr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:brbl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:brbr-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:border-style-solid {
    border-style: solid;
  }

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

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

  .sm\:border-style-double {
    border-style: double;
  }

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

  .sm\:border-0px {
    border-width: 0;
  }

  .sm\:border-t-0px {
    border-top-width: 0;
  }

  .sm\:border-r-0px {
    border-right-width: 0;
  }

  .sm\:border-b-0px {
    border-bottom-width: 0;
  }

  .sm\:border-l-0px {
    border-left-width: 0;
  }

  .sm\:border-1px {
    border-width: 1px;
  }

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

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

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

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

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

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

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

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

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

  .sm\:border-3px {
    border-width: 3px;
  }

  .sm\:border-t-3px {
    border-top-width: 3px;
  }

  .sm\:border-r-3px {
    border-right-width: 3px;
  }

  .sm\:border-b-3px {
    border-bottom-width: 3px;
  }

  .sm\:border-l-3px {
    border-left-width: 3px;
  }

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

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

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

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

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

  .sm\:border-5px {
    border-width: 5px;
  }

  .sm\:border-t-5px {
    border-top-width: 5px;
  }

  .sm\:border-r-5px {
    border-right-width: 5px;
  }

  .sm\:border-b-5px {
    border-bottom-width: 5px;
  }

  .sm\:border-l-5px {
    border-left-width: 5px;
  }

  .sm\:border-6px {
    border-width: 6px;
  }

  .sm\:border-t-6px {
    border-top-width: 6px;
  }

  .sm\:border-r-6px {
    border-right-width: 6px;
  }

  .sm\:border-b-6px {
    border-bottom-width: 6px;
  }

  .sm\:border-l-6px {
    border-left-width: 6px;
  }

  .sm\:border-7px {
    border-width: 7px;
  }

  .sm\:border-t-7px {
    border-top-width: 7px;
  }

  .sm\:border-r-7px {
    border-right-width: 7px;
  }

  .sm\:border-b-7px {
    border-bottom-width: 7px;
  }

  .sm\:border-l-7px {
    border-left-width: 7px;
  }

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

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

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

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

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

  .sm\:border-9px {
    border-width: 9px;
  }

  .sm\:border-t-9px {
    border-top-width: 9px;
  }

  .sm\:border-r-9px {
    border-right-width: 9px;
  }

  .sm\:border-b-9px {
    border-bottom-width: 9px;
  }

  .sm\:border-l-9px {
    border-left-width: 9px;
  }

  .sm\:border-10px {
    border-width: 10px;
  }

  .sm\:border-t-10px {
    border-top-width: 10px;
  }

  .sm\:border-r-10px {
    border-right-width: 10px;
  }

  .sm\:border-b-10px {
    border-bottom-width: 10px;
  }

  .sm\:border-l-10px {
    border-left-width: 10px;
  }

  .sm\:border-none {
    border-width: 0;
  }

  .sm\:box-shadow-none {
    box-shadow: 0 0 transparent;
  }

  .sm\:box-shadow-xs {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .sm\:box-shadow-sm {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }

  .sm\:box-shadow-md {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  }

  .sm\:box-shadow-lg {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  }

  .sm\:box-shadow-xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .sm\:box-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .sm\:box-sizing-border {
    box-sizing: border-box;
  }

  .sm\:box-sizing-content {
    box-sizing: content-box;
  }

  .sm\:clear-left {
    clear: left;
  }

  .sm\:clear-right {
    clear: right;
  }

  .sm\:clear-both {
    clear: both;
  }

  .sm\:clear-none {
    clear: none;
  }

  .sm\:text-red-600 {
    --text-opacity: 1;
    color: rgba(237, 45, 45, var(--text-opacity));
  }

  .sm\:text-red-700 {
    --text-opacity: 1;
    color: rgba(235, 21, 21, var(--text-opacity));
  }

  .sm\:text-red-800 {
    --text-opacity: 1;
    color: rgba(212, 18, 18, var(--text-opacity));
  }

  .sm\:text-red-900 {
    --text-opacity: 1;
    color: rgba(189, 16, 16, var(--text-opacity));
  }

  .sm\:text-red-500 {
    --text-opacity: 1;
    color: rgba(239, 68, 68, var(--text-opacity));
  }

  .sm\:text-red-400 {
    --text-opacity: 1;
    color: rgba(242, 106, 106, var(--text-opacity));
  }

  .sm\:text-red-300 {
    --text-opacity: 1;
    color: rgba(245, 143, 143, var(--text-opacity));
  }

  .sm\:text-red-200 {
    --text-opacity: 1;
    color: rgba(249, 181, 181, var(--text-opacity));
  }

  .sm\:text-red-100 {
    --text-opacity: 1;
    color: rgba(252, 218, 218, var(--text-opacity));
  }

  .sm\:text-green-600 {
    --text-opacity: 1;
    color: rgba(14, 162, 113, var(--text-opacity));
  }

  .sm\:text-green-700 {
    --text-opacity: 1;
    color: rgba(12, 138, 96, var(--text-opacity));
  }

  .sm\:text-green-800 {
    --text-opacity: 1;
    color: rgba(10, 115, 80, var(--text-opacity));
  }

  .sm\:text-green-900 {
    --text-opacity: 1;
    color: rgba(8, 91, 64, var(--text-opacity));
  }

  .sm\:text-green-500 {
    --text-opacity: 1;
    color: rgba(16, 185, 129, var(--text-opacity));
  }

  .sm\:text-green-400 {
    --text-opacity: 1;
    color: rgba(19, 223, 155, var(--text-opacity));
  }

  .sm\:text-green-300 {
    --text-opacity: 1;
    color: rgba(46, 237, 174, var(--text-opacity));
  }

  .sm\:text-green-200 {
    --text-opacity: 1;
    color: rgba(83, 240, 188, var(--text-opacity));
  }

  .sm\:text-green-100 {
    --text-opacity: 1;
    color: rgba(121, 243, 203, var(--text-opacity));
  }

  .sm\:text-blue-600 {
    --text-opacity: 1;
    color: rgba(35, 114, 245, var(--text-opacity));
  }

  .sm\:text-blue-700 {
    --text-opacity: 1;
    color: rgba(11, 99, 243, var(--text-opacity));
  }

  .sm\:text-blue-800 {
    --text-opacity: 1;
    color: rgba(10, 89, 218, var(--text-opacity));
  }

  .sm\:text-blue-900 {
    --text-opacity: 1;
    color: rgba(9, 79, 194, var(--text-opacity));
  }

  .sm\:text-blue-500 {
    --text-opacity: 1;
    color: rgba(59, 130, 246, var(--text-opacity));
  }

  .sm\:text-blue-400 {
    --text-opacity: 1;
    color: rgba(98, 155, 248, var(--text-opacity));
  }

  .sm\:text-blue-300 {
    --text-opacity: 1;
    color: rgba(137, 180, 250, var(--text-opacity));
  }

  .sm\:text-blue-200 {
    --text-opacity: 1;
    color: rgba(176, 205, 251, var(--text-opacity));
  }

  .sm\:text-blue-100 {
    --text-opacity: 1;
    color: rgba(215, 230, 253, var(--text-opacity));
  }

  .sm\:text-yellow-600 {
    --text-opacity: 1;
    color: rgba(251, 184, 11, var(--text-opacity));
  }

  .sm\:text-yellow-700 {
    --text-opacity: 1;
    color: rgba(232, 168, 4, var(--text-opacity));
  }

  .sm\:text-yellow-800 {
    --text-opacity: 1;
    color: rgba(207, 150, 4, var(--text-opacity));
  }

  .sm\:text-yellow-900 {
    --text-opacity: 1;
    color: rgba(182, 132, 3, var(--text-opacity));
  }

  .sm\:text-yellow-500 {
    --text-opacity: 1;
    color: rgba(251, 191, 36, var(--text-opacity));
  }

  .sm\:text-yellow-400 {
    --text-opacity: 1;
    color: rgba(252, 203, 76, var(--text-opacity));
  }

  .sm\:text-yellow-300 {
    --text-opacity: 1;
    color: rgba(252, 214, 116, var(--text-opacity));
  }

  .sm\:text-yellow-200 {
    --text-opacity: 1;
    color: rgba(253, 226, 156, var(--text-opacity));
  }

  .sm\:text-yellow-100 {
    --text-opacity: 1;
    color: rgba(254, 238, 196, var(--text-opacity));
  }

  .sm\:text-pink-600 {
    --text-opacity: 1;
    color: rgba(234, 49, 140, var(--text-opacity));
  }

  .sm\:text-pink-700 {
    --text-opacity: 1;
    color: rgba(231, 26, 127, var(--text-opacity));
  }

  .sm\:text-pink-800 {
    --text-opacity: 1;
    color: rgba(210, 22, 115, var(--text-opacity));
  }

  .sm\:text-pink-900 {
    --text-opacity: 1;
    color: rgba(187, 19, 102, var(--text-opacity));
  }

  .sm\:text-pink-500 {
    --text-opacity: 1;
    color: rgba(236, 72, 153, var(--text-opacity));
  }

  .sm\:text-pink-400 {
    --text-opacity: 1;
    color: rgba(240, 109, 174, var(--text-opacity));
  }

  .sm\:text-pink-300 {
    --text-opacity: 1;
    color: rgba(244, 146, 194, var(--text-opacity));
  }

  .sm\:text-pink-200 {
    --text-opacity: 1;
    color: rgba(248, 183, 215, var(--text-opacity));
  }

  .sm\:text-pink-100 {
    --text-opacity: 1;
    color: rgba(251, 220, 235, var(--text-opacity));
  }

  .sm\:text-purple-600 {
    --text-opacity: 1;
    color: rgba(122, 68, 245, var(--text-opacity));
  }

  .sm\:text-purple-700 {
    --text-opacity: 1;
    color: rgba(105, 44, 243, var(--text-opacity));
  }

  .sm\:text-purple-800 {
    --text-opacity: 1;
    color: rgba(87, 20, 242, var(--text-opacity));
  }

  .sm\:text-purple-900 {
    --text-opacity: 1;
    color: rgba(77, 12, 224, var(--text-opacity));
  }

  .sm\:text-purple-500 {
    --text-opacity: 1;
    color: rgba(139, 92, 246, var(--text-opacity));
  }

  .sm\:text-purple-400 {
    --text-opacity: 1;
    color: rgba(167, 131, 248, var(--text-opacity));
  }

  .sm\:text-purple-300 {
    --text-opacity: 1;
    color: rgba(194, 169, 250, var(--text-opacity));
  }

  .sm\:text-purple-200 {
    --text-opacity: 1;
    color: rgba(222, 208, 252, var(--text-opacity));
  }

  .sm\:text-purple-100 {
    --text-opacity: 1;
    color: rgba(249, 247, 255, var(--text-opacity));
  }

  .sm\:text-gray-600 {
    --text-opacity: 1;
    color: rgba(95, 102, 114, var(--text-opacity));
  }

  .sm\:text-gray-700 {
    --text-opacity: 1;
    color: rgba(84, 89, 100, var(--text-opacity));
  }

  .sm\:text-gray-800 {
    --text-opacity: 1;
    color: rgba(72, 77, 86, var(--text-opacity));
  }

  .sm\:text-gray-900 {
    --text-opacity: 1;
    color: rgba(61, 65, 72, var(--text-opacity));
  }

  .sm\:text-gray-500 {
    --text-opacity: 1;
    color: rgba(107, 114, 128, var(--text-opacity));
  }

  .sm\:text-gray-400 {
    --text-opacity: 1;
    color: rgba(127, 134, 148, var(--text-opacity));
  }

  .sm\:text-gray-300 {
    --text-opacity: 1;
    color: rgba(150, 155, 167, var(--text-opacity));
  }

  .sm\:text-gray-200 {
    --text-opacity: 1;
    color: rgba(172, 176, 186, var(--text-opacity));
  }

  .sm\:text-gray-100 {
    --text-opacity: 1;
    color: rgba(194, 197, 204, var(--text-opacity));
  }

  .sm\:w-1\/12 {
    width: 8.3333333333%;
  }

  .sm\:min-w-1\/12 {
    min-width: 8.3333333333%;
  }

  .sm\:max-w-1\/12 {
    max-width: 8.3333333333%;
  }

  .sm\:h-1\/12 {
    height: 8.3333333333%;
  }

  .sm\:min-h-1\/12 {
    min-height: 8.3333333333%;
  }

  .sm\:max-h-1\/12 {
    max-height: 8.3333333333%;
  }

  .sm\:w-2\/12 {
    width: 16.6666666667%;
  }

  .sm\:min-w-2\/12 {
    min-width: 16.6666666667%;
  }

  .sm\:max-w-2\/12 {
    max-width: 16.6666666667%;
  }

  .sm\:h-2\/12 {
    height: 16.6666666667%;
  }

  .sm\:min-h-2\/12 {
    min-height: 16.6666666667%;
  }

  .sm\:max-h-2\/12 {
    max-height: 16.6666666667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:min-w-3\/12 {
    min-width: 25%;
  }

  .sm\:max-w-3\/12 {
    max-width: 25%;
  }

  .sm\:h-3\/12 {
    height: 25%;
  }

  .sm\:min-h-3\/12 {
    min-height: 25%;
  }

  .sm\:max-h-3\/12 {
    max-height: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.3333333333%;
  }

  .sm\:min-w-4\/12 {
    min-width: 33.3333333333%;
  }

  .sm\:max-w-4\/12 {
    max-width: 33.3333333333%;
  }

  .sm\:h-4\/12 {
    height: 33.3333333333%;
  }

  .sm\:min-h-4\/12 {
    min-height: 33.3333333333%;
  }

  .sm\:max-h-4\/12 {
    max-height: 33.3333333333%;
  }

  .sm\:w-5\/12 {
    width: 41.6666666667%;
  }

  .sm\:min-w-5\/12 {
    min-width: 41.6666666667%;
  }

  .sm\:max-w-5\/12 {
    max-width: 41.6666666667%;
  }

  .sm\:h-5\/12 {
    height: 41.6666666667%;
  }

  .sm\:min-h-5\/12 {
    min-height: 41.6666666667%;
  }

  .sm\:max-h-5\/12 {
    max-height: 41.6666666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:min-w-6\/12 {
    min-width: 50%;
  }

  .sm\:max-w-6\/12 {
    max-width: 50%;
  }

  .sm\:h-6\/12 {
    height: 50%;
  }

  .sm\:min-h-6\/12 {
    min-height: 50%;
  }

  .sm\:max-h-6\/12 {
    max-height: 50%;
  }

  .sm\:w-7\/12 {
    width: 58.3333333333%;
  }

  .sm\:min-w-7\/12 {
    min-width: 58.3333333333%;
  }

  .sm\:max-w-7\/12 {
    max-width: 58.3333333333%;
  }

  .sm\:h-7\/12 {
    height: 58.3333333333%;
  }

  .sm\:min-h-7\/12 {
    min-height: 58.3333333333%;
  }

  .sm\:max-h-7\/12 {
    max-height: 58.3333333333%;
  }

  .sm\:w-8\/12 {
    width: 66.6666666667%;
  }

  .sm\:min-w-8\/12 {
    min-width: 66.6666666667%;
  }

  .sm\:max-w-8\/12 {
    max-width: 66.6666666667%;
  }

  .sm\:h-8\/12 {
    height: 66.6666666667%;
  }

  .sm\:min-h-8\/12 {
    min-height: 66.6666666667%;
  }

  .sm\:max-h-8\/12 {
    max-height: 66.6666666667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:min-w-9\/12 {
    min-width: 75%;
  }

  .sm\:max-w-9\/12 {
    max-width: 75%;
  }

  .sm\:h-9\/12 {
    height: 75%;
  }

  .sm\:min-h-9\/12 {
    min-height: 75%;
  }

  .sm\:max-h-9\/12 {
    max-height: 75%;
  }

  .sm\:w-10\/12 {
    width: 83.3333333333%;
  }

  .sm\:min-w-10\/12 {
    min-width: 83.3333333333%;
  }

  .sm\:max-w-10\/12 {
    max-width: 83.3333333333%;
  }

  .sm\:h-10\/12 {
    height: 83.3333333333%;
  }

  .sm\:min-h-10\/12 {
    min-height: 83.3333333333%;
  }

  .sm\:max-h-10\/12 {
    max-height: 83.3333333333%;
  }

  .sm\:w-11\/12 {
    width: 91.6666666667%;
  }

  .sm\:min-w-11\/12 {
    min-width: 91.6666666667%;
  }

  .sm\:max-w-11\/12 {
    max-width: 91.6666666667%;
  }

  .sm\:h-11\/12 {
    height: 91.6666666667%;
  }

  .sm\:min-h-11\/12 {
    min-height: 91.6666666667%;
  }

  .sm\:max-h-11\/12 {
    max-height: 91.6666666667%;
  }

  .sm\:w-12\/12 {
    width: 100%;
  }

  .sm\:min-w-12\/12 {
    min-width: 100%;
  }

  .sm\:max-w-12\/12 {
    max-width: 100%;
  }

  .sm\:h-12\/12 {
    height: 100%;
  }

  .sm\:min-h-12\/12 {
    min-height: 100%;
  }

  .sm\:max-h-12\/12 {
    max-height: 100%;
  }

  .sm\:container {
    max-width: 425px;
  }

  .container {
    max-width: 425px;
  }

  .sm\:container-fluid {
    width: 100%;
  }

  .sm\:cursor-alias {
    cursor: alias;
  }

  .sm\:cursor-all-scroll {
    cursor: all-scroll;
  }

  .sm\:cursor-auto {
    cursor: auto;
  }

  .sm\:cursor-cell {
    cursor: cell;
  }

  .sm\:cursor-context-menu {
    cursor: context-menu;
  }

  .sm\:cursor-col-resize {
    cursor: col-resize;
  }

  .sm\:cursor-copy {
    cursor: copy;
  }

  .sm\:cursor-crosshair {
    cursor: crosshair;
  }

  .sm\:cursor-default {
    cursor: default;
  }

  .sm\:cursor-e-resize {
    cursor: e-resize;
  }

  .sm\:cursor-ew-resize {
    cursor: ew-resize;
  }

  .sm\:cursor-grab {
    cursor: grab;
  }

  .sm\:cursor-grabbing {
    cursor: grabbing;
  }

  .sm\:cursor-help {
    cursor: help;
  }

  .sm\:cursor-move {
    cursor: move;
  }

  .sm\:cursor-n-resize {
    cursor: n-resize;
  }

  .sm\:cursor-ne-resize {
    cursor: ne-resize;
  }

  .sm\:cursor-nesw-resize {
    cursor: nesw-resize;
  }

  .sm\:cursor-ns-resize {
    cursor: ns-resize;
  }

  .sm\:cursor-nw-resize {
    cursor: nw-resize;
  }

  .sm\:cursor-nwse-resize {
    cursor: nwse-resize;
  }

  .sm\:cursor-no-drop {
    cursor: no-drop;
  }

  .sm\:cursor-none {
    cursor: none;
  }

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

  .sm\:cursor-pointer {
    cursor: pointer;
  }

  .sm\:cursor-progress {
    cursor: progress;
  }

  .sm\:cursor-row-resize {
    cursor: row-resize;
  }

  .sm\:cursor-s-resize {
    cursor: s-resize;
  }

  .sm\:cursor-se-resize {
    cursor: se-resize;
  }

  .sm\:cursor-sw-resize {
    cursor: sw-resize;
  }

  .sm\:cursor-text {
    cursor: text;
  }

  .sm\:cursor-w-resize {
    cursor: w-resize;
  }

  .sm\:cursor-wait {
    cursor: wait;
  }

  .sm\:cursor-zoom-in {
    cursor: zoom-in;
  }

  .sm\:cursor-zoom-out {
    cursor: zoom-out;
  }

  .sm\:display-inline {
    display: inline;
  }

  .sm\:display-block {
    display: block;
  }

  .sm\:display-contents {
    display: contents;
  }

  .sm\:display-flex {
    display: flex;
  }

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

  .sm\:display-grid {
    display: grid;
  }

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

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

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

  .sm\:display-inline-table {
    display: inline-table;
  }

  .sm\:display-list-item {
    display: list-item;
  }

  .sm\:display-run-in {
    display: run-in;
  }

  .sm\:display-table {
    display: table;
  }

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

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

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

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

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

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

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

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

  .sm\:display-none {
    display: none;
  }

  .sm\:display-initial {
    display: initial;
  }

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

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

  .sm\:flex-direction-column {
    flex-direction: column;
  }

  .sm\:flex-direction-column-reverse {
    flex-direction: column-reverse;
  }

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

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

  .sm\:flex-grow-2 {
    flex-grow: 2;
  }

  .sm\:flex-grow-3 {
    flex-grow: 3;
  }

  .sm\:flex-grow-4 {
    flex-grow: 4;
  }

  .sm\:flex-grow-5 {
    flex-grow: 5;
  }

  .sm\:flex-grow-6 {
    flex-grow: 6;
  }

  .sm\:flex-grow-7 {
    flex-grow: 7;
  }

  .sm\:flex-grow-8 {
    flex-grow: 8;
  }

  .sm\:flex-grow-9 {
    flex-grow: 9;
  }

  .sm\:flex-grow-10 {
    flex-grow: 10;
  }

  .sm\:flex-grow-11 {
    flex-grow: 11;
  }

  .sm\:flex-grow-12 {
    flex-grow: 12;
  }

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

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

  .sm\:flex-shrink-2 {
    flex-shrink: 2;
  }

  .sm\:flex-shrink-3 {
    flex-shrink: 3;
  }

  .sm\:flex-shrink-4 {
    flex-shrink: 4;
  }

  .sm\:flex-shrink-5 {
    flex-shrink: 5;
  }

  .sm\:flex-shrink-6 {
    flex-shrink: 6;
  }

  .sm\:flex-shrink-7 {
    flex-shrink: 7;
  }

  .sm\:flex-shrink-8 {
    flex-shrink: 8;
  }

  .sm\:flex-shrink-9 {
    flex-shrink: 9;
  }

  .sm\:flex-shrink-10 {
    flex-shrink: 10;
  }

  .sm\:flex-shrink-11 {
    flex-shrink: 11;
  }

  .sm\:flex-shrink-12 {
    flex-shrink: 12;
  }

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

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

  .sm\:flex-wrap-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

  .sm\:flex-none {
    flex: none;
  }

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:font-sans {
    font-family: "ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji";
  }

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

  .sm\:font-mono {
    font-family: "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace";
  }

  .sm\:font-flow {
    font-family: "flow";
  }

  .sm\:fs-normal {
    font-size: 1rem;
  }

  .sm\:fs-xs {
    font-size: 0.75rem;
  }

  .sm\:fs-sm {
    font-size: 0.875rem;
  }

  .sm\:fs-md {
    font-size: 1rem;
  }

  .sm\:fs-lg {
    font-size: 1.125rem;
  }

  .sm\:fs-xl {
    font-size: 1.25rem;
  }

  .sm\:fs-2xl {
    font-size: 1.5rem;
  }

  .sm\:fs-3xl {
    font-size: 1.875rem;
  }

  .sm\:fs-4xl {
    font-size: 2.25rem;
  }

  .sm\:fs-5xl {
    font-size: 3rem;
  }

  .sm\:fs-6xl {
    font-size: 4rem;
  }

  .sm\:fs-7xl {
    font-size: 5rem;
  }

  .sm\:font-antialiased {
    -webkit-font-smoothing: antialiased;
  }

  .sm\:font-subpixel-antialiased {
    -webkit-font-smoothing: subpixel-antialiased;
  }

  .sm\:font-auto {
    -webkit-font-smoothing: auto;
  }

  .sm\:font-none {
    -webkit-font-smoothing: none;
  }

  .sm\:font-style-normal {
    font-style: normal;
  }

  .sm\:font-style-italic {
    font-style: italic;
  }

  .sm\:font-weight-thin {
    font-weight: 100;
  }

  .sm\:font-weight-extralight {
    font-weight: 200;
  }

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

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

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

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

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

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

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

  .sm\:h-0 {
    height: 0;
  }

  .sm\:h-5 {
    height: 5%;
  }

  .sm\:h-10 {
    height: 10%;
  }

  .sm\:h-15 {
    height: 15%;
  }

  .sm\:h-20 {
    height: 20%;
  }

  .sm\:h-25 {
    height: 25%;
  }

  .sm\:h-30 {
    height: 30%;
  }

  .sm\:h-35 {
    height: 35%;
  }

  .sm\:h-40 {
    height: 40%;
  }

  .sm\:h-45 {
    height: 45%;
  }

  .sm\:h-50 {
    height: 50%;
  }

  .sm\:h-55 {
    height: 55%;
  }

  .sm\:h-60 {
    height: 60%;
  }

  .sm\:h-65 {
    height: 65%;
  }

  .sm\:h-70 {
    height: 70%;
  }

  .sm\:h-75 {
    height: 75%;
  }

  .sm\:h-80 {
    height: 80%;
  }

  .sm\:h-85 {
    height: 85%;
  }

  .sm\:h-90 {
    height: 90%;
  }

  .sm\:h-95 {
    height: 95%;
  }

  .sm\:h-100 {
    height: 100%;
  }

  .sm\:h-0px {
    height: 0;
  }

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

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

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

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

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

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

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

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

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

  .sm\:h-100px {
    height: 100px;
  }

  .sm\:h-110px {
    height: 110px;
  }

  .sm\:h-120px {
    height: 120px;
  }

  .sm\:h-130px {
    height: 130px;
  }

  .sm\:h-140px {
    height: 140px;
  }

  .sm\:h-150px {
    height: 150px;
  }

  .sm\:h-160px {
    height: 160px;
  }

  .sm\:h-170px {
    height: 170px;
  }

  .sm\:h-180px {
    height: 180px;
  }

  .sm\:h-190px {
    height: 190px;
  }

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

  .sm\:h-210px {
    height: 210px;
  }

  .sm\:h-220px {
    height: 220px;
  }

  .sm\:h-230px {
    height: 230px;
  }

  .sm\:h-240px {
    height: 240px;
  }

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

  .sm\:h-260px {
    height: 260px;
  }

  .sm\:h-270px {
    height: 270px;
  }

  .sm\:h-280px {
    height: 280px;
  }

  .sm\:h-290px {
    height: 290px;
  }

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

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

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

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

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

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

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

  .sm\:justify-items-baseline {
    justify-items: baseline;
  }

  .sm\:justify-items-start {
    justify-items: start;
  }

  .sm\:justify-items-end {
    justify-items: end;
  }

  .sm\:justify-items-center {
    justify-items: center;
  }

  .sm\:justify-items-stretch {
    justify-items: stretch;
  }

  .sm\:justify-self-auto {
    justify-self: auto;
  }

  .sm\:justify-self-start {
    justify-self: start;
  }

  .sm\:justify-self-end {
    justify-self: end;
  }

  .sm\:justify-self-center {
    justify-self: center;
  }

  .sm\:justify-self-stretch {
    justify-self: stretch;
  }

  .sm\:letter-spacing-normal {
    letter-spacing: 0;
  }

  .sm\:letter-spacing-xs {
    letter-spacing: 0.01em;
  }

  .sm\:letter-spacing-sm {
    letter-spacing: 0.02em;
  }

  .sm\:letter-spacing-md {
    letter-spacing: 0.03em;
  }

  .sm\:letter-spacing-lg {
    letter-spacing: 0.04em;
  }

  .sm\:letter-spacing-xl {
    letter-spacing: 0.05em;
  }

  .sm\:letter-spacing-2xl {
    letter-spacing: 0.06em;
  }

  .sm\:letter-spacing-3xl {
    letter-spacing: 0.07em;
  }

  .sm\:letter-spacing-4xl {
    letter-spacing: 0.08em;
  }

  .sm\:letter-spacing-5xl {
    letter-spacing: 0.09em;
  }

  .sm\:letter-spacing-6xl {
    letter-spacing: 0.1em;
  }

  .sm\:letter-spacing-7xl {
    letter-spacing: 0.11em;
  }

  .sm\:line-height-normal {
    line-height: 1em;
  }

  .sm\:line-height-xs {
    line-height: 1.1em;
  }

  .sm\:line-height-sm {
    line-height: 1.2em;
  }

  .sm\:line-height-md {
    line-height: 1.3em;
  }

  .sm\:line-height-lg {
    line-height: 1.4em;
  }

  .sm\:line-height-xl {
    line-height: 1.5em;
  }

  .sm\:line-height-2xl {
    line-height: 1.6em;
  }

  .sm\:line-height-3xl {
    line-height: 1.7em;
  }

  .sm\:line-height-4xl {
    line-height: 1.8em;
  }

  .sm\:line-height-5xl {
    line-height: 1.9em;
  }

  .sm\:line-height-6xl {
    line-height: 2em;
  }

  .sm\:line-height-7xl {
    line-height: 2.1em;
  }

  .sm\:list-style-position-inside {
    list-style-position: inside;
  }

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

  .sm\:list-style-type-none {
    list-style-type: none;
  }

  .sm\:list-style-type-disc {
    list-style-type: disc;
  }

  .sm\:list-style-type-circle {
    list-style-type: circle;
  }

  .sm\:list-style-type-square {
    list-style-type: square;
  }

  .sm\:list-style-type-lower-alpha {
    list-style-type: lower-alpha;
  }

  .sm\:list-style-type-lower-latin {
    list-style-type: lower-latin;
  }

  .sm\:list-style-type-lower-roman {
    list-style-type: lower-roman;
  }

  .sm\:list-style-type-upper-alpha {
    list-style-type: upper-alpha;
  }

  .sm\:list-style-type-upper-latin {
    list-style-type: upper-latin;
  }

  .sm\:list-style-type-upper-roman {
    list-style-type: upper-roman;
  }

  .sm\:list-style-type-decimal {
    list-style-type: decimal;
  }

  .sm\:m-0 {
    margin: 0;
  }

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

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

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

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

  .sm\:m-5 {
    margin: 5%;
  }

  .sm\:mt-5 {
    margin-top: 5%;
  }

  .sm\:mr-5 {
    margin-right: 5%;
  }

  .sm\:mb-5 {
    margin-bottom: 5%;
  }

  .sm\:ml-5 {
    margin-left: 5%;
  }

  .sm\:m-10 {
    margin: 10%;
  }

  .sm\:mt-10 {
    margin-top: 10%;
  }

  .sm\:mr-10 {
    margin-right: 10%;
  }

  .sm\:mb-10 {
    margin-bottom: 10%;
  }

  .sm\:ml-10 {
    margin-left: 10%;
  }

  .sm\:m-15 {
    margin: 15%;
  }

  .sm\:mt-15 {
    margin-top: 15%;
  }

  .sm\:mr-15 {
    margin-right: 15%;
  }

  .sm\:mb-15 {
    margin-bottom: 15%;
  }

  .sm\:ml-15 {
    margin-left: 15%;
  }

  .sm\:m-20 {
    margin: 20%;
  }

  .sm\:mt-20 {
    margin-top: 20%;
  }

  .sm\:mr-20 {
    margin-right: 20%;
  }

  .sm\:mb-20 {
    margin-bottom: 20%;
  }

  .sm\:ml-20 {
    margin-left: 20%;
  }

  .sm\:m-25 {
    margin: 25%;
  }

  .sm\:mt-25 {
    margin-top: 25%;
  }

  .sm\:mr-25 {
    margin-right: 25%;
  }

  .sm\:mb-25 {
    margin-bottom: 25%;
  }

  .sm\:ml-25 {
    margin-left: 25%;
  }

  .sm\:m-30 {
    margin: 30%;
  }

  .sm\:mt-30 {
    margin-top: 30%;
  }

  .sm\:mr-30 {
    margin-right: 30%;
  }

  .sm\:mb-30 {
    margin-bottom: 30%;
  }

  .sm\:ml-30 {
    margin-left: 30%;
  }

  .sm\:m-35 {
    margin: 35%;
  }

  .sm\:mt-35 {
    margin-top: 35%;
  }

  .sm\:mr-35 {
    margin-right: 35%;
  }

  .sm\:mb-35 {
    margin-bottom: 35%;
  }

  .sm\:ml-35 {
    margin-left: 35%;
  }

  .sm\:m-40 {
    margin: 40%;
  }

  .sm\:mt-40 {
    margin-top: 40%;
  }

  .sm\:mr-40 {
    margin-right: 40%;
  }

  .sm\:mb-40 {
    margin-bottom: 40%;
  }

  .sm\:ml-40 {
    margin-left: 40%;
  }

  .sm\:m-45 {
    margin: 45%;
  }

  .sm\:mt-45 {
    margin-top: 45%;
  }

  .sm\:mr-45 {
    margin-right: 45%;
  }

  .sm\:mb-45 {
    margin-bottom: 45%;
  }

  .sm\:ml-45 {
    margin-left: 45%;
  }

  .sm\:m-50 {
    margin: 50%;
  }

  .sm\:mt-50 {
    margin-top: 50%;
  }

  .sm\:mr-50 {
    margin-right: 50%;
  }

  .sm\:mb-50 {
    margin-bottom: 50%;
  }

  .sm\:ml-50 {
    margin-left: 50%;
  }

  .sm\:m-55 {
    margin: 55%;
  }

  .sm\:mt-55 {
    margin-top: 55%;
  }

  .sm\:mr-55 {
    margin-right: 55%;
  }

  .sm\:mb-55 {
    margin-bottom: 55%;
  }

  .sm\:ml-55 {
    margin-left: 55%;
  }

  .sm\:m-60 {
    margin: 60%;
  }

  .sm\:mt-60 {
    margin-top: 60%;
  }

  .sm\:mr-60 {
    margin-right: 60%;
  }

  .sm\:mb-60 {
    margin-bottom: 60%;
  }

  .sm\:ml-60 {
    margin-left: 60%;
  }

  .sm\:m-65 {
    margin: 65%;
  }

  .sm\:mt-65 {
    margin-top: 65%;
  }

  .sm\:mr-65 {
    margin-right: 65%;
  }

  .sm\:mb-65 {
    margin-bottom: 65%;
  }

  .sm\:ml-65 {
    margin-left: 65%;
  }

  .sm\:m-70 {
    margin: 70%;
  }

  .sm\:mt-70 {
    margin-top: 70%;
  }

  .sm\:mr-70 {
    margin-right: 70%;
  }

  .sm\:mb-70 {
    margin-bottom: 70%;
  }

  .sm\:ml-70 {
    margin-left: 70%;
  }

  .sm\:m-75 {
    margin: 75%;
  }

  .sm\:mt-75 {
    margin-top: 75%;
  }

  .sm\:mr-75 {
    margin-right: 75%;
  }

  .sm\:mb-75 {
    margin-bottom: 75%;
  }

  .sm\:ml-75 {
    margin-left: 75%;
  }

  .sm\:m-80 {
    margin: 80%;
  }

  .sm\:mt-80 {
    margin-top: 80%;
  }

  .sm\:mr-80 {
    margin-right: 80%;
  }

  .sm\:mb-80 {
    margin-bottom: 80%;
  }

  .sm\:ml-80 {
    margin-left: 80%;
  }

  .sm\:m-85 {
    margin: 85%;
  }

  .sm\:mt-85 {
    margin-top: 85%;
  }

  .sm\:mr-85 {
    margin-right: 85%;
  }

  .sm\:mb-85 {
    margin-bottom: 85%;
  }

  .sm\:ml-85 {
    margin-left: 85%;
  }

  .sm\:m-90 {
    margin: 90%;
  }

  .sm\:mt-90 {
    margin-top: 90%;
  }

  .sm\:mr-90 {
    margin-right: 90%;
  }

  .sm\:mb-90 {
    margin-bottom: 90%;
  }

  .sm\:ml-90 {
    margin-left: 90%;
  }

  .sm\:m-95 {
    margin: 95%;
  }

  .sm\:mt-95 {
    margin-top: 95%;
  }

  .sm\:mr-95 {
    margin-right: 95%;
  }

  .sm\:mb-95 {
    margin-bottom: 95%;
  }

  .sm\:ml-95 {
    margin-left: 95%;
  }

  .sm\:m-100 {
    margin: 100%;
  }

  .sm\:mt-100 {
    margin-top: 100%;
  }

  .sm\:mr-100 {
    margin-right: 100%;
  }

  .sm\:mb-100 {
    margin-bottom: 100%;
  }

  .sm\:ml-100 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:m-35px {
    margin: 35px;
  }

  .sm\:mt-35px {
    margin-top: 35px;
  }

  .sm\:mr-35px {
    margin-right: 35px;
  }

  .sm\:mb-35px {
    margin-bottom: 35px;
  }

  .sm\:ml-35px {
    margin-left: 35px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:m-65px {
    margin: 65px;
  }

  .sm\:mt-65px {
    margin-top: 65px;
  }

  .sm\:mr-65px {
    margin-right: 65px;
  }

  .sm\:mb-65px {
    margin-bottom: 65px;
  }

  .sm\:ml-65px {
    margin-left: 65px;
  }

  .sm\:m-70px {
    margin: 70px;
  }

  .sm\:mt-70px {
    margin-top: 70px;
  }

  .sm\:mr-70px {
    margin-right: 70px;
  }

  .sm\:mb-70px {
    margin-bottom: 70px;
  }

  .sm\:ml-70px {
    margin-left: 70px;
  }

  .sm\:m-75px {
    margin: 75px;
  }

  .sm\:mt-75px {
    margin-top: 75px;
  }

  .sm\:mr-75px {
    margin-right: 75px;
  }

  .sm\:mb-75px {
    margin-bottom: 75px;
  }

  .sm\:ml-75px {
    margin-left: 75px;
  }

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

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

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

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

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

  .sm\:m-85px {
    margin: 85px;
  }

  .sm\:mt-85px {
    margin-top: 85px;
  }

  .sm\:mr-85px {
    margin-right: 85px;
  }

  .sm\:mb-85px {
    margin-bottom: 85px;
  }

  .sm\:ml-85px {
    margin-left: 85px;
  }

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

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

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

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

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

  .sm\:m-95px {
    margin: 95px;
  }

  .sm\:mt-95px {
    margin-top: 95px;
  }

  .sm\:mr-95px {
    margin-right: 95px;
  }

  .sm\:mb-95px {
    margin-bottom: 95px;
  }

  .sm\:ml-95px {
    margin-left: 95px;
  }

  .sm\:m-100px {
    margin: 100px;
  }

  .sm\:mt-100px {
    margin-top: 100px;
  }

  .sm\:mr-100px {
    margin-right: 100px;
  }

  .sm\:mb-100px {
    margin-bottom: 100px;
  }

  .sm\:ml-100px {
    margin-left: 100px;
  }

  .sm\:m-auto {
    margin: auto;
  }

  .sm\:max-h-0 {
    max-height: 0;
  }

  .sm\:max-h-5 {
    max-height: 5%;
  }

  .sm\:max-h-10 {
    max-height: 10%;
  }

  .sm\:max-h-15 {
    max-height: 15%;
  }

  .sm\:max-h-20 {
    max-height: 20%;
  }

  .sm\:max-h-25 {
    max-height: 25%;
  }

  .sm\:max-h-30 {
    max-height: 30%;
  }

  .sm\:max-h-35 {
    max-height: 35%;
  }

  .sm\:max-h-40 {
    max-height: 40%;
  }

  .sm\:max-h-45 {
    max-height: 45%;
  }

  .sm\:max-h-50 {
    max-height: 50%;
  }

  .sm\:max-h-55 {
    max-height: 55%;
  }

  .sm\:max-h-60 {
    max-height: 60%;
  }

  .sm\:max-h-65 {
    max-height: 65%;
  }

  .sm\:max-h-70 {
    max-height: 70%;
  }

  .sm\:max-h-75 {
    max-height: 75%;
  }

  .sm\:max-h-80 {
    max-height: 80%;
  }

  .sm\:max-h-85 {
    max-height: 85%;
  }

  .sm\:max-h-90 {
    max-height: 90%;
  }

  .sm\:max-h-95 {
    max-height: 95%;
  }

  .sm\:max-h-100 {
    max-height: 100%;
  }

  .sm\:max-h-0px {
    max-height: 0;
  }

  .sm\:max-h-10px {
    max-height: 10px;
  }

  .sm\:max-h-20px {
    max-height: 20px;
  }

  .sm\:max-h-30px {
    max-height: 30px;
  }

  .sm\:max-h-40px {
    max-height: 40px;
  }

  .sm\:max-h-50px {
    max-height: 50px;
  }

  .sm\:max-h-60px {
    max-height: 60px;
  }

  .sm\:max-h-70px {
    max-height: 70px;
  }

  .sm\:max-h-80px {
    max-height: 80px;
  }

  .sm\:max-h-90px {
    max-height: 90px;
  }

  .sm\:max-h-100px {
    max-height: 100px;
  }

  .sm\:max-h-110px {
    max-height: 110px;
  }

  .sm\:max-h-120px {
    max-height: 120px;
  }

  .sm\:max-h-130px {
    max-height: 130px;
  }

  .sm\:max-h-140px {
    max-height: 140px;
  }

  .sm\:max-h-150px {
    max-height: 150px;
  }

  .sm\:max-h-160px {
    max-height: 160px;
  }

  .sm\:max-h-170px {
    max-height: 170px;
  }

  .sm\:max-h-180px {
    max-height: 180px;
  }

  .sm\:max-h-190px {
    max-height: 190px;
  }

  .sm\:max-h-200px {
    max-height: 200px;
  }

  .sm\:max-h-210px {
    max-height: 210px;
  }

  .sm\:max-h-220px {
    max-height: 220px;
  }

  .sm\:max-h-230px {
    max-height: 230px;
  }

  .sm\:max-h-240px {
    max-height: 240px;
  }

  .sm\:max-h-250px {
    max-height: 250px;
  }

  .sm\:max-h-260px {
    max-height: 260px;
  }

  .sm\:max-h-270px {
    max-height: 270px;
  }

  .sm\:max-h-280px {
    max-height: 280px;
  }

  .sm\:max-h-290px {
    max-height: 290px;
  }

  .sm\:max-h-300px {
    max-height: 300px;
  }

  .sm\:max-w-0 {
    max-width: 0;
  }

  .sm\:max-w-5 {
    max-width: 5%;
  }

  .sm\:max-w-10 {
    max-width: 10%;
  }

  .sm\:max-w-15 {
    max-width: 15%;
  }

  .sm\:max-w-20 {
    max-width: 20%;
  }

  .sm\:max-w-25 {
    max-width: 25%;
  }

  .sm\:max-w-30 {
    max-width: 30%;
  }

  .sm\:max-w-35 {
    max-width: 35%;
  }

  .sm\:max-w-40 {
    max-width: 40%;
  }

  .sm\:max-w-45 {
    max-width: 45%;
  }

  .sm\:max-w-50 {
    max-width: 50%;
  }

  .sm\:max-w-55 {
    max-width: 55%;
  }

  .sm\:max-w-60 {
    max-width: 60%;
  }

  .sm\:max-w-65 {
    max-width: 65%;
  }

  .sm\:max-w-70 {
    max-width: 70%;
  }

  .sm\:max-w-75 {
    max-width: 75%;
  }

  .sm\:max-w-80 {
    max-width: 80%;
  }

  .sm\:max-w-85 {
    max-width: 85%;
  }

  .sm\:max-w-90 {
    max-width: 90%;
  }

  .sm\:max-w-95 {
    max-width: 95%;
  }

  .sm\:max-w-100 {
    max-width: 100%;
  }

  .sm\:max-w-0px {
    max-width: 0;
  }

  .sm\:max-w-5px {
    max-width: 5px;
  }

  .sm\:max-w-10px {
    max-width: 10px;
  }

  .sm\:max-w-15px {
    max-width: 15px;
  }

  .sm\:max-w-20px {
    max-width: 20px;
  }

  .sm\:max-w-25px {
    max-width: 25px;
  }

  .sm\:max-w-30px {
    max-width: 30px;
  }

  .sm\:max-w-35px {
    max-width: 35px;
  }

  .sm\:max-w-40px {
    max-width: 40px;
  }

  .sm\:max-w-45px {
    max-width: 45px;
  }

  .sm\:max-w-50px {
    max-width: 50px;
  }

  .sm\:max-w-55px {
    max-width: 55px;
  }

  .sm\:max-w-60px {
    max-width: 60px;
  }

  .sm\:max-w-65px {
    max-width: 65px;
  }

  .sm\:max-w-70px {
    max-width: 70px;
  }

  .sm\:max-w-75px {
    max-width: 75px;
  }

  .sm\:max-w-80px {
    max-width: 80px;
  }

  .sm\:max-w-85px {
    max-width: 85px;
  }

  .sm\:max-w-90px {
    max-width: 90px;
  }

  .sm\:max-w-95px {
    max-width: 95px;
  }

  .sm\:max-w-100px {
    max-width: 100px;
  }

  .sm\:max-w-105px {
    max-width: 105px;
  }

  .sm\:max-w-110px {
    max-width: 110px;
  }

  .sm\:max-w-115px {
    max-width: 115px;
  }

  .sm\:max-w-120px {
    max-width: 120px;
  }

  .sm\:max-w-125px {
    max-width: 125px;
  }

  .sm\:max-w-130px {
    max-width: 130px;
  }

  .sm\:max-w-135px {
    max-width: 135px;
  }

  .sm\:max-w-140px {
    max-width: 140px;
  }

  .sm\:max-w-145px {
    max-width: 145px;
  }

  .sm\:max-w-150px {
    max-width: 150px;
  }

  .sm\:max-w-155px {
    max-width: 155px;
  }

  .sm\:max-w-160px {
    max-width: 160px;
  }

  .sm\:max-w-165px {
    max-width: 165px;
  }

  .sm\:max-w-170px {
    max-width: 170px;
  }

  .sm\:max-w-175px {
    max-width: 175px;
  }

  .sm\:max-w-180px {
    max-width: 180px;
  }

  .sm\:max-w-185px {
    max-width: 185px;
  }

  .sm\:max-w-190px {
    max-width: 190px;
  }

  .sm\:max-w-195px {
    max-width: 195px;
  }

  .sm\:max-w-200px {
    max-width: 200px;
  }

  .sm\:max-w-205px {
    max-width: 205px;
  }

  .sm\:max-w-210px {
    max-width: 210px;
  }

  .sm\:max-w-215px {
    max-width: 215px;
  }

  .sm\:max-w-220px {
    max-width: 220px;
  }

  .sm\:max-w-225px {
    max-width: 225px;
  }

  .sm\:max-w-230px {
    max-width: 230px;
  }

  .sm\:max-w-235px {
    max-width: 235px;
  }

  .sm\:max-w-240px {
    max-width: 240px;
  }

  .sm\:max-w-245px {
    max-width: 245px;
  }

  .sm\:max-w-250px {
    max-width: 250px;
  }

  .sm\:max-w-255px {
    max-width: 255px;
  }

  .sm\:max-w-260px {
    max-width: 260px;
  }

  .sm\:max-w-265px {
    max-width: 265px;
  }

  .sm\:max-w-270px {
    max-width: 270px;
  }

  .sm\:max-w-275px {
    max-width: 275px;
  }

  .sm\:max-w-280px {
    max-width: 280px;
  }

  .sm\:max-w-285px {
    max-width: 285px;
  }

  .sm\:max-w-290px {
    max-width: 290px;
  }

  .sm\:max-w-295px {
    max-width: 295px;
  }

  .sm\:max-w-300px {
    max-width: 300px;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-5 {
    min-height: 5%;
  }

  .sm\:min-h-10 {
    min-height: 10%;
  }

  .sm\:min-h-15 {
    min-height: 15%;
  }

  .sm\:min-h-20 {
    min-height: 20%;
  }

  .sm\:min-h-25 {
    min-height: 25%;
  }

  .sm\:min-h-30 {
    min-height: 30%;
  }

  .sm\:min-h-35 {
    min-height: 35%;
  }

  .sm\:min-h-40 {
    min-height: 40%;
  }

  .sm\:min-h-45 {
    min-height: 45%;
  }

  .sm\:min-h-50 {
    min-height: 50%;
  }

  .sm\:min-h-55 {
    min-height: 55%;
  }

  .sm\:min-h-60 {
    min-height: 60%;
  }

  .sm\:min-h-65 {
    min-height: 65%;
  }

  .sm\:min-h-70 {
    min-height: 70%;
  }

  .sm\:min-h-75 {
    min-height: 75%;
  }

  .sm\:min-h-80 {
    min-height: 80%;
  }

  .sm\:min-h-85 {
    min-height: 85%;
  }

  .sm\:min-h-90 {
    min-height: 90%;
  }

  .sm\:min-h-95 {
    min-height: 95%;
  }

  .sm\:min-h-100 {
    min-height: 100%;
  }

  .sm\:min-h-0px {
    min-height: 0;
  }

  .sm\:min-h-10px {
    min-height: 10px;
  }

  .sm\:min-h-20px {
    min-height: 20px;
  }

  .sm\:min-h-30px {
    min-height: 30px;
  }

  .sm\:min-h-40px {
    min-height: 40px;
  }

  .sm\:min-h-50px {
    min-height: 50px;
  }

  .sm\:min-h-60px {
    min-height: 60px;
  }

  .sm\:min-h-70px {
    min-height: 70px;
  }

  .sm\:min-h-80px {
    min-height: 80px;
  }

  .sm\:min-h-90px {
    min-height: 90px;
  }

  .sm\:min-h-100px {
    min-height: 100px;
  }

  .sm\:min-h-110px {
    min-height: 110px;
  }

  .sm\:min-h-120px {
    min-height: 120px;
  }

  .sm\:min-h-130px {
    min-height: 130px;
  }

  .sm\:min-h-140px {
    min-height: 140px;
  }

  .sm\:min-h-150px {
    min-height: 150px;
  }

  .sm\:min-h-160px {
    min-height: 160px;
  }

  .sm\:min-h-170px {
    min-height: 170px;
  }

  .sm\:min-h-180px {
    min-height: 180px;
  }

  .sm\:min-h-190px {
    min-height: 190px;
  }

  .sm\:min-h-200px {
    min-height: 200px;
  }

  .sm\:min-h-210px {
    min-height: 210px;
  }

  .sm\:min-h-220px {
    min-height: 220px;
  }

  .sm\:min-h-230px {
    min-height: 230px;
  }

  .sm\:min-h-240px {
    min-height: 240px;
  }

  .sm\:min-h-250px {
    min-height: 250px;
  }

  .sm\:min-h-260px {
    min-height: 260px;
  }

  .sm\:min-h-270px {
    min-height: 270px;
  }

  .sm\:min-h-280px {
    min-height: 280px;
  }

  .sm\:min-h-290px {
    min-height: 290px;
  }

  .sm\:min-h-300px {
    min-height: 300px;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-5 {
    min-width: 5%;
  }

  .sm\:min-w-10 {
    min-width: 10%;
  }

  .sm\:min-w-15 {
    min-width: 15%;
  }

  .sm\:min-w-20 {
    min-width: 20%;
  }

  .sm\:min-w-25 {
    min-width: 25%;
  }

  .sm\:min-w-30 {
    min-width: 30%;
  }

  .sm\:min-w-35 {
    min-width: 35%;
  }

  .sm\:min-w-40 {
    min-width: 40%;
  }

  .sm\:min-w-45 {
    min-width: 45%;
  }

  .sm\:min-w-50 {
    min-width: 50%;
  }

  .sm\:min-w-55 {
    min-width: 55%;
  }

  .sm\:min-w-60 {
    min-width: 60%;
  }

  .sm\:min-w-65 {
    min-width: 65%;
  }

  .sm\:min-w-70 {
    min-width: 70%;
  }

  .sm\:min-w-75 {
    min-width: 75%;
  }

  .sm\:min-w-80 {
    min-width: 80%;
  }

  .sm\:min-w-85 {
    min-width: 85%;
  }

  .sm\:min-w-90 {
    min-width: 90%;
  }

  .sm\:min-w-95 {
    min-width: 95%;
  }

  .sm\:min-w-100 {
    min-width: 100%;
  }

  .sm\:min-w-0px {
    min-width: 0;
  }

  .sm\:min-w-5px {
    min-width: 5px;
  }

  .sm\:min-w-10px {
    min-width: 10px;
  }

  .sm\:min-w-15px {
    min-width: 15px;
  }

  .sm\:min-w-20px {
    min-width: 20px;
  }

  .sm\:min-w-25px {
    min-width: 25px;
  }

  .sm\:min-w-30px {
    min-width: 30px;
  }

  .sm\:min-w-35px {
    min-width: 35px;
  }

  .sm\:min-w-40px {
    min-width: 40px;
  }

  .sm\:min-w-45px {
    min-width: 45px;
  }

  .sm\:min-w-50px {
    min-width: 50px;
  }

  .sm\:min-w-55px {
    min-width: 55px;
  }

  .sm\:min-w-60px {
    min-width: 60px;
  }

  .sm\:min-w-65px {
    min-width: 65px;
  }

  .sm\:min-w-70px {
    min-width: 70px;
  }

  .sm\:min-w-75px {
    min-width: 75px;
  }

  .sm\:min-w-80px {
    min-width: 80px;
  }

  .sm\:min-w-85px {
    min-width: 85px;
  }

  .sm\:min-w-90px {
    min-width: 90px;
  }

  .sm\:min-w-95px {
    min-width: 95px;
  }

  .sm\:min-w-100px {
    min-width: 100px;
  }

  .sm\:min-w-105px {
    min-width: 105px;
  }

  .sm\:min-w-110px {
    min-width: 110px;
  }

  .sm\:min-w-115px {
    min-width: 115px;
  }

  .sm\:min-w-120px {
    min-width: 120px;
  }

  .sm\:min-w-125px {
    min-width: 125px;
  }

  .sm\:min-w-130px {
    min-width: 130px;
  }

  .sm\:min-w-135px {
    min-width: 135px;
  }

  .sm\:min-w-140px {
    min-width: 140px;
  }

  .sm\:min-w-145px {
    min-width: 145px;
  }

  .sm\:min-w-150px {
    min-width: 150px;
  }

  .sm\:min-w-155px {
    min-width: 155px;
  }

  .sm\:min-w-160px {
    min-width: 160px;
  }

  .sm\:min-w-165px {
    min-width: 165px;
  }

  .sm\:min-w-170px {
    min-width: 170px;
  }

  .sm\:min-w-175px {
    min-width: 175px;
  }

  .sm\:min-w-180px {
    min-width: 180px;
  }

  .sm\:min-w-185px {
    min-width: 185px;
  }

  .sm\:min-w-190px {
    min-width: 190px;
  }

  .sm\:min-w-195px {
    min-width: 195px;
  }

  .sm\:min-w-200px {
    min-width: 200px;
  }

  .sm\:min-w-205px {
    min-width: 205px;
  }

  .sm\:min-w-210px {
    min-width: 210px;
  }

  .sm\:min-w-215px {
    min-width: 215px;
  }

  .sm\:min-w-220px {
    min-width: 220px;
  }

  .sm\:min-w-225px {
    min-width: 225px;
  }

  .sm\:min-w-230px {
    min-width: 230px;
  }

  .sm\:min-w-235px {
    min-width: 235px;
  }

  .sm\:min-w-240px {
    min-width: 240px;
  }

  .sm\:min-w-245px {
    min-width: 245px;
  }

  .sm\:min-w-250px {
    min-width: 250px;
  }

  .sm\:min-w-255px {
    min-width: 255px;
  }

  .sm\:min-w-260px {
    min-width: 260px;
  }

  .sm\:min-w-265px {
    min-width: 265px;
  }

  .sm\:min-w-270px {
    min-width: 270px;
  }

  .sm\:min-w-275px {
    min-width: 275px;
  }

  .sm\:min-w-280px {
    min-width: 280px;
  }

  .sm\:min-w-285px {
    min-width: 285px;
  }

  .sm\:min-w-290px {
    min-width: 290px;
  }

  .sm\:min-w-295px {
    min-width: 295px;
  }

  .sm\:min-w-300px {
    min-width: 300px;
  }

  .sm\:object-fit-contain {
    object-fit: contain;
  }

  .sm\:object-fit-cover {
    object-fit: cover;
  }

  .sm\:object-fit-fill {
    object-fit: fill;
  }

  .sm\:object-fit-none {
    object-fit: none;
  }

  .sm\:object-fit-scale-down {
    object-fit: scale-down;
  }

  .sm\:object-fit-inherit {
    object-fit: inherit;
  }

  .sm\:object-position-top {
    object-position: top;
  }

  .sm\:object-position-right {
    object-position: right;
  }

  .sm\:object-position-bottom {
    object-position: bottom;
  }

  .sm\:object-position-left {
    object-position: left;
  }

  .sm\:object-position-center {
    object-position: center;
  }

  .sm\:object-position-left-top {
    object-position: left top;
  }

  .sm\:object-position-left-bottom {
    object-position: left bottom;
  }

  .sm\:object-position-right-top {
    object-position: right top;
  }

  .sm\:object-position-right-bottom {
    object-position: right bottom;
  }

  .sm\:opacity-0 {
    opacity: 0;
  }

  .sm\:opacity-5 {
    opacity: 0.05;
  }

  .sm\:opacity-10 {
    opacity: 0.1;
  }

  .sm\:opacity-15 {
    opacity: 0.15;
  }

  .sm\:opacity-20 {
    opacity: 0.2;
  }

  .sm\:opacity-25 {
    opacity: 0.25;
  }

  .sm\:opacity-30 {
    opacity: 0.3;
  }

  .sm\:opacity-35 {
    opacity: 0.35;
  }

  .sm\:opacity-40 {
    opacity: 0.4;
  }

  .sm\:opacity-45 {
    opacity: 0.45;
  }

  .sm\:opacity-50 {
    opacity: 0.5;
  }

  .sm\:opacity-55 {
    opacity: 0.55;
  }

  .sm\:opacity-60 {
    opacity: 0.6;
  }

  .sm\:opacity-65 {
    opacity: 0.65;
  }

  .sm\:opacity-70 {
    opacity: 0.7;
  }

  .sm\:opacity-75 {
    opacity: 0.75;
  }

  .sm\:opacity-80 {
    opacity: 0.8;
  }

  .sm\:opacity-85 {
    opacity: 0.85;
  }

  .sm\:opacity-90 {
    opacity: 0.9;
  }

  .sm\:opacity-95 {
    opacity: 0.95;
  }

  .sm\:opacity-100 {
    opacity: 100;
  }

  .sm\:order-0 {
    order: 0;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

  .sm\:order-3 {
    order: 3;
  }

  .sm\:order-4 {
    order: 4;
  }

  .sm\:order-5 {
    order: 5;
  }

  .sm\:order-6 {
    order: 6;
  }

  .sm\:order-7 {
    order: 7;
  }

  .sm\:order-8 {
    order: 8;
  }

  .sm\:order-9 {
    order: 9;
  }

  .sm\:order-10 {
    order: 10;
  }

  .sm\:overflow-wrap-normal {
    overflow-wrap: normal;
  }

  .sm\:overflow-wrap-anywhere {
    overflow-wrap: anywhere;
  }

  .sm\:overflow-wrap-break-word {
    overflow-wrap: break-word;
  }

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:overflow-scroll {
    overflow: scroll;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .sm\:overscroll-behavior-auto {
    overscroll-behavior: auto;
  }

  .sm\:overscroll-behavior-contain {
    overscroll-behavior: contain;
  }

  .sm\:overscroll-behavior-none {
    overscroll-behavior: none;
  }

  .sm\:overscroll-behavior-y-auto {
    overscroll-behavior-y: auto;
  }

  .sm\:overscroll-behavior-y-contain {
    overscroll-behavior-y: contain;
  }

  .sm\:overscroll-behavior-y-none {
    overscroll-behavior-y: none;
  }

  .sm\:overscroll-behavior-x-auto {
    overscroll-behavior-x: auto;
  }

  .sm\:overscroll-behavior-x-contain {
    overscroll-behavior-x: contain;
  }

  .sm\:overscroll-behavior-x-none {
    overscroll-behavior-x: none;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:p-5 {
    padding: 5%;
  }

  .sm\:pt-5 {
    padding-top: 5%;
  }

  .sm\:pr-5 {
    padding-right: 5%;
  }

  .sm\:pb-5 {
    padding-bottom: 5%;
  }

  .sm\:pl-5 {
    padding-left: 5%;
  }

  .sm\:p-10 {
    padding: 10%;
  }

  .sm\:pt-10 {
    padding-top: 10%;
  }

  .sm\:pr-10 {
    padding-right: 10%;
  }

  .sm\:pb-10 {
    padding-bottom: 10%;
  }

  .sm\:pl-10 {
    padding-left: 10%;
  }

  .sm\:p-15 {
    padding: 15%;
  }

  .sm\:pt-15 {
    padding-top: 15%;
  }

  .sm\:pr-15 {
    padding-right: 15%;
  }

  .sm\:pb-15 {
    padding-bottom: 15%;
  }

  .sm\:pl-15 {
    padding-left: 15%;
  }

  .sm\:p-20 {
    padding: 20%;
  }

  .sm\:pt-20 {
    padding-top: 20%;
  }

  .sm\:pr-20 {
    padding-right: 20%;
  }

  .sm\:pb-20 {
    padding-bottom: 20%;
  }

  .sm\:pl-20 {
    padding-left: 20%;
  }

  .sm\:p-25 {
    padding: 25%;
  }

  .sm\:pt-25 {
    padding-top: 25%;
  }

  .sm\:pr-25 {
    padding-right: 25%;
  }

  .sm\:pb-25 {
    padding-bottom: 25%;
  }

  .sm\:pl-25 {
    padding-left: 25%;
  }

  .sm\:p-30 {
    padding: 30%;
  }

  .sm\:pt-30 {
    padding-top: 30%;
  }

  .sm\:pr-30 {
    padding-right: 30%;
  }

  .sm\:pb-30 {
    padding-bottom: 30%;
  }

  .sm\:pl-30 {
    padding-left: 30%;
  }

  .sm\:p-35 {
    padding: 35%;
  }

  .sm\:pt-35 {
    padding-top: 35%;
  }

  .sm\:pr-35 {
    padding-right: 35%;
  }

  .sm\:pb-35 {
    padding-bottom: 35%;
  }

  .sm\:pl-35 {
    padding-left: 35%;
  }

  .sm\:p-40 {
    padding: 40%;
  }

  .sm\:pt-40 {
    padding-top: 40%;
  }

  .sm\:pr-40 {
    padding-right: 40%;
  }

  .sm\:pb-40 {
    padding-bottom: 40%;
  }

  .sm\:pl-40 {
    padding-left: 40%;
  }

  .sm\:p-45 {
    padding: 45%;
  }

  .sm\:pt-45 {
    padding-top: 45%;
  }

  .sm\:pr-45 {
    padding-right: 45%;
  }

  .sm\:pb-45 {
    padding-bottom: 45%;
  }

  .sm\:pl-45 {
    padding-left: 45%;
  }

  .sm\:p-50 {
    padding: 50%;
  }

  .sm\:pt-50 {
    padding-top: 50%;
  }

  .sm\:pr-50 {
    padding-right: 50%;
  }

  .sm\:pb-50 {
    padding-bottom: 50%;
  }

  .sm\:pl-50 {
    padding-left: 50%;
  }

  .sm\:p-55 {
    padding: 55%;
  }

  .sm\:pt-55 {
    padding-top: 55%;
  }

  .sm\:pr-55 {
    padding-right: 55%;
  }

  .sm\:pb-55 {
    padding-bottom: 55%;
  }

  .sm\:pl-55 {
    padding-left: 55%;
  }

  .sm\:p-60 {
    padding: 60%;
  }

  .sm\:pt-60 {
    padding-top: 60%;
  }

  .sm\:pr-60 {
    padding-right: 60%;
  }

  .sm\:pb-60 {
    padding-bottom: 60%;
  }

  .sm\:pl-60 {
    padding-left: 60%;
  }

  .sm\:p-65 {
    padding: 65%;
  }

  .sm\:pt-65 {
    padding-top: 65%;
  }

  .sm\:pr-65 {
    padding-right: 65%;
  }

  .sm\:pb-65 {
    padding-bottom: 65%;
  }

  .sm\:pl-65 {
    padding-left: 65%;
  }

  .sm\:p-70 {
    padding: 70%;
  }

  .sm\:pt-70 {
    padding-top: 70%;
  }

  .sm\:pr-70 {
    padding-right: 70%;
  }

  .sm\:pb-70 {
    padding-bottom: 70%;
  }

  .sm\:pl-70 {
    padding-left: 70%;
  }

  .sm\:p-75 {
    padding: 75%;
  }

  .sm\:pt-75 {
    padding-top: 75%;
  }

  .sm\:pr-75 {
    padding-right: 75%;
  }

  .sm\:pb-75 {
    padding-bottom: 75%;
  }

  .sm\:pl-75 {
    padding-left: 75%;
  }

  .sm\:p-80 {
    padding: 80%;
  }

  .sm\:pt-80 {
    padding-top: 80%;
  }

  .sm\:pr-80 {
    padding-right: 80%;
  }

  .sm\:pb-80 {
    padding-bottom: 80%;
  }

  .sm\:pl-80 {
    padding-left: 80%;
  }

  .sm\:p-85 {
    padding: 85%;
  }

  .sm\:pt-85 {
    padding-top: 85%;
  }

  .sm\:pr-85 {
    padding-right: 85%;
  }

  .sm\:pb-85 {
    padding-bottom: 85%;
  }

  .sm\:pl-85 {
    padding-left: 85%;
  }

  .sm\:p-90 {
    padding: 90%;
  }

  .sm\:pt-90 {
    padding-top: 90%;
  }

  .sm\:pr-90 {
    padding-right: 90%;
  }

  .sm\:pb-90 {
    padding-bottom: 90%;
  }

  .sm\:pl-90 {
    padding-left: 90%;
  }

  .sm\:p-95 {
    padding: 95%;
  }

  .sm\:pt-95 {
    padding-top: 95%;
  }

  .sm\:pr-95 {
    padding-right: 95%;
  }

  .sm\:pb-95 {
    padding-bottom: 95%;
  }

  .sm\:pl-95 {
    padding-left: 95%;
  }

  .sm\:p-100 {
    padding: 100%;
  }

  .sm\:pt-100 {
    padding-top: 100%;
  }

  .sm\:pr-100 {
    padding-right: 100%;
  }

  .sm\:pb-100 {
    padding-bottom: 100%;
  }

  .sm\:pl-100 {
    padding-left: 100%;
  }

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

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

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

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

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

  .sm\:p-5px {
    padding: 5px;
  }

  .sm\:pt-5px {
    padding-top: 5px;
  }

  .sm\:pr-5px {
    padding-right: 5px;
  }

  .sm\:pb-5px {
    padding-bottom: 5px;
  }

  .sm\:pl-5px {
    padding-left: 5px;
  }

  .sm\:p-10px {
    padding: 10px;
  }

  .sm\:pt-10px {
    padding-top: 10px;
  }

  .sm\:pr-10px {
    padding-right: 10px;
  }

  .sm\:pb-10px {
    padding-bottom: 10px;
  }

  .sm\:pl-10px {
    padding-left: 10px;
  }

  .sm\:p-15px {
    padding: 15px;
  }

  .sm\:pt-15px {
    padding-top: 15px;
  }

  .sm\:pr-15px {
    padding-right: 15px;
  }

  .sm\:pb-15px {
    padding-bottom: 15px;
  }

  .sm\:pl-15px {
    padding-left: 15px;
  }

  .sm\:p-20px {
    padding: 20px;
  }

  .sm\:pt-20px {
    padding-top: 20px;
  }

  .sm\:pr-20px {
    padding-right: 20px;
  }

  .sm\:pb-20px {
    padding-bottom: 20px;
  }

  .sm\:pl-20px {
    padding-left: 20px;
  }

  .sm\:p-25px {
    padding: 25px;
  }

  .sm\:pt-25px {
    padding-top: 25px;
  }

  .sm\:pr-25px {
    padding-right: 25px;
  }

  .sm\:pb-25px {
    padding-bottom: 25px;
  }

  .sm\:pl-25px {
    padding-left: 25px;
  }

  .sm\:p-30px {
    padding: 30px;
  }

  .sm\:pt-30px {
    padding-top: 30px;
  }

  .sm\:pr-30px {
    padding-right: 30px;
  }

  .sm\:pb-30px {
    padding-bottom: 30px;
  }

  .sm\:pl-30px {
    padding-left: 30px;
  }

  .sm\:p-35px {
    padding: 35px;
  }

  .sm\:pt-35px {
    padding-top: 35px;
  }

  .sm\:pr-35px {
    padding-right: 35px;
  }

  .sm\:pb-35px {
    padding-bottom: 35px;
  }

  .sm\:pl-35px {
    padding-left: 35px;
  }

  .sm\:p-40px {
    padding: 40px;
  }

  .sm\:pt-40px {
    padding-top: 40px;
  }

  .sm\:pr-40px {
    padding-right: 40px;
  }

  .sm\:pb-40px {
    padding-bottom: 40px;
  }

  .sm\:pl-40px {
    padding-left: 40px;
  }

  .sm\:p-45px {
    padding: 45px;
  }

  .sm\:pt-45px {
    padding-top: 45px;
  }

  .sm\:pr-45px {
    padding-right: 45px;
  }

  .sm\:pb-45px {
    padding-bottom: 45px;
  }

  .sm\:pl-45px {
    padding-left: 45px;
  }

  .sm\:p-50px {
    padding: 50px;
  }

  .sm\:pt-50px {
    padding-top: 50px;
  }

  .sm\:pr-50px {
    padding-right: 50px;
  }

  .sm\:pb-50px {
    padding-bottom: 50px;
  }

  .sm\:pl-50px {
    padding-left: 50px;
  }

  .sm\:p-55px {
    padding: 55px;
  }

  .sm\:pt-55px {
    padding-top: 55px;
  }

  .sm\:pr-55px {
    padding-right: 55px;
  }

  .sm\:pb-55px {
    padding-bottom: 55px;
  }

  .sm\:pl-55px {
    padding-left: 55px;
  }

  .sm\:p-60px {
    padding: 60px;
  }

  .sm\:pt-60px {
    padding-top: 60px;
  }

  .sm\:pr-60px {
    padding-right: 60px;
  }

  .sm\:pb-60px {
    padding-bottom: 60px;
  }

  .sm\:pl-60px {
    padding-left: 60px;
  }

  .sm\:p-65px {
    padding: 65px;
  }

  .sm\:pt-65px {
    padding-top: 65px;
  }

  .sm\:pr-65px {
    padding-right: 65px;
  }

  .sm\:pb-65px {
    padding-bottom: 65px;
  }

  .sm\:pl-65px {
    padding-left: 65px;
  }

  .sm\:p-70px {
    padding: 70px;
  }

  .sm\:pt-70px {
    padding-top: 70px;
  }

  .sm\:pr-70px {
    padding-right: 70px;
  }

  .sm\:pb-70px {
    padding-bottom: 70px;
  }

  .sm\:pl-70px {
    padding-left: 70px;
  }

  .sm\:p-75px {
    padding: 75px;
  }

  .sm\:pt-75px {
    padding-top: 75px;
  }

  .sm\:pr-75px {
    padding-right: 75px;
  }

  .sm\:pb-75px {
    padding-bottom: 75px;
  }

  .sm\:pl-75px {
    padding-left: 75px;
  }

  .sm\:p-80px {
    padding: 80px;
  }

  .sm\:pt-80px {
    padding-top: 80px;
  }

  .sm\:pr-80px {
    padding-right: 80px;
  }

  .sm\:pb-80px {
    padding-bottom: 80px;
  }

  .sm\:pl-80px {
    padding-left: 80px;
  }

  .sm\:p-85px {
    padding: 85px;
  }

  .sm\:pt-85px {
    padding-top: 85px;
  }

  .sm\:pr-85px {
    padding-right: 85px;
  }

  .sm\:pb-85px {
    padding-bottom: 85px;
  }

  .sm\:pl-85px {
    padding-left: 85px;
  }

  .sm\:p-90px {
    padding: 90px;
  }

  .sm\:pt-90px {
    padding-top: 90px;
  }

  .sm\:pr-90px {
    padding-right: 90px;
  }

  .sm\:pb-90px {
    padding-bottom: 90px;
  }

  .sm\:pl-90px {
    padding-left: 90px;
  }

  .sm\:p-95px {
    padding: 95px;
  }

  .sm\:pt-95px {
    padding-top: 95px;
  }

  .sm\:pr-95px {
    padding-right: 95px;
  }

  .sm\:pb-95px {
    padding-bottom: 95px;
  }

  .sm\:pl-95px {
    padding-left: 95px;
  }

  .sm\:p-100px {
    padding: 100px;
  }

  .sm\:pt-100px {
    padding-top: 100px;
  }

  .sm\:pr-100px {
    padding-right: 100px;
  }

  .sm\:pb-100px {
    padding-bottom: 100px;
  }

  .sm\:pl-100px {
    padding-left: 100px;
  }

  .sm\:place-content-start {
    place-content: start;
  }

  .sm\:place-content-end {
    place-content: end;
  }

  .sm\:place-content-center {
    place-content: center;
  }

  .sm\:place-content-between {
    place-content: space-between;
  }

  .sm\:place-content-around {
    place-content: space-around;
  }

  .sm\:place-content-evenly {
    place-content: space-evenly;
  }

  .sm\:place-content-stretch {
    place-content: stretch;
  }

  .sm\:place-items-auto {
    place-items: auto;
  }

  .sm\:place-items-start {
    place-items: start;
  }

  .sm\:place-items-end {
    place-items: end;
  }

  .sm\:place-items-center {
    place-items: center;
  }

  .sm\:place-items-stretch {
    place-items: stretch;
  }

  .sm\:place-self-auto {
    place-self: auto;
  }

  .sm\:place-self-start {
    place-self: start;
  }

  .sm\:place-self-end {
    place-self: end;
  }

  .sm\:place-self-center {
    place-self: center;
  }

  .sm\:place-self-stretch {
    place-self: stretch;
  }

  .sm\:pointer-events-none {
    pointer-events: none;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto;
  }

  .sm\:position-static {
    position: static;
  }

  .sm\:position-relative {
    position: relative;
  }

  .sm\:position-fixed {
    position: fixed;
  }

  .sm\:position-absolute {
    position: absolute;
  }

  .sm\:position-sticky {
    position: sticky;
  }

  .sm\:resize-none {
    resize: none;
  }

  .sm\:resize-vertical {
    resize: vertical;
  }

  .sm\:resize-horizontal {
    resize: horizontal;
  }

  .sm\:resize-both {
    resize: both;
  }

  .sm\:table-layout-auto {
    table-layout: auto;
  }

  .sm\:table-layout-fixed {
    table-layout: fixed;
  }

  .sm\:text-align-left {
    text-align: left;
  }

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

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

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

  .sm\:text-decoration-underline {
    text-decoration: underline;
  }

  .sm\:text-decoration-overline {
    text-decoration: overline;
  }

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

  .sm\:text-decoration-none {
    text-decoration: none;
  }

  .sm\:text-opacity-0 {
    --text-opacity: 0;
  }

  .sm\:text-opacity-5 {
    --text-opacity: 0.05;
  }

  .sm\:text-opacity-10 {
    --text-opacity: 0.1;
  }

  .sm\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .sm\:text-opacity-20 {
    --text-opacity: 0.2;
  }

  .sm\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .sm\:text-opacity-30 {
    --text-opacity: 0.3;
  }

  .sm\:text-opacity-35 {
    --text-opacity: 0.35;
  }

  .sm\:text-opacity-40 {
    --text-opacity: 0.4;
  }

  .sm\:text-opacity-45 {
    --text-opacity: 0.45;
  }

  .sm\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .sm\:text-opacity-55 {
    --text-opacity: 0.55;
  }

  .sm\:text-opacity-60 {
    --text-opacity: 0.6;
  }

  .sm\:text-opacity-65 {
    --text-opacity: 0.65;
  }

  .sm\:text-opacity-70 {
    --text-opacity: 0.7;
  }

  .sm\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .sm\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .sm\:text-opacity-85 {
    --text-opacity: 0.85;
  }

  .sm\:text-opacity-90 {
    --text-opacity: 0.9;
  }

  .sm\:text-opacity-95 {
    --text-opacity: 0.95;
  }

  .sm\:text-opacity-100 {
    --text-opacity: 100;
  }

  .sm\:text-overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .sm\:text-overflow-clip {
    text-overflow: clip;
  }

  .sm\:text-transform-uppercase {
    text-transform: uppercase;
  }

  .sm\:text-transform-lowercase {
    text-transform: lowercase;
  }

  .sm\:text-transform-capitalize {
    text-transform: capitalize;
  }

  .sm\:text-transform-none {
    text-transform: none;
  }

  .sm\:top-0 {
    top: 0;
  }

  .sm\:-top-0 {
    top: -0;
  }

  .sm\:right-0 {
    right: 0;
  }

  .sm\:-right-0 {
    right: -0;
  }

  .sm\:bottom-0 {
    bottom: 0;
  }

  .sm\:-bottom-0 {
    bottom: -0;
  }

  .sm\:left-0 {
    left: 0;
  }

  .sm\:-left-0 {
    left: -0;
  }

  .sm\:top-10 {
    top: 10%;
  }

  .sm\:-top-10 {
    top: -10%;
  }

  .sm\:right-10 {
    right: 10%;
  }

  .sm\:-right-10 {
    right: -10%;
  }

  .sm\:bottom-10 {
    bottom: 10%;
  }

  .sm\:-bottom-10 {
    bottom: -10%;
  }

  .sm\:left-10 {
    left: 10%;
  }

  .sm\:-left-10 {
    left: -10%;
  }

  .sm\:top-20 {
    top: 20%;
  }

  .sm\:-top-20 {
    top: -20%;
  }

  .sm\:right-20 {
    right: 20%;
  }

  .sm\:-right-20 {
    right: -20%;
  }

  .sm\:bottom-20 {
    bottom: 20%;
  }

  .sm\:-bottom-20 {
    bottom: -20%;
  }

  .sm\:left-20 {
    left: 20%;
  }

  .sm\:-left-20 {
    left: -20%;
  }

  .sm\:top-30 {
    top: 30%;
  }

  .sm\:-top-30 {
    top: -30%;
  }

  .sm\:right-30 {
    right: 30%;
  }

  .sm\:-right-30 {
    right: -30%;
  }

  .sm\:bottom-30 {
    bottom: 30%;
  }

  .sm\:-bottom-30 {
    bottom: -30%;
  }

  .sm\:left-30 {
    left: 30%;
  }

  .sm\:-left-30 {
    left: -30%;
  }

  .sm\:top-40 {
    top: 40%;
  }

  .sm\:-top-40 {
    top: -40%;
  }

  .sm\:right-40 {
    right: 40%;
  }

  .sm\:-right-40 {
    right: -40%;
  }

  .sm\:bottom-40 {
    bottom: 40%;
  }

  .sm\:-bottom-40 {
    bottom: -40%;
  }

  .sm\:left-40 {
    left: 40%;
  }

  .sm\:-left-40 {
    left: -40%;
  }

  .sm\:top-50 {
    top: 50%;
  }

  .sm\:-top-50 {
    top: -50%;
  }

  .sm\:right-50 {
    right: 50%;
  }

  .sm\:-right-50 {
    right: -50%;
  }

  .sm\:bottom-50 {
    bottom: 50%;
  }

  .sm\:-bottom-50 {
    bottom: -50%;
  }

  .sm\:left-50 {
    left: 50%;
  }

  .sm\:-left-50 {
    left: -50%;
  }

  .sm\:top-60 {
    top: 60%;
  }

  .sm\:-top-60 {
    top: -60%;
  }

  .sm\:right-60 {
    right: 60%;
  }

  .sm\:-right-60 {
    right: -60%;
  }

  .sm\:bottom-60 {
    bottom: 60%;
  }

  .sm\:-bottom-60 {
    bottom: -60%;
  }

  .sm\:left-60 {
    left: 60%;
  }

  .sm\:-left-60 {
    left: -60%;
  }

  .sm\:top-70 {
    top: 70%;
  }

  .sm\:-top-70 {
    top: -70%;
  }

  .sm\:right-70 {
    right: 70%;
  }

  .sm\:-right-70 {
    right: -70%;
  }

  .sm\:bottom-70 {
    bottom: 70%;
  }

  .sm\:-bottom-70 {
    bottom: -70%;
  }

  .sm\:left-70 {
    left: 70%;
  }

  .sm\:-left-70 {
    left: -70%;
  }

  .sm\:top-80 {
    top: 80%;
  }

  .sm\:-top-80 {
    top: -80%;
  }

  .sm\:right-80 {
    right: 80%;
  }

  .sm\:-right-80 {
    right: -80%;
  }

  .sm\:bottom-80 {
    bottom: 80%;
  }

  .sm\:-bottom-80 {
    bottom: -80%;
  }

  .sm\:left-80 {
    left: 80%;
  }

  .sm\:-left-80 {
    left: -80%;
  }

  .sm\:top-90 {
    top: 90%;
  }

  .sm\:-top-90 {
    top: -90%;
  }

  .sm\:right-90 {
    right: 90%;
  }

  .sm\:-right-90 {
    right: -90%;
  }

  .sm\:bottom-90 {
    bottom: 90%;
  }

  .sm\:-bottom-90 {
    bottom: -90%;
  }

  .sm\:left-90 {
    left: 90%;
  }

  .sm\:-left-90 {
    left: -90%;
  }

  .sm\:top-100 {
    top: 100%;
  }

  .sm\:-top-100 {
    top: -100%;
  }

  .sm\:right-100 {
    right: 100%;
  }

  .sm\:-right-100 {
    right: -100%;
  }

  .sm\:bottom-100 {
    bottom: 100%;
  }

  .sm\:-bottom-100 {
    bottom: -100%;
  }

  .sm\:left-100 {
    left: 100%;
  }

  .sm\:-left-100 {
    left: -100%;
  }

  .sm\:top-0px {
    top: 0;
  }

  .sm\:-top-0px {
    top: -0;
  }

  .sm\:right-0px {
    right: 0;
  }

  .sm\:-right-0px {
    right: -0;
  }

  .sm\:bottom-0px {
    bottom: 0;
  }

  .sm\:-bottom-0px {
    bottom: -0;
  }

  .sm\:left-0px {
    left: 0;
  }

  .sm\:-left-0px {
    left: -0;
  }

  .sm\:top-10px {
    top: 10px;
  }

  .sm\:-top-10px {
    top: -10px;
  }

  .sm\:right-10px {
    right: 10px;
  }

  .sm\:-right-10px {
    right: -10px;
  }

  .sm\:bottom-10px {
    bottom: 10px;
  }

  .sm\:-bottom-10px {
    bottom: -10px;
  }

  .sm\:left-10px {
    left: 10px;
  }

  .sm\:-left-10px {
    left: -10px;
  }

  .sm\:top-20px {
    top: 20px;
  }

  .sm\:-top-20px {
    top: -20px;
  }

  .sm\:right-20px {
    right: 20px;
  }

  .sm\:-right-20px {
    right: -20px;
  }

  .sm\:bottom-20px {
    bottom: 20px;
  }

  .sm\:-bottom-20px {
    bottom: -20px;
  }

  .sm\:left-20px {
    left: 20px;
  }

  .sm\:-left-20px {
    left: -20px;
  }

  .sm\:top-30px {
    top: 30px;
  }

  .sm\:-top-30px {
    top: -30px;
  }

  .sm\:right-30px {
    right: 30px;
  }

  .sm\:-right-30px {
    right: -30px;
  }

  .sm\:bottom-30px {
    bottom: 30px;
  }

  .sm\:-bottom-30px {
    bottom: -30px;
  }

  .sm\:left-30px {
    left: 30px;
  }

  .sm\:-left-30px {
    left: -30px;
  }

  .sm\:top-40px {
    top: 40px;
  }

  .sm\:-top-40px {
    top: -40px;
  }

  .sm\:right-40px {
    right: 40px;
  }

  .sm\:-right-40px {
    right: -40px;
  }

  .sm\:bottom-40px {
    bottom: 40px;
  }

  .sm\:-bottom-40px {
    bottom: -40px;
  }

  .sm\:left-40px {
    left: 40px;
  }

  .sm\:-left-40px {
    left: -40px;
  }

  .sm\:top-50px {
    top: 50px;
  }

  .sm\:-top-50px {
    top: -50px;
  }

  .sm\:right-50px {
    right: 50px;
  }

  .sm\:-right-50px {
    right: -50px;
  }

  .sm\:bottom-50px {
    bottom: 50px;
  }

  .sm\:-bottom-50px {
    bottom: -50px;
  }

  .sm\:left-50px {
    left: 50px;
  }

  .sm\:-left-50px {
    left: -50px;
  }

  .sm\:top-60px {
    top: 60px;
  }

  .sm\:-top-60px {
    top: -60px;
  }

  .sm\:right-60px {
    right: 60px;
  }

  .sm\:-right-60px {
    right: -60px;
  }

  .sm\:bottom-60px {
    bottom: 60px;
  }

  .sm\:-bottom-60px {
    bottom: -60px;
  }

  .sm\:left-60px {
    left: 60px;
  }

  .sm\:-left-60px {
    left: -60px;
  }

  .sm\:top-70px {
    top: 70px;
  }

  .sm\:-top-70px {
    top: -70px;
  }

  .sm\:right-70px {
    right: 70px;
  }

  .sm\:-right-70px {
    right: -70px;
  }

  .sm\:bottom-70px {
    bottom: 70px;
  }

  .sm\:-bottom-70px {
    bottom: -70px;
  }

  .sm\:left-70px {
    left: 70px;
  }

  .sm\:-left-70px {
    left: -70px;
  }

  .sm\:top-80px {
    top: 80px;
  }

  .sm\:-top-80px {
    top: -80px;
  }

  .sm\:right-80px {
    right: 80px;
  }

  .sm\:-right-80px {
    right: -80px;
  }

  .sm\:bottom-80px {
    bottom: 80px;
  }

  .sm\:-bottom-80px {
    bottom: -80px;
  }

  .sm\:left-80px {
    left: 80px;
  }

  .sm\:-left-80px {
    left: -80px;
  }

  .sm\:top-90px {
    top: 90px;
  }

  .sm\:-top-90px {
    top: -90px;
  }

  .sm\:right-90px {
    right: 90px;
  }

  .sm\:-right-90px {
    right: -90px;
  }

  .sm\:bottom-90px {
    bottom: 90px;
  }

  .sm\:-bottom-90px {
    bottom: -90px;
  }

  .sm\:left-90px {
    left: 90px;
  }

  .sm\:-left-90px {
    left: -90px;
  }

  .sm\:top-100px {
    top: 100px;
  }

  .sm\:-top-100px {
    top: -100px;
  }

  .sm\:right-100px {
    right: 100px;
  }

  .sm\:-right-100px {
    right: -100px;
  }

  .sm\:bottom-100px {
    bottom: 100px;
  }

  .sm\:-bottom-100px {
    bottom: -100px;
  }

  .sm\:left-100px {
    left: 100px;
  }

  .sm\:-left-100px {
    left: -100px;
  }

  .sm\:inset-0 {
    inset: 0;
  }

  .sm\:-inset-0 {
    inset: -0;
  }

  .sm\:inset-10 {
    inset: 10%;
  }

  .sm\:-inset-10 {
    inset: -10%;
  }

  .sm\:inset-20 {
    inset: 20%;
  }

  .sm\:-inset-20 {
    inset: -20%;
  }

  .sm\:inset-30 {
    inset: 30%;
  }

  .sm\:-inset-30 {
    inset: -30%;
  }

  .sm\:inset-40 {
    inset: 40%;
  }

  .sm\:-inset-40 {
    inset: -40%;
  }

  .sm\:inset-50 {
    inset: 50%;
  }

  .sm\:-inset-50 {
    inset: -50%;
  }

  .sm\:inset-60 {
    inset: 60%;
  }

  .sm\:-inset-60 {
    inset: -60%;
  }

  .sm\:inset-70 {
    inset: 70%;
  }

  .sm\:-inset-70 {
    inset: -70%;
  }

  .sm\:inset-80 {
    inset: 80%;
  }

  .sm\:-inset-80 {
    inset: -80%;
  }

  .sm\:inset-90 {
    inset: 90%;
  }

  .sm\:-inset-90 {
    inset: -90%;
  }

  .sm\:inset-100 {
    inset: 100%;
  }

  .sm\:-inset-100 {
    inset: -100%;
  }

  .sm\:inset-0px {
    inset: 0;
  }

  .sm\:-inset-0px {
    inset: -0;
  }

  .sm\:inset-10px {
    inset: 10px;
  }

  .sm\:-inset-10px {
    inset: -10px;
  }

  .sm\:inset-20px {
    inset: 20px;
  }

  .sm\:-inset-20px {
    inset: -20px;
  }

  .sm\:inset-30px {
    inset: 30px;
  }

  .sm\:-inset-30px {
    inset: -30px;
  }

  .sm\:inset-40px {
    inset: 40px;
  }

  .sm\:-inset-40px {
    inset: -40px;
  }

  .sm\:inset-50px {
    inset: 50px;
  }

  .sm\:-inset-50px {
    inset: -50px;
  }

  .sm\:inset-60px {
    inset: 60px;
  }

  .sm\:-inset-60px {
    inset: -60px;
  }

  .sm\:inset-70px {
    inset: 70px;
  }

  .sm\:-inset-70px {
    inset: -70px;
  }

  .sm\:inset-80px {
    inset: 80px;
  }

  .sm\:-inset-80px {
    inset: -80px;
  }

  .sm\:inset-90px {
    inset: 90px;
  }

  .sm\:-inset-90px {
    inset: -90px;
  }

  .sm\:inset-100px {
    inset: 100px;
  }

  .sm\:-inset-100px {
    inset: -100px;
  }

  .sm\:origin-top {
    transform-origin: top;
  }

  .sm\:origin-right {
    transform-origin: right;
  }

  .sm\:origin-bottom {
    transform-origin: bottom;
  }

  .sm\:origin-left {
    transform-origin: left;
  }

  .sm\:origin-center {
    transform-origin: center;
  }

  .sm\:origin-top-left {
    transform-origin: top left;
  }

  .sm\:origin-top-right {
    transform-origin: top right;
  }

  .sm\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .sm\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .sm\:transform-none {
    transform: none;
  }

  .sm\:translate-x-0 {
    --translate-x: 0;
  }

  .sm\:translate-y-0 {
    --translate-y: 0;
  }

  .sm\:translate-x-5 {
    --translate-x: 5%;
  }

  .sm\:translate-y-5 {
    --translate-y: 5%;
  }

  .sm\:translate-x-10 {
    --translate-x: 10%;
  }

  .sm\:translate-y-10 {
    --translate-y: 10%;
  }

  .sm\:translate-x-15 {
    --translate-x: 15%;
  }

  .sm\:translate-y-15 {
    --translate-y: 15%;
  }

  .sm\:translate-x-20 {
    --translate-x: 20%;
  }

  .sm\:translate-y-20 {
    --translate-y: 20%;
  }

  .sm\:translate-x-25 {
    --translate-x: 25%;
  }

  .sm\:translate-y-25 {
    --translate-y: 25%;
  }

  .sm\:translate-x-30 {
    --translate-x: 30%;
  }

  .sm\:translate-y-30 {
    --translate-y: 30%;
  }

  .sm\:translate-x-35 {
    --translate-x: 35%;
  }

  .sm\:translate-y-35 {
    --translate-y: 35%;
  }

  .sm\:translate-x-40 {
    --translate-x: 40%;
  }

  .sm\:translate-y-40 {
    --translate-y: 40%;
  }

  .sm\:translate-x-45 {
    --translate-x: 45%;
  }

  .sm\:translate-y-45 {
    --translate-y: 45%;
  }

  .sm\:translate-x-50 {
    --translate-x: 50%;
  }

  .sm\:translate-y-50 {
    --translate-y: 50%;
  }

  .sm\:translate-x-55 {
    --translate-x: 55%;
  }

  .sm\:translate-y-55 {
    --translate-y: 55%;
  }

  .sm\:translate-x-60 {
    --translate-x: 60%;
  }

  .sm\:translate-y-60 {
    --translate-y: 60%;
  }

  .sm\:translate-x-65 {
    --translate-x: 65%;
  }

  .sm\:translate-y-65 {
    --translate-y: 65%;
  }

  .sm\:translate-x-70 {
    --translate-x: 70%;
  }

  .sm\:translate-y-70 {
    --translate-y: 70%;
  }

  .sm\:translate-x-75 {
    --translate-x: 75%;
  }

  .sm\:translate-y-75 {
    --translate-y: 75%;
  }

  .sm\:translate-x-80 {
    --translate-x: 80%;
  }

  .sm\:translate-y-80 {
    --translate-y: 80%;
  }

  .sm\:translate-x-85 {
    --translate-x: 85%;
  }

  .sm\:translate-y-85 {
    --translate-y: 85%;
  }

  .sm\:translate-x-90 {
    --translate-x: 90%;
  }

  .sm\:translate-y-90 {
    --translate-y: 90%;
  }

  .sm\:translate-x-95 {
    --translate-x: 95%;
  }

  .sm\:translate-y-95 {
    --translate-y: 95%;
  }

  .sm\:translate-x-100 {
    --translate-x: 100%;
  }

  .sm\:translate-y-100 {
    --translate-y: 100%;
  }

  .sm\:rotate-0 {
    --rotate: 0;
  }

  .sm\:rotate-15 {
    --rotate: 15deg;
  }

  .sm\:rotate-30 {
    --rotate: 30deg;
  }

  .sm\:rotate-45 {
    --rotate: 45deg;
  }

  .sm\:rotate-60 {
    --rotate: 60deg;
  }

  .sm\:rotate-75 {
    --rotate: 75deg;
  }

  .sm\:rotate-90 {
    --rotate: 90deg;
  }

  .sm\:rotate-105 {
    --rotate: 105deg;
  }

  .sm\:rotate-120 {
    --rotate: 120deg;
  }

  .sm\:rotate-135 {
    --rotate: 135deg;
  }

  .sm\:rotate-150 {
    --rotate: 150deg;
  }

  .sm\:rotate-165 {
    --rotate: 165deg;
  }

  .sm\:rotate-180 {
    --rotate: 180deg;
  }

  .sm\:rotate-195 {
    --rotate: 195deg;
  }

  .sm\:rotate-210 {
    --rotate: 210deg;
  }

  .sm\:rotate-225 {
    --rotate: 225deg;
  }

  .sm\:rotate-240 {
    --rotate: 240deg;
  }

  .sm\:rotate-255 {
    --rotate: 255deg;
  }

  .sm\:rotate-270 {
    --rotate: 270deg;
  }

  .sm\:rotate-285 {
    --rotate: 285deg;
  }

  .sm\:rotate-300 {
    --rotate: 300deg;
  }

  .sm\:rotate-315 {
    --rotate: 315deg;
  }

  .sm\:rotate-330 {
    --rotate: 330deg;
  }

  .sm\:rotate-345 {
    --rotate: 345deg;
  }

  .sm\:rotate-360 {
    --rotate: 360deg;
  }

  .sm\:scale-x-0 {
    --scale-x: 0;
  }

  .sm\:scale-x-25 {
    --scale-x: 0.25;
  }

  .sm\:scale-x-50 {
    --scale-x: 0.5;
  }

  .sm\:scale-x-75 {
    --scale-x: 0.75;
  }

  .sm\:scale-x-100 {
    --scale-x: 1;
  }

  .sm\:scale-x-125 {
    --scale-x: 1.25;
  }

  .sm\:scale-x-150 {
    --scale-x: 1.5;
  }

  .sm\:scale-x-175 {
    --scale-x: 1.75;
  }

  .sm\:scale-x-200 {
    --scale-x: 2;
  }

  .sm\:scale-y-0 {
    --scale-y: 0;
  }

  .sm\:scale-y-25 {
    --scale-y: 0.25;
  }

  .sm\:scale-y-50 {
    --scale-y: 0.5;
  }

  .sm\:scale-y-75 {
    --scale-y: 0.75;
  }

  .sm\:scale-y-100 {
    --scale-y: 1;
  }

  .sm\:scale-y-125 {
    --scale-y: 1.25;
  }

  .sm\:scale-y-150 {
    --scale-y: 1.5;
  }

  .sm\:scale-y-175 {
    --scale-y: 1.75;
  }

  .sm\:scale-y-200 {
    --scale-y: 2;
  }

  .sm\:skew-x-0 {
    --skew-x: 0;
  }

  .sm\:skew-y-0 {
    --skew-y: 0;
  }

  .sm\:skew-x-15 {
    --skew-x: 15deg;
  }

  .sm\:skew-y-15 {
    --skew-y: 15deg;
  }

  .sm\:skew-x-30 {
    --skew-x: 30deg;
  }

  .sm\:skew-y-30 {
    --skew-y: 30deg;
  }

  .sm\:skew-x-45 {
    --skew-x: 45deg;
  }

  .sm\:skew-y-45 {
    --skew-y: 45deg;
  }

  .sm\:skew-x-60 {
    --skew-x: 60deg;
  }

  .sm\:skew-y-60 {
    --skew-y: 60deg;
  }

  .sm\:skew-x-75 {
    --skew-x: 75deg;
  }

  .sm\:skew-y-75 {
    --skew-y: 75deg;
  }

  .sm\:skew-x-90 {
    --skew-x: 90deg;
  }

  .sm\:skew-y-90 {
    --skew-y: 90deg;
  }

  .sm\:skew-x-105 {
    --skew-x: 105deg;
  }

  .sm\:skew-y-105 {
    --skew-y: 105deg;
  }

  .sm\:skew-x-120 {
    --skew-x: 120deg;
  }

  .sm\:skew-y-120 {
    --skew-y: 120deg;
  }

  .sm\:skew-x-135 {
    --skew-x: 135deg;
  }

  .sm\:skew-y-135 {
    --skew-y: 135deg;
  }

  .sm\:skew-x-150 {
    --skew-x: 150deg;
  }

  .sm\:skew-y-150 {
    --skew-y: 150deg;
  }

  .sm\:skew-x-165 {
    --skew-x: 165deg;
  }

  .sm\:skew-y-165 {
    --skew-y: 165deg;
  }

  .sm\:skew-x-180 {
    --skew-x: 180deg;
  }

  .sm\:skew-y-180 {
    --skew-y: 180deg;
  }

  .sm\:skew-x-195 {
    --skew-x: 195deg;
  }

  .sm\:skew-y-195 {
    --skew-y: 195deg;
  }

  .sm\:skew-x-210 {
    --skew-x: 210deg;
  }

  .sm\:skew-y-210 {
    --skew-y: 210deg;
  }

  .sm\:skew-x-225 {
    --skew-x: 225deg;
  }

  .sm\:skew-y-225 {
    --skew-y: 225deg;
  }

  .sm\:skew-x-240 {
    --skew-x: 240deg;
  }

  .sm\:skew-y-240 {
    --skew-y: 240deg;
  }

  .sm\:skew-x-255 {
    --skew-x: 255deg;
  }

  .sm\:skew-y-255 {
    --skew-y: 255deg;
  }

  .sm\:skew-x-270 {
    --skew-x: 270deg;
  }

  .sm\:skew-y-270 {
    --skew-y: 270deg;
  }

  .sm\:skew-x-285 {
    --skew-x: 285deg;
  }

  .sm\:skew-y-285 {
    --skew-y: 285deg;
  }

  .sm\:skew-x-300 {
    --skew-x: 300deg;
  }

  .sm\:skew-y-300 {
    --skew-y: 300deg;
  }

  .sm\:skew-x-315 {
    --skew-x: 315deg;
  }

  .sm\:skew-y-315 {
    --skew-y: 315deg;
  }

  .sm\:skew-x-330 {
    --skew-x: 330deg;
  }

  .sm\:skew-y-330 {
    --skew-y: 330deg;
  }

  .sm\:skew-x-345 {
    --skew-x: 345deg;
  }

  .sm\:skew-y-345 {
    --skew-y: 345deg;
  }

  .sm\:skew-x-360 {
    --skew-x: 360deg;
  }

  .sm\:skew-y-360 {
    --skew-y: 360deg;
  }

  .sm\:user-select-none {
    user-select: none;
  }

  .sm\:user-select-text {
    user-select: text;
  }

  .sm\:user-select-all {
    user-select: all;
  }

  .sm\:user-select-auto {
    user-select: auto;
  }

  .sm\:vertical-align-baseline {
    vertical-align: baseline;
  }

  .sm\:vertical-align-top {
    vertical-align: top;
  }

  .sm\:vertical-align-middle {
    vertical-align: middle;
  }

  .sm\:vertical-align-bottom {
    vertical-align: bottom;
  }

  .sm\:vertical-align-sub {
    vertical-align: sub;
  }

  .sm\:vertical-align-super {
    vertical-align: super;
  }

  .sm\:vertical-align-unset {
    vertical-align: unset;
  }

  .sm\:vertical-align-text-top {
    vertical-align: text-top;
  }

  .sm\:vertical-align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:visibility-visible {
    visibility: visible;
  }

  .sm\:visibility-hidden {
    visibility: hidden;
  }

  .sm\:white-space-normal {
    white-space: normal;
  }

  .sm\:white-space-nowrap {
    white-space: nowrap;
  }

  .sm\:white-space-pre {
    white-space: pre;
  }

  .sm\:white-space-pre-line {
    white-space: pre-line;
  }

  .sm\:white-space-pre-wrap {
    white-space: pre-wrap;
  }

  .sm\:w-0 {
    width: 0;
  }

  .sm\:w-5 {
    width: 5%;
  }

  .sm\:w-10 {
    width: 10%;
  }

  .sm\:w-15 {
    width: 15%;
  }

  .sm\:w-20 {
    width: 20%;
  }

  .sm\:w-25 {
    width: 25%;
  }

  .sm\:w-30 {
    width: 30%;
  }

  .sm\:w-35 {
    width: 35%;
  }

  .sm\:w-40 {
    width: 40%;
  }

  .sm\:w-45 {
    width: 45%;
  }

  .sm\:w-50 {
    width: 50%;
  }

  .sm\:w-55 {
    width: 55%;
  }

  .sm\:w-60 {
    width: 60%;
  }

  .sm\:w-65 {
    width: 65%;
  }

  .sm\:w-70 {
    width: 70%;
  }

  .sm\:w-75 {
    width: 75%;
  }

  .sm\:w-80 {
    width: 80%;
  }

  .sm\:w-85 {
    width: 85%;
  }

  .sm\:w-90 {
    width: 90%;
  }

  .sm\:w-95 {
    width: 95%;
  }

  .sm\:w-100 {
    width: 100%;
  }

  .sm\:w-0px {
    width: 0;
  }

  .sm\:w-5px {
    width: 5px;
  }

  .sm\:w-10px {
    width: 10px;
  }

  .sm\:w-15px {
    width: 15px;
  }

  .sm\:w-20px {
    width: 20px;
  }

  .sm\:w-25px {
    width: 25px;
  }

  .sm\:w-30px {
    width: 30px;
  }

  .sm\:w-35px {
    width: 35px;
  }

  .sm\:w-40px {
    width: 40px;
  }

  .sm\:w-45px {
    width: 45px;
  }

  .sm\:w-50px {
    width: 50px;
  }

  .sm\:w-55px {
    width: 55px;
  }

  .sm\:w-60px {
    width: 60px;
  }

  .sm\:w-65px {
    width: 65px;
  }

  .sm\:w-70px {
    width: 70px;
  }

  .sm\:w-75px {
    width: 75px;
  }

  .sm\:w-80px {
    width: 80px;
  }

  .sm\:w-85px {
    width: 85px;
  }

  .sm\:w-90px {
    width: 90px;
  }

  .sm\:w-95px {
    width: 95px;
  }

  .sm\:w-100px {
    width: 100px;
  }

  .sm\:w-105px {
    width: 105px;
  }

  .sm\:w-110px {
    width: 110px;
  }

  .sm\:w-115px {
    width: 115px;
  }

  .sm\:w-120px {
    width: 120px;
  }

  .sm\:w-125px {
    width: 125px;
  }

  .sm\:w-130px {
    width: 130px;
  }

  .sm\:w-135px {
    width: 135px;
  }

  .sm\:w-140px {
    width: 140px;
  }

  .sm\:w-145px {
    width: 145px;
  }

  .sm\:w-150px {
    width: 150px;
  }

  .sm\:w-155px {
    width: 155px;
  }

  .sm\:w-160px {
    width: 160px;
  }

  .sm\:w-165px {
    width: 165px;
  }

  .sm\:w-170px {
    width: 170px;
  }

  .sm\:w-175px {
    width: 175px;
  }

  .sm\:w-180px {
    width: 180px;
  }

  .sm\:w-185px {
    width: 185px;
  }

  .sm\:w-190px {
    width: 190px;
  }

  .sm\:w-195px {
    width: 195px;
  }

  .sm\:w-200px {
    width: 200px;
  }

  .sm\:w-205px {
    width: 205px;
  }

  .sm\:w-210px {
    width: 210px;
  }

  .sm\:w-215px {
    width: 215px;
  }

  .sm\:w-220px {
    width: 220px;
  }

  .sm\:w-225px {
    width: 225px;
  }

  .sm\:w-230px {
    width: 230px;
  }

  .sm\:w-235px {
    width: 235px;
  }

  .sm\:w-240px {
    width: 240px;
  }

  .sm\:w-245px {
    width: 245px;
  }

  .sm\:w-250px {
    width: 250px;
  }

  .sm\:w-255px {
    width: 255px;
  }

  .sm\:w-260px {
    width: 260px;
  }

  .sm\:w-265px {
    width: 265px;
  }

  .sm\:w-270px {
    width: 270px;
  }

  .sm\:w-275px {
    width: 275px;
  }

  .sm\:w-280px {
    width: 280px;
  }

  .sm\:w-285px {
    width: 285px;
  }

  .sm\:w-290px {
    width: 290px;
  }

  .sm\:w-295px {
    width: 295px;
  }

  .sm\:w-300px {
    width: 300px;
  }

  .sm\:width-width {
    width: auto;
  }

  .sm\:width-min-content {
    width: min-content;
  }

  .sm\:width-max-content {
    width: max-content;
  }

  .sm\:word-break-normal {
    word-break: normal;
  }

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

  .sm\:word-break-break-word {
    word-break: break-word;
  }

  .sm\:word-break-keep-all {
    word-break: keep-all;
  }

  .sm\:z-0 {
    z-index: 0;
  }

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

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

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

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

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

  .sm\:z-60 {
    z-index: 60;
  }

  .sm\:z-70 {
    z-index: 70;
  }

  .sm\:z-80 {
    z-index: 80;
  }

  .sm\:z-90 {
    z-index: 90;
  }

  .sm\:z-100 {
    z-index: 100;
  }

  .sm\:grid-template-columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-template-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-template-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-template-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-template-columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-template-columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-template-columns-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-template-columns-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-template-columns-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-template-columns-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-template-columns-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-template-columns-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-template-columns-none {
    grid-template-columns: none;
  }

  .sm\:grid-column-auto {
    grid-column: auto;
  }

  .sm\:grid-column-1 {
    grid-column: span 1/span 1;
  }

  .sm\:grid-column-2 {
    grid-column: span 2/span 2;
  }

  .sm\:grid-column-3 {
    grid-column: span 3/span 3;
  }

  .sm\:grid-column-4 {
    grid-column: span 4/span 4;
  }

  .sm\:grid-column-5 {
    grid-column: span 5/span 5;
  }

  .sm\:grid-column-6 {
    grid-column: span 6/span 6;
  }

  .sm\:grid-column-7 {
    grid-column: span 7/span 7;
  }

  .sm\:grid-column-8 {
    grid-column: span 8/span 8;
  }

  .sm\:grid-column-9 {
    grid-column: span 9/span 9;
  }

  .sm\:grid-column-10 {
    grid-column: span 10/span 10;
  }

  .sm\:grid-column-11 {
    grid-column: span 11/span 11;
  }

  .sm\:grid-column-12 {
    grid-column: span 12/span 12;
  }

  .sm\:grid-column-start-auto {
    grid-column-start: auto;
  }

  .sm\:grid-column-start-1 {
    grid-column-start: 1;
  }

  .sm\:grid-column-start-2 {
    grid-column-start: 2;
  }

  .sm\:grid-column-start-3 {
    grid-column-start: 3;
  }

  .sm\:grid-column-start-4 {
    grid-column-start: 4;
  }

  .sm\:grid-column-start-5 {
    grid-column-start: 5;
  }

  .sm\:grid-column-start-6 {
    grid-column-start: 6;
  }

  .sm\:grid-column-start-7 {
    grid-column-start: 7;
  }

  .sm\:grid-column-start-8 {
    grid-column-start: 8;
  }

  .sm\:grid-column-start-9 {
    grid-column-start: 9;
  }

  .sm\:grid-column-start-10 {
    grid-column-start: 10;
  }

  .sm\:grid-column-start-11 {
    grid-column-start: 11;
  }

  .sm\:grid-column-start-12 {
    grid-column-start: 12;
  }

  .sm\:grid-column-end-auto {
    grid-column-end: auto;
  }

  .sm\:grid-column-end-1 {
    grid-column-end: 1;
  }

  .sm\:grid-column-end-2 {
    grid-column-end: 2;
  }

  .sm\:grid-column-end-3 {
    grid-column-end: 3;
  }

  .sm\:grid-column-end-4 {
    grid-column-end: 4;
  }

  .sm\:grid-column-end-5 {
    grid-column-end: 5;
  }

  .sm\:grid-column-end-6 {
    grid-column-end: 6;
  }

  .sm\:grid-column-end-7 {
    grid-column-end: 7;
  }

  .sm\:grid-column-end-8 {
    grid-column-end: 8;
  }

  .sm\:grid-column-end-9 {
    grid-column-end: 9;
  }

  .sm\:grid-column-end-10 {
    grid-column-end: 10;
  }

  .sm\:grid-column-end-11 {
    grid-column-end: 11;
  }

  .sm\:grid-column-end-12 {
    grid-column-end: 12;
  }

  .sm\:grid-template-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-template-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-template-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-template-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-template-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-template-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-template-rows-none {
    grid-template-rows: none;
  }

  .sm\:grid-row-auto {
    grid-row: auto;
  }

  .sm\:grid-row-1 {
    grid-row: span 1/span 1;
  }

  .sm\:grid-row-2 {
    grid-row: span 2/span 2;
  }

  .sm\:grid-row-3 {
    grid-row: span 3/span 3;
  }

  .sm\:grid-row-4 {
    grid-row: span 4/span 4;
  }

  .sm\:grid-row-5 {
    grid-row: span 5/span 5;
  }

  .sm\:grid-row-6 {
    grid-row: span 6/span 6;
  }

  .sm\:grid-row-start-auto {
    grid-row-start: auto;
  }

  .sm\:grid-row-start-1 {
    grid-row-start: 1;
  }

  .sm\:grid-row-start-2 {
    grid-row-start: 2;
  }

  .sm\:grid-row-start-3 {
    grid-row-start: 3;
  }

  .sm\:grid-row-start-4 {
    grid-row-start: 4;
  }

  .sm\:grid-row-start-5 {
    grid-row-start: 5;
  }

  .sm\:grid-row-start-6 {
    grid-row-start: 6;
  }

  .sm\:grid-row-end-auto {
    grid-row-end: auto;
  }

  .sm\:grid-row-end-1 {
    grid-row-end: 1;
  }

  .sm\:grid-row-end-2 {
    grid-row-end: 2;
  }

  .sm\:grid-row-end-3 {
    grid-row-end: 3;
  }

  .sm\:grid-row-end-4 {
    grid-row-end: 4;
  }

  .sm\:grid-row-end-5 {
    grid-row-end: 5;
  }

  .sm\:grid-row-end-6 {
    grid-row-end: 6;
  }

  .sm\:grid-auto-flow-row {
    grid-auto-flow: row;
  }

  .sm\:grid-auto-flow-column {
    grid-auto-flow: column;
  }

  .sm\:grid-auto-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .sm\:grid-auto-flow-column-dense {
    grid-auto-flow: column dense;
  }

  .sm\:grid-auto-columns-auto {
    grid-auto-columns: auto;
  }

  .sm\:grid-auto-columns-min {
    grid-auto-columns: min-content;
  }

  .sm\:grid-auto-columns-max {
    grid-auto-columns: max-content;
  }

  .sm\:grid-auto-rows-auto {
    grid-auto-rows: auto;
  }

  .sm\:grid-auto-rows-min {
    grid-auto-rows: min-content;
  }

  .sm\:grid-auto-rows-max {
    grid-auto-rows: max-content;
  }

  .sm\:gap-0 {
    gap: 0;
  }

  .sm\:gap-1 {
    gap: 0.125rem;
  }

  .sm\:gap-2 {
    gap: 0.25rem;
  }

  .sm\:gap-3 {
    gap: 0.375rem;
  }

  .sm\:gap-4 {
    gap: 0.5;
  }

  .sm\:gap-5 {
    gap: 0.625rem;
  }

  .sm\:gap-6 {
    gap: 0.75rem;
  }

  .sm\:gap-7 {
    gap: 0.875rem;
  }

  .sm\:gap-8 {
    gap: 1rem;
  }

  .sm\:gap-9 {
    gap: 1.25rem;
  }

  .sm\:gap-10 {
    gap: 1.5rem;
  }

  .sm\:gap-11 {
    gap: 1.75rem;
  }

  .sm\:gap-12 {
    gap: 2rem;
  }

  .sm\:row-gap-0 {
    row-gap: 0;
  }

  .sm\:row-gap-1 {
    row-gap: 0.125rem;
  }

  .sm\:row-gap-2 {
    row-gap: 0.25rem;
  }

  .sm\:row-gap-3 {
    row-gap: 0.375rem;
  }

  .sm\:row-gap-4 {
    row-gap: 0.5;
  }

  .sm\:row-gap-5 {
    row-gap: 0.625rem;
  }

  .sm\:row-gap-6 {
    row-gap: 0.75rem;
  }

  .sm\:row-gap-7 {
    row-gap: 0.875rem;
  }

  .sm\:row-gap-8 {
    row-gap: 1rem;
  }

  .sm\:row-gap-9 {
    row-gap: 1.25rem;
  }

  .sm\:row-gap-10 {
    row-gap: 1.5rem;
  }

  .sm\:row-gap-11 {
    row-gap: 1.75rem;
  }

  .sm\:row-gap-12 {
    row-gap: 2rem;
  }

  .sm\:column-gap-0 {
    column-gap: 0;
  }

  .sm\:column-gap-1 {
    column-gap: 0.125rem;
  }

  .sm\:column-gap-2 {
    column-gap: 0.25rem;
  }

  .sm\:column-gap-3 {
    column-gap: 0.375rem;
  }

  .sm\:column-gap-4 {
    column-gap: 0.5;
  }

  .sm\:column-gap-5 {
    column-gap: 0.625rem;
  }

  .sm\:column-gap-6 {
    column-gap: 0.75rem;
  }

  .sm\:column-gap-7 {
    column-gap: 0.875rem;
  }

  .sm\:column-gap-8 {
    column-gap: 1rem;
  }

  .sm\:column-gap-9 {
    column-gap: 1.25rem;
  }

  .sm\:column-gap-10 {
    column-gap: 1.5rem;
  }

  .sm\:column-gap-11 {
    column-gap: 1.75rem;
  }

  .sm\:column-gap-12 {
    column-gap: 2rem;
  }

  .sm\:isolation-isolate {
    isolation: isolate;
  }

  .sm\:isolation-auto {
    isolation: auto;
  }

  .sm\:mix-blend-mode-normal {
    mix-blend-mode: normal;
  }

  .sm\:mix-blend-mode-multiply {
    mix-blend-mode: multiply;
  }

  .sm\:mix-blend-mode-screen {
    mix-blend-mode: screen;
  }

  .sm\:mix-blend-mode-overlay {
    mix-blend-mode: overlay;
  }

  .sm\:mix-blend-mode-darken {
    mix-blend-mode: darken;
  }

  .sm\:mix-blend-mode-lighten {
    mix-blend-mode: lighten;
  }

  .sm\:mix-blend-mode-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .sm\:mix-blend-mode-color-burn {
    mix-blend-mode: color-burn;
  }

  .sm\:mix-blend-mode-hard-light {
    mix-blend-mode: hard-light;
  }

  .sm\:mix-blend-mode-soft-light {
    mix-blend-mode: soft-light;
  }

  .sm\:mix-blend-mode-difference {
    mix-blend-mode: difference;
  }

  .sm\:mix-blend-mode-exclusion {
    mix-blend-mode: exclusion;
  }

  .sm\:mix-blend-mode-hue {
    mix-blend-mode: hue;
  }

  .sm\:mix-blend-mode-saturation {
    mix-blend-mode: saturation;
  }

  .sm\:mix-blend-mode-color {
    mix-blend-mode: color;
  }

  .sm\:mix-blend-mode-luminosity {
    mix-blend-mode: luminosity;
  }

  .sm\:background-blend-mode-normal {
    background-blend-mode: normal;
  }

  .sm\:background-blend-mode-multiply {
    background-blend-mode: multiply;
  }

  .sm\:background-blend-mode-screen {
    background-blend-mode: screen;
  }

  .sm\:background-blend-mode-overlay {
    background-blend-mode: overlay;
  }

  .sm\:background-blend-mode-darken {
    background-blend-mode: darken;
  }

  .sm\:background-blend-mode-lighten {
    background-blend-mode: lighten;
  }

  .sm\:background-blend-mode-color-dodge {
    background-blend-mode: color-dodge;
  }

  .sm\:background-blend-mode-color-burn {
    background-blend-mode: color-burn;
  }

  .sm\:background-blend-mode-hard-light {
    background-blend-mode: hard-light;
  }

  .sm\:background-blend-mode-soft-light {
    background-blend-mode: soft-light;
  }

  .sm\:background-blend-mode-difference {
    background-blend-mode: difference;
  }

  .sm\:background-blend-mode-exclusion {
    background-blend-mode: exclusion;
  }

  .sm\:background-blend-mode-hue {
    background-blend-mode: hue;
  }

  .sm\:background-blend-mode-saturation {
    background-blend-mode: saturation;
  }

  .sm\:background-blend-mode-color {
    background-blend-mode: color;
  }

  .sm\:background-blend-mode-luminosity {
    background-blend-mode: luminosity;
  }

  .sm\:filter-none {
    filter: none;
  }

  .sm\:filter-blur-0 {
    --filter-blur: blur(0);
  }

  .sm\:filter-blur-4 {
    --filter-blur: blur(4px);
  }

  .sm\:filter-blur-8 {
    --filter-blur: blur(8px);
  }

  .sm\:filter-blur-12 {
    --filter-blur: blur(12px);
  }

  .sm\:filter-blur-16 {
    --filter-blur: blur(16px);
  }

  .sm\:filter-blur-20 {
    --filter-blur: blur(20px);
  }

  .sm\:filter-blur-24 {
    --filter-blur: blur(24px);
  }

  .sm\:filter-blur-28 {
    --filter-blur: blur(28px);
  }

  .sm\:filter-blur-32 {
    --filter-blur: blur(32px);
  }

  .sm\:filter-blur-64 {
    --filter-blur: blur(64px);
  }

  .sm\:filter-blur-128 {
    --filter-blur: blur(128px);
  }

  .sm\:filter-brightness-0 {
    --filter-brightness: brightness(0);
  }

  .sm\:filter-brightness-25 {
    --filter-brightness: brightness(0.25);
  }

  .sm\:filter-brightness-50 {
    --filter-brightness: brightness(0.5);
  }

  .sm\:filter-brightness-75 {
    --filter-brightness: brightness(0.75);
  }

  .sm\:filter-brightness-100 {
    --filter-brightness: brightness(1);
  }

  .sm\:filter-brightness-125 {
    --filter-brightness: brightness(1.25);
  }

  .sm\:filter-brightness-150 {
    --filter-brightness: brightness(1.5);
  }

  .sm\:filter-brightness-175 {
    --filter-brightness: brightness(1.75);
  }

  .sm\:filter-brightness-200 {
    --filter-brightness: brightness(2);
  }

  .sm\:filter-contrast-0 {
    --filter-contrast: contrast(0);
  }

  .sm\:filter-contrast-25 {
    --filter-contrast: contrast(0.25);
  }

  .sm\:filter-contrast-50 {
    --filter-contrast: contrast(0.5);
  }

  .sm\:filter-contrast-75 {
    --filter-contrast: contrast(0.75);
  }

  .sm\:filter-contrast-100 {
    --filter-contrast: contrast(1);
  }

  .sm\:filter-contrast-125 {
    --filter-contrast: contrast(1.25);
  }

  .sm\:filter-contrast-150 {
    --filter-contrast: contrast(1.5);
  }

  .sm\:filter-contrast-175 {
    --filter-contrast: contrast(1.75);
  }

  .sm\:filter-contrast-200 {
    --filter-contrast: contrast(2);
  }

  .sm\:filter-grayscale-0 {
    --filter-grayscale: grayscale(0);
  }

  .sm\:filter-grayscale-1 {
    --filter-grayscale: grayscale(1);
  }

  .sm\:filter-hue-rotate-0 {
    --filter-hue-rotate: hue-rotate(0deg);
  }

  .sm\:filter-hue-rotate-15 {
    --filter-hue-rotate: hue-rotate(15deg);
  }

  .sm\:filter-hue-rotate-30 {
    --filter-hue-rotate: hue-rotate(30deg);
  }

  .sm\:filter-hue-rotate-45 {
    --filter-hue-rotate: hue-rotate(45deg);
  }

  .sm\:filter-hue-rotate-60 {
    --filter-hue-rotate: hue-rotate(60deg);
  }

  .sm\:filter-hue-rotate-75 {
    --filter-hue-rotate: hue-rotate(75deg);
  }

  .sm\:filter-hue-rotate-90 {
    --filter-hue-rotate: hue-rotate(90deg);
  }

  .sm\:filter-hue-rotate-135 {
    --filter-hue-rotate: hue-rotate(135deg);
  }

  .sm\:filter-hue-rotate-190 {
    --filter-hue-rotate: hue-rotate(190deg);
  }

  .sm\:-filter-hue-rotate-0 {
    --filter-hue-rotate: hue-rotate(0deg);
  }

  .sm\:-filter-hue-rotate-15 {
    --filter-hue-rotate: hue-rotate(-15deg);
  }

  .sm\:-filter-hue-rotate-30 {
    --filter-hue-rotate: hue-rotate(-30deg);
  }

  .sm\:-filter-hue-rotate-45 {
    --filter-hue-rotate: hue-rotate(-45deg);
  }

  .sm\:-filter-hue-rotate-60 {
    --filter-hue-rotate: hue-rotate(-60deg);
  }

  .sm\:-filter-hue-rotate-75 {
    --filter-hue-rotate: hue-rotate(-75deg);
  }

  .sm\:-filter-hue-rotate-90 {
    --filter-hue-rotate: hue-rotate(-90deg);
  }

  .sm\:-filter-hue-rotate-135 {
    --filter-hue-rotate: hue-rotate(-135deg);
  }

  .sm\:-filter-hue-rotate-190 {
    --filter-hue-rotate: hue-rotate(-190deg);
  }

  .sm\:filter-invert-0 {
    --filter-invert: invert(0);
  }

  .sm\:filter-invert-1 {
    --filter-invert: invert(1);
  }

  .sm\:filter-saturate-0 {
    --filter-saturate: saturate(0);
  }

  .sm\:filter-saturate-25 {
    --filter-saturate: saturate(0.25);
  }

  .sm\:filter-saturate-50 {
    --filter-saturate: saturate(0.5);
  }

  .sm\:filter-saturate-75 {
    --filter-saturate: saturate(0.75);
  }

  .sm\:filter-saturate-100 {
    --filter-saturate: saturate(1);
  }

  .sm\:filter-saturate-125 {
    --filter-saturate: saturate(1.25);
  }

  .sm\:filter-saturate-150 {
    --filter-saturate: saturate(1.5);
  }

  .sm\:filter-saturate-175 {
    --filter-saturate: saturate(1.75);
  }

  .sm\:filter-saturate-200 {
    --filter-saturate: saturate(2);
  }

  .sm\:filter-sepia-0 {
    --filter-sepia: sepia(0);
  }

  .sm\:filter-sepia-1 {
    --filter-sepia: sepia(1);
  }

  .sm\:backdrop-filter-none {
    backdrop-filter: none;
  }

  .sm\:backdrop-filter-blur-0 {
    --backdrop-filter-blur: blur(0);
  }

  .sm\:backdrop-filter-blur-4 {
    --backdrop-filter-blur: blur(4px);
  }

  .sm\:backdrop-filter-blur-8 {
    --backdrop-filter-blur: blur(8px);
  }

  .sm\:backdrop-filter-blur-12 {
    --backdrop-filter-blur: blur(12px);
  }

  .sm\:backdrop-filter-blur-16 {
    --backdrop-filter-blur: blur(16px);
  }

  .sm\:backdrop-filter-blur-20 {
    --backdrop-filter-blur: blur(20px);
  }

  .sm\:backdrop-filter-blur-24 {
    --backdrop-filter-blur: blur(24px);
  }

  .sm\:backdrop-filter-blur-28 {
    --backdrop-filter-blur: blur(28px);
  }

  .sm\:backdrop-filter-blur-32 {
    --backdrop-filter-blur: blur(32px);
  }

  .sm\:backdrop-filter-blur-64 {
    --backdrop-filter-blur: blur(64px);
  }

  .sm\:backdrop-filter-blur-128 {
    --backdrop-filter-blur: blur(128px);
  }

  .sm\:backdrop-filter-brightness-0 {
    --backdrop-filter-brightness: brightness(0);
  }

  .sm\:backdrop-filter-brightness-25 {
    --backdrop-filter-brightness: brightness(0.25);
  }

  .sm\:backdrop-filter-brightness-50 {
    --backdrop-filter-brightness: brightness(0.5);
  }

  .sm\:backdrop-filter-brightness-75 {
    --backdrop-filter-brightness: brightness(0.75);
  }

  .sm\:backdrop-filter-brightness-100 {
    --backdrop-filter-brightness: brightness(1);
  }

  .sm\:backdrop-filter-brightness-125 {
    --backdrop-filter-brightness: brightness(1.25);
  }

  .sm\:backdrop-filter-brightness-150 {
    --backdrop-filter-brightness: brightness(1.5);
  }

  .sm\:backdrop-filter-brightness-175 {
    --backdrop-filter-brightness: brightness(1.75);
  }

  .sm\:backdrop-filter-brightness-200 {
    --backdrop-filter-brightness: brightness(2);
  }

  .sm\:backdrop-filter-contrast-0 {
    --backdrop-filter-contrast: contrast(0);
  }

  .sm\:backdrop-filter-contrast-25 {
    --backdrop-filter-contrast: contrast(0.25);
  }

  .sm\:backdrop-filter-contrast-50 {
    --backdrop-filter-contrast: contrast(0.5);
  }

  .sm\:backdrop-filter-contrast-75 {
    --backdrop-filter-contrast: contrast(0.75);
  }

  .sm\:backdrop-filter-contrast-100 {
    --backdrop-filter-contrast: contrast(1);
  }

  .sm\:backdrop-filter-contrast-125 {
    --backdrop-filter-contrast: contrast(1.25);
  }

  .sm\:backdrop-filter-contrast-150 {
    --backdrop-filter-contrast: contrast(1.5);
  }

  .sm\:backdrop-filter-contrast-175 {
    --backdrop-filter-contrast: contrast(1.75);
  }

  .sm\:backdrop-filter-contrast-200 {
    --backdrop-filter-contrast: contrast(2);
  }

  .sm\:backdrop-filter-grayscale-0 {
    --backdrop-filter-grayscale: grayscale(0);
  }

  .sm\:backdrop-filter-grayscale-1 {
    --backdrop-filter-grayscale: grayscale(1);
  }

  .sm\:backdrop-filter-hue-rotate-0 {
    --backdrop-filter-hue-rotate: hue-rotate(0deg);
  }

  .sm\:backdrop-filter-hue-rotate-15 {
    --backdrop-filter-hue-rotate: hue-rotate(15deg);
  }

  .sm\:backdrop-filter-hue-rotate-30 {
    --backdrop-filter-hue-rotate: hue-rotate(30deg);
  }

  .sm\:backdrop-filter-hue-rotate-45 {
    --backdrop-filter-hue-rotate: hue-rotate(45deg);
  }

  .sm\:backdrop-filter-hue-rotate-60 {
    --backdrop-filter-hue-rotate: hue-rotate(60deg);
  }

  .sm\:backdrop-filter-hue-rotate-75 {
    --backdrop-filter-hue-rotate: hue-rotate(75deg);
  }

  .sm\:backdrop-filter-hue-rotate-90 {
    --backdrop-filter-hue-rotate: hue-rotate(90deg);
  }

  .sm\:backdrop-filter-hue-rotate-135 {
    --backdrop-filter-hue-rotate: hue-rotate(135deg);
  }

  .sm\:backdrop-filter-hue-rotate-190 {
    --backdrop-filter-hue-rotate: hue-rotate(190deg);
  }

  .sm\:-backdrop-filter-hue-rotate-0 {
    --backdrop-filter-hue-rotate: hue-rotate(0deg);
  }

  .sm\:-backdrop-filter-hue-rotate-15 {
    --backdrop-filter-hue-rotate: hue-rotate(15deg);
  }

  .sm\:-backdrop-filter-hue-rotate-30 {
    --backdrop-filter-hue-rotate: hue-rotate(30deg);
  }

  .sm\:-backdrop-filter-hue-rotate-45 {
    --backdrop-filter-hue-rotate: hue-rotate(45deg);
  }

  .sm\:-backdrop-filter-hue-rotate-60 {
    --backdrop-filter-hue-rotate: hue-rotate(60deg);
  }

  .sm\:-backdrop-filter-hue-rotate-75 {
    --backdrop-filter-hue-rotate: hue-rotate(75deg);
  }

  .sm\:-backdrop-filter-hue-rotate-90 {
    --backdrop-filter-hue-rotate: hue-rotate(90deg);
  }

  .sm\:-backdrop-filter-hue-rotate-135 {
    --backdrop-filter-hue-rotate: hue-rotate(135deg);
  }

  .sm\:-backdrop-filter-hue-rotate-190 {
    --backdrop-filter-hue-rotate: hue-rotate(190deg);
  }

  .sm\:backdrop-filter-invert-0 {
    --backdrop-filter-invert: invert(0);
  }

  .sm\:backdrop-filter-invert-1 {
    --backdrop-filter-invert: invert(1);
  }

  .sm\:backdrop-filter-saturate-0 {
    --backdrop-filter-saturate: saturate(0);
  }

  .sm\:backdrop-filter-saturate-25 {
    --backdrop-filter-saturate: saturate(0.25);
  }

  .sm\:backdrop-filter-saturate-50 {
    --backdrop-filter-saturate: saturate(0.5);
  }

  .sm\:backdrop-filter-saturate-75 {
    --backdrop-filter-saturate: saturate(0.75);
  }

  .sm\:backdrop-filter-saturate-100 {
    --backdrop-filter-saturate: saturate(1);
  }

  .sm\:backdrop-filter-saturate-125 {
    --backdrop-filter-saturate: saturate(1.25);
  }

  .sm\:backdrop-filter-saturate-150 {
    --backdrop-filter-saturate: saturate(1.5);
  }

  .sm\:backdrop-filter-saturate-175 {
    --backdrop-filter-saturate: saturate(1.75);
  }

  .sm\:backdrop-filter-saturate-200 {
    --backdrop-filter-saturate: saturate(2);
  }

  .sm\:backdrop-filter-sepia-0 {
    --backdrop-filter-sepia: sepia(0);
  }

  .sm\:backdrop-filter-sepia-1 {
    --backdrop-filter-sepia: sepia(1);
  }

  .sm\:fill-current {
    fill: currentColor;
  }

  .sm\:stroke-current {
    stroke: currentColor;
  }

  .sm\:stroke-width-0 {
    stroke-width: 0;
  }

  .sm\:stroke-width-1 {
    stroke-width: 1;
  }

  .sm\:stroke-width-2 {
    stroke-width: 2;
  }

  .sm\:stroke-width-3 {
    stroke-width: 3;
  }

  .sm\:stroke-width-4 {
    stroke-width: 4;
  }

  .sm\:stroke-width-5 {
    stroke-width: 5;
  }

  .sm\:stroke-width-6 {
    stroke-width: 6;
  }

  .sm\:stroke-width-7 {
    stroke-width: 7;
  }

  .sm\:stroke-width-8 {
    stroke-width: 8;
  }

  .sm\:stroke-width-9 {
    stroke-width: 9;
  }

  .sm\:stroke-width-10 {
    stroke-width: 10;
  }

  .sm\:stroke-linecap-butt {
    stroke-linecap: butt;
  }

  .sm\:stroke-linecap-round {
    stroke-linecap: round;
  }

  .sm\:stroke-linecap-square {
    stroke-linecap: square;
  }

  .sm\:stroke-dasharray-5 {
    stroke-dasharray: 5;
  }

  .sm\:stroke-dasharray-10 {
    stroke-dasharray: 10;
  }

  .sm\:stroke-dasharray-15 {
    stroke-dasharray: 15;
  }

  .sm\:stroke-dasharray-20 {
    stroke-dasharray: 20;
  }

  .sm\:stroke-dasharray-25 {
    stroke-dasharray: 25;
  }

  .sm\:stroke-dasharray-30 {
    stroke-dasharray: 30;
  }

  .sm\:stroke-dasharray-35 {
    stroke-dasharray: 35;
  }

  .sm\:stroke-dasharray-40 {
    stroke-dasharray: 40;
  }

  .sm\:stroke-dasharray-45 {
    stroke-dasharray: 45;
  }

  .sm\:stroke-dasharray-50 {
    stroke-dasharray: 50;
  }

  .sm\:outline-style-auto {
    outline-style: auto;
  }

  .sm\:outline-style-solid {
    outline-style: solid;
  }

  .sm\:outline-style-dashed {
    outline-style: dashed;
  }

  .sm\:outline-style-dotted {
    outline-style: dotted;
  }

  .sm\:outline-style-double {
    outline-style: double;
  }

  .sm\:outline-style-none {
    outline-style: none;
  }

  .sm\:outline-width-medium {
    outline-width: medium;
  }

  .sm\:outline-width-thin {
    outline-width: thin;
  }

  .sm\:outline-width-thick {
    outline-width: thick;
  }

  .sm\:outline-red-600 {
    --outline-opacity: 1;
    outline-color: rgba(237, 45, 45, var(--outline-opacity));
  }

  .sm\:outline-red-700 {
    --outline-opacity: 1;
    outline-color: rgba(235, 21, 21, var(--outline-opacity));
  }

  .sm\:outline-red-800 {
    --outline-opacity: 1;
    outline-color: rgba(212, 18, 18, var(--outline-opacity));
  }

  .sm\:outline-red-900 {
    --outline-opacity: 1;
    outline-color: rgba(189, 16, 16, var(--outline-opacity));
  }

  .sm\:outline-red-500 {
    --outline-opacity: 1;
    outline-color: rgba(239, 68, 68, var(--outline-opacity));
  }

  .sm\:outline-red-400 {
    --outline-opacity: 1;
    outline-color: rgba(242, 106, 106, var(--outline-opacity));
  }

  .sm\:outline-red-300 {
    --outline-opacity: 1;
    outline-color: rgba(245, 143, 143, var(--outline-opacity));
  }

  .sm\:outline-red-200 {
    --outline-opacity: 1;
    outline-color: rgba(249, 181, 181, var(--outline-opacity));
  }

  .sm\:outline-red-100 {
    --outline-opacity: 1;
    outline-color: rgba(252, 218, 218, var(--outline-opacity));
  }

  .sm\:outline-green-600 {
    --outline-opacity: 1;
    outline-color: rgba(14, 162, 113, var(--outline-opacity));
  }

  .sm\:outline-green-700 {
    --outline-opacity: 1;
    outline-color: rgba(12, 138, 96, var(--outline-opacity));
  }

  .sm\:outline-green-800 {
    --outline-opacity: 1;
    outline-color: rgba(10, 115, 80, var(--outline-opacity));
  }

  .sm\:outline-green-900 {
    --outline-opacity: 1;
    outline-color: rgba(8, 91, 64, var(--outline-opacity));
  }

  .sm\:outline-green-500 {
    --outline-opacity: 1;
    outline-color: rgba(16, 185, 129, var(--outline-opacity));
  }

  .sm\:outline-green-400 {
    --outline-opacity: 1;
    outline-color: rgba(19, 223, 155, var(--outline-opacity));
  }

  .sm\:outline-green-300 {
    --outline-opacity: 1;
    outline-color: rgba(46, 237, 174, var(--outline-opacity));
  }

  .sm\:outline-green-200 {
    --outline-opacity: 1;
    outline-color: rgba(83, 240, 188, var(--outline-opacity));
  }

  .sm\:outline-green-100 {
    --outline-opacity: 1;
    outline-color: rgba(121, 243, 203, var(--outline-opacity));
  }

  .sm\:outline-blue-600 {
    --outline-opacity: 1;
    outline-color: rgba(35, 114, 245, var(--outline-opacity));
  }

  .sm\:outline-blue-700 {
    --outline-opacity: 1;
    outline-color: rgba(11, 99, 243, var(--outline-opacity));
  }

  .sm\:outline-blue-800 {
    --outline-opacity: 1;
    outline-color: rgba(10, 89, 218, var(--outline-opacity));
  }

  .sm\:outline-blue-900 {
    --outline-opacity: 1;
    outline-color: rgba(9, 79, 194, var(--outline-opacity));
  }

  .sm\:outline-blue-500 {
    --outline-opacity: 1;
    outline-color: rgba(59, 130, 246, var(--outline-opacity));
  }

  .sm\:outline-blue-400 {
    --outline-opacity: 1;
    outline-color: rgba(98, 155, 248, var(--outline-opacity));
  }

  .sm\:outline-blue-300 {
    --outline-opacity: 1;
    outline-color: rgba(137, 180, 250, var(--outline-opacity));
  }

  .sm\:outline-blue-200 {
    --outline-opacity: 1;
    outline-color: rgba(176, 205, 251, var(--outline-opacity));
  }

  .sm\:outline-blue-100 {
    --outline-opacity: 1;
    outline-color: rgba(215, 230, 253, var(--outline-opacity));
  }

  .sm\:outline-yellow-600 {
    --outline-opacity: 1;
    outline-color: rgba(251, 184, 11, var(--outline-opacity));
  }

  .sm\:outline-yellow-700 {
    --outline-opacity: 1;
    outline-color: rgba(232, 168, 4, var(--outline-opacity));
  }

  .sm\:outline-yellow-800 {
    --outline-opacity: 1;
    outline-color: rgba(207, 150, 4, var(--outline-opacity));
  }

  .sm\:outline-yellow-900 {
    --outline-opacity: 1;
    outline-color: rgba(182, 132, 3, var(--outline-opacity));
  }

  .sm\:outline-yellow-500 {
    --outline-opacity: 1;
    outline-color: rgba(251, 191, 36, var(--outline-opacity));
  }

  .sm\:outline-yellow-400 {
    --outline-opacity: 1;
    outline-color: rgba(252, 203, 76, var(--outline-opacity));
  }

  .sm\:outline-yellow-300 {
    --outline-opacity: 1;
    outline-color: rgba(252, 214, 116, var(--outline-opacity));
  }

  .sm\:outline-yellow-200 {
    --outline-opacity: 1;
    outline-color: rgba(253, 226, 156, var(--outline-opacity));
  }

  .sm\:outline-yellow-100 {
    --outline-opacity: 1;
    outline-color: rgba(254, 238, 196, var(--outline-opacity));
  }

  .sm\:outline-pink-600 {
    --outline-opacity: 1;
    outline-color: rgba(234, 49, 140, var(--outline-opacity));
  }

  .sm\:outline-pink-700 {
    --outline-opacity: 1;
    outline-color: rgba(231, 26, 127, var(--outline-opacity));
  }

  .sm\:outline-pink-800 {
    --outline-opacity: 1;
    outline-color: rgba(210, 22, 115, var(--outline-opacity));
  }

  .sm\:outline-pink-900 {
    --outline-opacity: 1;
    outline-color: rgba(187, 19, 102, var(--outline-opacity));
  }

  .sm\:outline-pink-500 {
    --outline-opacity: 1;
    outline-color: rgba(236, 72, 153, var(--outline-opacity));
  }

  .sm\:outline-pink-400 {
    --outline-opacity: 1;
    outline-color: rgba(240, 109, 174, var(--outline-opacity));
  }

  .sm\:outline-pink-300 {
    --outline-opacity: 1;
    outline-color: rgba(244, 146, 194, var(--outline-opacity));
  }

  .sm\:outline-pink-200 {
    --outline-opacity: 1;
    outline-color: rgba(248, 183, 215, var(--outline-opacity));
  }

  .sm\:outline-pink-100 {
    --outline-opacity: 1;
    outline-color: rgba(251, 220, 235, var(--outline-opacity));
  }

  .sm\:outline-purple-600 {
    --outline-opacity: 1;
    outline-color: rgba(122, 68, 245, var(--outline-opacity));
  }

  .sm\:outline-purple-700 {
    --outline-opacity: 1;
    outline-color: rgba(105, 44, 243, var(--outline-opacity));
  }

  .sm\:outline-purple-800 {
    --outline-opacity: 1;
    outline-color: rgba(87, 20, 242, var(--outline-opacity));
  }

  .sm\:outline-purple-900 {
    --outline-opacity: 1;
    outline-color: rgba(77, 12, 224, var(--outline-opacity));
  }

  .sm\:outline-purple-500 {
    --outline-opacity: 1;
    outline-color: rgba(139, 92, 246, var(--outline-opacity));
  }

  .sm\:outline-purple-400 {
    --outline-opacity: 1;
    outline-color: rgba(167, 131, 248, var(--outline-opacity));
  }

  .sm\:outline-purple-300 {
    --outline-opacity: 1;
    outline-color: rgba(194, 169, 250, var(--outline-opacity));
  }

  .sm\:outline-purple-200 {
    --outline-opacity: 1;
    outline-color: rgba(222, 208, 252, var(--outline-opacity));
  }

  .sm\:outline-purple-100 {
    --outline-opacity: 1;
    outline-color: rgba(249, 247, 255, var(--outline-opacity));
  }

  .sm\:outline-gray-600 {
    --outline-opacity: 1;
    outline-color: rgba(95, 102, 114, var(--outline-opacity));
  }

  .sm\:outline-gray-700 {
    --outline-opacity: 1;
    outline-color: rgba(84, 89, 100, var(--outline-opacity));
  }

  .sm\:outline-gray-800 {
    --outline-opacity: 1;
    outline-color: rgba(72, 77, 86, var(--outline-opacity));
  }

  .sm\:outline-gray-900 {
    --outline-opacity: 1;
    outline-color: rgba(61, 65, 72, var(--outline-opacity));
  }

  .sm\:outline-gray-500 {
    --outline-opacity: 1;
    outline-color: rgba(107, 114, 128, var(--outline-opacity));
  }

  .sm\:outline-gray-400 {
    --outline-opacity: 1;
    outline-color: rgba(127, 134, 148, var(--outline-opacity));
  }

  .sm\:outline-gray-300 {
    --outline-opacity: 1;
    outline-color: rgba(150, 155, 167, var(--outline-opacity));
  }

  .sm\:outline-gray-200 {
    --outline-opacity: 1;
    outline-color: rgba(172, 176, 186, var(--outline-opacity));
  }

  .sm\:outline-gray-100 {
    --outline-opacity: 1;
    outline-color: rgba(194, 197, 204, var(--outline-opacity));
  }

  .sm\:outline-offset-0px {
    outline-offset: 0;
  }

  .sm\:outline-offset-1px {
    outline-offset: 1px;
  }

  .sm\:outline-offset-2px {
    outline-offset: 2px;
  }

  .sm\:outline-offset-3px {
    outline-offset: 3px;
  }

  .sm\:outline-offset-4px {
    outline-offset: 4px;
  }

  .sm\:outline-offset-5px {
    outline-offset: 5px;
  }

  .sm\:outline-offset-6px {
    outline-offset: 6px;
  }

  .sm\:outline-offset-7px {
    outline-offset: 7px;
  }

  .sm\:outline-offset-8px {
    outline-offset: 8px;
  }

  .sm\:outline-offset-9px {
    outline-offset: 9px;
  }

  .sm\:outline-offset-10px {
    outline-offset: 10px;
  }

  .sm\:outline-none {
    outline: none;
  }

  .sm\:direction-ltr {
    direction: ltr;
  }

  .sm\:direction-rtl {
    direction: rtl;
  }

  .sm\:writing-mode-tb {
    writing-mode: horizontal-tb;
  }

  .sm\:writing-mode-lr {
    writing-mode: vertical-lr;
  }

  .sm\:writing-mode-rl {
    writing-mode: vertical-rl;
  }
}
@media (min-width: 768px) {
  .md\:appearance-auto {
    appearance: auto;
  }

  .md\:appearance-none {
    appearance: none;
  }

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

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

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

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

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

  .md\:align-self-auto {
    align-self: auto;
  }

  .md\:align-self-start {
    align-self: flex-start;
  }

  .md\:align-self-end {
    align-self: flex-end;
  }

  .md\:align-self-center {
    align-self: center;
  }

  .md\:align-self-stretch {
    align-self: stretch;
  }

  .md\:background-attachment-fixed {
    background-attachment: fixed;
  }

  .md\:background-attachment-local {
    background-attachment: local;
  }

  .md\:background-attachment-scroll {
    background-attachment: scroll;
  }

  .md\:background-clip-border-box {
    background-clip: border-box;
  }

  .md\:background-clip-padding-box {
    background-clip: padding-box;
  }

  .md\:background-clip-content-box {
    background-clip: content-box;
  }

  .md\:background-clip-text {
    background-clip: text;
  }

  .md\:bg-red-600 {
    --bg-opacity: 1;
    background-color: rgba(237, 45, 45, var(--bg-opacity));
  }

  .md\:bg-red-700 {
    --bg-opacity: 1;
    background-color: rgba(235, 21, 21, var(--bg-opacity));
  }

  .md\:bg-red-800 {
    --bg-opacity: 1;
    background-color: rgba(212, 18, 18, var(--bg-opacity));
  }

  .md\:bg-red-900 {
    --bg-opacity: 1;
    background-color: rgba(189, 16, 16, var(--bg-opacity));
  }

  .md\:bg-red-500 {
    --bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--bg-opacity));
  }

  .md\:bg-red-400 {
    --bg-opacity: 1;
    background-color: rgba(242, 106, 106, var(--bg-opacity));
  }

  .md\:bg-red-300 {
    --bg-opacity: 1;
    background-color: rgba(245, 143, 143, var(--bg-opacity));
  }

  .md\:bg-red-200 {
    --bg-opacity: 1;
    background-color: rgba(249, 181, 181, var(--bg-opacity));
  }

  .md\:bg-red-100 {
    --bg-opacity: 1;
    background-color: rgba(252, 218, 218, var(--bg-opacity));
  }

  .md\:bg-green-600 {
    --bg-opacity: 1;
    background-color: rgba(14, 162, 113, var(--bg-opacity));
  }

  .md\:bg-green-700 {
    --bg-opacity: 1;
    background-color: rgba(12, 138, 96, var(--bg-opacity));
  }

  .md\:bg-green-800 {
    --bg-opacity: 1;
    background-color: rgba(10, 115, 80, var(--bg-opacity));
  }

  .md\:bg-green-900 {
    --bg-opacity: 1;
    background-color: rgba(8, 91, 64, var(--bg-opacity));
  }

  .md\:bg-green-500 {
    --bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--bg-opacity));
  }

  .md\:bg-green-400 {
    --bg-opacity: 1;
    background-color: rgba(19, 223, 155, var(--bg-opacity));
  }

  .md\:bg-green-300 {
    --bg-opacity: 1;
    background-color: rgba(46, 237, 174, var(--bg-opacity));
  }

  .md\:bg-green-200 {
    --bg-opacity: 1;
    background-color: rgba(83, 240, 188, var(--bg-opacity));
  }

  .md\:bg-green-100 {
    --bg-opacity: 1;
    background-color: rgba(121, 243, 203, var(--bg-opacity));
  }

  .md\:bg-blue-600 {
    --bg-opacity: 1;
    background-color: rgba(35, 114, 245, var(--bg-opacity));
  }

  .md\:bg-blue-700 {
    --bg-opacity: 1;
    background-color: rgba(11, 99, 243, var(--bg-opacity));
  }

  .md\:bg-blue-800 {
    --bg-opacity: 1;
    background-color: rgba(10, 89, 218, var(--bg-opacity));
  }

  .md\:bg-blue-900 {
    --bg-opacity: 1;
    background-color: rgba(9, 79, 194, var(--bg-opacity));
  }

  .md\:bg-blue-500 {
    --bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--bg-opacity));
  }

  .md\:bg-blue-400 {
    --bg-opacity: 1;
    background-color: rgba(98, 155, 248, var(--bg-opacity));
  }

  .md\:bg-blue-300 {
    --bg-opacity: 1;
    background-color: rgba(137, 180, 250, var(--bg-opacity));
  }

  .md\:bg-blue-200 {
    --bg-opacity: 1;
    background-color: rgba(176, 205, 251, var(--bg-opacity));
  }

  .md\:bg-blue-100 {
    --bg-opacity: 1;
    background-color: rgba(215, 230, 253, var(--bg-opacity));
  }

  .md\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: rgba(251, 184, 11, var(--bg-opacity));
  }

  .md\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: rgba(232, 168, 4, var(--bg-opacity));
  }

  .md\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: rgba(207, 150, 4, var(--bg-opacity));
  }

  .md\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: rgba(182, 132, 3, var(--bg-opacity));
  }

  .md\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--bg-opacity));
  }

  .md\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: rgba(252, 203, 76, var(--bg-opacity));
  }

  .md\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: rgba(252, 214, 116, var(--bg-opacity));
  }

  .md\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: rgba(253, 226, 156, var(--bg-opacity));
  }

  .md\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: rgba(254, 238, 196, var(--bg-opacity));
  }

  .md\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: rgba(234, 49, 140, var(--bg-opacity));
  }

  .md\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: rgba(231, 26, 127, var(--bg-opacity));
  }

  .md\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: rgba(210, 22, 115, var(--bg-opacity));
  }

  .md\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: rgba(187, 19, 102, var(--bg-opacity));
  }

  .md\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--bg-opacity));
  }

  .md\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: rgba(240, 109, 174, var(--bg-opacity));
  }

  .md\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: rgba(244, 146, 194, var(--bg-opacity));
  }

  .md\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: rgba(248, 183, 215, var(--bg-opacity));
  }

  .md\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: rgba(251, 220, 235, var(--bg-opacity));
  }

  .md\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: rgba(122, 68, 245, var(--bg-opacity));
  }

  .md\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: rgba(105, 44, 243, var(--bg-opacity));
  }

  .md\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: rgba(87, 20, 242, var(--bg-opacity));
  }

  .md\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: rgba(77, 12, 224, var(--bg-opacity));
  }

  .md\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--bg-opacity));
  }

  .md\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: rgba(167, 131, 248, var(--bg-opacity));
  }

  .md\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: rgba(194, 169, 250, var(--bg-opacity));
  }

  .md\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: rgba(222, 208, 252, var(--bg-opacity));
  }

  .md\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: rgba(249, 247, 255, var(--bg-opacity));
  }

  .md\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: rgba(95, 102, 114, var(--bg-opacity));
  }

  .md\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: rgba(84, 89, 100, var(--bg-opacity));
  }

  .md\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: rgba(72, 77, 86, var(--bg-opacity));
  }

  .md\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: rgba(61, 65, 72, var(--bg-opacity));
  }

  .md\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--bg-opacity));
  }

  .md\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: rgba(127, 134, 148, var(--bg-opacity));
  }

  .md\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: rgba(150, 155, 167, var(--bg-opacity));
  }

  .md\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: rgba(172, 176, 186, var(--bg-opacity));
  }

  .md\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: rgba(194, 197, 204, var(--bg-opacity));
  }

  .md\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .md\:bg-opacity-5 {
    --bg-opacity: 0.05;
  }

  .md\:bg-opacity-10 {
    --bg-opacity: 0.1;
  }

  .md\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .md\:bg-opacity-20 {
    --bg-opacity: 0.2;
  }

  .md\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .md\:bg-opacity-30 {
    --bg-opacity: 0.3;
  }

  .md\:bg-opacity-35 {
    --bg-opacity: 0.35;
  }

  .md\:bg-opacity-40 {
    --bg-opacity: 0.4;
  }

  .md\:bg-opacity-45 {
    --bg-opacity: 0.45;
  }

  .md\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .md\:bg-opacity-55 {
    --bg-opacity: 0.55;
  }

  .md\:bg-opacity-60 {
    --bg-opacity: 0.6;
  }

  .md\:bg-opacity-65 {
    --bg-opacity: 0.65;
  }

  .md\:bg-opacity-70 {
    --bg-opacity: 0.7;
  }

  .md\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .md\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .md\:bg-opacity-85 {
    --bg-opacity: 0.85;
  }

  .md\:bg-opacity-90 {
    --bg-opacity: 0.9;
  }

  .md\:bg-opacity-95 {
    --bg-opacity: 0.95;
  }

  .md\:bg-opacity-100 {
    --bg-opacity: 100;
  }

  .md\:background-image-none {
    background-image: "none !important";
  }

  .md\:start-red-600 {
    --start-opacity: 1;
    --gradient-start: rgba(237, 45, 45, var(--start-opacity));
  }

  .md\:start-red-700 {
    --start-opacity: 1;
    --gradient-start: rgba(235, 21, 21, var(--start-opacity));
  }

  .md\:start-red-800 {
    --start-opacity: 1;
    --gradient-start: rgba(212, 18, 18, var(--start-opacity));
  }

  .md\:start-red-900 {
    --start-opacity: 1;
    --gradient-start: rgba(189, 16, 16, var(--start-opacity));
  }

  .md\:start-red-500 {
    --start-opacity: 1;
    --gradient-start: rgba(239, 68, 68, var(--start-opacity));
  }

  .md\:start-red-400 {
    --start-opacity: 1;
    --gradient-start: rgba(242, 106, 106, var(--start-opacity));
  }

  .md\:start-red-300 {
    --start-opacity: 1;
    --gradient-start: rgba(245, 143, 143, var(--start-opacity));
  }

  .md\:start-red-200 {
    --start-opacity: 1;
    --gradient-start: rgba(249, 181, 181, var(--start-opacity));
  }

  .md\:start-red-100 {
    --start-opacity: 1;
    --gradient-start: rgba(252, 218, 218, var(--start-opacity));
  }

  .md\:start-green-600 {
    --start-opacity: 1;
    --gradient-start: rgba(14, 162, 113, var(--start-opacity));
  }

  .md\:start-green-700 {
    --start-opacity: 1;
    --gradient-start: rgba(12, 138, 96, var(--start-opacity));
  }

  .md\:start-green-800 {
    --start-opacity: 1;
    --gradient-start: rgba(10, 115, 80, var(--start-opacity));
  }

  .md\:start-green-900 {
    --start-opacity: 1;
    --gradient-start: rgba(8, 91, 64, var(--start-opacity));
  }

  .md\:start-green-500 {
    --start-opacity: 1;
    --gradient-start: rgba(16, 185, 129, var(--start-opacity));
  }

  .md\:start-green-400 {
    --start-opacity: 1;
    --gradient-start: rgba(19, 223, 155, var(--start-opacity));
  }

  .md\:start-green-300 {
    --start-opacity: 1;
    --gradient-start: rgba(46, 237, 174, var(--start-opacity));
  }

  .md\:start-green-200 {
    --start-opacity: 1;
    --gradient-start: rgba(83, 240, 188, var(--start-opacity));
  }

  .md\:start-green-100 {
    --start-opacity: 1;
    --gradient-start: rgba(121, 243, 203, var(--start-opacity));
  }

  .md\:start-blue-600 {
    --start-opacity: 1;
    --gradient-start: rgba(35, 114, 245, var(--start-opacity));
  }

  .md\:start-blue-700 {
    --start-opacity: 1;
    --gradient-start: rgba(11, 99, 243, var(--start-opacity));
  }

  .md\:start-blue-800 {
    --start-opacity: 1;
    --gradient-start: rgba(10, 89, 218, var(--start-opacity));
  }

  .md\:start-blue-900 {
    --start-opacity: 1;
    --gradient-start: rgba(9, 79, 194, var(--start-opacity));
  }

  .md\:start-blue-500 {
    --start-opacity: 1;
    --gradient-start: rgba(59, 130, 246, var(--start-opacity));
  }

  .md\:start-blue-400 {
    --start-opacity: 1;
    --gradient-start: rgba(98, 155, 248, var(--start-opacity));
  }

  .md\:start-blue-300 {
    --start-opacity: 1;
    --gradient-start: rgba(137, 180, 250, var(--start-opacity));
  }

  .md\:start-blue-200 {
    --start-opacity: 1;
    --gradient-start: rgba(176, 205, 251, var(--start-opacity));
  }

  .md\:start-blue-100 {
    --start-opacity: 1;
    --gradient-start: rgba(215, 230, 253, var(--start-opacity));
  }

  .md\:start-yellow-600 {
    --start-opacity: 1;
    --gradient-start: rgba(251, 184, 11, var(--start-opacity));
  }

  .md\:start-yellow-700 {
    --start-opacity: 1;
    --gradient-start: rgba(232, 168, 4, var(--start-opacity));
  }

  .md\:start-yellow-800 {
    --start-opacity: 1;
    --gradient-start: rgba(207, 150, 4, var(--start-opacity));
  }

  .md\:start-yellow-900 {
    --start-opacity: 1;
    --gradient-start: rgba(182, 132, 3, var(--start-opacity));
  }

  .md\:start-yellow-500 {
    --start-opacity: 1;
    --gradient-start: rgba(251, 191, 36, var(--start-opacity));
  }

  .md\:start-yellow-400 {
    --start-opacity: 1;
    --gradient-start: rgba(252, 203, 76, var(--start-opacity));
  }

  .md\:start-yellow-300 {
    --start-opacity: 1;
    --gradient-start: rgba(252, 214, 116, var(--start-opacity));
  }

  .md\:start-yellow-200 {
    --start-opacity: 1;
    --gradient-start: rgba(253, 226, 156, var(--start-opacity));
  }

  .md\:start-yellow-100 {
    --start-opacity: 1;
    --gradient-start: rgba(254, 238, 196, var(--start-opacity));
  }

  .md\:start-pink-600 {
    --start-opacity: 1;
    --gradient-start: rgba(234, 49, 140, var(--start-opacity));
  }

  .md\:start-pink-700 {
    --start-opacity: 1;
    --gradient-start: rgba(231, 26, 127, var(--start-opacity));
  }

  .md\:start-pink-800 {
    --start-opacity: 1;
    --gradient-start: rgba(210, 22, 115, var(--start-opacity));
  }

  .md\:start-pink-900 {
    --start-opacity: 1;
    --gradient-start: rgba(187, 19, 102, var(--start-opacity));
  }

  .md\:start-pink-500 {
    --start-opacity: 1;
    --gradient-start: rgba(236, 72, 153, var(--start-opacity));
  }

  .md\:start-pink-400 {
    --start-opacity: 1;
    --gradient-start: rgba(240, 109, 174, var(--start-opacity));
  }

  .md\:start-pink-300 {
    --start-opacity: 1;
    --gradient-start: rgba(244, 146, 194, var(--start-opacity));
  }

  .md\:start-pink-200 {
    --start-opacity: 1;
    --gradient-start: rgba(248, 183, 215, var(--start-opacity));
  }

  .md\:start-pink-100 {
    --start-opacity: 1;
    --gradient-start: rgba(251, 220, 235, var(--start-opacity));
  }

  .md\:start-purple-600 {
    --start-opacity: 1;
    --gradient-start: rgba(122, 68, 245, var(--start-opacity));
  }

  .md\:start-purple-700 {
    --start-opacity: 1;
    --gradient-start: rgba(105, 44, 243, var(--start-opacity));
  }

  .md\:start-purple-800 {
    --start-opacity: 1;
    --gradient-start: rgba(87, 20, 242, var(--start-opacity));
  }

  .md\:start-purple-900 {
    --start-opacity: 1;
    --gradient-start: rgba(77, 12, 224, var(--start-opacity));
  }

  .md\:start-purple-500 {
    --start-opacity: 1;
    --gradient-start: rgba(139, 92, 246, var(--start-opacity));
  }

  .md\:start-purple-400 {
    --start-opacity: 1;
    --gradient-start: rgba(167, 131, 248, var(--start-opacity));
  }

  .md\:start-purple-300 {
    --start-opacity: 1;
    --gradient-start: rgba(194, 169, 250, var(--start-opacity));
  }

  .md\:start-purple-200 {
    --start-opacity: 1;
    --gradient-start: rgba(222, 208, 252, var(--start-opacity));
  }

  .md\:start-purple-100 {
    --start-opacity: 1;
    --gradient-start: rgba(249, 247, 255, var(--start-opacity));
  }

  .md\:start-gray-600 {
    --start-opacity: 1;
    --gradient-start: rgba(95, 102, 114, var(--start-opacity));
  }

  .md\:start-gray-700 {
    --start-opacity: 1;
    --gradient-start: rgba(84, 89, 100, var(--start-opacity));
  }

  .md\:start-gray-800 {
    --start-opacity: 1;
    --gradient-start: rgba(72, 77, 86, var(--start-opacity));
  }

  .md\:start-gray-900 {
    --start-opacity: 1;
    --gradient-start: rgba(61, 65, 72, var(--start-opacity));
  }

  .md\:start-gray-500 {
    --start-opacity: 1;
    --gradient-start: rgba(107, 114, 128, var(--start-opacity));
  }

  .md\:start-gray-400 {
    --start-opacity: 1;
    --gradient-start: rgba(127, 134, 148, var(--start-opacity));
  }

  .md\:start-gray-300 {
    --start-opacity: 1;
    --gradient-start: rgba(150, 155, 167, var(--start-opacity));
  }

  .md\:start-gray-200 {
    --start-opacity: 1;
    --gradient-start: rgba(172, 176, 186, var(--start-opacity));
  }

  .md\:start-gray-100 {
    --start-opacity: 1;
    --gradient-start: rgba(194, 197, 204, var(--start-opacity));
  }

  .md\:end-red-600 {
    --end-opacity: 1;
    --gradient-end: rgba(237, 45, 45, var(--end-opacity));
  }

  .md\:end-red-700 {
    --end-opacity: 1;
    --gradient-end: rgba(235, 21, 21, var(--end-opacity));
  }

  .md\:end-red-800 {
    --end-opacity: 1;
    --gradient-end: rgba(212, 18, 18, var(--end-opacity));
  }

  .md\:end-red-900 {
    --end-opacity: 1;
    --gradient-end: rgba(189, 16, 16, var(--end-opacity));
  }

  .md\:end-red-500 {
    --end-opacity: 1;
    --gradient-end: rgba(239, 68, 68, var(--end-opacity));
  }

  .md\:end-red-400 {
    --end-opacity: 1;
    --gradient-end: rgba(242, 106, 106, var(--end-opacity));
  }

  .md\:end-red-300 {
    --end-opacity: 1;
    --gradient-end: rgba(245, 143, 143, var(--end-opacity));
  }

  .md\:end-red-200 {
    --end-opacity: 1;
    --gradient-end: rgba(249, 181, 181, var(--end-opacity));
  }

  .md\:end-red-100 {
    --end-opacity: 1;
    --gradient-end: rgba(252, 218, 218, var(--end-opacity));
  }

  .md\:end-green-600 {
    --end-opacity: 1;
    --gradient-end: rgba(14, 162, 113, var(--end-opacity));
  }

  .md\:end-green-700 {
    --end-opacity: 1;
    --gradient-end: rgba(12, 138, 96, var(--end-opacity));
  }

  .md\:end-green-800 {
    --end-opacity: 1;
    --gradient-end: rgba(10, 115, 80, var(--end-opacity));
  }

  .md\:end-green-900 {
    --end-opacity: 1;
    --gradient-end: rgba(8, 91, 64, var(--end-opacity));
  }

  .md\:end-green-500 {
    --end-opacity: 1;
    --gradient-end: rgba(16, 185, 129, var(--end-opacity));
  }

  .md\:end-green-400 {
    --end-opacity: 1;
    --gradient-end: rgba(19, 223, 155, var(--end-opacity));
  }

  .md\:end-green-300 {
    --end-opacity: 1;
    --gradient-end: rgba(46, 237, 174, var(--end-opacity));
  }

  .md\:end-green-200 {
    --end-opacity: 1;
    --gradient-end: rgba(83, 240, 188, var(--end-opacity));
  }

  .md\:end-green-100 {
    --end-opacity: 1;
    --gradient-end: rgba(121, 243, 203, var(--end-opacity));
  }

  .md\:end-blue-600 {
    --end-opacity: 1;
    --gradient-end: rgba(35, 114, 245, var(--end-opacity));
  }

  .md\:end-blue-700 {
    --end-opacity: 1;
    --gradient-end: rgba(11, 99, 243, var(--end-opacity));
  }

  .md\:end-blue-800 {
    --end-opacity: 1;
    --gradient-end: rgba(10, 89, 218, var(--end-opacity));
  }

  .md\:end-blue-900 {
    --end-opacity: 1;
    --gradient-end: rgba(9, 79, 194, var(--end-opacity));
  }

  .md\:end-blue-500 {
    --end-opacity: 1;
    --gradient-end: rgba(59, 130, 246, var(--end-opacity));
  }

  .md\:end-blue-400 {
    --end-opacity: 1;
    --gradient-end: rgba(98, 155, 248, var(--end-opacity));
  }

  .md\:end-blue-300 {
    --end-opacity: 1;
    --gradient-end: rgba(137, 180, 250, var(--end-opacity));
  }

  .md\:end-blue-200 {
    --end-opacity: 1;
    --gradient-end: rgba(176, 205, 251, var(--end-opacity));
  }

  .md\:end-blue-100 {
    --end-opacity: 1;
    --gradient-end: rgba(215, 230, 253, var(--end-opacity));
  }

  .md\:end-yellow-600 {
    --end-opacity: 1;
    --gradient-end: rgba(251, 184, 11, var(--end-opacity));
  }

  .md\:end-yellow-700 {
    --end-opacity: 1;
    --gradient-end: rgba(232, 168, 4, var(--end-opacity));
  }

  .md\:end-yellow-800 {
    --end-opacity: 1;
    --gradient-end: rgba(207, 150, 4, var(--end-opacity));
  }

  .md\:end-yellow-900 {
    --end-opacity: 1;
    --gradient-end: rgba(182, 132, 3, var(--end-opacity));
  }

  .md\:end-yellow-500 {
    --end-opacity: 1;
    --gradient-end: rgba(251, 191, 36, var(--end-opacity));
  }

  .md\:end-yellow-400 {
    --end-opacity: 1;
    --gradient-end: rgba(252, 203, 76, var(--end-opacity));
  }

  .md\:end-yellow-300 {
    --end-opacity: 1;
    --gradient-end: rgba(252, 214, 116, var(--end-opacity));
  }

  .md\:end-yellow-200 {
    --end-opacity: 1;
    --gradient-end: rgba(253, 226, 156, var(--end-opacity));
  }

  .md\:end-yellow-100 {
    --end-opacity: 1;
    --gradient-end: rgba(254, 238, 196, var(--end-opacity));
  }

  .md\:end-pink-600 {
    --end-opacity: 1;
    --gradient-end: rgba(234, 49, 140, var(--end-opacity));
  }

  .md\:end-pink-700 {
    --end-opacity: 1;
    --gradient-end: rgba(231, 26, 127, var(--end-opacity));
  }

  .md\:end-pink-800 {
    --end-opacity: 1;
    --gradient-end: rgba(210, 22, 115, var(--end-opacity));
  }

  .md\:end-pink-900 {
    --end-opacity: 1;
    --gradient-end: rgba(187, 19, 102, var(--end-opacity));
  }

  .md\:end-pink-500 {
    --end-opacity: 1;
    --gradient-end: rgba(236, 72, 153, var(--end-opacity));
  }

  .md\:end-pink-400 {
    --end-opacity: 1;
    --gradient-end: rgba(240, 109, 174, var(--end-opacity));
  }

  .md\:end-pink-300 {
    --end-opacity: 1;
    --gradient-end: rgba(244, 146, 194, var(--end-opacity));
  }

  .md\:end-pink-200 {
    --end-opacity: 1;
    --gradient-end: rgba(248, 183, 215, var(--end-opacity));
  }

  .md\:end-pink-100 {
    --end-opacity: 1;
    --gradient-end: rgba(251, 220, 235, var(--end-opacity));
  }

  .md\:end-purple-600 {
    --end-opacity: 1;
    --gradient-end: rgba(122, 68, 245, var(--end-opacity));
  }

  .md\:end-purple-700 {
    --end-opacity: 1;
    --gradient-end: rgba(105, 44, 243, var(--end-opacity));
  }

  .md\:end-purple-800 {
    --end-opacity: 1;
    --gradient-end: rgba(87, 20, 242, var(--end-opacity));
  }

  .md\:end-purple-900 {
    --end-opacity: 1;
    --gradient-end: rgba(77, 12, 224, var(--end-opacity));
  }

  .md\:end-purple-500 {
    --end-opacity: 1;
    --gradient-end: rgba(139, 92, 246, var(--end-opacity));
  }

  .md\:end-purple-400 {
    --end-opacity: 1;
    --gradient-end: rgba(167, 131, 248, var(--end-opacity));
  }

  .md\:end-purple-300 {
    --end-opacity: 1;
    --gradient-end: rgba(194, 169, 250, var(--end-opacity));
  }

  .md\:end-purple-200 {
    --end-opacity: 1;
    --gradient-end: rgba(222, 208, 252, var(--end-opacity));
  }

  .md\:end-purple-100 {
    --end-opacity: 1;
    --gradient-end: rgba(249, 247, 255, var(--end-opacity));
  }

  .md\:end-gray-600 {
    --end-opacity: 1;
    --gradient-end: rgba(95, 102, 114, var(--end-opacity));
  }

  .md\:end-gray-700 {
    --end-opacity: 1;
    --gradient-end: rgba(84, 89, 100, var(--end-opacity));
  }

  .md\:end-gray-800 {
    --end-opacity: 1;
    --gradient-end: rgba(72, 77, 86, var(--end-opacity));
  }

  .md\:end-gray-900 {
    --end-opacity: 1;
    --gradient-end: rgba(61, 65, 72, var(--end-opacity));
  }

  .md\:end-gray-500 {
    --end-opacity: 1;
    --gradient-end: rgba(107, 114, 128, var(--end-opacity));
  }

  .md\:end-gray-400 {
    --end-opacity: 1;
    --gradient-end: rgba(127, 134, 148, var(--end-opacity));
  }

  .md\:end-gray-300 {
    --end-opacity: 1;
    --gradient-end: rgba(150, 155, 167, var(--end-opacity));
  }

  .md\:end-gray-200 {
    --end-opacity: 1;
    --gradient-end: rgba(172, 176, 186, var(--end-opacity));
  }

  .md\:end-gray-100 {
    --end-opacity: 1;
    --gradient-end: rgba(194, 197, 204, var(--end-opacity));
  }

  .md\:start-opacity-0 {
    --start-opacity: 0;
  }

  .md\:start-opacity-5 {
    --start-opacity: 0.05;
  }

  .md\:start-opacity-10 {
    --start-opacity: 0.1;
  }

  .md\:start-opacity-15 {
    --start-opacity: 0.15;
  }

  .md\:start-opacity-20 {
    --start-opacity: 0.2;
  }

  .md\:start-opacity-25 {
    --start-opacity: 0.25;
  }

  .md\:start-opacity-30 {
    --start-opacity: 0.3;
  }

  .md\:start-opacity-35 {
    --start-opacity: 0.35;
  }

  .md\:start-opacity-40 {
    --start-opacity: 0.4;
  }

  .md\:start-opacity-45 {
    --start-opacity: 0.45;
  }

  .md\:start-opacity-50 {
    --start-opacity: 0.5;
  }

  .md\:start-opacity-55 {
    --start-opacity: 0.55;
  }

  .md\:start-opacity-60 {
    --start-opacity: 0.6;
  }

  .md\:start-opacity-65 {
    --start-opacity: 0.65;
  }

  .md\:start-opacity-70 {
    --start-opacity: 0.7;
  }

  .md\:start-opacity-75 {
    --start-opacity: 0.75;
  }

  .md\:start-opacity-80 {
    --start-opacity: 0.8;
  }

  .md\:start-opacity-85 {
    --start-opacity: 0.85;
  }

  .md\:start-opacity-90 {
    --start-opacity: 0.9;
  }

  .md\:start-opacity-95 {
    --start-opacity: 0.95;
  }

  .md\:start-opacity-100 {
    --start-opacity: 100;
  }

  .md\:end-opacity-0 {
    --end-opacity: 0;
  }

  .md\:end-opacity-5 {
    --end-opacity: 0.05;
  }

  .md\:end-opacity-10 {
    --end-opacity: 0.1;
  }

  .md\:end-opacity-15 {
    --end-opacity: 0.15;
  }

  .md\:end-opacity-20 {
    --end-opacity: 0.2;
  }

  .md\:end-opacity-25 {
    --end-opacity: 0.25;
  }

  .md\:end-opacity-30 {
    --end-opacity: 0.3;
  }

  .md\:end-opacity-35 {
    --end-opacity: 0.35;
  }

  .md\:end-opacity-40 {
    --end-opacity: 0.4;
  }

  .md\:end-opacity-45 {
    --end-opacity: 0.45;
  }

  .md\:end-opacity-50 {
    --end-opacity: 0.5;
  }

  .md\:end-opacity-55 {
    --end-opacity: 0.55;
  }

  .md\:end-opacity-60 {
    --end-opacity: 0.6;
  }

  .md\:end-opacity-65 {
    --end-opacity: 0.65;
  }

  .md\:end-opacity-70 {
    --end-opacity: 0.7;
  }

  .md\:end-opacity-75 {
    --end-opacity: 0.75;
  }

  .md\:end-opacity-80 {
    --end-opacity: 0.8;
  }

  .md\:end-opacity-85 {
    --end-opacity: 0.85;
  }

  .md\:end-opacity-90 {
    --end-opacity: 0.9;
  }

  .md\:end-opacity-95 {
    --end-opacity: 0.95;
  }

  .md\:end-opacity-100 {
    --end-opacity: 100;
  }

  .md\:background-position-top {
    background-position: top;
  }

  .md\:background-position-right {
    background-position: right;
  }

  .md\:background-position-bottom {
    background-position: bottom;
  }

  .md\:background-position-left {
    background-position: left;
  }

  .md\:background-position-center {
    background-position: center;
  }

  .md\:background-position-left-top {
    background-position: left top;
  }

  .md\:background-position-left-bottom {
    background-position: left bottom;
  }

  .md\:background-position-right-top {
    background-position: right top;
  }

  .md\:background-position-right-bottom {
    background-position: right bottom;
  }

  .md\:background-repeat-repeat {
    background-repeat: repeat;
  }

  .md\:background-repeat-no-repeat {
    background-repeat: no-repeat;
  }

  .md\:background-repeat-repeat-x {
    background-repeat: repeat-x;
  }

  .md\:background-repeat-repeat-y {
    background-repeat: repeat-y;
  }

  .md\:background-repeat-round {
    background-repeat: round;
  }

  .md\:background-repeat-space {
    background-repeat: space;
  }

  .md\:background-size-auto {
    background-size: auto;
  }

  .md\:background-size-cover {
    background-size: cover;
  }

  .md\:background-size-contain {
    background-size: contain;
  }

  .md\:color-transparent {
    color: transparent;
  }

  .md\:color-primary {
    color: #FAE898;
  }

  .md\:color-secondary {
    color: #999999;
  }

  .md\:color-success {
    color: #198754;
  }

  .md\:color-info {
    color: #0dcaf0;
  }

  .md\:color-warning {
    color: #ffc107;
  }

  .md\:color-danger {
    color: #dc3545;
  }

  .md\:color-dark {
    color: #333333;
  }

  .md\:color-light {
    color: #f1f1f1;
  }

  .md\:color-black {
    color: #000000;
  }

  .md\:color-white {
    color: #ffffff;
  }

  .md\:bg-color-transparent {
    background-color: transparent;
  }

  .md\:bg-color-primary {
    background-color: #FAE898;
  }

  .md\:bg-color-secondary {
    background-color: #999999;
  }

  .md\:bg-color-success {
    background-color: #198754;
  }

  .md\:bg-color-info {
    background-color: #0dcaf0;
  }

  .md\:bg-color-warning {
    background-color: #ffc107;
  }

  .md\:bg-color-danger {
    background-color: #dc3545;
  }

  .md\:bg-color-dark {
    background-color: #333333;
  }

  .md\:bg-color-light {
    background-color: #f1f1f1;
  }

  .md\:bg-color-black {
    background-color: #000000;
  }

  .md\:bg-color-white {
    background-color: #ffffff;
  }

  .md\:border-color-transparent {
    border-color: transparent;
  }

  .md\:border-color-primary {
    border-color: #FAE898;
  }

  .md\:border-color-secondary {
    border-color: #999999;
  }

  .md\:border-color-success {
    border-color: #198754;
  }

  .md\:border-color-info {
    border-color: #0dcaf0;
  }

  .md\:border-color-warning {
    border-color: #ffc107;
  }

  .md\:border-color-danger {
    border-color: #dc3545;
  }

  .md\:border-color-dark {
    border-color: #333333;
  }

  .md\:border-color-light {
    border-color: #f1f1f1;
  }

  .md\:border-color-black {
    border-color: #000000;
  }

  .md\:border-color-white {
    border-color: #ffffff;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .md\:placeholder-primary::placeholder {
    color: #FAE898;
  }

  .md\:placeholder-secondary::placeholder {
    color: #999999;
  }

  .md\:placeholder-success::placeholder {
    color: #198754;
  }

  .md\:placeholder-info::placeholder {
    color: #0dcaf0;
  }

  .md\:placeholder-warning::placeholder {
    color: #ffc107;
  }

  .md\:placeholder-danger::placeholder {
    color: #dc3545;
  }

  .md\:placeholder-dark::placeholder {
    color: #333333;
  }

  .md\:placeholder-light::placeholder {
    color: #f1f1f1;
  }

  .md\:placeholder-black::placeholder {
    color: #000000;
  }

  .md\:placeholder-white::placeholder {
    color: #ffffff;
  }

  .md\:placeholder-transparent {
    color: transparent;
  }

  .md\:placeholder-primary {
    color: #FAE898;
  }

  .md\:placeholder-secondary {
    color: #999999;
  }

  .md\:placeholder-success {
    color: #198754;
  }

  .md\:placeholder-info {
    color: #0dcaf0;
  }

  .md\:placeholder-warning {
    color: #ffc107;
  }

  .md\:placeholder-danger {
    color: #dc3545;
  }

  .md\:placeholder-dark {
    color: #333333;
  }

  .md\:placeholder-light {
    color: #f1f1f1;
  }

  .md\:placeholder-black {
    color: #000000;
  }

  .md\:placeholder-white {
    color: #ffffff;
  }

  .md\:border-collapse-collapse {
    border-collapse: collapse;
  }

  .md\:border-collapse-separate {
    border-collapse: separate;
  }

  .md\:border-red-600 {
    --border-opacity: 1;
    border-color: rgba(237, 45, 45, var(--border-opacity));
  }

  .md\:border-red-700 {
    --border-opacity: 1;
    border-color: rgba(235, 21, 21, var(--border-opacity));
  }

  .md\:border-red-800 {
    --border-opacity: 1;
    border-color: rgba(212, 18, 18, var(--border-opacity));
  }

  .md\:border-red-900 {
    --border-opacity: 1;
    border-color: rgba(189, 16, 16, var(--border-opacity));
  }

  .md\:border-red-500 {
    --border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--border-opacity));
  }

  .md\:border-red-400 {
    --border-opacity: 1;
    border-color: rgba(242, 106, 106, var(--border-opacity));
  }

  .md\:border-red-300 {
    --border-opacity: 1;
    border-color: rgba(245, 143, 143, var(--border-opacity));
  }

  .md\:border-red-200 {
    --border-opacity: 1;
    border-color: rgba(249, 181, 181, var(--border-opacity));
  }

  .md\:border-red-100 {
    --border-opacity: 1;
    border-color: rgba(252, 218, 218, var(--border-opacity));
  }

  .md\:border-green-600 {
    --border-opacity: 1;
    border-color: rgba(14, 162, 113, var(--border-opacity));
  }

  .md\:border-green-700 {
    --border-opacity: 1;
    border-color: rgba(12, 138, 96, var(--border-opacity));
  }

  .md\:border-green-800 {
    --border-opacity: 1;
    border-color: rgba(10, 115, 80, var(--border-opacity));
  }

  .md\:border-green-900 {
    --border-opacity: 1;
    border-color: rgba(8, 91, 64, var(--border-opacity));
  }

  .md\:border-green-500 {
    --border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--border-opacity));
  }

  .md\:border-green-400 {
    --border-opacity: 1;
    border-color: rgba(19, 223, 155, var(--border-opacity));
  }

  .md\:border-green-300 {
    --border-opacity: 1;
    border-color: rgba(46, 237, 174, var(--border-opacity));
  }

  .md\:border-green-200 {
    --border-opacity: 1;
    border-color: rgba(83, 240, 188, var(--border-opacity));
  }

  .md\:border-green-100 {
    --border-opacity: 1;
    border-color: rgba(121, 243, 203, var(--border-opacity));
  }

  .md\:border-blue-600 {
    --border-opacity: 1;
    border-color: rgba(35, 114, 245, var(--border-opacity));
  }

  .md\:border-blue-700 {
    --border-opacity: 1;
    border-color: rgba(11, 99, 243, var(--border-opacity));
  }

  .md\:border-blue-800 {
    --border-opacity: 1;
    border-color: rgba(10, 89, 218, var(--border-opacity));
  }

  .md\:border-blue-900 {
    --border-opacity: 1;
    border-color: rgba(9, 79, 194, var(--border-opacity));
  }

  .md\:border-blue-500 {
    --border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--border-opacity));
  }

  .md\:border-blue-400 {
    --border-opacity: 1;
    border-color: rgba(98, 155, 248, var(--border-opacity));
  }

  .md\:border-blue-300 {
    --border-opacity: 1;
    border-color: rgba(137, 180, 250, var(--border-opacity));
  }

  .md\:border-blue-200 {
    --border-opacity: 1;
    border-color: rgba(176, 205, 251, var(--border-opacity));
  }

  .md\:border-blue-100 {
    --border-opacity: 1;
    border-color: rgba(215, 230, 253, var(--border-opacity));
  }

  .md\:border-yellow-600 {
    --border-opacity: 1;
    border-color: rgba(251, 184, 11, var(--border-opacity));
  }

  .md\:border-yellow-700 {
    --border-opacity: 1;
    border-color: rgba(232, 168, 4, var(--border-opacity));
  }

  .md\:border-yellow-800 {
    --border-opacity: 1;
    border-color: rgba(207, 150, 4, var(--border-opacity));
  }

  .md\:border-yellow-900 {
    --border-opacity: 1;
    border-color: rgba(182, 132, 3, var(--border-opacity));
  }

  .md\:border-yellow-500 {
    --border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--border-opacity));
  }

  .md\:border-yellow-400 {
    --border-opacity: 1;
    border-color: rgba(252, 203, 76, var(--border-opacity));
  }

  .md\:border-yellow-300 {
    --border-opacity: 1;
    border-color: rgba(252, 214, 116, var(--border-opacity));
  }

  .md\:border-yellow-200 {
    --border-opacity: 1;
    border-color: rgba(253, 226, 156, var(--border-opacity));
  }

  .md\:border-yellow-100 {
    --border-opacity: 1;
    border-color: rgba(254, 238, 196, var(--border-opacity));
  }

  .md\:border-pink-600 {
    --border-opacity: 1;
    border-color: rgba(234, 49, 140, var(--border-opacity));
  }

  .md\:border-pink-700 {
    --border-opacity: 1;
    border-color: rgba(231, 26, 127, var(--border-opacity));
  }

  .md\:border-pink-800 {
    --border-opacity: 1;
    border-color: rgba(210, 22, 115, var(--border-opacity));
  }

  .md\:border-pink-900 {
    --border-opacity: 1;
    border-color: rgba(187, 19, 102, var(--border-opacity));
  }

  .md\:border-pink-500 {
    --border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--border-opacity));
  }

  .md\:border-pink-400 {
    --border-opacity: 1;
    border-color: rgba(240, 109, 174, var(--border-opacity));
  }

  .md\:border-pink-300 {
    --border-opacity: 1;
    border-color: rgba(244, 146, 194, var(--border-opacity));
  }

  .md\:border-pink-200 {
    --border-opacity: 1;
    border-color: rgba(248, 183, 215, var(--border-opacity));
  }

  .md\:border-pink-100 {
    --border-opacity: 1;
    border-color: rgba(251, 220, 235, var(--border-opacity));
  }

  .md\:border-purple-600 {
    --border-opacity: 1;
    border-color: rgba(122, 68, 245, var(--border-opacity));
  }

  .md\:border-purple-700 {
    --border-opacity: 1;
    border-color: rgba(105, 44, 243, var(--border-opacity));
  }

  .md\:border-purple-800 {
    --border-opacity: 1;
    border-color: rgba(87, 20, 242, var(--border-opacity));
  }

  .md\:border-purple-900 {
    --border-opacity: 1;
    border-color: rgba(77, 12, 224, var(--border-opacity));
  }

  .md\:border-purple-500 {
    --border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--border-opacity));
  }

  .md\:border-purple-400 {
    --border-opacity: 1;
    border-color: rgba(167, 131, 248, var(--border-opacity));
  }

  .md\:border-purple-300 {
    --border-opacity: 1;
    border-color: rgba(194, 169, 250, var(--border-opacity));
  }

  .md\:border-purple-200 {
    --border-opacity: 1;
    border-color: rgba(222, 208, 252, var(--border-opacity));
  }

  .md\:border-purple-100 {
    --border-opacity: 1;
    border-color: rgba(249, 247, 255, var(--border-opacity));
  }

  .md\:border-gray-600 {
    --border-opacity: 1;
    border-color: rgba(95, 102, 114, var(--border-opacity));
  }

  .md\:border-gray-700 {
    --border-opacity: 1;
    border-color: rgba(84, 89, 100, var(--border-opacity));
  }

  .md\:border-gray-800 {
    --border-opacity: 1;
    border-color: rgba(72, 77, 86, var(--border-opacity));
  }

  .md\:border-gray-900 {
    --border-opacity: 1;
    border-color: rgba(61, 65, 72, var(--border-opacity));
  }

  .md\:border-gray-500 {
    --border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--border-opacity));
  }

  .md\:border-gray-400 {
    --border-opacity: 1;
    border-color: rgba(127, 134, 148, var(--border-opacity));
  }

  .md\:border-gray-300 {
    --border-opacity: 1;
    border-color: rgba(150, 155, 167, var(--border-opacity));
  }

  .md\:border-gray-200 {
    --border-opacity: 1;
    border-color: rgba(172, 176, 186, var(--border-opacity));
  }

  .md\:border-gray-100 {
    --border-opacity: 1;
    border-color: rgba(194, 197, 204, var(--border-opacity));
  }

  .md\:border-opacity-0 {
    --border-opacity: 0;
  }

  .md\:border-opacity-5 {
    --border-opacity: 0.05;
  }

  .md\:border-opacity-10 {
    --border-opacity: 0.1;
  }

  .md\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .md\:border-opacity-20 {
    --border-opacity: 0.2;
  }

  .md\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .md\:border-opacity-30 {
    --border-opacity: 0.3;
  }

  .md\:border-opacity-35 {
    --border-opacity: 0.35;
  }

  .md\:border-opacity-40 {
    --border-opacity: 0.4;
  }

  .md\:border-opacity-45 {
    --border-opacity: 0.45;
  }

  .md\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .md\:border-opacity-55 {
    --border-opacity: 0.55;
  }

  .md\:border-opacity-60 {
    --border-opacity: 0.6;
  }

  .md\:border-opacity-65 {
    --border-opacity: 0.65;
  }

  .md\:border-opacity-70 {
    --border-opacity: 0.7;
  }

  .md\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .md\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .md\:border-opacity-85 {
    --border-opacity: 0.85;
  }

  .md\:border-opacity-90 {
    --border-opacity: 0.9;
  }

  .md\:border-opacity-95 {
    --border-opacity: 0.95;
  }

  .md\:border-opacity-100 {
    --border-opacity: 100;
  }

  .md\:br-5 {
    border-radius: 5%;
  }

  .md\:brtl-5 {
    border-top-left-radius: 5%;
  }

  .md\:brtr-5 {
    border-top-right-radius: 5%;
  }

  .md\:brbl-5 {
    border-bottom-left-radius: 5%;
  }

  .md\:brbr-5 {
    border-bottom-right-radius: 5%;
  }

  .md\:br-10 {
    border-radius: 10%;
  }

  .md\:brtl-10 {
    border-top-left-radius: 10%;
  }

  .md\:brtr-10 {
    border-top-right-radius: 10%;
  }

  .md\:brbl-10 {
    border-bottom-left-radius: 10%;
  }

  .md\:brbr-10 {
    border-bottom-right-radius: 10%;
  }

  .md\:br-15 {
    border-radius: 15%;
  }

  .md\:brtl-15 {
    border-top-left-radius: 15%;
  }

  .md\:brtr-15 {
    border-top-right-radius: 15%;
  }

  .md\:brbl-15 {
    border-bottom-left-radius: 15%;
  }

  .md\:brbr-15 {
    border-bottom-right-radius: 15%;
  }

  .md\:br-20 {
    border-radius: 20%;
  }

  .md\:brtl-20 {
    border-top-left-radius: 20%;
  }

  .md\:brtr-20 {
    border-top-right-radius: 20%;
  }

  .md\:brbl-20 {
    border-bottom-left-radius: 20%;
  }

  .md\:brbr-20 {
    border-bottom-right-radius: 20%;
  }

  .md\:br-25 {
    border-radius: 25%;
  }

  .md\:brtl-25 {
    border-top-left-radius: 25%;
  }

  .md\:brtr-25 {
    border-top-right-radius: 25%;
  }

  .md\:brbl-25 {
    border-bottom-left-radius: 25%;
  }

  .md\:brbr-25 {
    border-bottom-right-radius: 25%;
  }

  .md\:br-30 {
    border-radius: 30%;
  }

  .md\:brtl-30 {
    border-top-left-radius: 30%;
  }

  .md\:brtr-30 {
    border-top-right-radius: 30%;
  }

  .md\:brbl-30 {
    border-bottom-left-radius: 30%;
  }

  .md\:brbr-30 {
    border-bottom-right-radius: 30%;
  }

  .md\:br-35 {
    border-radius: 35%;
  }

  .md\:brtl-35 {
    border-top-left-radius: 35%;
  }

  .md\:brtr-35 {
    border-top-right-radius: 35%;
  }

  .md\:brbl-35 {
    border-bottom-left-radius: 35%;
  }

  .md\:brbr-35 {
    border-bottom-right-radius: 35%;
  }

  .md\:br-40 {
    border-radius: 40%;
  }

  .md\:brtl-40 {
    border-top-left-radius: 40%;
  }

  .md\:brtr-40 {
    border-top-right-radius: 40%;
  }

  .md\:brbl-40 {
    border-bottom-left-radius: 40%;
  }

  .md\:brbr-40 {
    border-bottom-right-radius: 40%;
  }

  .md\:br-45 {
    border-radius: 45%;
  }

  .md\:brtl-45 {
    border-top-left-radius: 45%;
  }

  .md\:brtr-45 {
    border-top-right-radius: 45%;
  }

  .md\:brbl-45 {
    border-bottom-left-radius: 45%;
  }

  .md\:brbr-45 {
    border-bottom-right-radius: 45%;
  }

  .md\:br-50 {
    border-radius: 50%;
  }

  .md\:brtl-50 {
    border-top-left-radius: 50%;
  }

  .md\:brtr-50 {
    border-top-right-radius: 50%;
  }

  .md\:brbl-50 {
    border-bottom-left-radius: 50%;
  }

  .md\:brbr-50 {
    border-bottom-right-radius: 50%;
  }

  .md\:br-55 {
    border-radius: 55%;
  }

  .md\:brtl-55 {
    border-top-left-radius: 55%;
  }

  .md\:brtr-55 {
    border-top-right-radius: 55%;
  }

  .md\:brbl-55 {
    border-bottom-left-radius: 55%;
  }

  .md\:brbr-55 {
    border-bottom-right-radius: 55%;
  }

  .md\:br-60 {
    border-radius: 60%;
  }

  .md\:brtl-60 {
    border-top-left-radius: 60%;
  }

  .md\:brtr-60 {
    border-top-right-radius: 60%;
  }

  .md\:brbl-60 {
    border-bottom-left-radius: 60%;
  }

  .md\:brbr-60 {
    border-bottom-right-radius: 60%;
  }

  .md\:br-65 {
    border-radius: 65%;
  }

  .md\:brtl-65 {
    border-top-left-radius: 65%;
  }

  .md\:brtr-65 {
    border-top-right-radius: 65%;
  }

  .md\:brbl-65 {
    border-bottom-left-radius: 65%;
  }

  .md\:brbr-65 {
    border-bottom-right-radius: 65%;
  }

  .md\:br-70 {
    border-radius: 70%;
  }

  .md\:brtl-70 {
    border-top-left-radius: 70%;
  }

  .md\:brtr-70 {
    border-top-right-radius: 70%;
  }

  .md\:brbl-70 {
    border-bottom-left-radius: 70%;
  }

  .md\:brbr-70 {
    border-bottom-right-radius: 70%;
  }

  .md\:br-75 {
    border-radius: 75%;
  }

  .md\:brtl-75 {
    border-top-left-radius: 75%;
  }

  .md\:brtr-75 {
    border-top-right-radius: 75%;
  }

  .md\:brbl-75 {
    border-bottom-left-radius: 75%;
  }

  .md\:brbr-75 {
    border-bottom-right-radius: 75%;
  }

  .md\:br-80 {
    border-radius: 80%;
  }

  .md\:brtl-80 {
    border-top-left-radius: 80%;
  }

  .md\:brtr-80 {
    border-top-right-radius: 80%;
  }

  .md\:brbl-80 {
    border-bottom-left-radius: 80%;
  }

  .md\:brbr-80 {
    border-bottom-right-radius: 80%;
  }

  .md\:br-85 {
    border-radius: 85%;
  }

  .md\:brtl-85 {
    border-top-left-radius: 85%;
  }

  .md\:brtr-85 {
    border-top-right-radius: 85%;
  }

  .md\:brbl-85 {
    border-bottom-left-radius: 85%;
  }

  .md\:brbr-85 {
    border-bottom-right-radius: 85%;
  }

  .md\:br-90 {
    border-radius: 90%;
  }

  .md\:brtl-90 {
    border-top-left-radius: 90%;
  }

  .md\:brtr-90 {
    border-top-right-radius: 90%;
  }

  .md\:brbl-90 {
    border-bottom-left-radius: 90%;
  }

  .md\:brbr-90 {
    border-bottom-right-radius: 90%;
  }

  .md\:br-95 {
    border-radius: 95%;
  }

  .md\:brtl-95 {
    border-top-left-radius: 95%;
  }

  .md\:brtr-95 {
    border-top-right-radius: 95%;
  }

  .md\:brbl-95 {
    border-bottom-left-radius: 95%;
  }

  .md\:brbr-95 {
    border-bottom-right-radius: 95%;
  }

  .md\:br-100 {
    border-radius: 100%;
  }

  .md\:brtl-100 {
    border-top-left-radius: 100%;
  }

  .md\:brtr-100 {
    border-top-right-radius: 100%;
  }

  .md\:brbl-100 {
    border-bottom-left-radius: 100%;
  }

  .md\:brbr-100 {
    border-bottom-right-radius: 100%;
  }

  .md\:br-0px {
    border-radius: 0;
  }

  .md\:brtl-0px {
    border-top-left-radius: 0;
  }

  .md\:brtr-0px {
    border-top-right-radius: 0;
  }

  .md\:brbl-0px {
    border-bottom-left-radius: 0;
  }

  .md\:brbr-0px {
    border-bottom-right-radius: 0;
  }

  .md\:br-5px {
    border-radius: 5px;
  }

  .md\:brtl-5px {
    border-top-left-radius: 5px;
  }

  .md\:brtr-5px {
    border-top-right-radius: 5px;
  }

  .md\:brbl-5px {
    border-bottom-left-radius: 5px;
  }

  .md\:brbr-5px {
    border-bottom-right-radius: 5px;
  }

  .md\:br-10px {
    border-radius: 10px;
  }

  .md\:brtl-10px {
    border-top-left-radius: 10px;
  }

  .md\:brtr-10px {
    border-top-right-radius: 10px;
  }

  .md\:brbl-10px {
    border-bottom-left-radius: 10px;
  }

  .md\:brbr-10px {
    border-bottom-right-radius: 10px;
  }

  .md\:br-15px {
    border-radius: 15px;
  }

  .md\:brtl-15px {
    border-top-left-radius: 15px;
  }

  .md\:brtr-15px {
    border-top-right-radius: 15px;
  }

  .md\:brbl-15px {
    border-bottom-left-radius: 15px;
  }

  .md\:brbr-15px {
    border-bottom-right-radius: 15px;
  }

  .md\:br-20px {
    border-radius: 20px;
  }

  .md\:brtl-20px {
    border-top-left-radius: 20px;
  }

  .md\:brtr-20px {
    border-top-right-radius: 20px;
  }

  .md\:brbl-20px {
    border-bottom-left-radius: 20px;
  }

  .md\:brbr-20px {
    border-bottom-right-radius: 20px;
  }

  .md\:br-25px {
    border-radius: 25px;
  }

  .md\:brtl-25px {
    border-top-left-radius: 25px;
  }

  .md\:brtr-25px {
    border-top-right-radius: 25px;
  }

  .md\:brbl-25px {
    border-bottom-left-radius: 25px;
  }

  .md\:brbr-25px {
    border-bottom-right-radius: 25px;
  }

  .md\:br-30px {
    border-radius: 30px;
  }

  .md\:brtl-30px {
    border-top-left-radius: 30px;
  }

  .md\:brtr-30px {
    border-top-right-radius: 30px;
  }

  .md\:brbl-30px {
    border-bottom-left-radius: 30px;
  }

  .md\:brbr-30px {
    border-bottom-right-radius: 30px;
  }

  .md\:br-35px {
    border-radius: 35px;
  }

  .md\:brtl-35px {
    border-top-left-radius: 35px;
  }

  .md\:brtr-35px {
    border-top-right-radius: 35px;
  }

  .md\:brbl-35px {
    border-bottom-left-radius: 35px;
  }

  .md\:brbr-35px {
    border-bottom-right-radius: 35px;
  }

  .md\:br-40px {
    border-radius: 40px;
  }

  .md\:brtl-40px {
    border-top-left-radius: 40px;
  }

  .md\:brtr-40px {
    border-top-right-radius: 40px;
  }

  .md\:brbl-40px {
    border-bottom-left-radius: 40px;
  }

  .md\:brbr-40px {
    border-bottom-right-radius: 40px;
  }

  .md\:br-45px {
    border-radius: 45px;
  }

  .md\:brtl-45px {
    border-top-left-radius: 45px;
  }

  .md\:brtr-45px {
    border-top-right-radius: 45px;
  }

  .md\:brbl-45px {
    border-bottom-left-radius: 45px;
  }

  .md\:brbr-45px {
    border-bottom-right-radius: 45px;
  }

  .md\:br-50px {
    border-radius: 50px;
  }

  .md\:brtl-50px {
    border-top-left-radius: 50px;
  }

  .md\:brtr-50px {
    border-top-right-radius: 50px;
  }

  .md\:brbl-50px {
    border-bottom-left-radius: 50px;
  }

  .md\:brbr-50px {
    border-bottom-right-radius: 50px;
  }

  .md\:br-55px {
    border-radius: 55px;
  }

  .md\:brtl-55px {
    border-top-left-radius: 55px;
  }

  .md\:brtr-55px {
    border-top-right-radius: 55px;
  }

  .md\:brbl-55px {
    border-bottom-left-radius: 55px;
  }

  .md\:brbr-55px {
    border-bottom-right-radius: 55px;
  }

  .md\:br-60px {
    border-radius: 60px;
  }

  .md\:brtl-60px {
    border-top-left-radius: 60px;
  }

  .md\:brtr-60px {
    border-top-right-radius: 60px;
  }

  .md\:brbl-60px {
    border-bottom-left-radius: 60px;
  }

  .md\:brbr-60px {
    border-bottom-right-radius: 60px;
  }

  .md\:br-65px {
    border-radius: 65px;
  }

  .md\:brtl-65px {
    border-top-left-radius: 65px;
  }

  .md\:brtr-65px {
    border-top-right-radius: 65px;
  }

  .md\:brbl-65px {
    border-bottom-left-radius: 65px;
  }

  .md\:brbr-65px {
    border-bottom-right-radius: 65px;
  }

  .md\:br-70px {
    border-radius: 70px;
  }

  .md\:brtl-70px {
    border-top-left-radius: 70px;
  }

  .md\:brtr-70px {
    border-top-right-radius: 70px;
  }

  .md\:brbl-70px {
    border-bottom-left-radius: 70px;
  }

  .md\:brbr-70px {
    border-bottom-right-radius: 70px;
  }

  .md\:br-75px {
    border-radius: 75px;
  }

  .md\:brtl-75px {
    border-top-left-radius: 75px;
  }

  .md\:brtr-75px {
    border-top-right-radius: 75px;
  }

  .md\:brbl-75px {
    border-bottom-left-radius: 75px;
  }

  .md\:brbr-75px {
    border-bottom-right-radius: 75px;
  }

  .md\:br-80px {
    border-radius: 80px;
  }

  .md\:brtl-80px {
    border-top-left-radius: 80px;
  }

  .md\:brtr-80px {
    border-top-right-radius: 80px;
  }

  .md\:brbl-80px {
    border-bottom-left-radius: 80px;
  }

  .md\:brbr-80px {
    border-bottom-right-radius: 80px;
  }

  .md\:br-85px {
    border-radius: 85px;
  }

  .md\:brtl-85px {
    border-top-left-radius: 85px;
  }

  .md\:brtr-85px {
    border-top-right-radius: 85px;
  }

  .md\:brbl-85px {
    border-bottom-left-radius: 85px;
  }

  .md\:brbr-85px {
    border-bottom-right-radius: 85px;
  }

  .md\:br-90px {
    border-radius: 90px;
  }

  .md\:brtl-90px {
    border-top-left-radius: 90px;
  }

  .md\:brtr-90px {
    border-top-right-radius: 90px;
  }

  .md\:brbl-90px {
    border-bottom-left-radius: 90px;
  }

  .md\:brbr-90px {
    border-bottom-right-radius: 90px;
  }

  .md\:br-95px {
    border-radius: 95px;
  }

  .md\:brtl-95px {
    border-top-left-radius: 95px;
  }

  .md\:brtr-95px {
    border-top-right-radius: 95px;
  }

  .md\:brbl-95px {
    border-bottom-left-radius: 95px;
  }

  .md\:brbr-95px {
    border-bottom-right-radius: 95px;
  }

  .md\:br-100px {
    border-radius: 100px;
  }

  .md\:brtl-100px {
    border-top-left-radius: 100px;
  }

  .md\:brtr-100px {
    border-top-right-radius: 100px;
  }

  .md\:brbl-100px {
    border-bottom-left-radius: 100px;
  }

  .md\:brbr-100px {
    border-bottom-right-radius: 100px;
  }

  .md\:br-none {
    border-radius: 0;
  }

  .md\:br-full {
    border-radius: 9999px;
  }

  .md\:brtl-full {
    border-top-left-radius: 9999px;
  }

  .md\:brtr-full {
    border-top-right-radius: 9999px;
  }

  .md\:brbl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:brbr-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:border-style-solid {
    border-style: solid;
  }

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

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

  .md\:border-style-double {
    border-style: double;
  }

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

  .md\:border-0px {
    border-width: 0;
  }

  .md\:border-t-0px {
    border-top-width: 0;
  }

  .md\:border-r-0px {
    border-right-width: 0;
  }

  .md\:border-b-0px {
    border-bottom-width: 0;
  }

  .md\:border-l-0px {
    border-left-width: 0;
  }

  .md\:border-1px {
    border-width: 1px;
  }

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

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

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

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

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

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

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

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

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

  .md\:border-3px {
    border-width: 3px;
  }

  .md\:border-t-3px {
    border-top-width: 3px;
  }

  .md\:border-r-3px {
    border-right-width: 3px;
  }

  .md\:border-b-3px {
    border-bottom-width: 3px;
  }

  .md\:border-l-3px {
    border-left-width: 3px;
  }

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

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

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

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

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

  .md\:border-5px {
    border-width: 5px;
  }

  .md\:border-t-5px {
    border-top-width: 5px;
  }

  .md\:border-r-5px {
    border-right-width: 5px;
  }

  .md\:border-b-5px {
    border-bottom-width: 5px;
  }

  .md\:border-l-5px {
    border-left-width: 5px;
  }

  .md\:border-6px {
    border-width: 6px;
  }

  .md\:border-t-6px {
    border-top-width: 6px;
  }

  .md\:border-r-6px {
    border-right-width: 6px;
  }

  .md\:border-b-6px {
    border-bottom-width: 6px;
  }

  .md\:border-l-6px {
    border-left-width: 6px;
  }

  .md\:border-7px {
    border-width: 7px;
  }

  .md\:border-t-7px {
    border-top-width: 7px;
  }

  .md\:border-r-7px {
    border-right-width: 7px;
  }

  .md\:border-b-7px {
    border-bottom-width: 7px;
  }

  .md\:border-l-7px {
    border-left-width: 7px;
  }

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

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

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

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

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

  .md\:border-9px {
    border-width: 9px;
  }

  .md\:border-t-9px {
    border-top-width: 9px;
  }

  .md\:border-r-9px {
    border-right-width: 9px;
  }

  .md\:border-b-9px {
    border-bottom-width: 9px;
  }

  .md\:border-l-9px {
    border-left-width: 9px;
  }

  .md\:border-10px {
    border-width: 10px;
  }

  .md\:border-t-10px {
    border-top-width: 10px;
  }

  .md\:border-r-10px {
    border-right-width: 10px;
  }

  .md\:border-b-10px {
    border-bottom-width: 10px;
  }

  .md\:border-l-10px {
    border-left-width: 10px;
  }

  .md\:border-none {
    border-width: 0;
  }

  .md\:box-shadow-none {
    box-shadow: 0 0 transparent;
  }

  .md\:box-shadow-xs {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .md\:box-shadow-sm {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }

  .md\:box-shadow-md {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  }

  .md\:box-shadow-lg {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  }

  .md\:box-shadow-xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .md\:box-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .md\:box-sizing-border {
    box-sizing: border-box;
  }

  .md\:box-sizing-content {
    box-sizing: content-box;
  }

  .md\:clear-left {
    clear: left;
  }

  .md\:clear-right {
    clear: right;
  }

  .md\:clear-both {
    clear: both;
  }

  .md\:clear-none {
    clear: none;
  }

  .md\:text-red-600 {
    --text-opacity: 1;
    color: rgba(237, 45, 45, var(--text-opacity));
  }

  .md\:text-red-700 {
    --text-opacity: 1;
    color: rgba(235, 21, 21, var(--text-opacity));
  }

  .md\:text-red-800 {
    --text-opacity: 1;
    color: rgba(212, 18, 18, var(--text-opacity));
  }

  .md\:text-red-900 {
    --text-opacity: 1;
    color: rgba(189, 16, 16, var(--text-opacity));
  }

  .md\:text-red-500 {
    --text-opacity: 1;
    color: rgba(239, 68, 68, var(--text-opacity));
  }

  .md\:text-red-400 {
    --text-opacity: 1;
    color: rgba(242, 106, 106, var(--text-opacity));
  }

  .md\:text-red-300 {
    --text-opacity: 1;
    color: rgba(245, 143, 143, var(--text-opacity));
  }

  .md\:text-red-200 {
    --text-opacity: 1;
    color: rgba(249, 181, 181, var(--text-opacity));
  }

  .md\:text-red-100 {
    --text-opacity: 1;
    color: rgba(252, 218, 218, var(--text-opacity));
  }

  .md\:text-green-600 {
    --text-opacity: 1;
    color: rgba(14, 162, 113, var(--text-opacity));
  }

  .md\:text-green-700 {
    --text-opacity: 1;
    color: rgba(12, 138, 96, var(--text-opacity));
  }

  .md\:text-green-800 {
    --text-opacity: 1;
    color: rgba(10, 115, 80, var(--text-opacity));
  }

  .md\:text-green-900 {
    --text-opacity: 1;
    color: rgba(8, 91, 64, var(--text-opacity));
  }

  .md\:text-green-500 {
    --text-opacity: 1;
    color: rgba(16, 185, 129, var(--text-opacity));
  }

  .md\:text-green-400 {
    --text-opacity: 1;
    color: rgba(19, 223, 155, var(--text-opacity));
  }

  .md\:text-green-300 {
    --text-opacity: 1;
    color: rgba(46, 237, 174, var(--text-opacity));
  }

  .md\:text-green-200 {
    --text-opacity: 1;
    color: rgba(83, 240, 188, var(--text-opacity));
  }

  .md\:text-green-100 {
    --text-opacity: 1;
    color: rgba(121, 243, 203, var(--text-opacity));
  }

  .md\:text-blue-600 {
    --text-opacity: 1;
    color: rgba(35, 114, 245, var(--text-opacity));
  }

  .md\:text-blue-700 {
    --text-opacity: 1;
    color: rgba(11, 99, 243, var(--text-opacity));
  }

  .md\:text-blue-800 {
    --text-opacity: 1;
    color: rgba(10, 89, 218, var(--text-opacity));
  }

  .md\:text-blue-900 {
    --text-opacity: 1;
    color: rgba(9, 79, 194, var(--text-opacity));
  }

  .md\:text-blue-500 {
    --text-opacity: 1;
    color: rgba(59, 130, 246, var(--text-opacity));
  }

  .md\:text-blue-400 {
    --text-opacity: 1;
    color: rgba(98, 155, 248, var(--text-opacity));
  }

  .md\:text-blue-300 {
    --text-opacity: 1;
    color: rgba(137, 180, 250, var(--text-opacity));
  }

  .md\:text-blue-200 {
    --text-opacity: 1;
    color: rgba(176, 205, 251, var(--text-opacity));
  }

  .md\:text-blue-100 {
    --text-opacity: 1;
    color: rgba(215, 230, 253, var(--text-opacity));
  }

  .md\:text-yellow-600 {
    --text-opacity: 1;
    color: rgba(251, 184, 11, var(--text-opacity));
  }

  .md\:text-yellow-700 {
    --text-opacity: 1;
    color: rgba(232, 168, 4, var(--text-opacity));
  }

  .md\:text-yellow-800 {
    --text-opacity: 1;
    color: rgba(207, 150, 4, var(--text-opacity));
  }

  .md\:text-yellow-900 {
    --text-opacity: 1;
    color: rgba(182, 132, 3, var(--text-opacity));
  }

  .md\:text-yellow-500 {
    --text-opacity: 1;
    color: rgba(251, 191, 36, var(--text-opacity));
  }

  .md\:text-yellow-400 {
    --text-opacity: 1;
    color: rgba(252, 203, 76, var(--text-opacity));
  }

  .md\:text-yellow-300 {
    --text-opacity: 1;
    color: rgba(252, 214, 116, var(--text-opacity));
  }

  .md\:text-yellow-200 {
    --text-opacity: 1;
    color: rgba(253, 226, 156, var(--text-opacity));
  }

  .md\:text-yellow-100 {
    --text-opacity: 1;
    color: rgba(254, 238, 196, var(--text-opacity));
  }

  .md\:text-pink-600 {
    --text-opacity: 1;
    color: rgba(234, 49, 140, var(--text-opacity));
  }

  .md\:text-pink-700 {
    --text-opacity: 1;
    color: rgba(231, 26, 127, var(--text-opacity));
  }

  .md\:text-pink-800 {
    --text-opacity: 1;
    color: rgba(210, 22, 115, var(--text-opacity));
  }

  .md\:text-pink-900 {
    --text-opacity: 1;
    color: rgba(187, 19, 102, var(--text-opacity));
  }

  .md\:text-pink-500 {
    --text-opacity: 1;
    color: rgba(236, 72, 153, var(--text-opacity));
  }

  .md\:text-pink-400 {
    --text-opacity: 1;
    color: rgba(240, 109, 174, var(--text-opacity));
  }

  .md\:text-pink-300 {
    --text-opacity: 1;
    color: rgba(244, 146, 194, var(--text-opacity));
  }

  .md\:text-pink-200 {
    --text-opacity: 1;
    color: rgba(248, 183, 215, var(--text-opacity));
  }

  .md\:text-pink-100 {
    --text-opacity: 1;
    color: rgba(251, 220, 235, var(--text-opacity));
  }

  .md\:text-purple-600 {
    --text-opacity: 1;
    color: rgba(122, 68, 245, var(--text-opacity));
  }

  .md\:text-purple-700 {
    --text-opacity: 1;
    color: rgba(105, 44, 243, var(--text-opacity));
  }

  .md\:text-purple-800 {
    --text-opacity: 1;
    color: rgba(87, 20, 242, var(--text-opacity));
  }

  .md\:text-purple-900 {
    --text-opacity: 1;
    color: rgba(77, 12, 224, var(--text-opacity));
  }

  .md\:text-purple-500 {
    --text-opacity: 1;
    color: rgba(139, 92, 246, var(--text-opacity));
  }

  .md\:text-purple-400 {
    --text-opacity: 1;
    color: rgba(167, 131, 248, var(--text-opacity));
  }

  .md\:text-purple-300 {
    --text-opacity: 1;
    color: rgba(194, 169, 250, var(--text-opacity));
  }

  .md\:text-purple-200 {
    --text-opacity: 1;
    color: rgba(222, 208, 252, var(--text-opacity));
  }

  .md\:text-purple-100 {
    --text-opacity: 1;
    color: rgba(249, 247, 255, var(--text-opacity));
  }

  .md\:text-gray-600 {
    --text-opacity: 1;
    color: rgba(95, 102, 114, var(--text-opacity));
  }

  .md\:text-gray-700 {
    --text-opacity: 1;
    color: rgba(84, 89, 100, var(--text-opacity));
  }

  .md\:text-gray-800 {
    --text-opacity: 1;
    color: rgba(72, 77, 86, var(--text-opacity));
  }

  .md\:text-gray-900 {
    --text-opacity: 1;
    color: rgba(61, 65, 72, var(--text-opacity));
  }

  .md\:text-gray-500 {
    --text-opacity: 1;
    color: rgba(107, 114, 128, var(--text-opacity));
  }

  .md\:text-gray-400 {
    --text-opacity: 1;
    color: rgba(127, 134, 148, var(--text-opacity));
  }

  .md\:text-gray-300 {
    --text-opacity: 1;
    color: rgba(150, 155, 167, var(--text-opacity));
  }

  .md\:text-gray-200 {
    --text-opacity: 1;
    color: rgba(172, 176, 186, var(--text-opacity));
  }

  .md\:text-gray-100 {
    --text-opacity: 1;
    color: rgba(194, 197, 204, var(--text-opacity));
  }

  .md\:w-1\/12 {
    width: 8.3333333333%;
  }

  .md\:min-w-1\/12 {
    min-width: 8.3333333333%;
  }

  .md\:max-w-1\/12 {
    max-width: 8.3333333333%;
  }

  .md\:h-1\/12 {
    height: 8.3333333333%;
  }

  .md\:min-h-1\/12 {
    min-height: 8.3333333333%;
  }

  .md\:max-h-1\/12 {
    max-height: 8.3333333333%;
  }

  .md\:w-2\/12 {
    width: 16.6666666667%;
  }

  .md\:min-w-2\/12 {
    min-width: 16.6666666667%;
  }

  .md\:max-w-2\/12 {
    max-width: 16.6666666667%;
  }

  .md\:h-2\/12 {
    height: 16.6666666667%;
  }

  .md\:min-h-2\/12 {
    min-height: 16.6666666667%;
  }

  .md\:max-h-2\/12 {
    max-height: 16.6666666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:min-w-3\/12 {
    min-width: 25%;
  }

  .md\:max-w-3\/12 {
    max-width: 25%;
  }

  .md\:h-3\/12 {
    height: 25%;
  }

  .md\:min-h-3\/12 {
    min-height: 25%;
  }

  .md\:max-h-3\/12 {
    max-height: 25%;
  }

  .md\:w-4\/12 {
    width: 33.3333333333%;
  }

  .md\:min-w-4\/12 {
    min-width: 33.3333333333%;
  }

  .md\:max-w-4\/12 {
    max-width: 33.3333333333%;
  }

  .md\:h-4\/12 {
    height: 33.3333333333%;
  }

  .md\:min-h-4\/12 {
    min-height: 33.3333333333%;
  }

  .md\:max-h-4\/12 {
    max-height: 33.3333333333%;
  }

  .md\:w-5\/12 {
    width: 41.6666666667%;
  }

  .md\:min-w-5\/12 {
    min-width: 41.6666666667%;
  }

  .md\:max-w-5\/12 {
    max-width: 41.6666666667%;
  }

  .md\:h-5\/12 {
    height: 41.6666666667%;
  }

  .md\:min-h-5\/12 {
    min-height: 41.6666666667%;
  }

  .md\:max-h-5\/12 {
    max-height: 41.6666666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:min-w-6\/12 {
    min-width: 50%;
  }

  .md\:max-w-6\/12 {
    max-width: 50%;
  }

  .md\:h-6\/12 {
    height: 50%;
  }

  .md\:min-h-6\/12 {
    min-height: 50%;
  }

  .md\:max-h-6\/12 {
    max-height: 50%;
  }

  .md\:w-7\/12 {
    width: 58.3333333333%;
  }

  .md\:min-w-7\/12 {
    min-width: 58.3333333333%;
  }

  .md\:max-w-7\/12 {
    max-width: 58.3333333333%;
  }

  .md\:h-7\/12 {
    height: 58.3333333333%;
  }

  .md\:min-h-7\/12 {
    min-height: 58.3333333333%;
  }

  .md\:max-h-7\/12 {
    max-height: 58.3333333333%;
  }

  .md\:w-8\/12 {
    width: 66.6666666667%;
  }

  .md\:min-w-8\/12 {
    min-width: 66.6666666667%;
  }

  .md\:max-w-8\/12 {
    max-width: 66.6666666667%;
  }

  .md\:h-8\/12 {
    height: 66.6666666667%;
  }

  .md\:min-h-8\/12 {
    min-height: 66.6666666667%;
  }

  .md\:max-h-8\/12 {
    max-height: 66.6666666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:min-w-9\/12 {
    min-width: 75%;
  }

  .md\:max-w-9\/12 {
    max-width: 75%;
  }

  .md\:h-9\/12 {
    height: 75%;
  }

  .md\:min-h-9\/12 {
    min-height: 75%;
  }

  .md\:max-h-9\/12 {
    max-height: 75%;
  }

  .md\:w-10\/12 {
    width: 83.3333333333%;
  }

  .md\:min-w-10\/12 {
    min-width: 83.3333333333%;
  }

  .md\:max-w-10\/12 {
    max-width: 83.3333333333%;
  }

  .md\:h-10\/12 {
    height: 83.3333333333%;
  }

  .md\:min-h-10\/12 {
    min-height: 83.3333333333%;
  }

  .md\:max-h-10\/12 {
    max-height: 83.3333333333%;
  }

  .md\:w-11\/12 {
    width: 91.6666666667%;
  }

  .md\:min-w-11\/12 {
    min-width: 91.6666666667%;
  }

  .md\:max-w-11\/12 {
    max-width: 91.6666666667%;
  }

  .md\:h-11\/12 {
    height: 91.6666666667%;
  }

  .md\:min-h-11\/12 {
    min-height: 91.6666666667%;
  }

  .md\:max-h-11\/12 {
    max-height: 91.6666666667%;
  }

  .md\:w-12\/12 {
    width: 100%;
  }

  .md\:min-w-12\/12 {
    min-width: 100%;
  }

  .md\:max-w-12\/12 {
    max-width: 100%;
  }

  .md\:h-12\/12 {
    height: 100%;
  }

  .md\:min-h-12\/12 {
    min-height: 100%;
  }

  .md\:max-h-12\/12 {
    max-height: 100%;
  }

  .md\:container {
    max-width: 768px;
  }

  .container {
    max-width: 768px;
  }

  .md\:container-fluid {
    width: 100%;
  }

  .md\:cursor-alias {
    cursor: alias;
  }

  .md\:cursor-all-scroll {
    cursor: all-scroll;
  }

  .md\:cursor-auto {
    cursor: auto;
  }

  .md\:cursor-cell {
    cursor: cell;
  }

  .md\:cursor-context-menu {
    cursor: context-menu;
  }

  .md\:cursor-col-resize {
    cursor: col-resize;
  }

  .md\:cursor-copy {
    cursor: copy;
  }

  .md\:cursor-crosshair {
    cursor: crosshair;
  }

  .md\:cursor-default {
    cursor: default;
  }

  .md\:cursor-e-resize {
    cursor: e-resize;
  }

  .md\:cursor-ew-resize {
    cursor: ew-resize;
  }

  .md\:cursor-grab {
    cursor: grab;
  }

  .md\:cursor-grabbing {
    cursor: grabbing;
  }

  .md\:cursor-help {
    cursor: help;
  }

  .md\:cursor-move {
    cursor: move;
  }

  .md\:cursor-n-resize {
    cursor: n-resize;
  }

  .md\:cursor-ne-resize {
    cursor: ne-resize;
  }

  .md\:cursor-nesw-resize {
    cursor: nesw-resize;
  }

  .md\:cursor-ns-resize {
    cursor: ns-resize;
  }

  .md\:cursor-nw-resize {
    cursor: nw-resize;
  }

  .md\:cursor-nwse-resize {
    cursor: nwse-resize;
  }

  .md\:cursor-no-drop {
    cursor: no-drop;
  }

  .md\:cursor-none {
    cursor: none;
  }

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

  .md\:cursor-pointer {
    cursor: pointer;
  }

  .md\:cursor-progress {
    cursor: progress;
  }

  .md\:cursor-row-resize {
    cursor: row-resize;
  }

  .md\:cursor-s-resize {
    cursor: s-resize;
  }

  .md\:cursor-se-resize {
    cursor: se-resize;
  }

  .md\:cursor-sw-resize {
    cursor: sw-resize;
  }

  .md\:cursor-text {
    cursor: text;
  }

  .md\:cursor-w-resize {
    cursor: w-resize;
  }

  .md\:cursor-wait {
    cursor: wait;
  }

  .md\:cursor-zoom-in {
    cursor: zoom-in;
  }

  .md\:cursor-zoom-out {
    cursor: zoom-out;
  }

  .md\:display-inline {
    display: inline;
  }

  .md\:display-block {
    display: block;
  }

  .md\:display-contents {
    display: contents;
  }

  .md\:display-flex {
    display: flex;
  }

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

  .md\:display-grid {
    display: grid;
  }

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

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

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

  .md\:display-inline-table {
    display: inline-table;
  }

  .md\:display-list-item {
    display: list-item;
  }

  .md\:display-run-in {
    display: run-in;
  }

  .md\:display-table {
    display: table;
  }

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

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

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

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

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

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

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

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

  .md\:display-none {
    display: none;
  }

  .md\:display-initial {
    display: initial;
  }

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

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

  .md\:flex-direction-column {
    flex-direction: column;
  }

  .md\:flex-direction-column-reverse {
    flex-direction: column-reverse;
  }

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

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

  .md\:flex-grow-2 {
    flex-grow: 2;
  }

  .md\:flex-grow-3 {
    flex-grow: 3;
  }

  .md\:flex-grow-4 {
    flex-grow: 4;
  }

  .md\:flex-grow-5 {
    flex-grow: 5;
  }

  .md\:flex-grow-6 {
    flex-grow: 6;
  }

  .md\:flex-grow-7 {
    flex-grow: 7;
  }

  .md\:flex-grow-8 {
    flex-grow: 8;
  }

  .md\:flex-grow-9 {
    flex-grow: 9;
  }

  .md\:flex-grow-10 {
    flex-grow: 10;
  }

  .md\:flex-grow-11 {
    flex-grow: 11;
  }

  .md\:flex-grow-12 {
    flex-grow: 12;
  }

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

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

  .md\:flex-shrink-2 {
    flex-shrink: 2;
  }

  .md\:flex-shrink-3 {
    flex-shrink: 3;
  }

  .md\:flex-shrink-4 {
    flex-shrink: 4;
  }

  .md\:flex-shrink-5 {
    flex-shrink: 5;
  }

  .md\:flex-shrink-6 {
    flex-shrink: 6;
  }

  .md\:flex-shrink-7 {
    flex-shrink: 7;
  }

  .md\:flex-shrink-8 {
    flex-shrink: 8;
  }

  .md\:flex-shrink-9 {
    flex-shrink: 9;
  }

  .md\:flex-shrink-10 {
    flex-shrink: 10;
  }

  .md\:flex-shrink-11 {
    flex-shrink: 11;
  }

  .md\:flex-shrink-12 {
    flex-shrink: 12;
  }

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

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

  .md\:flex-wrap-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

  .md\:flex-none {
    flex: none;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:font-sans {
    font-family: "ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji";
  }

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

  .md\:font-mono {
    font-family: "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace";
  }

  .md\:font-flow {
    font-family: "flow";
  }

  .md\:fs-normal {
    font-size: 1rem;
  }

  .md\:fs-xs {
    font-size: 0.75rem;
  }

  .md\:fs-sm {
    font-size: 0.875rem;
  }

  .md\:fs-md {
    font-size: 1rem;
  }

  .md\:fs-lg {
    font-size: 1.125rem;
  }

  .md\:fs-xl {
    font-size: 1.25rem;
  }

  .md\:fs-2xl {
    font-size: 1.5rem;
  }

  .md\:fs-3xl {
    font-size: 1.875rem;
  }

  .md\:fs-4xl {
    font-size: 2.25rem;
  }

  .md\:fs-5xl {
    font-size: 3rem;
  }

  .md\:fs-6xl {
    font-size: 4rem;
  }

  .md\:fs-7xl {
    font-size: 5rem;
  }

  .md\:font-antialiased {
    -webkit-font-smoothing: antialiased;
  }

  .md\:font-subpixel-antialiased {
    -webkit-font-smoothing: subpixel-antialiased;
  }

  .md\:font-auto {
    -webkit-font-smoothing: auto;
  }

  .md\:font-none {
    -webkit-font-smoothing: none;
  }

  .md\:font-style-normal {
    font-style: normal;
  }

  .md\:font-style-italic {
    font-style: italic;
  }

  .md\:font-weight-thin {
    font-weight: 100;
  }

  .md\:font-weight-extralight {
    font-weight: 200;
  }

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

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

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

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

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

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

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

  .md\:h-0 {
    height: 0;
  }

  .md\:h-5 {
    height: 5%;
  }

  .md\:h-10 {
    height: 10%;
  }

  .md\:h-15 {
    height: 15%;
  }

  .md\:h-20 {
    height: 20%;
  }

  .md\:h-25 {
    height: 25%;
  }

  .md\:h-30 {
    height: 30%;
  }

  .md\:h-35 {
    height: 35%;
  }

  .md\:h-40 {
    height: 40%;
  }

  .md\:h-45 {
    height: 45%;
  }

  .md\:h-50 {
    height: 50%;
  }

  .md\:h-55 {
    height: 55%;
  }

  .md\:h-60 {
    height: 60%;
  }

  .md\:h-65 {
    height: 65%;
  }

  .md\:h-70 {
    height: 70%;
  }

  .md\:h-75 {
    height: 75%;
  }

  .md\:h-80 {
    height: 80%;
  }

  .md\:h-85 {
    height: 85%;
  }

  .md\:h-90 {
    height: 90%;
  }

  .md\:h-95 {
    height: 95%;
  }

  .md\:h-100 {
    height: 100%;
  }

  .md\:h-0px {
    height: 0;
  }

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

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

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

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

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

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

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

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

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

  .md\:h-100px {
    height: 100px;
  }

  .md\:h-110px {
    height: 110px;
  }

  .md\:h-120px {
    height: 120px;
  }

  .md\:h-130px {
    height: 130px;
  }

  .md\:h-140px {
    height: 140px;
  }

  .md\:h-150px {
    height: 150px;
  }

  .md\:h-160px {
    height: 160px;
  }

  .md\:h-170px {
    height: 170px;
  }

  .md\:h-180px {
    height: 180px;
  }

  .md\:h-190px {
    height: 190px;
  }

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

  .md\:h-210px {
    height: 210px;
  }

  .md\:h-220px {
    height: 220px;
  }

  .md\:h-230px {
    height: 230px;
  }

  .md\:h-240px {
    height: 240px;
  }

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

  .md\:h-260px {
    height: 260px;
  }

  .md\:h-270px {
    height: 270px;
  }

  .md\:h-280px {
    height: 280px;
  }

  .md\:h-290px {
    height: 290px;
  }

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

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

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

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

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

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

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

  .md\:justify-items-baseline {
    justify-items: baseline;
  }

  .md\:justify-items-start {
    justify-items: start;
  }

  .md\:justify-items-end {
    justify-items: end;
  }

  .md\:justify-items-center {
    justify-items: center;
  }

  .md\:justify-items-stretch {
    justify-items: stretch;
  }

  .md\:justify-self-auto {
    justify-self: auto;
  }

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:justify-self-center {
    justify-self: center;
  }

  .md\:justify-self-stretch {
    justify-self: stretch;
  }

  .md\:letter-spacing-normal {
    letter-spacing: 0;
  }

  .md\:letter-spacing-xs {
    letter-spacing: 0.01em;
  }

  .md\:letter-spacing-sm {
    letter-spacing: 0.02em;
  }

  .md\:letter-spacing-md {
    letter-spacing: 0.03em;
  }

  .md\:letter-spacing-lg {
    letter-spacing: 0.04em;
  }

  .md\:letter-spacing-xl {
    letter-spacing: 0.05em;
  }

  .md\:letter-spacing-2xl {
    letter-spacing: 0.06em;
  }

  .md\:letter-spacing-3xl {
    letter-spacing: 0.07em;
  }

  .md\:letter-spacing-4xl {
    letter-spacing: 0.08em;
  }

  .md\:letter-spacing-5xl {
    letter-spacing: 0.09em;
  }

  .md\:letter-spacing-6xl {
    letter-spacing: 0.1em;
  }

  .md\:letter-spacing-7xl {
    letter-spacing: 0.11em;
  }

  .md\:line-height-normal {
    line-height: 1em;
  }

  .md\:line-height-xs {
    line-height: 1.1em;
  }

  .md\:line-height-sm {
    line-height: 1.2em;
  }

  .md\:line-height-md {
    line-height: 1.3em;
  }

  .md\:line-height-lg {
    line-height: 1.4em;
  }

  .md\:line-height-xl {
    line-height: 1.5em;
  }

  .md\:line-height-2xl {
    line-height: 1.6em;
  }

  .md\:line-height-3xl {
    line-height: 1.7em;
  }

  .md\:line-height-4xl {
    line-height: 1.8em;
  }

  .md\:line-height-5xl {
    line-height: 1.9em;
  }

  .md\:line-height-6xl {
    line-height: 2em;
  }

  .md\:line-height-7xl {
    line-height: 2.1em;
  }

  .md\:list-style-position-inside {
    list-style-position: inside;
  }

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

  .md\:list-style-type-none {
    list-style-type: none;
  }

  .md\:list-style-type-disc {
    list-style-type: disc;
  }

  .md\:list-style-type-circle {
    list-style-type: circle;
  }

  .md\:list-style-type-square {
    list-style-type: square;
  }

  .md\:list-style-type-lower-alpha {
    list-style-type: lower-alpha;
  }

  .md\:list-style-type-lower-latin {
    list-style-type: lower-latin;
  }

  .md\:list-style-type-lower-roman {
    list-style-type: lower-roman;
  }

  .md\:list-style-type-upper-alpha {
    list-style-type: upper-alpha;
  }

  .md\:list-style-type-upper-latin {
    list-style-type: upper-latin;
  }

  .md\:list-style-type-upper-roman {
    list-style-type: upper-roman;
  }

  .md\:list-style-type-decimal {
    list-style-type: decimal;
  }

  .md\:m-0 {
    margin: 0;
  }

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

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

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

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

  .md\:m-5 {
    margin: 5%;
  }

  .md\:mt-5 {
    margin-top: 5%;
  }

  .md\:mr-5 {
    margin-right: 5%;
  }

  .md\:mb-5 {
    margin-bottom: 5%;
  }

  .md\:ml-5 {
    margin-left: 5%;
  }

  .md\:m-10 {
    margin: 10%;
  }

  .md\:mt-10 {
    margin-top: 10%;
  }

  .md\:mr-10 {
    margin-right: 10%;
  }

  .md\:mb-10 {
    margin-bottom: 10%;
  }

  .md\:ml-10 {
    margin-left: 10%;
  }

  .md\:m-15 {
    margin: 15%;
  }

  .md\:mt-15 {
    margin-top: 15%;
  }

  .md\:mr-15 {
    margin-right: 15%;
  }

  .md\:mb-15 {
    margin-bottom: 15%;
  }

  .md\:ml-15 {
    margin-left: 15%;
  }

  .md\:m-20 {
    margin: 20%;
  }

  .md\:mt-20 {
    margin-top: 20%;
  }

  .md\:mr-20 {
    margin-right: 20%;
  }

  .md\:mb-20 {
    margin-bottom: 20%;
  }

  .md\:ml-20 {
    margin-left: 20%;
  }

  .md\:m-25 {
    margin: 25%;
  }

  .md\:mt-25 {
    margin-top: 25%;
  }

  .md\:mr-25 {
    margin-right: 25%;
  }

  .md\:mb-25 {
    margin-bottom: 25%;
  }

  .md\:ml-25 {
    margin-left: 25%;
  }

  .md\:m-30 {
    margin: 30%;
  }

  .md\:mt-30 {
    margin-top: 30%;
  }

  .md\:mr-30 {
    margin-right: 30%;
  }

  .md\:mb-30 {
    margin-bottom: 30%;
  }

  .md\:ml-30 {
    margin-left: 30%;
  }

  .md\:m-35 {
    margin: 35%;
  }

  .md\:mt-35 {
    margin-top: 35%;
  }

  .md\:mr-35 {
    margin-right: 35%;
  }

  .md\:mb-35 {
    margin-bottom: 35%;
  }

  .md\:ml-35 {
    margin-left: 35%;
  }

  .md\:m-40 {
    margin: 40%;
  }

  .md\:mt-40 {
    margin-top: 40%;
  }

  .md\:mr-40 {
    margin-right: 40%;
  }

  .md\:mb-40 {
    margin-bottom: 40%;
  }

  .md\:ml-40 {
    margin-left: 40%;
  }

  .md\:m-45 {
    margin: 45%;
  }

  .md\:mt-45 {
    margin-top: 45%;
  }

  .md\:mr-45 {
    margin-right: 45%;
  }

  .md\:mb-45 {
    margin-bottom: 45%;
  }

  .md\:ml-45 {
    margin-left: 45%;
  }

  .md\:m-50 {
    margin: 50%;
  }

  .md\:mt-50 {
    margin-top: 50%;
  }

  .md\:mr-50 {
    margin-right: 50%;
  }

  .md\:mb-50 {
    margin-bottom: 50%;
  }

  .md\:ml-50 {
    margin-left: 50%;
  }

  .md\:m-55 {
    margin: 55%;
  }

  .md\:mt-55 {
    margin-top: 55%;
  }

  .md\:mr-55 {
    margin-right: 55%;
  }

  .md\:mb-55 {
    margin-bottom: 55%;
  }

  .md\:ml-55 {
    margin-left: 55%;
  }

  .md\:m-60 {
    margin: 60%;
  }

  .md\:mt-60 {
    margin-top: 60%;
  }

  .md\:mr-60 {
    margin-right: 60%;
  }

  .md\:mb-60 {
    margin-bottom: 60%;
  }

  .md\:ml-60 {
    margin-left: 60%;
  }

  .md\:m-65 {
    margin: 65%;
  }

  .md\:mt-65 {
    margin-top: 65%;
  }

  .md\:mr-65 {
    margin-right: 65%;
  }

  .md\:mb-65 {
    margin-bottom: 65%;
  }

  .md\:ml-65 {
    margin-left: 65%;
  }

  .md\:m-70 {
    margin: 70%;
  }

  .md\:mt-70 {
    margin-top: 70%;
  }

  .md\:mr-70 {
    margin-right: 70%;
  }

  .md\:mb-70 {
    margin-bottom: 70%;
  }

  .md\:ml-70 {
    margin-left: 70%;
  }

  .md\:m-75 {
    margin: 75%;
  }

  .md\:mt-75 {
    margin-top: 75%;
  }

  .md\:mr-75 {
    margin-right: 75%;
  }

  .md\:mb-75 {
    margin-bottom: 75%;
  }

  .md\:ml-75 {
    margin-left: 75%;
  }

  .md\:m-80 {
    margin: 80%;
  }

  .md\:mt-80 {
    margin-top: 80%;
  }

  .md\:mr-80 {
    margin-right: 80%;
  }

  .md\:mb-80 {
    margin-bottom: 80%;
  }

  .md\:ml-80 {
    margin-left: 80%;
  }

  .md\:m-85 {
    margin: 85%;
  }

  .md\:mt-85 {
    margin-top: 85%;
  }

  .md\:mr-85 {
    margin-right: 85%;
  }

  .md\:mb-85 {
    margin-bottom: 85%;
  }

  .md\:ml-85 {
    margin-left: 85%;
  }

  .md\:m-90 {
    margin: 90%;
  }

  .md\:mt-90 {
    margin-top: 90%;
  }

  .md\:mr-90 {
    margin-right: 90%;
  }

  .md\:mb-90 {
    margin-bottom: 90%;
  }

  .md\:ml-90 {
    margin-left: 90%;
  }

  .md\:m-95 {
    margin: 95%;
  }

  .md\:mt-95 {
    margin-top: 95%;
  }

  .md\:mr-95 {
    margin-right: 95%;
  }

  .md\:mb-95 {
    margin-bottom: 95%;
  }

  .md\:ml-95 {
    margin-left: 95%;
  }

  .md\:m-100 {
    margin: 100%;
  }

  .md\:mt-100 {
    margin-top: 100%;
  }

  .md\:mr-100 {
    margin-right: 100%;
  }

  .md\:mb-100 {
    margin-bottom: 100%;
  }

  .md\:ml-100 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:m-35px {
    margin: 35px;
  }

  .md\:mt-35px {
    margin-top: 35px;
  }

  .md\:mr-35px {
    margin-right: 35px;
  }

  .md\:mb-35px {
    margin-bottom: 35px;
  }

  .md\:ml-35px {
    margin-left: 35px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:m-65px {
    margin: 65px;
  }

  .md\:mt-65px {
    margin-top: 65px;
  }

  .md\:mr-65px {
    margin-right: 65px;
  }

  .md\:mb-65px {
    margin-bottom: 65px;
  }

  .md\:ml-65px {
    margin-left: 65px;
  }

  .md\:m-70px {
    margin: 70px;
  }

  .md\:mt-70px {
    margin-top: 70px;
  }

  .md\:mr-70px {
    margin-right: 70px;
  }

  .md\:mb-70px {
    margin-bottom: 70px;
  }

  .md\:ml-70px {
    margin-left: 70px;
  }

  .md\:m-75px {
    margin: 75px;
  }

  .md\:mt-75px {
    margin-top: 75px;
  }

  .md\:mr-75px {
    margin-right: 75px;
  }

  .md\:mb-75px {
    margin-bottom: 75px;
  }

  .md\:ml-75px {
    margin-left: 75px;
  }

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

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

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

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

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

  .md\:m-85px {
    margin: 85px;
  }

  .md\:mt-85px {
    margin-top: 85px;
  }

  .md\:mr-85px {
    margin-right: 85px;
  }

  .md\:mb-85px {
    margin-bottom: 85px;
  }

  .md\:ml-85px {
    margin-left: 85px;
  }

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

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

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

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

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

  .md\:m-95px {
    margin: 95px;
  }

  .md\:mt-95px {
    margin-top: 95px;
  }

  .md\:mr-95px {
    margin-right: 95px;
  }

  .md\:mb-95px {
    margin-bottom: 95px;
  }

  .md\:ml-95px {
    margin-left: 95px;
  }

  .md\:m-100px {
    margin: 100px;
  }

  .md\:mt-100px {
    margin-top: 100px;
  }

  .md\:mr-100px {
    margin-right: 100px;
  }

  .md\:mb-100px {
    margin-bottom: 100px;
  }

  .md\:ml-100px {
    margin-left: 100px;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:max-h-0 {
    max-height: 0;
  }

  .md\:max-h-5 {
    max-height: 5%;
  }

  .md\:max-h-10 {
    max-height: 10%;
  }

  .md\:max-h-15 {
    max-height: 15%;
  }

  .md\:max-h-20 {
    max-height: 20%;
  }

  .md\:max-h-25 {
    max-height: 25%;
  }

  .md\:max-h-30 {
    max-height: 30%;
  }

  .md\:max-h-35 {
    max-height: 35%;
  }

  .md\:max-h-40 {
    max-height: 40%;
  }

  .md\:max-h-45 {
    max-height: 45%;
  }

  .md\:max-h-50 {
    max-height: 50%;
  }

  .md\:max-h-55 {
    max-height: 55%;
  }

  .md\:max-h-60 {
    max-height: 60%;
  }

  .md\:max-h-65 {
    max-height: 65%;
  }

  .md\:max-h-70 {
    max-height: 70%;
  }

  .md\:max-h-75 {
    max-height: 75%;
  }

  .md\:max-h-80 {
    max-height: 80%;
  }

  .md\:max-h-85 {
    max-height: 85%;
  }

  .md\:max-h-90 {
    max-height: 90%;
  }

  .md\:max-h-95 {
    max-height: 95%;
  }

  .md\:max-h-100 {
    max-height: 100%;
  }

  .md\:max-h-0px {
    max-height: 0;
  }

  .md\:max-h-10px {
    max-height: 10px;
  }

  .md\:max-h-20px {
    max-height: 20px;
  }

  .md\:max-h-30px {
    max-height: 30px;
  }

  .md\:max-h-40px {
    max-height: 40px;
  }

  .md\:max-h-50px {
    max-height: 50px;
  }

  .md\:max-h-60px {
    max-height: 60px;
  }

  .md\:max-h-70px {
    max-height: 70px;
  }

  .md\:max-h-80px {
    max-height: 80px;
  }

  .md\:max-h-90px {
    max-height: 90px;
  }

  .md\:max-h-100px {
    max-height: 100px;
  }

  .md\:max-h-110px {
    max-height: 110px;
  }

  .md\:max-h-120px {
    max-height: 120px;
  }

  .md\:max-h-130px {
    max-height: 130px;
  }

  .md\:max-h-140px {
    max-height: 140px;
  }

  .md\:max-h-150px {
    max-height: 150px;
  }

  .md\:max-h-160px {
    max-height: 160px;
  }

  .md\:max-h-170px {
    max-height: 170px;
  }

  .md\:max-h-180px {
    max-height: 180px;
  }

  .md\:max-h-190px {
    max-height: 190px;
  }

  .md\:max-h-200px {
    max-height: 200px;
  }

  .md\:max-h-210px {
    max-height: 210px;
  }

  .md\:max-h-220px {
    max-height: 220px;
  }

  .md\:max-h-230px {
    max-height: 230px;
  }

  .md\:max-h-240px {
    max-height: 240px;
  }

  .md\:max-h-250px {
    max-height: 250px;
  }

  .md\:max-h-260px {
    max-height: 260px;
  }

  .md\:max-h-270px {
    max-height: 270px;
  }

  .md\:max-h-280px {
    max-height: 280px;
  }

  .md\:max-h-290px {
    max-height: 290px;
  }

  .md\:max-h-300px {
    max-height: 300px;
  }

  .md\:max-w-0 {
    max-width: 0;
  }

  .md\:max-w-5 {
    max-width: 5%;
  }

  .md\:max-w-10 {
    max-width: 10%;
  }

  .md\:max-w-15 {
    max-width: 15%;
  }

  .md\:max-w-20 {
    max-width: 20%;
  }

  .md\:max-w-25 {
    max-width: 25%;
  }

  .md\:max-w-30 {
    max-width: 30%;
  }

  .md\:max-w-35 {
    max-width: 35%;
  }

  .md\:max-w-40 {
    max-width: 40%;
  }

  .md\:max-w-45 {
    max-width: 45%;
  }

  .md\:max-w-50 {
    max-width: 50%;
  }

  .md\:max-w-55 {
    max-width: 55%;
  }

  .md\:max-w-60 {
    max-width: 60%;
  }

  .md\:max-w-65 {
    max-width: 65%;
  }

  .md\:max-w-70 {
    max-width: 70%;
  }

  .md\:max-w-75 {
    max-width: 75%;
  }

  .md\:max-w-80 {
    max-width: 80%;
  }

  .md\:max-w-85 {
    max-width: 85%;
  }

  .md\:max-w-90 {
    max-width: 90%;
  }

  .md\:max-w-95 {
    max-width: 95%;
  }

  .md\:max-w-100 {
    max-width: 100%;
  }

  .md\:max-w-0px {
    max-width: 0;
  }

  .md\:max-w-5px {
    max-width: 5px;
  }

  .md\:max-w-10px {
    max-width: 10px;
  }

  .md\:max-w-15px {
    max-width: 15px;
  }

  .md\:max-w-20px {
    max-width: 20px;
  }

  .md\:max-w-25px {
    max-width: 25px;
  }

  .md\:max-w-30px {
    max-width: 30px;
  }

  .md\:max-w-35px {
    max-width: 35px;
  }

  .md\:max-w-40px {
    max-width: 40px;
  }

  .md\:max-w-45px {
    max-width: 45px;
  }

  .md\:max-w-50px {
    max-width: 50px;
  }

  .md\:max-w-55px {
    max-width: 55px;
  }

  .md\:max-w-60px {
    max-width: 60px;
  }

  .md\:max-w-65px {
    max-width: 65px;
  }

  .md\:max-w-70px {
    max-width: 70px;
  }

  .md\:max-w-75px {
    max-width: 75px;
  }

  .md\:max-w-80px {
    max-width: 80px;
  }

  .md\:max-w-85px {
    max-width: 85px;
  }

  .md\:max-w-90px {
    max-width: 90px;
  }

  .md\:max-w-95px {
    max-width: 95px;
  }

  .md\:max-w-100px {
    max-width: 100px;
  }

  .md\:max-w-105px {
    max-width: 105px;
  }

  .md\:max-w-110px {
    max-width: 110px;
  }

  .md\:max-w-115px {
    max-width: 115px;
  }

  .md\:max-w-120px {
    max-width: 120px;
  }

  .md\:max-w-125px {
    max-width: 125px;
  }

  .md\:max-w-130px {
    max-width: 130px;
  }

  .md\:max-w-135px {
    max-width: 135px;
  }

  .md\:max-w-140px {
    max-width: 140px;
  }

  .md\:max-w-145px {
    max-width: 145px;
  }

  .md\:max-w-150px {
    max-width: 150px;
  }

  .md\:max-w-155px {
    max-width: 155px;
  }

  .md\:max-w-160px {
    max-width: 160px;
  }

  .md\:max-w-165px {
    max-width: 165px;
  }

  .md\:max-w-170px {
    max-width: 170px;
  }

  .md\:max-w-175px {
    max-width: 175px;
  }

  .md\:max-w-180px {
    max-width: 180px;
  }

  .md\:max-w-185px {
    max-width: 185px;
  }

  .md\:max-w-190px {
    max-width: 190px;
  }

  .md\:max-w-195px {
    max-width: 195px;
  }

  .md\:max-w-200px {
    max-width: 200px;
  }

  .md\:max-w-205px {
    max-width: 205px;
  }

  .md\:max-w-210px {
    max-width: 210px;
  }

  .md\:max-w-215px {
    max-width: 215px;
  }

  .md\:max-w-220px {
    max-width: 220px;
  }

  .md\:max-w-225px {
    max-width: 225px;
  }

  .md\:max-w-230px {
    max-width: 230px;
  }

  .md\:max-w-235px {
    max-width: 235px;
  }

  .md\:max-w-240px {
    max-width: 240px;
  }

  .md\:max-w-245px {
    max-width: 245px;
  }

  .md\:max-w-250px {
    max-width: 250px;
  }

  .md\:max-w-255px {
    max-width: 255px;
  }

  .md\:max-w-260px {
    max-width: 260px;
  }

  .md\:max-w-265px {
    max-width: 265px;
  }

  .md\:max-w-270px {
    max-width: 270px;
  }

  .md\:max-w-275px {
    max-width: 275px;
  }

  .md\:max-w-280px {
    max-width: 280px;
  }

  .md\:max-w-285px {
    max-width: 285px;
  }

  .md\:max-w-290px {
    max-width: 290px;
  }

  .md\:max-w-295px {
    max-width: 295px;
  }

  .md\:max-w-300px {
    max-width: 300px;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-5 {
    min-height: 5%;
  }

  .md\:min-h-10 {
    min-height: 10%;
  }

  .md\:min-h-15 {
    min-height: 15%;
  }

  .md\:min-h-20 {
    min-height: 20%;
  }

  .md\:min-h-25 {
    min-height: 25%;
  }

  .md\:min-h-30 {
    min-height: 30%;
  }

  .md\:min-h-35 {
    min-height: 35%;
  }

  .md\:min-h-40 {
    min-height: 40%;
  }

  .md\:min-h-45 {
    min-height: 45%;
  }

  .md\:min-h-50 {
    min-height: 50%;
  }

  .md\:min-h-55 {
    min-height: 55%;
  }

  .md\:min-h-60 {
    min-height: 60%;
  }

  .md\:min-h-65 {
    min-height: 65%;
  }

  .md\:min-h-70 {
    min-height: 70%;
  }

  .md\:min-h-75 {
    min-height: 75%;
  }

  .md\:min-h-80 {
    min-height: 80%;
  }

  .md\:min-h-85 {
    min-height: 85%;
  }

  .md\:min-h-90 {
    min-height: 90%;
  }

  .md\:min-h-95 {
    min-height: 95%;
  }

  .md\:min-h-100 {
    min-height: 100%;
  }

  .md\:min-h-0px {
    min-height: 0;
  }

  .md\:min-h-10px {
    min-height: 10px;
  }

  .md\:min-h-20px {
    min-height: 20px;
  }

  .md\:min-h-30px {
    min-height: 30px;
  }

  .md\:min-h-40px {
    min-height: 40px;
  }

  .md\:min-h-50px {
    min-height: 50px;
  }

  .md\:min-h-60px {
    min-height: 60px;
  }

  .md\:min-h-70px {
    min-height: 70px;
  }

  .md\:min-h-80px {
    min-height: 80px;
  }

  .md\:min-h-90px {
    min-height: 90px;
  }

  .md\:min-h-100px {
    min-height: 100px;
  }

  .md\:min-h-110px {
    min-height: 110px;
  }

  .md\:min-h-120px {
    min-height: 120px;
  }

  .md\:min-h-130px {
    min-height: 130px;
  }

  .md\:min-h-140px {
    min-height: 140px;
  }

  .md\:min-h-150px {
    min-height: 150px;
  }

  .md\:min-h-160px {
    min-height: 160px;
  }

  .md\:min-h-170px {
    min-height: 170px;
  }

  .md\:min-h-180px {
    min-height: 180px;
  }

  .md\:min-h-190px {
    min-height: 190px;
  }

  .md\:min-h-200px {
    min-height: 200px;
  }

  .md\:min-h-210px {
    min-height: 210px;
  }

  .md\:min-h-220px {
    min-height: 220px;
  }

  .md\:min-h-230px {
    min-height: 230px;
  }

  .md\:min-h-240px {
    min-height: 240px;
  }

  .md\:min-h-250px {
    min-height: 250px;
  }

  .md\:min-h-260px {
    min-height: 260px;
  }

  .md\:min-h-270px {
    min-height: 270px;
  }

  .md\:min-h-280px {
    min-height: 280px;
  }

  .md\:min-h-290px {
    min-height: 290px;
  }

  .md\:min-h-300px {
    min-height: 300px;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-5 {
    min-width: 5%;
  }

  .md\:min-w-10 {
    min-width: 10%;
  }

  .md\:min-w-15 {
    min-width: 15%;
  }

  .md\:min-w-20 {
    min-width: 20%;
  }

  .md\:min-w-25 {
    min-width: 25%;
  }

  .md\:min-w-30 {
    min-width: 30%;
  }

  .md\:min-w-35 {
    min-width: 35%;
  }

  .md\:min-w-40 {
    min-width: 40%;
  }

  .md\:min-w-45 {
    min-width: 45%;
  }

  .md\:min-w-50 {
    min-width: 50%;
  }

  .md\:min-w-55 {
    min-width: 55%;
  }

  .md\:min-w-60 {
    min-width: 60%;
  }

  .md\:min-w-65 {
    min-width: 65%;
  }

  .md\:min-w-70 {
    min-width: 70%;
  }

  .md\:min-w-75 {
    min-width: 75%;
  }

  .md\:min-w-80 {
    min-width: 80%;
  }

  .md\:min-w-85 {
    min-width: 85%;
  }

  .md\:min-w-90 {
    min-width: 90%;
  }

  .md\:min-w-95 {
    min-width: 95%;
  }

  .md\:min-w-100 {
    min-width: 100%;
  }

  .md\:min-w-0px {
    min-width: 0;
  }

  .md\:min-w-5px {
    min-width: 5px;
  }

  .md\:min-w-10px {
    min-width: 10px;
  }

  .md\:min-w-15px {
    min-width: 15px;
  }

  .md\:min-w-20px {
    min-width: 20px;
  }

  .md\:min-w-25px {
    min-width: 25px;
  }

  .md\:min-w-30px {
    min-width: 30px;
  }

  .md\:min-w-35px {
    min-width: 35px;
  }

  .md\:min-w-40px {
    min-width: 40px;
  }

  .md\:min-w-45px {
    min-width: 45px;
  }

  .md\:min-w-50px {
    min-width: 50px;
  }

  .md\:min-w-55px {
    min-width: 55px;
  }

  .md\:min-w-60px {
    min-width: 60px;
  }

  .md\:min-w-65px {
    min-width: 65px;
  }

  .md\:min-w-70px {
    min-width: 70px;
  }

  .md\:min-w-75px {
    min-width: 75px;
  }

  .md\:min-w-80px {
    min-width: 80px;
  }

  .md\:min-w-85px {
    min-width: 85px;
  }

  .md\:min-w-90px {
    min-width: 90px;
  }

  .md\:min-w-95px {
    min-width: 95px;
  }

  .md\:min-w-100px {
    min-width: 100px;
  }

  .md\:min-w-105px {
    min-width: 105px;
  }

  .md\:min-w-110px {
    min-width: 110px;
  }

  .md\:min-w-115px {
    min-width: 115px;
  }

  .md\:min-w-120px {
    min-width: 120px;
  }

  .md\:min-w-125px {
    min-width: 125px;
  }

  .md\:min-w-130px {
    min-width: 130px;
  }

  .md\:min-w-135px {
    min-width: 135px;
  }

  .md\:min-w-140px {
    min-width: 140px;
  }

  .md\:min-w-145px {
    min-width: 145px;
  }

  .md\:min-w-150px {
    min-width: 150px;
  }

  .md\:min-w-155px {
    min-width: 155px;
  }

  .md\:min-w-160px {
    min-width: 160px;
  }

  .md\:min-w-165px {
    min-width: 165px;
  }

  .md\:min-w-170px {
    min-width: 170px;
  }

  .md\:min-w-175px {
    min-width: 175px;
  }

  .md\:min-w-180px {
    min-width: 180px;
  }

  .md\:min-w-185px {
    min-width: 185px;
  }

  .md\:min-w-190px {
    min-width: 190px;
  }

  .md\:min-w-195px {
    min-width: 195px;
  }

  .md\:min-w-200px {
    min-width: 200px;
  }

  .md\:min-w-205px {
    min-width: 205px;
  }

  .md\:min-w-210px {
    min-width: 210px;
  }

  .md\:min-w-215px {
    min-width: 215px;
  }

  .md\:min-w-220px {
    min-width: 220px;
  }

  .md\:min-w-225px {
    min-width: 225px;
  }

  .md\:min-w-230px {
    min-width: 230px;
  }

  .md\:min-w-235px {
    min-width: 235px;
  }

  .md\:min-w-240px {
    min-width: 240px;
  }

  .md\:min-w-245px {
    min-width: 245px;
  }

  .md\:min-w-250px {
    min-width: 250px;
  }

  .md\:min-w-255px {
    min-width: 255px;
  }

  .md\:min-w-260px {
    min-width: 260px;
  }

  .md\:min-w-265px {
    min-width: 265px;
  }

  .md\:min-w-270px {
    min-width: 270px;
  }

  .md\:min-w-275px {
    min-width: 275px;
  }

  .md\:min-w-280px {
    min-width: 280px;
  }

  .md\:min-w-285px {
    min-width: 285px;
  }

  .md\:min-w-290px {
    min-width: 290px;
  }

  .md\:min-w-295px {
    min-width: 295px;
  }

  .md\:min-w-300px {
    min-width: 300px;
  }

  .md\:object-fit-contain {
    object-fit: contain;
  }

  .md\:object-fit-cover {
    object-fit: cover;
  }

  .md\:object-fit-fill {
    object-fit: fill;
  }

  .md\:object-fit-none {
    object-fit: none;
  }

  .md\:object-fit-scale-down {
    object-fit: scale-down;
  }

  .md\:object-fit-inherit {
    object-fit: inherit;
  }

  .md\:object-position-top {
    object-position: top;
  }

  .md\:object-position-right {
    object-position: right;
  }

  .md\:object-position-bottom {
    object-position: bottom;
  }

  .md\:object-position-left {
    object-position: left;
  }

  .md\:object-position-center {
    object-position: center;
  }

  .md\:object-position-left-top {
    object-position: left top;
  }

  .md\:object-position-left-bottom {
    object-position: left bottom;
  }

  .md\:object-position-right-top {
    object-position: right top;
  }

  .md\:object-position-right-bottom {
    object-position: right bottom;
  }

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:opacity-5 {
    opacity: 0.05;
  }

  .md\:opacity-10 {
    opacity: 0.1;
  }

  .md\:opacity-15 {
    opacity: 0.15;
  }

  .md\:opacity-20 {
    opacity: 0.2;
  }

  .md\:opacity-25 {
    opacity: 0.25;
  }

  .md\:opacity-30 {
    opacity: 0.3;
  }

  .md\:opacity-35 {
    opacity: 0.35;
  }

  .md\:opacity-40 {
    opacity: 0.4;
  }

  .md\:opacity-45 {
    opacity: 0.45;
  }

  .md\:opacity-50 {
    opacity: 0.5;
  }

  .md\:opacity-55 {
    opacity: 0.55;
  }

  .md\:opacity-60 {
    opacity: 0.6;
  }

  .md\:opacity-65 {
    opacity: 0.65;
  }

  .md\:opacity-70 {
    opacity: 0.7;
  }

  .md\:opacity-75 {
    opacity: 0.75;
  }

  .md\:opacity-80 {
    opacity: 0.8;
  }

  .md\:opacity-85 {
    opacity: 0.85;
  }

  .md\:opacity-90 {
    opacity: 0.9;
  }

  .md\:opacity-95 {
    opacity: 0.95;
  }

  .md\:opacity-100 {
    opacity: 100;
  }

  .md\:order-0 {
    order: 0;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:order-4 {
    order: 4;
  }

  .md\:order-5 {
    order: 5;
  }

  .md\:order-6 {
    order: 6;
  }

  .md\:order-7 {
    order: 7;
  }

  .md\:order-8 {
    order: 8;
  }

  .md\:order-9 {
    order: 9;
  }

  .md\:order-10 {
    order: 10;
  }

  .md\:overflow-wrap-normal {
    overflow-wrap: normal;
  }

  .md\:overflow-wrap-anywhere {
    overflow-wrap: anywhere;
  }

  .md\:overflow-wrap-break-word {
    overflow-wrap: break-word;
  }

  .md\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .md\:overscroll-behavior-auto {
    overscroll-behavior: auto;
  }

  .md\:overscroll-behavior-contain {
    overscroll-behavior: contain;
  }

  .md\:overscroll-behavior-none {
    overscroll-behavior: none;
  }

  .md\:overscroll-behavior-y-auto {
    overscroll-behavior-y: auto;
  }

  .md\:overscroll-behavior-y-contain {
    overscroll-behavior-y: contain;
  }

  .md\:overscroll-behavior-y-none {
    overscroll-behavior-y: none;
  }

  .md\:overscroll-behavior-x-auto {
    overscroll-behavior-x: auto;
  }

  .md\:overscroll-behavior-x-contain {
    overscroll-behavior-x: contain;
  }

  .md\:overscroll-behavior-x-none {
    overscroll-behavior-x: none;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:p-5 {
    padding: 5%;
  }

  .md\:pt-5 {
    padding-top: 5%;
  }

  .md\:pr-5 {
    padding-right: 5%;
  }

  .md\:pb-5 {
    padding-bottom: 5%;
  }

  .md\:pl-5 {
    padding-left: 5%;
  }

  .md\:p-10 {
    padding: 10%;
  }

  .md\:pt-10 {
    padding-top: 10%;
  }

  .md\:pr-10 {
    padding-right: 10%;
  }

  .md\:pb-10 {
    padding-bottom: 10%;
  }

  .md\:pl-10 {
    padding-left: 10%;
  }

  .md\:p-15 {
    padding: 15%;
  }

  .md\:pt-15 {
    padding-top: 15%;
  }

  .md\:pr-15 {
    padding-right: 15%;
  }

  .md\:pb-15 {
    padding-bottom: 15%;
  }

  .md\:pl-15 {
    padding-left: 15%;
  }

  .md\:p-20 {
    padding: 20%;
  }

  .md\:pt-20 {
    padding-top: 20%;
  }

  .md\:pr-20 {
    padding-right: 20%;
  }

  .md\:pb-20 {
    padding-bottom: 20%;
  }

  .md\:pl-20 {
    padding-left: 20%;
  }

  .md\:p-25 {
    padding: 25%;
  }

  .md\:pt-25 {
    padding-top: 25%;
  }

  .md\:pr-25 {
    padding-right: 25%;
  }

  .md\:pb-25 {
    padding-bottom: 25%;
  }

  .md\:pl-25 {
    padding-left: 25%;
  }

  .md\:p-30 {
    padding: 30%;
  }

  .md\:pt-30 {
    padding-top: 30%;
  }

  .md\:pr-30 {
    padding-right: 30%;
  }

  .md\:pb-30 {
    padding-bottom: 30%;
  }

  .md\:pl-30 {
    padding-left: 30%;
  }

  .md\:p-35 {
    padding: 35%;
  }

  .md\:pt-35 {
    padding-top: 35%;
  }

  .md\:pr-35 {
    padding-right: 35%;
  }

  .md\:pb-35 {
    padding-bottom: 35%;
  }

  .md\:pl-35 {
    padding-left: 35%;
  }

  .md\:p-40 {
    padding: 40%;
  }

  .md\:pt-40 {
    padding-top: 40%;
  }

  .md\:pr-40 {
    padding-right: 40%;
  }

  .md\:pb-40 {
    padding-bottom: 40%;
  }

  .md\:pl-40 {
    padding-left: 40%;
  }

  .md\:p-45 {
    padding: 45%;
  }

  .md\:pt-45 {
    padding-top: 45%;
  }

  .md\:pr-45 {
    padding-right: 45%;
  }

  .md\:pb-45 {
    padding-bottom: 45%;
  }

  .md\:pl-45 {
    padding-left: 45%;
  }

  .md\:p-50 {
    padding: 50%;
  }

  .md\:pt-50 {
    padding-top: 50%;
  }

  .md\:pr-50 {
    padding-right: 50%;
  }

  .md\:pb-50 {
    padding-bottom: 50%;
  }

  .md\:pl-50 {
    padding-left: 50%;
  }

  .md\:p-55 {
    padding: 55%;
  }

  .md\:pt-55 {
    padding-top: 55%;
  }

  .md\:pr-55 {
    padding-right: 55%;
  }

  .md\:pb-55 {
    padding-bottom: 55%;
  }

  .md\:pl-55 {
    padding-left: 55%;
  }

  .md\:p-60 {
    padding: 60%;
  }

  .md\:pt-60 {
    padding-top: 60%;
  }

  .md\:pr-60 {
    padding-right: 60%;
  }

  .md\:pb-60 {
    padding-bottom: 60%;
  }

  .md\:pl-60 {
    padding-left: 60%;
  }

  .md\:p-65 {
    padding: 65%;
  }

  .md\:pt-65 {
    padding-top: 65%;
  }

  .md\:pr-65 {
    padding-right: 65%;
  }

  .md\:pb-65 {
    padding-bottom: 65%;
  }

  .md\:pl-65 {
    padding-left: 65%;
  }

  .md\:p-70 {
    padding: 70%;
  }

  .md\:pt-70 {
    padding-top: 70%;
  }

  .md\:pr-70 {
    padding-right: 70%;
  }

  .md\:pb-70 {
    padding-bottom: 70%;
  }

  .md\:pl-70 {
    padding-left: 70%;
  }

  .md\:p-75 {
    padding: 75%;
  }

  .md\:pt-75 {
    padding-top: 75%;
  }

  .md\:pr-75 {
    padding-right: 75%;
  }

  .md\:pb-75 {
    padding-bottom: 75%;
  }

  .md\:pl-75 {
    padding-left: 75%;
  }

  .md\:p-80 {
    padding: 80%;
  }

  .md\:pt-80 {
    padding-top: 80%;
  }

  .md\:pr-80 {
    padding-right: 80%;
  }

  .md\:pb-80 {
    padding-bottom: 80%;
  }

  .md\:pl-80 {
    padding-left: 80%;
  }

  .md\:p-85 {
    padding: 85%;
  }

  .md\:pt-85 {
    padding-top: 85%;
  }

  .md\:pr-85 {
    padding-right: 85%;
  }

  .md\:pb-85 {
    padding-bottom: 85%;
  }

  .md\:pl-85 {
    padding-left: 85%;
  }

  .md\:p-90 {
    padding: 90%;
  }

  .md\:pt-90 {
    padding-top: 90%;
  }

  .md\:pr-90 {
    padding-right: 90%;
  }

  .md\:pb-90 {
    padding-bottom: 90%;
  }

  .md\:pl-90 {
    padding-left: 90%;
  }

  .md\:p-95 {
    padding: 95%;
  }

  .md\:pt-95 {
    padding-top: 95%;
  }

  .md\:pr-95 {
    padding-right: 95%;
  }

  .md\:pb-95 {
    padding-bottom: 95%;
  }

  .md\:pl-95 {
    padding-left: 95%;
  }

  .md\:p-100 {
    padding: 100%;
  }

  .md\:pt-100 {
    padding-top: 100%;
  }

  .md\:pr-100 {
    padding-right: 100%;
  }

  .md\:pb-100 {
    padding-bottom: 100%;
  }

  .md\:pl-100 {
    padding-left: 100%;
  }

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

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

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

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

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

  .md\:p-5px {
    padding: 5px;
  }

  .md\:pt-5px {
    padding-top: 5px;
  }

  .md\:pr-5px {
    padding-right: 5px;
  }

  .md\:pb-5px {
    padding-bottom: 5px;
  }

  .md\:pl-5px {
    padding-left: 5px;
  }

  .md\:p-10px {
    padding: 10px;
  }

  .md\:pt-10px {
    padding-top: 10px;
  }

  .md\:pr-10px {
    padding-right: 10px;
  }

  .md\:pb-10px {
    padding-bottom: 10px;
  }

  .md\:pl-10px {
    padding-left: 10px;
  }

  .md\:p-15px {
    padding: 15px;
  }

  .md\:pt-15px {
    padding-top: 15px;
  }

  .md\:pr-15px {
    padding-right: 15px;
  }

  .md\:pb-15px {
    padding-bottom: 15px;
  }

  .md\:pl-15px {
    padding-left: 15px;
  }

  .md\:p-20px {
    padding: 20px;
  }

  .md\:pt-20px {
    padding-top: 20px;
  }

  .md\:pr-20px {
    padding-right: 20px;
  }

  .md\:pb-20px {
    padding-bottom: 20px;
  }

  .md\:pl-20px {
    padding-left: 20px;
  }

  .md\:p-25px {
    padding: 25px;
  }

  .md\:pt-25px {
    padding-top: 25px;
  }

  .md\:pr-25px {
    padding-right: 25px;
  }

  .md\:pb-25px {
    padding-bottom: 25px;
  }

  .md\:pl-25px {
    padding-left: 25px;
  }

  .md\:p-30px {
    padding: 30px;
  }

  .md\:pt-30px {
    padding-top: 30px;
  }

  .md\:pr-30px {
    padding-right: 30px;
  }

  .md\:pb-30px {
    padding-bottom: 30px;
  }

  .md\:pl-30px {
    padding-left: 30px;
  }

  .md\:p-35px {
    padding: 35px;
  }

  .md\:pt-35px {
    padding-top: 35px;
  }

  .md\:pr-35px {
    padding-right: 35px;
  }

  .md\:pb-35px {
    padding-bottom: 35px;
  }

  .md\:pl-35px {
    padding-left: 35px;
  }

  .md\:p-40px {
    padding: 40px;
  }

  .md\:pt-40px {
    padding-top: 40px;
  }

  .md\:pr-40px {
    padding-right: 40px;
  }

  .md\:pb-40px {
    padding-bottom: 40px;
  }

  .md\:pl-40px {
    padding-left: 40px;
  }

  .md\:p-45px {
    padding: 45px;
  }

  .md\:pt-45px {
    padding-top: 45px;
  }

  .md\:pr-45px {
    padding-right: 45px;
  }

  .md\:pb-45px {
    padding-bottom: 45px;
  }

  .md\:pl-45px {
    padding-left: 45px;
  }

  .md\:p-50px {
    padding: 50px;
  }

  .md\:pt-50px {
    padding-top: 50px;
  }

  .md\:pr-50px {
    padding-right: 50px;
  }

  .md\:pb-50px {
    padding-bottom: 50px;
  }

  .md\:pl-50px {
    padding-left: 50px;
  }

  .md\:p-55px {
    padding: 55px;
  }

  .md\:pt-55px {
    padding-top: 55px;
  }

  .md\:pr-55px {
    padding-right: 55px;
  }

  .md\:pb-55px {
    padding-bottom: 55px;
  }

  .md\:pl-55px {
    padding-left: 55px;
  }

  .md\:p-60px {
    padding: 60px;
  }

  .md\:pt-60px {
    padding-top: 60px;
  }

  .md\:pr-60px {
    padding-right: 60px;
  }

  .md\:pb-60px {
    padding-bottom: 60px;
  }

  .md\:pl-60px {
    padding-left: 60px;
  }

  .md\:p-65px {
    padding: 65px;
  }

  .md\:pt-65px {
    padding-top: 65px;
  }

  .md\:pr-65px {
    padding-right: 65px;
  }

  .md\:pb-65px {
    padding-bottom: 65px;
  }

  .md\:pl-65px {
    padding-left: 65px;
  }

  .md\:p-70px {
    padding: 70px;
  }

  .md\:pt-70px {
    padding-top: 70px;
  }

  .md\:pr-70px {
    padding-right: 70px;
  }

  .md\:pb-70px {
    padding-bottom: 70px;
  }

  .md\:pl-70px {
    padding-left: 70px;
  }

  .md\:p-75px {
    padding: 75px;
  }

  .md\:pt-75px {
    padding-top: 75px;
  }

  .md\:pr-75px {
    padding-right: 75px;
  }

  .md\:pb-75px {
    padding-bottom: 75px;
  }

  .md\:pl-75px {
    padding-left: 75px;
  }

  .md\:p-80px {
    padding: 80px;
  }

  .md\:pt-80px {
    padding-top: 80px;
  }

  .md\:pr-80px {
    padding-right: 80px;
  }

  .md\:pb-80px {
    padding-bottom: 80px;
  }

  .md\:pl-80px {
    padding-left: 80px;
  }

  .md\:p-85px {
    padding: 85px;
  }

  .md\:pt-85px {
    padding-top: 85px;
  }

  .md\:pr-85px {
    padding-right: 85px;
  }

  .md\:pb-85px {
    padding-bottom: 85px;
  }

  .md\:pl-85px {
    padding-left: 85px;
  }

  .md\:p-90px {
    padding: 90px;
  }

  .md\:pt-90px {
    padding-top: 90px;
  }

  .md\:pr-90px {
    padding-right: 90px;
  }

  .md\:pb-90px {
    padding-bottom: 90px;
  }

  .md\:pl-90px {
    padding-left: 90px;
  }

  .md\:p-95px {
    padding: 95px;
  }

  .md\:pt-95px {
    padding-top: 95px;
  }

  .md\:pr-95px {
    padding-right: 95px;
  }

  .md\:pb-95px {
    padding-bottom: 95px;
  }

  .md\:pl-95px {
    padding-left: 95px;
  }

  .md\:p-100px {
    padding: 100px;
  }

  .md\:pt-100px {
    padding-top: 100px;
  }

  .md\:pr-100px {
    padding-right: 100px;
  }

  .md\:pb-100px {
    padding-bottom: 100px;
  }

  .md\:pl-100px {
    padding-left: 100px;
  }

  .md\:place-content-start {
    place-content: start;
  }

  .md\:place-content-end {
    place-content: end;
  }

  .md\:place-content-center {
    place-content: center;
  }

  .md\:place-content-between {
    place-content: space-between;
  }

  .md\:place-content-around {
    place-content: space-around;
  }

  .md\:place-content-evenly {
    place-content: space-evenly;
  }

  .md\:place-content-stretch {
    place-content: stretch;
  }

  .md\:place-items-auto {
    place-items: auto;
  }

  .md\:place-items-start {
    place-items: start;
  }

  .md\:place-items-end {
    place-items: end;
  }

  .md\:place-items-center {
    place-items: center;
  }

  .md\:place-items-stretch {
    place-items: stretch;
  }

  .md\:place-self-auto {
    place-self: auto;
  }

  .md\:place-self-start {
    place-self: start;
  }

  .md\:place-self-end {
    place-self: end;
  }

  .md\:place-self-center {
    place-self: center;
  }

  .md\:place-self-stretch {
    place-self: stretch;
  }

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:position-static {
    position: static;
  }

  .md\:position-relative {
    position: relative;
  }

  .md\:position-fixed {
    position: fixed;
  }

  .md\:position-absolute {
    position: absolute;
  }

  .md\:position-sticky {
    position: sticky;
  }

  .md\:resize-none {
    resize: none;
  }

  .md\:resize-vertical {
    resize: vertical;
  }

  .md\:resize-horizontal {
    resize: horizontal;
  }

  .md\:resize-both {
    resize: both;
  }

  .md\:table-layout-auto {
    table-layout: auto;
  }

  .md\:table-layout-fixed {
    table-layout: fixed;
  }

  .md\:text-align-left {
    text-align: left;
  }

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

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

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

  .md\:text-decoration-underline {
    text-decoration: underline;
  }

  .md\:text-decoration-overline {
    text-decoration: overline;
  }

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

  .md\:text-decoration-none {
    text-decoration: none;
  }

  .md\:text-opacity-0 {
    --text-opacity: 0;
  }

  .md\:text-opacity-5 {
    --text-opacity: 0.05;
  }

  .md\:text-opacity-10 {
    --text-opacity: 0.1;
  }

  .md\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .md\:text-opacity-20 {
    --text-opacity: 0.2;
  }

  .md\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .md\:text-opacity-30 {
    --text-opacity: 0.3;
  }

  .md\:text-opacity-35 {
    --text-opacity: 0.35;
  }

  .md\:text-opacity-40 {
    --text-opacity: 0.4;
  }

  .md\:text-opacity-45 {
    --text-opacity: 0.45;
  }

  .md\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .md\:text-opacity-55 {
    --text-opacity: 0.55;
  }

  .md\:text-opacity-60 {
    --text-opacity: 0.6;
  }

  .md\:text-opacity-65 {
    --text-opacity: 0.65;
  }

  .md\:text-opacity-70 {
    --text-opacity: 0.7;
  }

  .md\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .md\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .md\:text-opacity-85 {
    --text-opacity: 0.85;
  }

  .md\:text-opacity-90 {
    --text-opacity: 0.9;
  }

  .md\:text-opacity-95 {
    --text-opacity: 0.95;
  }

  .md\:text-opacity-100 {
    --text-opacity: 100;
  }

  .md\:text-overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .md\:text-overflow-clip {
    text-overflow: clip;
  }

  .md\:text-transform-uppercase {
    text-transform: uppercase;
  }

  .md\:text-transform-lowercase {
    text-transform: lowercase;
  }

  .md\:text-transform-capitalize {
    text-transform: capitalize;
  }

  .md\:text-transform-none {
    text-transform: none;
  }

  .md\:top-0 {
    top: 0;
  }

  .md\:-top-0 {
    top: -0;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:-right-0 {
    right: -0;
  }

  .md\:bottom-0 {
    bottom: 0;
  }

  .md\:-bottom-0 {
    bottom: -0;
  }

  .md\:left-0 {
    left: 0;
  }

  .md\:-left-0 {
    left: -0;
  }

  .md\:top-10 {
    top: 10%;
  }

  .md\:-top-10 {
    top: -10%;
  }

  .md\:right-10 {
    right: 10%;
  }

  .md\:-right-10 {
    right: -10%;
  }

  .md\:bottom-10 {
    bottom: 10%;
  }

  .md\:-bottom-10 {
    bottom: -10%;
  }

  .md\:left-10 {
    left: 10%;
  }

  .md\:-left-10 {
    left: -10%;
  }

  .md\:top-20 {
    top: 20%;
  }

  .md\:-top-20 {
    top: -20%;
  }

  .md\:right-20 {
    right: 20%;
  }

  .md\:-right-20 {
    right: -20%;
  }

  .md\:bottom-20 {
    bottom: 20%;
  }

  .md\:-bottom-20 {
    bottom: -20%;
  }

  .md\:left-20 {
    left: 20%;
  }

  .md\:-left-20 {
    left: -20%;
  }

  .md\:top-30 {
    top: 30%;
  }

  .md\:-top-30 {
    top: -30%;
  }

  .md\:right-30 {
    right: 30%;
  }

  .md\:-right-30 {
    right: -30%;
  }

  .md\:bottom-30 {
    bottom: 30%;
  }

  .md\:-bottom-30 {
    bottom: -30%;
  }

  .md\:left-30 {
    left: 30%;
  }

  .md\:-left-30 {
    left: -30%;
  }

  .md\:top-40 {
    top: 40%;
  }

  .md\:-top-40 {
    top: -40%;
  }

  .md\:right-40 {
    right: 40%;
  }

  .md\:-right-40 {
    right: -40%;
  }

  .md\:bottom-40 {
    bottom: 40%;
  }

  .md\:-bottom-40 {
    bottom: -40%;
  }

  .md\:left-40 {
    left: 40%;
  }

  .md\:-left-40 {
    left: -40%;
  }

  .md\:top-50 {
    top: 50%;
  }

  .md\:-top-50 {
    top: -50%;
  }

  .md\:right-50 {
    right: 50%;
  }

  .md\:-right-50 {
    right: -50%;
  }

  .md\:bottom-50 {
    bottom: 50%;
  }

  .md\:-bottom-50 {
    bottom: -50%;
  }

  .md\:left-50 {
    left: 50%;
  }

  .md\:-left-50 {
    left: -50%;
  }

  .md\:top-60 {
    top: 60%;
  }

  .md\:-top-60 {
    top: -60%;
  }

  .md\:right-60 {
    right: 60%;
  }

  .md\:-right-60 {
    right: -60%;
  }

  .md\:bottom-60 {
    bottom: 60%;
  }

  .md\:-bottom-60 {
    bottom: -60%;
  }

  .md\:left-60 {
    left: 60%;
  }

  .md\:-left-60 {
    left: -60%;
  }

  .md\:top-70 {
    top: 70%;
  }

  .md\:-top-70 {
    top: -70%;
  }

  .md\:right-70 {
    right: 70%;
  }

  .md\:-right-70 {
    right: -70%;
  }

  .md\:bottom-70 {
    bottom: 70%;
  }

  .md\:-bottom-70 {
    bottom: -70%;
  }

  .md\:left-70 {
    left: 70%;
  }

  .md\:-left-70 {
    left: -70%;
  }

  .md\:top-80 {
    top: 80%;
  }

  .md\:-top-80 {
    top: -80%;
  }

  .md\:right-80 {
    right: 80%;
  }

  .md\:-right-80 {
    right: -80%;
  }

  .md\:bottom-80 {
    bottom: 80%;
  }

  .md\:-bottom-80 {
    bottom: -80%;
  }

  .md\:left-80 {
    left: 80%;
  }

  .md\:-left-80 {
    left: -80%;
  }

  .md\:top-90 {
    top: 90%;
  }

  .md\:-top-90 {
    top: -90%;
  }

  .md\:right-90 {
    right: 90%;
  }

  .md\:-right-90 {
    right: -90%;
  }

  .md\:bottom-90 {
    bottom: 90%;
  }

  .md\:-bottom-90 {
    bottom: -90%;
  }

  .md\:left-90 {
    left: 90%;
  }

  .md\:-left-90 {
    left: -90%;
  }

  .md\:top-100 {
    top: 100%;
  }

  .md\:-top-100 {
    top: -100%;
  }

  .md\:right-100 {
    right: 100%;
  }

  .md\:-right-100 {
    right: -100%;
  }

  .md\:bottom-100 {
    bottom: 100%;
  }

  .md\:-bottom-100 {
    bottom: -100%;
  }

  .md\:left-100 {
    left: 100%;
  }

  .md\:-left-100 {
    left: -100%;
  }

  .md\:top-0px {
    top: 0;
  }

  .md\:-top-0px {
    top: -0;
  }

  .md\:right-0px {
    right: 0;
  }

  .md\:-right-0px {
    right: -0;
  }

  .md\:bottom-0px {
    bottom: 0;
  }

  .md\:-bottom-0px {
    bottom: -0;
  }

  .md\:left-0px {
    left: 0;
  }

  .md\:-left-0px {
    left: -0;
  }

  .md\:top-10px {
    top: 10px;
  }

  .md\:-top-10px {
    top: -10px;
  }

  .md\:right-10px {
    right: 10px;
  }

  .md\:-right-10px {
    right: -10px;
  }

  .md\:bottom-10px {
    bottom: 10px;
  }

  .md\:-bottom-10px {
    bottom: -10px;
  }

  .md\:left-10px {
    left: 10px;
  }

  .md\:-left-10px {
    left: -10px;
  }

  .md\:top-20px {
    top: 20px;
  }

  .md\:-top-20px {
    top: -20px;
  }

  .md\:right-20px {
    right: 20px;
  }

  .md\:-right-20px {
    right: -20px;
  }

  .md\:bottom-20px {
    bottom: 20px;
  }

  .md\:-bottom-20px {
    bottom: -20px;
  }

  .md\:left-20px {
    left: 20px;
  }

  .md\:-left-20px {
    left: -20px;
  }

  .md\:top-30px {
    top: 30px;
  }

  .md\:-top-30px {
    top: -30px;
  }

  .md\:right-30px {
    right: 30px;
  }

  .md\:-right-30px {
    right: -30px;
  }

  .md\:bottom-30px {
    bottom: 30px;
  }

  .md\:-bottom-30px {
    bottom: -30px;
  }

  .md\:left-30px {
    left: 30px;
  }

  .md\:-left-30px {
    left: -30px;
  }

  .md\:top-40px {
    top: 40px;
  }

  .md\:-top-40px {
    top: -40px;
  }

  .md\:right-40px {
    right: 40px;
  }

  .md\:-right-40px {
    right: -40px;
  }

  .md\:bottom-40px {
    bottom: 40px;
  }

  .md\:-bottom-40px {
    bottom: -40px;
  }

  .md\:left-40px {
    left: 40px;
  }

  .md\:-left-40px {
    left: -40px;
  }

  .md\:top-50px {
    top: 50px;
  }

  .md\:-top-50px {
    top: -50px;
  }

  .md\:right-50px {
    right: 50px;
  }

  .md\:-right-50px {
    right: -50px;
  }

  .md\:bottom-50px {
    bottom: 50px;
  }

  .md\:-bottom-50px {
    bottom: -50px;
  }

  .md\:left-50px {
    left: 50px;
  }

  .md\:-left-50px {
    left: -50px;
  }

  .md\:top-60px {
    top: 60px;
  }

  .md\:-top-60px {
    top: -60px;
  }

  .md\:right-60px {
    right: 60px;
  }

  .md\:-right-60px {
    right: -60px;
  }

  .md\:bottom-60px {
    bottom: 60px;
  }

  .md\:-bottom-60px {
    bottom: -60px;
  }

  .md\:left-60px {
    left: 60px;
  }

  .md\:-left-60px {
    left: -60px;
  }

  .md\:top-70px {
    top: 70px;
  }

  .md\:-top-70px {
    top: -70px;
  }

  .md\:right-70px {
    right: 70px;
  }

  .md\:-right-70px {
    right: -70px;
  }

  .md\:bottom-70px {
    bottom: 70px;
  }

  .md\:-bottom-70px {
    bottom: -70px;
  }

  .md\:left-70px {
    left: 70px;
  }

  .md\:-left-70px {
    left: -70px;
  }

  .md\:top-80px {
    top: 80px;
  }

  .md\:-top-80px {
    top: -80px;
  }

  .md\:right-80px {
    right: 80px;
  }

  .md\:-right-80px {
    right: -80px;
  }

  .md\:bottom-80px {
    bottom: 80px;
  }

  .md\:-bottom-80px {
    bottom: -80px;
  }

  .md\:left-80px {
    left: 80px;
  }

  .md\:-left-80px {
    left: -80px;
  }

  .md\:top-90px {
    top: 90px;
  }

  .md\:-top-90px {
    top: -90px;
  }

  .md\:right-90px {
    right: 90px;
  }

  .md\:-right-90px {
    right: -90px;
  }

  .md\:bottom-90px {
    bottom: 90px;
  }

  .md\:-bottom-90px {
    bottom: -90px;
  }

  .md\:left-90px {
    left: 90px;
  }

  .md\:-left-90px {
    left: -90px;
  }

  .md\:top-100px {
    top: 100px;
  }

  .md\:-top-100px {
    top: -100px;
  }

  .md\:right-100px {
    right: 100px;
  }

  .md\:-right-100px {
    right: -100px;
  }

  .md\:bottom-100px {
    bottom: 100px;
  }

  .md\:-bottom-100px {
    bottom: -100px;
  }

  .md\:left-100px {
    left: 100px;
  }

  .md\:-left-100px {
    left: -100px;
  }

  .md\:inset-0 {
    inset: 0;
  }

  .md\:-inset-0 {
    inset: -0;
  }

  .md\:inset-10 {
    inset: 10%;
  }

  .md\:-inset-10 {
    inset: -10%;
  }

  .md\:inset-20 {
    inset: 20%;
  }

  .md\:-inset-20 {
    inset: -20%;
  }

  .md\:inset-30 {
    inset: 30%;
  }

  .md\:-inset-30 {
    inset: -30%;
  }

  .md\:inset-40 {
    inset: 40%;
  }

  .md\:-inset-40 {
    inset: -40%;
  }

  .md\:inset-50 {
    inset: 50%;
  }

  .md\:-inset-50 {
    inset: -50%;
  }

  .md\:inset-60 {
    inset: 60%;
  }

  .md\:-inset-60 {
    inset: -60%;
  }

  .md\:inset-70 {
    inset: 70%;
  }

  .md\:-inset-70 {
    inset: -70%;
  }

  .md\:inset-80 {
    inset: 80%;
  }

  .md\:-inset-80 {
    inset: -80%;
  }

  .md\:inset-90 {
    inset: 90%;
  }

  .md\:-inset-90 {
    inset: -90%;
  }

  .md\:inset-100 {
    inset: 100%;
  }

  .md\:-inset-100 {
    inset: -100%;
  }

  .md\:inset-0px {
    inset: 0;
  }

  .md\:-inset-0px {
    inset: -0;
  }

  .md\:inset-10px {
    inset: 10px;
  }

  .md\:-inset-10px {
    inset: -10px;
  }

  .md\:inset-20px {
    inset: 20px;
  }

  .md\:-inset-20px {
    inset: -20px;
  }

  .md\:inset-30px {
    inset: 30px;
  }

  .md\:-inset-30px {
    inset: -30px;
  }

  .md\:inset-40px {
    inset: 40px;
  }

  .md\:-inset-40px {
    inset: -40px;
  }

  .md\:inset-50px {
    inset: 50px;
  }

  .md\:-inset-50px {
    inset: -50px;
  }

  .md\:inset-60px {
    inset: 60px;
  }

  .md\:-inset-60px {
    inset: -60px;
  }

  .md\:inset-70px {
    inset: 70px;
  }

  .md\:-inset-70px {
    inset: -70px;
  }

  .md\:inset-80px {
    inset: 80px;
  }

  .md\:-inset-80px {
    inset: -80px;
  }

  .md\:inset-90px {
    inset: 90px;
  }

  .md\:-inset-90px {
    inset: -90px;
  }

  .md\:inset-100px {
    inset: 100px;
  }

  .md\:-inset-100px {
    inset: -100px;
  }

  .md\:origin-top {
    transform-origin: top;
  }

  .md\:origin-right {
    transform-origin: right;
  }

  .md\:origin-bottom {
    transform-origin: bottom;
  }

  .md\:origin-left {
    transform-origin: left;
  }

  .md\:origin-center {
    transform-origin: center;
  }

  .md\:origin-top-left {
    transform-origin: top left;
  }

  .md\:origin-top-right {
    transform-origin: top right;
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .md\:transform-none {
    transform: none;
  }

  .md\:translate-x-0 {
    --translate-x: 0;
  }

  .md\:translate-y-0 {
    --translate-y: 0;
  }

  .md\:translate-x-5 {
    --translate-x: 5%;
  }

  .md\:translate-y-5 {
    --translate-y: 5%;
  }

  .md\:translate-x-10 {
    --translate-x: 10%;
  }

  .md\:translate-y-10 {
    --translate-y: 10%;
  }

  .md\:translate-x-15 {
    --translate-x: 15%;
  }

  .md\:translate-y-15 {
    --translate-y: 15%;
  }

  .md\:translate-x-20 {
    --translate-x: 20%;
  }

  .md\:translate-y-20 {
    --translate-y: 20%;
  }

  .md\:translate-x-25 {
    --translate-x: 25%;
  }

  .md\:translate-y-25 {
    --translate-y: 25%;
  }

  .md\:translate-x-30 {
    --translate-x: 30%;
  }

  .md\:translate-y-30 {
    --translate-y: 30%;
  }

  .md\:translate-x-35 {
    --translate-x: 35%;
  }

  .md\:translate-y-35 {
    --translate-y: 35%;
  }

  .md\:translate-x-40 {
    --translate-x: 40%;
  }

  .md\:translate-y-40 {
    --translate-y: 40%;
  }

  .md\:translate-x-45 {
    --translate-x: 45%;
  }

  .md\:translate-y-45 {
    --translate-y: 45%;
  }

  .md\:translate-x-50 {
    --translate-x: 50%;
  }

  .md\:translate-y-50 {
    --translate-y: 50%;
  }

  .md\:translate-x-55 {
    --translate-x: 55%;
  }

  .md\:translate-y-55 {
    --translate-y: 55%;
  }

  .md\:translate-x-60 {
    --translate-x: 60%;
  }

  .md\:translate-y-60 {
    --translate-y: 60%;
  }

  .md\:translate-x-65 {
    --translate-x: 65%;
  }

  .md\:translate-y-65 {
    --translate-y: 65%;
  }

  .md\:translate-x-70 {
    --translate-x: 70%;
  }

  .md\:translate-y-70 {
    --translate-y: 70%;
  }

  .md\:translate-x-75 {
    --translate-x: 75%;
  }

  .md\:translate-y-75 {
    --translate-y: 75%;
  }

  .md\:translate-x-80 {
    --translate-x: 80%;
  }

  .md\:translate-y-80 {
    --translate-y: 80%;
  }

  .md\:translate-x-85 {
    --translate-x: 85%;
  }

  .md\:translate-y-85 {
    --translate-y: 85%;
  }

  .md\:translate-x-90 {
    --translate-x: 90%;
  }

  .md\:translate-y-90 {
    --translate-y: 90%;
  }

  .md\:translate-x-95 {
    --translate-x: 95%;
  }

  .md\:translate-y-95 {
    --translate-y: 95%;
  }

  .md\:translate-x-100 {
    --translate-x: 100%;
  }

  .md\:translate-y-100 {
    --translate-y: 100%;
  }

  .md\:rotate-0 {
    --rotate: 0;
  }

  .md\:rotate-15 {
    --rotate: 15deg;
  }

  .md\:rotate-30 {
    --rotate: 30deg;
  }

  .md\:rotate-45 {
    --rotate: 45deg;
  }

  .md\:rotate-60 {
    --rotate: 60deg;
  }

  .md\:rotate-75 {
    --rotate: 75deg;
  }

  .md\:rotate-90 {
    --rotate: 90deg;
  }

  .md\:rotate-105 {
    --rotate: 105deg;
  }

  .md\:rotate-120 {
    --rotate: 120deg;
  }

  .md\:rotate-135 {
    --rotate: 135deg;
  }

  .md\:rotate-150 {
    --rotate: 150deg;
  }

  .md\:rotate-165 {
    --rotate: 165deg;
  }

  .md\:rotate-180 {
    --rotate: 180deg;
  }

  .md\:rotate-195 {
    --rotate: 195deg;
  }

  .md\:rotate-210 {
    --rotate: 210deg;
  }

  .md\:rotate-225 {
    --rotate: 225deg;
  }

  .md\:rotate-240 {
    --rotate: 240deg;
  }

  .md\:rotate-255 {
    --rotate: 255deg;
  }

  .md\:rotate-270 {
    --rotate: 270deg;
  }

  .md\:rotate-285 {
    --rotate: 285deg;
  }

  .md\:rotate-300 {
    --rotate: 300deg;
  }

  .md\:rotate-315 {
    --rotate: 315deg;
  }

  .md\:rotate-330 {
    --rotate: 330deg;
  }

  .md\:rotate-345 {
    --rotate: 345deg;
  }

  .md\:rotate-360 {
    --rotate: 360deg;
  }

  .md\:scale-x-0 {
    --scale-x: 0;
  }

  .md\:scale-x-25 {
    --scale-x: 0.25;
  }

  .md\:scale-x-50 {
    --scale-x: 0.5;
  }

  .md\:scale-x-75 {
    --scale-x: 0.75;
  }

  .md\:scale-x-100 {
    --scale-x: 1;
  }

  .md\:scale-x-125 {
    --scale-x: 1.25;
  }

  .md\:scale-x-150 {
    --scale-x: 1.5;
  }

  .md\:scale-x-175 {
    --scale-x: 1.75;
  }

  .md\:scale-x-200 {
    --scale-x: 2;
  }

  .md\:scale-y-0 {
    --scale-y: 0;
  }

  .md\:scale-y-25 {
    --scale-y: 0.25;
  }

  .md\:scale-y-50 {
    --scale-y: 0.5;
  }

  .md\:scale-y-75 {
    --scale-y: 0.75;
  }

  .md\:scale-y-100 {
    --scale-y: 1;
  }

  .md\:scale-y-125 {
    --scale-y: 1.25;
  }

  .md\:scale-y-150 {
    --scale-y: 1.5;
  }

  .md\:scale-y-175 {
    --scale-y: 1.75;
  }

  .md\:scale-y-200 {
    --scale-y: 2;
  }

  .md\:skew-x-0 {
    --skew-x: 0;
  }

  .md\:skew-y-0 {
    --skew-y: 0;
  }

  .md\:skew-x-15 {
    --skew-x: 15deg;
  }

  .md\:skew-y-15 {
    --skew-y: 15deg;
  }

  .md\:skew-x-30 {
    --skew-x: 30deg;
  }

  .md\:skew-y-30 {
    --skew-y: 30deg;
  }

  .md\:skew-x-45 {
    --skew-x: 45deg;
  }

  .md\:skew-y-45 {
    --skew-y: 45deg;
  }

  .md\:skew-x-60 {
    --skew-x: 60deg;
  }

  .md\:skew-y-60 {
    --skew-y: 60deg;
  }

  .md\:skew-x-75 {
    --skew-x: 75deg;
  }

  .md\:skew-y-75 {
    --skew-y: 75deg;
  }

  .md\:skew-x-90 {
    --skew-x: 90deg;
  }

  .md\:skew-y-90 {
    --skew-y: 90deg;
  }

  .md\:skew-x-105 {
    --skew-x: 105deg;
  }

  .md\:skew-y-105 {
    --skew-y: 105deg;
  }

  .md\:skew-x-120 {
    --skew-x: 120deg;
  }

  .md\:skew-y-120 {
    --skew-y: 120deg;
  }

  .md\:skew-x-135 {
    --skew-x: 135deg;
  }

  .md\:skew-y-135 {
    --skew-y: 135deg;
  }

  .md\:skew-x-150 {
    --skew-x: 150deg;
  }

  .md\:skew-y-150 {
    --skew-y: 150deg;
  }

  .md\:skew-x-165 {
    --skew-x: 165deg;
  }

  .md\:skew-y-165 {
    --skew-y: 165deg;
  }

  .md\:skew-x-180 {
    --skew-x: 180deg;
  }

  .md\:skew-y-180 {
    --skew-y: 180deg;
  }

  .md\:skew-x-195 {
    --skew-x: 195deg;
  }

  .md\:skew-y-195 {
    --skew-y: 195deg;
  }

  .md\:skew-x-210 {
    --skew-x: 210deg;
  }

  .md\:skew-y-210 {
    --skew-y: 210deg;
  }

  .md\:skew-x-225 {
    --skew-x: 225deg;
  }

  .md\:skew-y-225 {
    --skew-y: 225deg;
  }

  .md\:skew-x-240 {
    --skew-x: 240deg;
  }

  .md\:skew-y-240 {
    --skew-y: 240deg;
  }

  .md\:skew-x-255 {
    --skew-x: 255deg;
  }

  .md\:skew-y-255 {
    --skew-y: 255deg;
  }

  .md\:skew-x-270 {
    --skew-x: 270deg;
  }

  .md\:skew-y-270 {
    --skew-y: 270deg;
  }

  .md\:skew-x-285 {
    --skew-x: 285deg;
  }

  .md\:skew-y-285 {
    --skew-y: 285deg;
  }

  .md\:skew-x-300 {
    --skew-x: 300deg;
  }

  .md\:skew-y-300 {
    --skew-y: 300deg;
  }

  .md\:skew-x-315 {
    --skew-x: 315deg;
  }

  .md\:skew-y-315 {
    --skew-y: 315deg;
  }

  .md\:skew-x-330 {
    --skew-x: 330deg;
  }

  .md\:skew-y-330 {
    --skew-y: 330deg;
  }

  .md\:skew-x-345 {
    --skew-x: 345deg;
  }

  .md\:skew-y-345 {
    --skew-y: 345deg;
  }

  .md\:skew-x-360 {
    --skew-x: 360deg;
  }

  .md\:skew-y-360 {
    --skew-y: 360deg;
  }

  .md\:user-select-none {
    user-select: none;
  }

  .md\:user-select-text {
    user-select: text;
  }

  .md\:user-select-all {
    user-select: all;
  }

  .md\:user-select-auto {
    user-select: auto;
  }

  .md\:vertical-align-baseline {
    vertical-align: baseline;
  }

  .md\:vertical-align-top {
    vertical-align: top;
  }

  .md\:vertical-align-middle {
    vertical-align: middle;
  }

  .md\:vertical-align-bottom {
    vertical-align: bottom;
  }

  .md\:vertical-align-sub {
    vertical-align: sub;
  }

  .md\:vertical-align-super {
    vertical-align: super;
  }

  .md\:vertical-align-unset {
    vertical-align: unset;
  }

  .md\:vertical-align-text-top {
    vertical-align: text-top;
  }

  .md\:vertical-align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:visibility-visible {
    visibility: visible;
  }

  .md\:visibility-hidden {
    visibility: hidden;
  }

  .md\:white-space-normal {
    white-space: normal;
  }

  .md\:white-space-nowrap {
    white-space: nowrap;
  }

  .md\:white-space-pre {
    white-space: pre;
  }

  .md\:white-space-pre-line {
    white-space: pre-line;
  }

  .md\:white-space-pre-wrap {
    white-space: pre-wrap;
  }

  .md\:w-0 {
    width: 0;
  }

  .md\:w-5 {
    width: 5%;
  }

  .md\:w-10 {
    width: 10%;
  }

  .md\:w-15 {
    width: 15%;
  }

  .md\:w-20 {
    width: 20%;
  }

  .md\:w-25 {
    width: 25%;
  }

  .md\:w-30 {
    width: 30%;
  }

  .md\:w-35 {
    width: 35%;
  }

  .md\:w-40 {
    width: 40%;
  }

  .md\:w-45 {
    width: 45%;
  }

  .md\:w-50 {
    width: 50%;
  }

  .md\:w-55 {
    width: 55%;
  }

  .md\:w-60 {
    width: 60%;
  }

  .md\:w-65 {
    width: 65%;
  }

  .md\:w-70 {
    width: 70%;
  }

  .md\:w-75 {
    width: 75%;
  }

  .md\:w-80 {
    width: 80%;
  }

  .md\:w-85 {
    width: 85%;
  }

  .md\:w-90 {
    width: 90%;
  }

  .md\:w-95 {
    width: 95%;
  }

  .md\:w-100 {
    width: 100%;
  }

  .md\:w-0px {
    width: 0;
  }

  .md\:w-5px {
    width: 5px;
  }

  .md\:w-10px {
    width: 10px;
  }

  .md\:w-15px {
    width: 15px;
  }

  .md\:w-20px {
    width: 20px;
  }

  .md\:w-25px {
    width: 25px;
  }

  .md\:w-30px {
    width: 30px;
  }

  .md\:w-35px {
    width: 35px;
  }

  .md\:w-40px {
    width: 40px;
  }

  .md\:w-45px {
    width: 45px;
  }

  .md\:w-50px {
    width: 50px;
  }

  .md\:w-55px {
    width: 55px;
  }

  .md\:w-60px {
    width: 60px;
  }

  .md\:w-65px {
    width: 65px;
  }

  .md\:w-70px {
    width: 70px;
  }

  .md\:w-75px {
    width: 75px;
  }

  .md\:w-80px {
    width: 80px;
  }

  .md\:w-85px {
    width: 85px;
  }

  .md\:w-90px {
    width: 90px;
  }

  .md\:w-95px {
    width: 95px;
  }

  .md\:w-100px {
    width: 100px;
  }

  .md\:w-105px {
    width: 105px;
  }

  .md\:w-110px {
    width: 110px;
  }

  .md\:w-115px {
    width: 115px;
  }

  .md\:w-120px {
    width: 120px;
  }

  .md\:w-125px {
    width: 125px;
  }

  .md\:w-130px {
    width: 130px;
  }

  .md\:w-135px {
    width: 135px;
  }

  .md\:w-140px {
    width: 140px;
  }

  .md\:w-145px {
    width: 145px;
  }

  .md\:w-150px {
    width: 150px;
  }

  .md\:w-155px {
    width: 155px;
  }

  .md\:w-160px {
    width: 160px;
  }

  .md\:w-165px {
    width: 165px;
  }

  .md\:w-170px {
    width: 170px;
  }

  .md\:w-175px {
    width: 175px;
  }

  .md\:w-180px {
    width: 180px;
  }

  .md\:w-185px {
    width: 185px;
  }

  .md\:w-190px {
    width: 190px;
  }

  .md\:w-195px {
    width: 195px;
  }

  .md\:w-200px {
    width: 200px;
  }

  .md\:w-205px {
    width: 205px;
  }

  .md\:w-210px {
    width: 210px;
  }

  .md\:w-215px {
    width: 215px;
  }

  .md\:w-220px {
    width: 220px;
  }

  .md\:w-225px {
    width: 225px;
  }

  .md\:w-230px {
    width: 230px;
  }

  .md\:w-235px {
    width: 235px;
  }

  .md\:w-240px {
    width: 240px;
  }

  .md\:w-245px {
    width: 245px;
  }

  .md\:w-250px {
    width: 250px;
  }

  .md\:w-255px {
    width: 255px;
  }

  .md\:w-260px {
    width: 260px;
  }

  .md\:w-265px {
    width: 265px;
  }

  .md\:w-270px {
    width: 270px;
  }

  .md\:w-275px {
    width: 275px;
  }

  .md\:w-280px {
    width: 280px;
  }

  .md\:w-285px {
    width: 285px;
  }

  .md\:w-290px {
    width: 290px;
  }

  .md\:w-295px {
    width: 295px;
  }

  .md\:w-300px {
    width: 300px;
  }

  .md\:width-width {
    width: auto;
  }

  .md\:width-min-content {
    width: min-content;
  }

  .md\:width-max-content {
    width: max-content;
  }

  .md\:word-break-normal {
    word-break: normal;
  }

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

  .md\:word-break-break-word {
    word-break: break-word;
  }

  .md\:word-break-keep-all {
    word-break: keep-all;
  }

  .md\:z-0 {
    z-index: 0;
  }

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

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

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

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

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

  .md\:z-60 {
    z-index: 60;
  }

  .md\:z-70 {
    z-index: 70;
  }

  .md\:z-80 {
    z-index: 80;
  }

  .md\:z-90 {
    z-index: 90;
  }

  .md\:z-100 {
    z-index: 100;
  }

  .md\:grid-template-columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-template-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-template-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-template-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-template-columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-template-columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-template-columns-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-template-columns-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-template-columns-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-template-columns-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-template-columns-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-template-columns-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-template-columns-none {
    grid-template-columns: none;
  }

  .md\:grid-column-auto {
    grid-column: auto;
  }

  .md\:grid-column-1 {
    grid-column: span 1/span 1;
  }

  .md\:grid-column-2 {
    grid-column: span 2/span 2;
  }

  .md\:grid-column-3 {
    grid-column: span 3/span 3;
  }

  .md\:grid-column-4 {
    grid-column: span 4/span 4;
  }

  .md\:grid-column-5 {
    grid-column: span 5/span 5;
  }

  .md\:grid-column-6 {
    grid-column: span 6/span 6;
  }

  .md\:grid-column-7 {
    grid-column: span 7/span 7;
  }

  .md\:grid-column-8 {
    grid-column: span 8/span 8;
  }

  .md\:grid-column-9 {
    grid-column: span 9/span 9;
  }

  .md\:grid-column-10 {
    grid-column: span 10/span 10;
  }

  .md\:grid-column-11 {
    grid-column: span 11/span 11;
  }

  .md\:grid-column-12 {
    grid-column: span 12/span 12;
  }

  .md\:grid-column-start-auto {
    grid-column-start: auto;
  }

  .md\:grid-column-start-1 {
    grid-column-start: 1;
  }

  .md\:grid-column-start-2 {
    grid-column-start: 2;
  }

  .md\:grid-column-start-3 {
    grid-column-start: 3;
  }

  .md\:grid-column-start-4 {
    grid-column-start: 4;
  }

  .md\:grid-column-start-5 {
    grid-column-start: 5;
  }

  .md\:grid-column-start-6 {
    grid-column-start: 6;
  }

  .md\:grid-column-start-7 {
    grid-column-start: 7;
  }

  .md\:grid-column-start-8 {
    grid-column-start: 8;
  }

  .md\:grid-column-start-9 {
    grid-column-start: 9;
  }

  .md\:grid-column-start-10 {
    grid-column-start: 10;
  }

  .md\:grid-column-start-11 {
    grid-column-start: 11;
  }

  .md\:grid-column-start-12 {
    grid-column-start: 12;
  }

  .md\:grid-column-end-auto {
    grid-column-end: auto;
  }

  .md\:grid-column-end-1 {
    grid-column-end: 1;
  }

  .md\:grid-column-end-2 {
    grid-column-end: 2;
  }

  .md\:grid-column-end-3 {
    grid-column-end: 3;
  }

  .md\:grid-column-end-4 {
    grid-column-end: 4;
  }

  .md\:grid-column-end-5 {
    grid-column-end: 5;
  }

  .md\:grid-column-end-6 {
    grid-column-end: 6;
  }

  .md\:grid-column-end-7 {
    grid-column-end: 7;
  }

  .md\:grid-column-end-8 {
    grid-column-end: 8;
  }

  .md\:grid-column-end-9 {
    grid-column-end: 9;
  }

  .md\:grid-column-end-10 {
    grid-column-end: 10;
  }

  .md\:grid-column-end-11 {
    grid-column-end: 11;
  }

  .md\:grid-column-end-12 {
    grid-column-end: 12;
  }

  .md\:grid-template-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-template-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-template-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-template-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-template-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-template-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-template-rows-none {
    grid-template-rows: none;
  }

  .md\:grid-row-auto {
    grid-row: auto;
  }

  .md\:grid-row-1 {
    grid-row: span 1/span 1;
  }

  .md\:grid-row-2 {
    grid-row: span 2/span 2;
  }

  .md\:grid-row-3 {
    grid-row: span 3/span 3;
  }

  .md\:grid-row-4 {
    grid-row: span 4/span 4;
  }

  .md\:grid-row-5 {
    grid-row: span 5/span 5;
  }

  .md\:grid-row-6 {
    grid-row: span 6/span 6;
  }

  .md\:grid-row-start-auto {
    grid-row-start: auto;
  }

  .md\:grid-row-start-1 {
    grid-row-start: 1;
  }

  .md\:grid-row-start-2 {
    grid-row-start: 2;
  }

  .md\:grid-row-start-3 {
    grid-row-start: 3;
  }

  .md\:grid-row-start-4 {
    grid-row-start: 4;
  }

  .md\:grid-row-start-5 {
    grid-row-start: 5;
  }

  .md\:grid-row-start-6 {
    grid-row-start: 6;
  }

  .md\:grid-row-end-auto {
    grid-row-end: auto;
  }

  .md\:grid-row-end-1 {
    grid-row-end: 1;
  }

  .md\:grid-row-end-2 {
    grid-row-end: 2;
  }

  .md\:grid-row-end-3 {
    grid-row-end: 3;
  }

  .md\:grid-row-end-4 {
    grid-row-end: 4;
  }

  .md\:grid-row-end-5 {
    grid-row-end: 5;
  }

  .md\:grid-row-end-6 {
    grid-row-end: 6;
  }

  .md\:grid-auto-flow-row {
    grid-auto-flow: row;
  }

  .md\:grid-auto-flow-column {
    grid-auto-flow: column;
  }

  .md\:grid-auto-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:grid-auto-flow-column-dense {
    grid-auto-flow: column dense;
  }

  .md\:grid-auto-columns-auto {
    grid-auto-columns: auto;
  }

  .md\:grid-auto-columns-min {
    grid-auto-columns: min-content;
  }

  .md\:grid-auto-columns-max {
    grid-auto-columns: max-content;
  }

  .md\:grid-auto-rows-auto {
    grid-auto-rows: auto;
  }

  .md\:grid-auto-rows-min {
    grid-auto-rows: min-content;
  }

  .md\:grid-auto-rows-max {
    grid-auto-rows: max-content;
  }

  .md\:gap-0 {
    gap: 0;
  }

  .md\:gap-1 {
    gap: 0.125rem;
  }

  .md\:gap-2 {
    gap: 0.25rem;
  }

  .md\:gap-3 {
    gap: 0.375rem;
  }

  .md\:gap-4 {
    gap: 0.5;
  }

  .md\:gap-5 {
    gap: 0.625rem;
  }

  .md\:gap-6 {
    gap: 0.75rem;
  }

  .md\:gap-7 {
    gap: 0.875rem;
  }

  .md\:gap-8 {
    gap: 1rem;
  }

  .md\:gap-9 {
    gap: 1.25rem;
  }

  .md\:gap-10 {
    gap: 1.5rem;
  }

  .md\:gap-11 {
    gap: 1.75rem;
  }

  .md\:gap-12 {
    gap: 2rem;
  }

  .md\:row-gap-0 {
    row-gap: 0;
  }

  .md\:row-gap-1 {
    row-gap: 0.125rem;
  }

  .md\:row-gap-2 {
    row-gap: 0.25rem;
  }

  .md\:row-gap-3 {
    row-gap: 0.375rem;
  }

  .md\:row-gap-4 {
    row-gap: 0.5;
  }

  .md\:row-gap-5 {
    row-gap: 0.625rem;
  }

  .md\:row-gap-6 {
    row-gap: 0.75rem;
  }

  .md\:row-gap-7 {
    row-gap: 0.875rem;
  }

  .md\:row-gap-8 {
    row-gap: 1rem;
  }

  .md\:row-gap-9 {
    row-gap: 1.25rem;
  }

  .md\:row-gap-10 {
    row-gap: 1.5rem;
  }

  .md\:row-gap-11 {
    row-gap: 1.75rem;
  }

  .md\:row-gap-12 {
    row-gap: 2rem;
  }

  .md\:column-gap-0 {
    column-gap: 0;
  }

  .md\:column-gap-1 {
    column-gap: 0.125rem;
  }

  .md\:column-gap-2 {
    column-gap: 0.25rem;
  }

  .md\:column-gap-3 {
    column-gap: 0.375rem;
  }

  .md\:column-gap-4 {
    column-gap: 0.5;
  }

  .md\:column-gap-5 {
    column-gap: 0.625rem;
  }

  .md\:column-gap-6 {
    column-gap: 0.75rem;
  }

  .md\:column-gap-7 {
    column-gap: 0.875rem;
  }

  .md\:column-gap-8 {
    column-gap: 1rem;
  }

  .md\:column-gap-9 {
    column-gap: 1.25rem;
  }

  .md\:column-gap-10 {
    column-gap: 1.5rem;
  }

  .md\:column-gap-11 {
    column-gap: 1.75rem;
  }

  .md\:column-gap-12 {
    column-gap: 2rem;
  }

  .md\:isolation-isolate {
    isolation: isolate;
  }

  .md\:isolation-auto {
    isolation: auto;
  }

  .md\:mix-blend-mode-normal {
    mix-blend-mode: normal;
  }

  .md\:mix-blend-mode-multiply {
    mix-blend-mode: multiply;
  }

  .md\:mix-blend-mode-screen {
    mix-blend-mode: screen;
  }

  .md\:mix-blend-mode-overlay {
    mix-blend-mode: overlay;
  }

  .md\:mix-blend-mode-darken {
    mix-blend-mode: darken;
  }

  .md\:mix-blend-mode-lighten {
    mix-blend-mode: lighten;
  }

  .md\:mix-blend-mode-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .md\:mix-blend-mode-color-burn {
    mix-blend-mode: color-burn;
  }

  .md\:mix-blend-mode-hard-light {
    mix-blend-mode: hard-light;
  }

  .md\:mix-blend-mode-soft-light {
    mix-blend-mode: soft-light;
  }

  .md\:mix-blend-mode-difference {
    mix-blend-mode: difference;
  }

  .md\:mix-blend-mode-exclusion {
    mix-blend-mode: exclusion;
  }

  .md\:mix-blend-mode-hue {
    mix-blend-mode: hue;
  }

  .md\:mix-blend-mode-saturation {
    mix-blend-mode: saturation;
  }

  .md\:mix-blend-mode-color {
    mix-blend-mode: color;
  }

  .md\:mix-blend-mode-luminosity {
    mix-blend-mode: luminosity;
  }

  .md\:background-blend-mode-normal {
    background-blend-mode: normal;
  }

  .md\:background-blend-mode-multiply {
    background-blend-mode: multiply;
  }

  .md\:background-blend-mode-screen {
    background-blend-mode: screen;
  }

  .md\:background-blend-mode-overlay {
    background-blend-mode: overlay;
  }

  .md\:background-blend-mode-darken {
    background-blend-mode: darken;
  }

  .md\:background-blend-mode-lighten {
    background-blend-mode: lighten;
  }

  .md\:background-blend-mode-color-dodge {
    background-blend-mode: color-dodge;
  }

  .md\:background-blend-mode-color-burn {
    background-blend-mode: color-burn;
  }

  .md\:background-blend-mode-hard-light {
    background-blend-mode: hard-light;
  }

  .md\:background-blend-mode-soft-light {
    background-blend-mode: soft-light;
  }

  .md\:background-blend-mode-difference {
    background-blend-mode: difference;
  }

  .md\:background-blend-mode-exclusion {
    background-blend-mode: exclusion;
  }

  .md\:background-blend-mode-hue {
    background-blend-mode: hue;
  }

  .md\:background-blend-mode-saturation {
    background-blend-mode: saturation;
  }

  .md\:background-blend-mode-color {
    background-blend-mode: color;
  }

  .md\:background-blend-mode-luminosity {
    background-blend-mode: luminosity;
  }

  .md\:filter-none {
    filter: none;
  }

  .md\:filter-blur-0 {
    --filter-blur: blur(0);
  }

  .md\:filter-blur-4 {
    --filter-blur: blur(4px);
  }

  .md\:filter-blur-8 {
    --filter-blur: blur(8px);
  }

  .md\:filter-blur-12 {
    --filter-blur: blur(12px);
  }

  .md\:filter-blur-16 {
    --filter-blur: blur(16px);
  }

  .md\:filter-blur-20 {
    --filter-blur: blur(20px);
  }

  .md\:filter-blur-24 {
    --filter-blur: blur(24px);
  }

  .md\:filter-blur-28 {
    --filter-blur: blur(28px);
  }

  .md\:filter-blur-32 {
    --filter-blur: blur(32px);
  }

  .md\:filter-blur-64 {
    --filter-blur: blur(64px);
  }

  .md\:filter-blur-128 {
    --filter-blur: blur(128px);
  }

  .md\:filter-brightness-0 {
    --filter-brightness: brightness(0);
  }

  .md\:filter-brightness-25 {
    --filter-brightness: brightness(0.25);
  }

  .md\:filter-brightness-50 {
    --filter-brightness: brightness(0.5);
  }

  .md\:filter-brightness-75 {
    --filter-brightness: brightness(0.75);
  }

  .md\:filter-brightness-100 {
    --filter-brightness: brightness(1);
  }

  .md\:filter-brightness-125 {
    --filter-brightness: brightness(1.25);
  }

  .md\:filter-brightness-150 {
    --filter-brightness: brightness(1.5);
  }

  .md\:filter-brightness-175 {
    --filter-brightness: brightness(1.75);
  }

  .md\:filter-brightness-200 {
    --filter-brightness: brightness(2);
  }

  .md\:filter-contrast-0 {
    --filter-contrast: contrast(0);
  }

  .md\:filter-contrast-25 {
    --filter-contrast: contrast(0.25);
  }

  .md\:filter-contrast-50 {
    --filter-contrast: contrast(0.5);
  }

  .md\:filter-contrast-75 {
    --filter-contrast: contrast(0.75);
  }

  .md\:filter-contrast-100 {
    --filter-contrast: contrast(1);
  }

  .md\:filter-contrast-125 {
    --filter-contrast: contrast(1.25);
  }

  .md\:filter-contrast-150 {
    --filter-contrast: contrast(1.5);
  }

  .md\:filter-contrast-175 {
    --filter-contrast: contrast(1.75);
  }

  .md\:filter-contrast-200 {
    --filter-contrast: contrast(2);
  }

  .md\:filter-grayscale-0 {
    --filter-grayscale: grayscale(0);
  }

  .md\:filter-grayscale-1 {
    --filter-grayscale: grayscale(1);
  }

  .md\:filter-hue-rotate-0 {
    --filter-hue-rotate: hue-rotate(0deg);
  }

  .md\:filter-hue-rotate-15 {
    --filter-hue-rotate: hue-rotate(15deg);
  }

  .md\:filter-hue-rotate-30 {
    --filter-hue-rotate: hue-rotate(30deg);
  }

  .md\:filter-hue-rotate-45 {
    --filter-hue-rotate: hue-rotate(45deg);
  }

  .md\:filter-hue-rotate-60 {
    --filter-hue-rotate: hue-rotate(60deg);
  }

  .md\:filter-hue-rotate-75 {
    --filter-hue-rotate: hue-rotate(75deg);
  }

  .md\:filter-hue-rotate-90 {
    --filter-hue-rotate: hue-rotate(90deg);
  }

  .md\:filter-hue-rotate-135 {
    --filter-hue-rotate: hue-rotate(135deg);
  }

  .md\:filter-hue-rotate-190 {
    --filter-hue-rotate: hue-rotate(190deg);
  }

  .md\:-filter-hue-rotate-0 {
    --filter-hue-rotate: hue-rotate(0deg);
  }

  .md\:-filter-hue-rotate-15 {
    --filter-hue-rotate: hue-rotate(-15deg);
  }

  .md\:-filter-hue-rotate-30 {
    --filter-hue-rotate: hue-rotate(-30deg);
  }

  .md\:-filter-hue-rotate-45 {
    --filter-hue-rotate: hue-rotate(-45deg);
  }

  .md\:-filter-hue-rotate-60 {
    --filter-hue-rotate: hue-rotate(-60deg);
  }

  .md\:-filter-hue-rotate-75 {
    --filter-hue-rotate: hue-rotate(-75deg);
  }

  .md\:-filter-hue-rotate-90 {
    --filter-hue-rotate: hue-rotate(-90deg);
  }

  .md\:-filter-hue-rotate-135 {
    --filter-hue-rotate: hue-rotate(-135deg);
  }

  .md\:-filter-hue-rotate-190 {
    --filter-hue-rotate: hue-rotate(-190deg);
  }

  .md\:filter-invert-0 {
    --filter-invert: invert(0);
  }

  .md\:filter-invert-1 {
    --filter-invert: invert(1);
  }

  .md\:filter-saturate-0 {
    --filter-saturate: saturate(0);
  }

  .md\:filter-saturate-25 {
    --filter-saturate: saturate(0.25);
  }

  .md\:filter-saturate-50 {
    --filter-saturate: saturate(0.5);
  }

  .md\:filter-saturate-75 {
    --filter-saturate: saturate(0.75);
  }

  .md\:filter-saturate-100 {
    --filter-saturate: saturate(1);
  }

  .md\:filter-saturate-125 {
    --filter-saturate: saturate(1.25);
  }

  .md\:filter-saturate-150 {
    --filter-saturate: saturate(1.5);
  }

  .md\:filter-saturate-175 {
    --filter-saturate: saturate(1.75);
  }

  .md\:filter-saturate-200 {
    --filter-saturate: saturate(2);
  }

  .md\:filter-sepia-0 {
    --filter-sepia: sepia(0);
  }

  .md\:filter-sepia-1 {
    --filter-sepia: sepia(1);
  }

  .md\:backdrop-filter-none {
    backdrop-filter: none;
  }

  .md\:backdrop-filter-blur-0 {
    --backdrop-filter-blur: blur(0);
  }

  .md\:backdrop-filter-blur-4 {
    --backdrop-filter-blur: blur(4px);
  }

  .md\:backdrop-filter-blur-8 {
    --backdrop-filter-blur: blur(8px);
  }

  .md\:backdrop-filter-blur-12 {
    --backdrop-filter-blur: blur(12px);
  }

  .md\:backdrop-filter-blur-16 {
    --backdrop-filter-blur: blur(16px);
  }

  .md\:backdrop-filter-blur-20 {
    --backdrop-filter-blur: blur(20px);
  }

  .md\:backdrop-filter-blur-24 {
    --backdrop-filter-blur: blur(24px);
  }

  .md\:backdrop-filter-blur-28 {
    --backdrop-filter-blur: blur(28px);
  }

  .md\:backdrop-filter-blur-32 {
    --backdrop-filter-blur: blur(32px);
  }

  .md\:backdrop-filter-blur-64 {
    --backdrop-filter-blur: blur(64px);
  }

  .md\:backdrop-filter-blur-128 {
    --backdrop-filter-blur: blur(128px);
  }

  .md\:backdrop-filter-brightness-0 {
    --backdrop-filter-brightness: brightness(0);
  }

  .md\:backdrop-filter-brightness-25 {
    --backdrop-filter-brightness: brightness(0.25);
  }

  .md\:backdrop-filter-brightness-50 {
    --backdrop-filter-brightness: brightness(0.5);
  }

  .md\:backdrop-filter-brightness-75 {
    --backdrop-filter-brightness: brightness(0.75);
  }

  .md\:backdrop-filter-brightness-100 {
    --backdrop-filter-brightness: brightness(1);
  }

  .md\:backdrop-filter-brightness-125 {
    --backdrop-filter-brightness: brightness(1.25);
  }

  .md\:backdrop-filter-brightness-150 {
    --backdrop-filter-brightness: brightness(1.5);
  }

  .md\:backdrop-filter-brightness-175 {
    --backdrop-filter-brightness: brightness(1.75);
  }

  .md\:backdrop-filter-brightness-200 {
    --backdrop-filter-brightness: brightness(2);
  }

  .md\:backdrop-filter-contrast-0 {
    --backdrop-filter-contrast: contrast(0);
  }

  .md\:backdrop-filter-contrast-25 {
    --backdrop-filter-contrast: contrast(0.25);
  }

  .md\:backdrop-filter-contrast-50 {
    --backdrop-filter-contrast: contrast(0.5);
  }

  .md\:backdrop-filter-contrast-75 {
    --backdrop-filter-contrast: contrast(0.75);
  }

  .md\:backdrop-filter-contrast-100 {
    --backdrop-filter-contrast: contrast(1);
  }

  .md\:backdrop-filter-contrast-125 {
    --backdrop-filter-contrast: contrast(1.25);
  }

  .md\:backdrop-filter-contrast-150 {
    --backdrop-filter-contrast: contrast(1.5);
  }

  .md\:backdrop-filter-contrast-175 {
    --backdrop-filter-contrast: contrast(1.75);
  }

  .md\:backdrop-filter-contrast-200 {
    --backdrop-filter-contrast: contrast(2);
  }

  .md\:backdrop-filter-grayscale-0 {
    --backdrop-filter-grayscale: grayscale(0);
  }

  .md\:backdrop-filter-grayscale-1 {
    --backdrop-filter-grayscale: grayscale(1);
  }

  .md\:backdrop-filter-hue-rotate-0 {
    --backdrop-filter-hue-rotate: hue-rotate(0deg);
  }

  .md\:backdrop-filter-hue-rotate-15 {
    --backdrop-filter-hue-rotate: hue-rotate(15deg);
  }

  .md\:backdrop-filter-hue-rotate-30 {
    --backdrop-filter-hue-rotate: hue-rotate(30deg);
  }

  .md\:backdrop-filter-hue-rotate-45 {
    --backdrop-filter-hue-rotate: hue-rotate(45deg);
  }

  .md\:backdrop-filter-hue-rotate-60 {
    --backdrop-filter-hue-rotate: hue-rotate(60deg);
  }

  .md\:backdrop-filter-hue-rotate-75 {
    --backdrop-filter-hue-rotate: hue-rotate(75deg);
  }

  .md\:backdrop-filter-hue-rotate-90 {
    --backdrop-filter-hue-rotate: hue-rotate(90deg);
  }

  .md\:backdrop-filter-hue-rotate-135 {
    --backdrop-filter-hue-rotate: hue-rotate(135deg);
  }

  .md\:backdrop-filter-hue-rotate-190 {
    --backdrop-filter-hue-rotate: hue-rotate(190deg);
  }

  .md\:-backdrop-filter-hue-rotate-0 {
    --backdrop-filter-hue-rotate: hue-rotate(0deg);
  }

  .md\:-backdrop-filter-hue-rotate-15 {
    --backdrop-filter-hue-rotate: hue-rotate(15deg);
  }

  .md\:-backdrop-filter-hue-rotate-30 {
    --backdrop-filter-hue-rotate: hue-rotate(30deg);
  }

  .md\:-backdrop-filter-hue-rotate-45 {
    --backdrop-filter-hue-rotate: hue-rotate(45deg);
  }

  .md\:-backdrop-filter-hue-rotate-60 {
    --backdrop-filter-hue-rotate: hue-rotate(60deg);
  }

  .md\:-backdrop-filter-hue-rotate-75 {
    --backdrop-filter-hue-rotate: hue-rotate(75deg);
  }

  .md\:-backdrop-filter-hue-rotate-90 {
    --backdrop-filter-hue-rotate: hue-rotate(90deg);
  }

  .md\:-backdrop-filter-hue-rotate-135 {
    --backdrop-filter-hue-rotate: hue-rotate(135deg);
  }

  .md\:-backdrop-filter-hue-rotate-190 {
    --backdrop-filter-hue-rotate: hue-rotate(190deg);
  }

  .md\:backdrop-filter-invert-0 {
    --backdrop-filter-invert: invert(0);
  }

  .md\:backdrop-filter-invert-1 {
    --backdrop-filter-invert: invert(1);
  }

  .md\:backdrop-filter-saturate-0 {
    --backdrop-filter-saturate: saturate(0);
  }

  .md\:backdrop-filter-saturate-25 {
    --backdrop-filter-saturate: saturate(0.25);
  }

  .md\:backdrop-filter-saturate-50 {
    --backdrop-filter-saturate: saturate(0.5);
  }

  .md\:backdrop-filter-saturate-75 {
    --backdrop-filter-saturate: saturate(0.75);
  }

  .md\:backdrop-filter-saturate-100 {
    --backdrop-filter-saturate: saturate(1);
  }

  .md\:backdrop-filter-saturate-125 {
    --backdrop-filter-saturate: saturate(1.25);
  }

  .md\:backdrop-filter-saturate-150 {
    --backdrop-filter-saturate: saturate(1.5);
  }

  .md\:backdrop-filter-saturate-175 {
    --backdrop-filter-saturate: saturate(1.75);
  }

  .md\:backdrop-filter-saturate-200 {
    --backdrop-filter-saturate: saturate(2);
  }

  .md\:backdrop-filter-sepia-0 {
    --backdrop-filter-sepia: sepia(0);
  }

  .md\:backdrop-filter-sepia-1 {
    --backdrop-filter-sepia: sepia(1);
  }

  .md\:fill-current {
    fill: currentColor;
  }

  .md\:stroke-current {
    stroke: currentColor;
  }

  .md\:stroke-width-0 {
    stroke-width: 0;
  }

  .md\:stroke-width-1 {
    stroke-width: 1;
  }

  .md\:stroke-width-2 {
    stroke-width: 2;
  }

  .md\:stroke-width-3 {
    stroke-width: 3;
  }

  .md\:stroke-width-4 {
    stroke-width: 4;
  }

  .md\:stroke-width-5 {
    stroke-width: 5;
  }

  .md\:stroke-width-6 {
    stroke-width: 6;
  }

  .md\:stroke-width-7 {
    stroke-width: 7;
  }

  .md\:stroke-width-8 {
    stroke-width: 8;
  }

  .md\:stroke-width-9 {
    stroke-width: 9;
  }

  .md\:stroke-width-10 {
    stroke-width: 10;
  }

  .md\:stroke-linecap-butt {
    stroke-linecap: butt;
  }

  .md\:stroke-linecap-round {
    stroke-linecap: round;
  }

  .md\:stroke-linecap-square {
    stroke-linecap: square;
  }

  .md\:stroke-dasharray-5 {
    stroke-dasharray: 5;
  }

  .md\:stroke-dasharray-10 {
    stroke-dasharray: 10;
  }

  .md\:stroke-dasharray-15 {
    stroke-dasharray: 15;
  }

  .md\:stroke-dasharray-20 {
    stroke-dasharray: 20;
  }

  .md\:stroke-dasharray-25 {
    stroke-dasharray: 25;
  }

  .md\:stroke-dasharray-30 {
    stroke-dasharray: 30;
  }

  .md\:stroke-dasharray-35 {
    stroke-dasharray: 35;
  }

  .md\:stroke-dasharray-40 {
    stroke-dasharray: 40;
  }

  .md\:stroke-dasharray-45 {
    stroke-dasharray: 45;
  }

  .md\:stroke-dasharray-50 {
    stroke-dasharray: 50;
  }

  .md\:outline-style-auto {
    outline-style: auto;
  }

  .md\:outline-style-solid {
    outline-style: solid;
  }

  .md\:outline-style-dashed {
    outline-style: dashed;
  }

  .md\:outline-style-dotted {
    outline-style: dotted;
  }

  .md\:outline-style-double {
    outline-style: double;
  }

  .md\:outline-style-none {
    outline-style: none;
  }

  .md\:outline-width-medium {
    outline-width: medium;
  }

  .md\:outline-width-thin {
    outline-width: thin;
  }

  .md\:outline-width-thick {
    outline-width: thick;
  }

  .md\:outline-red-600 {
    --outline-opacity: 1;
    outline-color: rgba(237, 45, 45, var(--outline-opacity));
  }

  .md\:outline-red-700 {
    --outline-opacity: 1;
    outline-color: rgba(235, 21, 21, var(--outline-opacity));
  }

  .md\:outline-red-800 {
    --outline-opacity: 1;
    outline-color: rgba(212, 18, 18, var(--outline-opacity));
  }

  .md\:outline-red-900 {
    --outline-opacity: 1;
    outline-color: rgba(189, 16, 16, var(--outline-opacity));
  }

  .md\:outline-red-500 {
    --outline-opacity: 1;
    outline-color: rgba(239, 68, 68, var(--outline-opacity));
  }

  .md\:outline-red-400 {
    --outline-opacity: 1;
    outline-color: rgba(242, 106, 106, var(--outline-opacity));
  }

  .md\:outline-red-300 {
    --outline-opacity: 1;
    outline-color: rgba(245, 143, 143, var(--outline-opacity));
  }

  .md\:outline-red-200 {
    --outline-opacity: 1;
    outline-color: rgba(249, 181, 181, var(--outline-opacity));
  }

  .md\:outline-red-100 {
    --outline-opacity: 1;
    outline-color: rgba(252, 218, 218, var(--outline-opacity));
  }

  .md\:outline-green-600 {
    --outline-opacity: 1;
    outline-color: rgba(14, 162, 113, var(--outline-opacity));
  }

  .md\:outline-green-700 {
    --outline-opacity: 1;
    outline-color: rgba(12, 138, 96, var(--outline-opacity));
  }

  .md\:outline-green-800 {
    --outline-opacity: 1;
    outline-color: rgba(10, 115, 80, var(--outline-opacity));
  }

  .md\:outline-green-900 {
    --outline-opacity: 1;
    outline-color: rgba(8, 91, 64, var(--outline-opacity));
  }

  .md\:outline-green-500 {
    --outline-opacity: 1;
    outline-color: rgba(16, 185, 129, var(--outline-opacity));
  }

  .md\:outline-green-400 {
    --outline-opacity: 1;
    outline-color: rgba(19, 223, 155, var(--outline-opacity));
  }

  .md\:outline-green-300 {
    --outline-opacity: 1;
    outline-color: rgba(46, 237, 174, var(--outline-opacity));
  }

  .md\:outline-green-200 {
    --outline-opacity: 1;
    outline-color: rgba(83, 240, 188, var(--outline-opacity));
  }

  .md\:outline-green-100 {
    --outline-opacity: 1;
    outline-color: rgba(121, 243, 203, var(--outline-opacity));
  }

  .md\:outline-blue-600 {
    --outline-opacity: 1;
    outline-color: rgba(35, 114, 245, var(--outline-opacity));
  }

  .md\:outline-blue-700 {
    --outline-opacity: 1;
    outline-color: rgba(11, 99, 243, var(--outline-opacity));
  }

  .md\:outline-blue-800 {
    --outline-opacity: 1;
    outline-color: rgba(10, 89, 218, var(--outline-opacity));
  }

  .md\:outline-blue-900 {
    --outline-opacity: 1;
    outline-color: rgba(9, 79, 194, var(--outline-opacity));
  }

  .md\:outline-blue-500 {
    --outline-opacity: 1;
    outline-color: rgba(59, 130, 246, var(--outline-opacity));
  }

  .md\:outline-blue-400 {
    --outline-opacity: 1;
    outline-color: rgba(98, 155, 248, var(--outline-opacity));
  }

  .md\:outline-blue-300 {
    --outline-opacity: 1;
    outline-color: rgba(137, 180, 250, var(--outline-opacity));
  }

  .md\:outline-blue-200 {
    --outline-opacity: 1;
    outline-color: rgba(176, 205, 251, var(--outline-opacity));
  }

  .md\:outline-blue-100 {
    --outline-opacity: 1;
    outline-color: rgba(215, 230, 253, var(--outline-opacity));
  }

  .md\:outline-yellow-600 {
    --outline-opacity: 1;
    outline-color: rgba(251, 184, 11, var(--outline-opacity));
  }

  .md\:outline-yellow-700 {
    --outline-opacity: 1;
    outline-color: rgba(232, 168, 4, var(--outline-opacity));
  }

  .md\:outline-yellow-800 {
    --outline-opacity: 1;
    outline-color: rgba(207, 150, 4, var(--outline-opacity));
  }

  .md\:outline-yellow-900 {
    --outline-opacity: 1;
    outline-color: rgba(182, 132, 3, var(--outline-opacity));
  }

  .md\:outline-yellow-500 {
    --outline-opacity: 1;
    outline-color: rgba(251, 191, 36, var(--outline-opacity));
  }

  .md\:outline-yellow-400 {
    --outline-opacity: 1;
    outline-color: rgba(252, 203, 76, var(--outline-opacity));
  }

  .md\:outline-yellow-300 {
    --outline-opacity: 1;
    outline-color: rgba(252, 214, 116, var(--outline-opacity));
  }

  .md\:outline-yellow-200 {
    --outline-opacity: 1;
    outline-color: rgba(253, 226, 156, var(--outline-opacity));
  }

  .md\:outline-yellow-100 {
    --outline-opacity: 1;
    outline-color: rgba(254, 238, 196, var(--outline-opacity));
  }

  .md\:outline-pink-600 {
    --outline-opacity: 1;
    outline-color: rgba(234, 49, 140, var(--outline-opacity));
  }

  .md\:outline-pink-700 {
    --outline-opacity: 1;
    outline-color: rgba(231, 26, 127, var(--outline-opacity));
  }

  .md\:outline-pink-800 {
    --outline-opacity: 1;
    outline-color: rgba(210, 22, 115, var(--outline-opacity));
  }

  .md\:outline-pink-900 {
    --outline-opacity: 1;
    outline-color: rgba(187, 19, 102, var(--outline-opacity));
  }

  .md\:outline-pink-500 {
    --outline-opacity: 1;
    outline-color: rgba(236, 72, 153, var(--outline-opacity));
  }

  .md\:outline-pink-400 {
    --outline-opacity: 1;
    outline-color: rgba(240, 109, 174, var(--outline-opacity));
  }

  .md\:outline-pink-300 {
    --outline-opacity: 1;
    outline-color: rgba(244, 146, 194, var(--outline-opacity));
  }

  .md\:outline-pink-200 {
    --outline-opacity: 1;
    outline-color: rgba(248, 183, 215, var(--outline-opacity));
  }

  .md\:outline-pink-100 {
    --outline-opacity: 1;
    outline-color: rgba(251, 220, 235, var(--outline-opacity));
  }

  .md\:outline-purple-600 {
    --outline-opacity: 1;
    outline-color: rgba(122, 68, 245, var(--outline-opacity));
  }

  .md\:outline-purple-700 {
    --outline-opacity: 1;
    outline-color: rgba(105, 44, 243, var(--outline-opacity));
  }

  .md\:outline-purple-800 {
    --outline-opacity: 1;
    outline-color: rgba(87, 20, 242, var(--outline-opacity));
  }

  .md\:outline-purple-900 {
    --outline-opacity: 1;
    outline-color: rgba(77, 12, 224, var(--outline-opacity));
  }

  .md\:outline-purple-500 {
    --outline-opacity: 1;
    outline-color: rgba(139, 92, 246, var(--outline-opacity));
  }

  .md\:outline-purple-400 {
    --outline-opacity: 1;
    outline-color: rgba(167, 131, 248, var(--outline-opacity));
  }

  .md\:outline-purple-300 {
    --outline-opacity: 1;
    outline-color: rgba(194, 169, 250, var(--outline-opacity));
  }

  .md\:outline-purple-200 {
    --outline-opacity: 1;
    outline-color: rgba(222, 208, 252, var(--outline-opacity));
  }

  .md\:outline-purple-100 {
    --outline-opacity: 1;
    outline-color: rgba(249, 247, 255, var(--outline-opacity));
  }

  .md\:outline-gray-600 {
    --outline-opacity: 1;
    outline-color: rgba(95, 102, 114, var(--outline-opacity));
  }

  .md\:outline-gray-700 {
    --outline-opacity: 1;
    outline-color: rgba(84, 89, 100, var(--outline-opacity));
  }

  .md\:outline-gray-800 {
    --outline-opacity: 1;
    outline-color: rgba(72, 77, 86, var(--outline-opacity));
  }

  .md\:outline-gray-900 {
    --outline-opacity: 1;
    outline-color: rgba(61, 65, 72, var(--outline-opacity));
  }

  .md\:outline-gray-500 {
    --outline-opacity: 1;
    outline-color: rgba(107, 114, 128, var(--outline-opacity));
  }

  .md\:outline-gray-400 {
    --outline-opacity: 1;
    outline-color: rgba(127, 134, 148, var(--outline-opacity));
  }

  .md\:outline-gray-300 {
    --outline-opacity: 1;
    outline-color: rgba(150, 155, 167, var(--outline-opacity));
  }

  .md\:outline-gray-200 {
    --outline-opacity: 1;
    outline-color: rgba(172, 176, 186, var(--outline-opacity));
  }

  .md\:outline-gray-100 {
    --outline-opacity: 1;
    outline-color: rgba(194, 197, 204, var(--outline-opacity));
  }

  .md\:outline-offset-0px {
    outline-offset: 0;
  }

  .md\:outline-offset-1px {
    outline-offset: 1px;
  }

  .md\:outline-offset-2px {
    outline-offset: 2px;
  }

  .md\:outline-offset-3px {
    outline-offset: 3px;
  }

  .md\:outline-offset-4px {
    outline-offset: 4px;
  }

  .md\:outline-offset-5px {
    outline-offset: 5px;
  }

  .md\:outline-offset-6px {
    outline-offset: 6px;
  }

  .md\:outline-offset-7px {
    outline-offset: 7px;
  }

  .md\:outline-offset-8px {
    outline-offset: 8px;
  }

  .md\:outline-offset-9px {
    outline-offset: 9px;
  }

  .md\:outline-offset-10px {
    outline-offset: 10px;
  }

  .md\:outline-none {
    outline: none;
  }

  .md\:direction-ltr {
    direction: ltr;
  }

  .md\:direction-rtl {
    direction: rtl;
  }

  .md\:writing-mode-tb {
    writing-mode: horizontal-tb;
  }

  .md\:writing-mode-lr {
    writing-mode: vertical-lr;
  }

  .md\:writing-mode-rl {
    writing-mode: vertical-rl;
  }
}
@media (min-width: 1024px) {
  .lg\:appearance-auto {
    appearance: auto;
  }

  .lg\:appearance-none {
    appearance: none;
  }

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

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

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

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

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

  .lg\:align-self-auto {
    align-self: auto;
  }

  .lg\:align-self-start {
    align-self: flex-start;
  }

  .lg\:align-self-end {
    align-self: flex-end;
  }

  .lg\:align-self-center {
    align-self: center;
  }

  .lg\:align-self-stretch {
    align-self: stretch;
  }

  .lg\:background-attachment-fixed {
    background-attachment: fixed;
  }

  .lg\:background-attachment-local {
    background-attachment: local;
  }

  .lg\:background-attachment-scroll {
    background-attachment: scroll;
  }

  .lg\:background-clip-border-box {
    background-clip: border-box;
  }

  .lg\:background-clip-padding-box {
    background-clip: padding-box;
  }

  .lg\:background-clip-content-box {
    background-clip: content-box;
  }

  .lg\:background-clip-text {
    background-clip: text;
  }

  .lg\:bg-red-600 {
    --bg-opacity: 1;
    background-color: rgba(237, 45, 45, var(--bg-opacity));
  }

  .lg\:bg-red-700 {
    --bg-opacity: 1;
    background-color: rgba(235, 21, 21, var(--bg-opacity));
  }

  .lg\:bg-red-800 {
    --bg-opacity: 1;
    background-color: rgba(212, 18, 18, var(--bg-opacity));
  }

  .lg\:bg-red-900 {
    --bg-opacity: 1;
    background-color: rgba(189, 16, 16, var(--bg-opacity));
  }

  .lg\:bg-red-500 {
    --bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--bg-opacity));
  }

  .lg\:bg-red-400 {
    --bg-opacity: 1;
    background-color: rgba(242, 106, 106, var(--bg-opacity));
  }

  .lg\:bg-red-300 {
    --bg-opacity: 1;
    background-color: rgba(245, 143, 143, var(--bg-opacity));
  }

  .lg\:bg-red-200 {
    --bg-opacity: 1;
    background-color: rgba(249, 181, 181, var(--bg-opacity));
  }

  .lg\:bg-red-100 {
    --bg-opacity: 1;
    background-color: rgba(252, 218, 218, var(--bg-opacity));
  }

  .lg\:bg-green-600 {
    --bg-opacity: 1;
    background-color: rgba(14, 162, 113, var(--bg-opacity));
  }

  .lg\:bg-green-700 {
    --bg-opacity: 1;
    background-color: rgba(12, 138, 96, var(--bg-opacity));
  }

  .lg\:bg-green-800 {
    --bg-opacity: 1;
    background-color: rgba(10, 115, 80, var(--bg-opacity));
  }

  .lg\:bg-green-900 {
    --bg-opacity: 1;
    background-color: rgba(8, 91, 64, var(--bg-opacity));
  }

  .lg\:bg-green-500 {
    --bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--bg-opacity));
  }

  .lg\:bg-green-400 {
    --bg-opacity: 1;
    background-color: rgba(19, 223, 155, var(--bg-opacity));
  }

  .lg\:bg-green-300 {
    --bg-opacity: 1;
    background-color: rgba(46, 237, 174, var(--bg-opacity));
  }

  .lg\:bg-green-200 {
    --bg-opacity: 1;
    background-color: rgba(83, 240, 188, var(--bg-opacity));
  }

  .lg\:bg-green-100 {
    --bg-opacity: 1;
    background-color: rgba(121, 243, 203, var(--bg-opacity));
  }

  .lg\:bg-blue-600 {
    --bg-opacity: 1;
    background-color: rgba(35, 114, 245, var(--bg-opacity));
  }

  .lg\:bg-blue-700 {
    --bg-opacity: 1;
    background-color: rgba(11, 99, 243, var(--bg-opacity));
  }

  .lg\:bg-blue-800 {
    --bg-opacity: 1;
    background-color: rgba(10, 89, 218, var(--bg-opacity));
  }

  .lg\:bg-blue-900 {
    --bg-opacity: 1;
    background-color: rgba(9, 79, 194, var(--bg-opacity));
  }

  .lg\:bg-blue-500 {
    --bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--bg-opacity));
  }

  .lg\:bg-blue-400 {
    --bg-opacity: 1;
    background-color: rgba(98, 155, 248, var(--bg-opacity));
  }

  .lg\:bg-blue-300 {
    --bg-opacity: 1;
    background-color: rgba(137, 180, 250, var(--bg-opacity));
  }

  .lg\:bg-blue-200 {
    --bg-opacity: 1;
    background-color: rgba(176, 205, 251, var(--bg-opacity));
  }

  .lg\:bg-blue-100 {
    --bg-opacity: 1;
    background-color: rgba(215, 230, 253, var(--bg-opacity));
  }

  .lg\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: rgba(251, 184, 11, var(--bg-opacity));
  }

  .lg\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: rgba(232, 168, 4, var(--bg-opacity));
  }

  .lg\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: rgba(207, 150, 4, var(--bg-opacity));
  }

  .lg\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: rgba(182, 132, 3, var(--bg-opacity));
  }

  .lg\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--bg-opacity));
  }

  .lg\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: rgba(252, 203, 76, var(--bg-opacity));
  }

  .lg\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: rgba(252, 214, 116, var(--bg-opacity));
  }

  .lg\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: rgba(253, 226, 156, var(--bg-opacity));
  }

  .lg\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: rgba(254, 238, 196, var(--bg-opacity));
  }

  .lg\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: rgba(234, 49, 140, var(--bg-opacity));
  }

  .lg\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: rgba(231, 26, 127, var(--bg-opacity));
  }

  .lg\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: rgba(210, 22, 115, var(--bg-opacity));
  }

  .lg\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: rgba(187, 19, 102, var(--bg-opacity));
  }

  .lg\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--bg-opacity));
  }

  .lg\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: rgba(240, 109, 174, var(--bg-opacity));
  }

  .lg\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: rgba(244, 146, 194, var(--bg-opacity));
  }

  .lg\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: rgba(248, 183, 215, var(--bg-opacity));
  }

  .lg\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: rgba(251, 220, 235, var(--bg-opacity));
  }

  .lg\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: rgba(122, 68, 245, var(--bg-opacity));
  }

  .lg\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: rgba(105, 44, 243, var(--bg-opacity));
  }

  .lg\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: rgba(87, 20, 242, var(--bg-opacity));
  }

  .lg\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: rgba(77, 12, 224, var(--bg-opacity));
  }

  .lg\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--bg-opacity));
  }

  .lg\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: rgba(167, 131, 248, var(--bg-opacity));
  }

  .lg\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: rgba(194, 169, 250, var(--bg-opacity));
  }

  .lg\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: rgba(222, 208, 252, var(--bg-opacity));
  }

  .lg\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: rgba(249, 247, 255, var(--bg-opacity));
  }

  .lg\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: rgba(95, 102, 114, var(--bg-opacity));
  }

  .lg\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: rgba(84, 89, 100, var(--bg-opacity));
  }

  .lg\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: rgba(72, 77, 86, var(--bg-opacity));
  }

  .lg\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: rgba(61, 65, 72, var(--bg-opacity));
  }

  .lg\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--bg-opacity));
  }

  .lg\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: rgba(127, 134, 148, var(--bg-opacity));
  }

  .lg\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: rgba(150, 155, 167, var(--bg-opacity));
  }

  .lg\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: rgba(172, 176, 186, var(--bg-opacity));
  }

  .lg\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: rgba(194, 197, 204, var(--bg-opacity));
  }

  .lg\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .lg\:bg-opacity-5 {
    --bg-opacity: 0.05;
  }

  .lg\:bg-opacity-10 {
    --bg-opacity: 0.1;
  }

  .lg\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .lg\:bg-opacity-20 {
    --bg-opacity: 0.2;
  }

  .lg\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .lg\:bg-opacity-30 {
    --bg-opacity: 0.3;
  }

  .lg\:bg-opacity-35 {
    --bg-opacity: 0.35;
  }

  .lg\:bg-opacity-40 {
    --bg-opacity: 0.4;
  }

  .lg\:bg-opacity-45 {
    --bg-opacity: 0.45;
  }

  .lg\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .lg\:bg-opacity-55 {
    --bg-opacity: 0.55;
  }

  .lg\:bg-opacity-60 {
    --bg-opacity: 0.6;
  }

  .lg\:bg-opacity-65 {
    --bg-opacity: 0.65;
  }

  .lg\:bg-opacity-70 {
    --bg-opacity: 0.7;
  }

  .lg\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .lg\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .lg\:bg-opacity-85 {
    --bg-opacity: 0.85;
  }

  .lg\:bg-opacity-90 {
    --bg-opacity: 0.9;
  }

  .lg\:bg-opacity-95 {
    --bg-opacity: 0.95;
  }

  .lg\:bg-opacity-100 {
    --bg-opacity: 100;
  }

  .lg\:background-image-none {
    background-image: "none !important";
  }

  .lg\:start-red-600 {
    --start-opacity: 1;
    --gradient-start: rgba(237, 45, 45, var(--start-opacity));
  }

  .lg\:start-red-700 {
    --start-opacity: 1;
    --gradient-start: rgba(235, 21, 21, var(--start-opacity));
  }

  .lg\:start-red-800 {
    --start-opacity: 1;
    --gradient-start: rgba(212, 18, 18, var(--start-opacity));
  }

  .lg\:start-red-900 {
    --start-opacity: 1;
    --gradient-start: rgba(189, 16, 16, var(--start-opacity));
  }

  .lg\:start-red-500 {
    --start-opacity: 1;
    --gradient-start: rgba(239, 68, 68, var(--start-opacity));
  }

  .lg\:start-red-400 {
    --start-opacity: 1;
    --gradient-start: rgba(242, 106, 106, var(--start-opacity));
  }

  .lg\:start-red-300 {
    --start-opacity: 1;
    --gradient-start: rgba(245, 143, 143, var(--start-opacity));
  }

  .lg\:start-red-200 {
    --start-opacity: 1;
    --gradient-start: rgba(249, 181, 181, var(--start-opacity));
  }

  .lg\:start-red-100 {
    --start-opacity: 1;
    --gradient-start: rgba(252, 218, 218, var(--start-opacity));
  }

  .lg\:start-green-600 {
    --start-opacity: 1;
    --gradient-start: rgba(14, 162, 113, var(--start-opacity));
  }

  .lg\:start-green-700 {
    --start-opacity: 1;
    --gradient-start: rgba(12, 138, 96, var(--start-opacity));
  }

  .lg\:start-green-800 {
    --start-opacity: 1;
    --gradient-start: rgba(10, 115, 80, var(--start-opacity));
  }

  .lg\:start-green-900 {
    --start-opacity: 1;
    --gradient-start: rgba(8, 91, 64, var(--start-opacity));
  }

  .lg\:start-green-500 {
    --start-opacity: 1;
    --gradient-start: rgba(16, 185, 129, var(--start-opacity));
  }

  .lg\:start-green-400 {
    --start-opacity: 1;
    --gradient-start: rgba(19, 223, 155, var(--start-opacity));
  }

  .lg\:start-green-300 {
    --start-opacity: 1;
    --gradient-start: rgba(46, 237, 174, var(--start-opacity));
  }

  .lg\:start-green-200 {
    --start-opacity: 1;
    --gradient-start: rgba(83, 240, 188, var(--start-opacity));
  }

  .lg\:start-green-100 {
    --start-opacity: 1;
    --gradient-start: rgba(121, 243, 203, var(--start-opacity));
  }

  .lg\:start-blue-600 {
    --start-opacity: 1;
    --gradient-start: rgba(35, 114, 245, var(--start-opacity));
  }

  .lg\:start-blue-700 {
    --start-opacity: 1;
    --gradient-start: rgba(11, 99, 243, var(--start-opacity));
  }

  .lg\:start-blue-800 {
    --start-opacity: 1;
    --gradient-start: rgba(10, 89, 218, var(--start-opacity));
  }

  .lg\:start-blue-900 {
    --start-opacity: 1;
    --gradient-start: rgba(9, 79, 194, var(--start-opacity));
  }

  .lg\:start-blue-500 {
    --start-opacity: 1;
    --gradient-start: rgba(59, 130, 246, var(--start-opacity));
  }

  .lg\:start-blue-400 {
    --start-opacity: 1;
    --gradient-start: rgba(98, 155, 248, var(--start-opacity));
  }

  .lg\:start-blue-300 {
    --start-opacity: 1;
    --gradient-start: rgba(137, 180, 250, var(--start-opacity));
  }

  .lg\:start-blue-200 {
    --start-opacity: 1;
    --gradient-start: rgba(176, 205, 251, var(--start-opacity));
  }

  .lg\:start-blue-100 {
    --start-opacity: 1;
    --gradient-start: rgba(215, 230, 253, var(--start-opacity));
  }

  .lg\:start-yellow-600 {
    --start-opacity: 1;
    --gradient-start: rgba(251, 184, 11, var(--start-opacity));
  }

  .lg\:start-yellow-700 {
    --start-opacity: 1;
    --gradient-start: rgba(232, 168, 4, var(--start-opacity));
  }

  .lg\:start-yellow-800 {
    --start-opacity: 1;
    --gradient-start: rgba(207, 150, 4, var(--start-opacity));
  }

  .lg\:start-yellow-900 {
    --start-opacity: 1;
    --gradient-start: rgba(182, 132, 3, var(--start-opacity));
  }

  .lg\:start-yellow-500 {
    --start-opacity: 1;
    --gradient-start: rgba(251, 191, 36, var(--start-opacity));
  }

  .lg\:start-yellow-400 {
    --start-opacity: 1;
    --gradient-start: rgba(252, 203, 76, var(--start-opacity));
  }

  .lg\:start-yellow-300 {
    --start-opacity: 1;
    --gradient-start: rgba(252, 214, 116, var(--start-opacity));
  }

  .lg\:start-yellow-200 {
    --start-opacity: 1;
    --gradient-start: rgba(253, 226, 156, var(--start-opacity));
  }

  .lg\:start-yellow-100 {
    --start-opacity: 1;
    --gradient-start: rgba(254, 238, 196, var(--start-opacity));
  }

  .lg\:start-pink-600 {
    --start-opacity: 1;
    --gradient-start: rgba(234, 49, 140, var(--start-opacity));
  }

  .lg\:start-pink-700 {
    --start-opacity: 1;
    --gradient-start: rgba(231, 26, 127, var(--start-opacity));
  }

  .lg\:start-pink-800 {
    --start-opacity: 1;
    --gradient-start: rgba(210, 22, 115, var(--start-opacity));
  }

  .lg\:start-pink-900 {
    --start-opacity: 1;
    --gradient-start: rgba(187, 19, 102, var(--start-opacity));
  }

  .lg\:start-pink-500 {
    --start-opacity: 1;
    --gradient-start: rgba(236, 72, 153, var(--start-opacity));
  }

  .lg\:start-pink-400 {
    --start-opacity: 1;
    --gradient-start: rgba(240, 109, 174, var(--start-opacity));
  }

  .lg\:start-pink-300 {
    --start-opacity: 1;
    --gradient-start: rgba(244, 146, 194, var(--start-opacity));
  }

  .lg\:start-pink-200 {
    --start-opacity: 1;
    --gradient-start: rgba(248, 183, 215, var(--start-opacity));
  }

  .lg\:start-pink-100 {
    --start-opacity: 1;
    --gradient-start: rgba(251, 220, 235, var(--start-opacity));
  }

  .lg\:start-purple-600 {
    --start-opacity: 1;
    --gradient-start: rgba(122, 68, 245, var(--start-opacity));
  }

  .lg\:start-purple-700 {
    --start-opacity: 1;
    --gradient-start: rgba(105, 44, 243, var(--start-opacity));
  }

  .lg\:start-purple-800 {
    --start-opacity: 1;
    --gradient-start: rgba(87, 20, 242, var(--start-opacity));
  }

  .lg\:start-purple-900 {
    --start-opacity: 1;
    --gradient-start: rgba(77, 12, 224, var(--start-opacity));
  }

  .lg\:start-purple-500 {
    --start-opacity: 1;
    --gradient-start: rgba(139, 92, 246, var(--start-opacity));
  }

  .lg\:start-purple-400 {
    --start-opacity: 1;
    --gradient-start: rgba(167, 131, 248, var(--start-opacity));
  }

  .lg\:start-purple-300 {
    --start-opacity: 1;
    --gradient-start: rgba(194, 169, 250, var(--start-opacity));
  }

  .lg\:start-purple-200 {
    --start-opacity: 1;
    --gradient-start: rgba(222, 208, 252, var(--start-opacity));
  }

  .lg\:start-purple-100 {
    --start-opacity: 1;
    --gradient-start: rgba(249, 247, 255, var(--start-opacity));
  }

  .lg\:start-gray-600 {
    --start-opacity: 1;
    --gradient-start: rgba(95, 102, 114, var(--start-opacity));
  }

  .lg\:start-gray-700 {
    --start-opacity: 1;
    --gradient-start: rgba(84, 89, 100, var(--start-opacity));
  }

  .lg\:start-gray-800 {
    --start-opacity: 1;
    --gradient-start: rgba(72, 77, 86, var(--start-opacity));
  }

  .lg\:start-gray-900 {
    --start-opacity: 1;
    --gradient-start: rgba(61, 65, 72, var(--start-opacity));
  }

  .lg\:start-gray-500 {
    --start-opacity: 1;
    --gradient-start: rgba(107, 114, 128, var(--start-opacity));
  }

  .lg\:start-gray-400 {
    --start-opacity: 1;
    --gradient-start: rgba(127, 134, 148, var(--start-opacity));
  }

  .lg\:start-gray-300 {
    --start-opacity: 1;
    --gradient-start: rgba(150, 155, 167, var(--start-opacity));
  }

  .lg\:start-gray-200 {
    --start-opacity: 1;
    --gradient-start: rgba(172, 176, 186, var(--start-opacity));
  }

  .lg\:start-gray-100 {
    --start-opacity: 1;
    --gradient-start: rgba(194, 197, 204, var(--start-opacity));
  }

  .lg\:end-red-600 {
    --end-opacity: 1;
    --gradient-end: rgba(237, 45, 45, var(--end-opacity));
  }

  .lg\:end-red-700 {
    --end-opacity: 1;
    --gradient-end: rgba(235, 21, 21, var(--end-opacity));
  }

  .lg\:end-red-800 {
    --end-opacity: 1;
    --gradient-end: rgba(212, 18, 18, var(--end-opacity));
  }

  .lg\:end-red-900 {
    --end-opacity: 1;
    --gradient-end: rgba(189, 16, 16, var(--end-opacity));
  }

  .lg\:end-red-500 {
    --end-opacity: 1;
    --gradient-end: rgba(239, 68, 68, var(--end-opacity));
  }

  .lg\:end-red-400 {
    --end-opacity: 1;
    --gradient-end: rgba(242, 106, 106, var(--end-opacity));
  }

  .lg\:end-red-300 {
    --end-opacity: 1;
    --gradient-end: rgba(245, 143, 143, var(--end-opacity));
  }

  .lg\:end-red-200 {
    --end-opacity: 1;
    --gradient-end: rgba(249, 181, 181, var(--end-opacity));
  }

  .lg\:end-red-100 {
    --end-opacity: 1;
    --gradient-end: rgba(252, 218, 218, var(--end-opacity));
  }

  .lg\:end-green-600 {
    --end-opacity: 1;
    --gradient-end: rgba(14, 162, 113, var(--end-opacity));
  }

  .lg\:end-green-700 {
    --end-opacity: 1;
    --gradient-end: rgba(12, 138, 96, var(--end-opacity));
  }

  .lg\:end-green-800 {
    --end-opacity: 1;
    --gradient-end: rgba(10, 115, 80, var(--end-opacity));
  }

  .lg\:end-green-900 {
    --end-opacity: 1;
    --gradient-end: rgba(8, 91, 64, var(--end-opacity));
  }

  .lg\:end-green-500 {
    --end-opacity: 1;
    --gradient-end: rgba(16, 185, 129, var(--end-opacity));
  }

  .lg\:end-green-400 {
    --end-opacity: 1;
    --gradient-end: rgba(19, 223, 155, var(--end-opacity));
  }

  .lg\:end-green-300 {
    --end-opacity: 1;
    --gradient-end: rgba(46, 237, 174, var(--end-opacity));
  }

  .lg\:end-green-200 {
    --end-opacity: 1;
    --gradient-end: rgba(83, 240, 188, var(--end-opacity));
  }

  .lg\:end-green-100 {
    --end-opacity: 1;
    --gradient-end: rgba(121, 243, 203, var(--end-opacity));
  }

  .lg\:end-blue-600 {
    --end-opacity: 1;
    --gradient-end: rgba(35, 114, 245, var(--end-opacity));
  }

  .lg\:end-blue-700 {
    --end-opacity: 1;
    --gradient-end: rgba(11, 99, 243, var(--end-opacity));
  }

  .lg\:end-blue-800 {
    --end-opacity: 1;
    --gradient-end: rgba(10, 89, 218, var(--end-opacity));
  }

  .lg\:end-blue-900 {
    --end-opacity: 1;
    --gradient-end: rgba(9, 79, 194, var(--end-opacity));
  }

  .lg\:end-blue-500 {
    --end-opacity: 1;
    --gradient-end: rgba(59, 130, 246, var(--end-opacity));
  }

  .lg\:end-blue-400 {
    --end-opacity: 1;
    --gradient-end: rgba(98, 155, 248, var(--end-opacity));
  }

  .lg\:end-blue-300 {
    --end-opacity: 1;
    --gradient-end: rgba(137, 180, 250, var(--end-opacity));
  }

  .lg\:end-blue-200 {
    --end-opacity: 1;
    --gradient-end: rgba(176, 205, 251, var(--end-opacity));
  }

  .lg\:end-blue-100 {
    --end-opacity: 1;
    --gradient-end: rgba(215, 230, 253, var(--end-opacity));
  }

  .lg\:end-yellow-600 {
    --end-opacity: 1;
    --gradient-end: rgba(251, 184, 11, var(--end-opacity));
  }

  .lg\:end-yellow-700 {
    --end-opacity: 1;
    --gradient-end: rgba(232, 168, 4, var(--end-opacity));
  }

  .lg\:end-yellow-800 {
    --end-opacity: 1;
    --gradient-end: rgba(207, 150, 4, var(--end-opacity));
  }

  .lg\:end-yellow-900 {
    --end-opacity: 1;
    --gradient-end: rgba(182, 132, 3, var(--end-opacity));
  }

  .lg\:end-yellow-500 {
    --end-opacity: 1;
    --gradient-end: rgba(251, 191, 36, var(--end-opacity));
  }

  .lg\:end-yellow-400 {
    --end-opacity: 1;
    --gradient-end: rgba(252, 203, 76, var(--end-opacity));
  }

  .lg\:end-yellow-300 {
    --end-opacity: 1;
    --gradient-end: rgba(252, 214, 116, var(--end-opacity));
  }

  .lg\:end-yellow-200 {
    --end-opacity: 1;
    --gradient-end: rgba(253, 226, 156, var(--end-opacity));
  }

  .lg\:end-yellow-100 {
    --end-opacity: 1;
    --gradient-end: rgba(254, 238, 196, var(--end-opacity));
  }

  .lg\:end-pink-600 {
    --end-opacity: 1;
    --gradient-end: rgba(234, 49, 140, var(--end-opacity));
  }

  .lg\:end-pink-700 {
    --end-opacity: 1;
    --gradient-end: rgba(231, 26, 127, var(--end-opacity));
  }

  .lg\:end-pink-800 {
    --end-opacity: 1;
    --gradient-end: rgba(210, 22, 115, var(--end-opacity));
  }

  .lg\:end-pink-900 {
    --end-opacity: 1;
    --gradient-end: rgba(187, 19, 102, var(--end-opacity));
  }

  .lg\:end-pink-500 {
    --end-opacity: 1;
    --gradient-end: rgba(236, 72, 153, var(--end-opacity));
  }

  .lg\:end-pink-400 {
    --end-opacity: 1;
    --gradient-end: rgba(240, 109, 174, var(--end-opacity));
  }

  .lg\:end-pink-300 {
    --end-opacity: 1;
    --gradient-end: rgba(244, 146, 194, var(--end-opacity));
  }

  .lg\:end-pink-200 {
    --end-opacity: 1;
    --gradient-end: rgba(248, 183, 215, var(--end-opacity));
  }

  .lg\:end-pink-100 {
    --end-opacity: 1;
    --gradient-end: rgba(251, 220, 235, var(--end-opacity));
  }

  .lg\:end-purple-600 {
    --end-opacity: 1;
    --gradient-end: rgba(122, 68, 245, var(--end-opacity));
  }

  .lg\:end-purple-700 {
    --end-opacity: 1;
    --gradient-end: rgba(105, 44, 243, var(--end-opacity));
  }

  .lg\:end-purple-800 {
    --end-opacity: 1;
    --gradient-end: rgba(87, 20, 242, var(--end-opacity));
  }

  .lg\:end-purple-900 {
    --end-opacity: 1;
    --gradient-end: rgba(77, 12, 224, var(--end-opacity));
  }

  .lg\:end-purple-500 {
    --end-opacity: 1;
    --gradient-end: rgba(139, 92, 246, var(--end-opacity));
  }

  .lg\:end-purple-400 {
    --end-opacity: 1;
    --gradient-end: rgba(167, 131, 248, var(--end-opacity));
  }

  .lg\:end-purple-300 {
    --end-opacity: 1;
    --gradient-end: rgba(194, 169, 250, var(--end-opacity));
  }

  .lg\:end-purple-200 {
    --end-opacity: 1;
    --gradient-end: rgba(222, 208, 252, var(--end-opacity));
  }

  .lg\:end-purple-100 {
    --end-opacity: 1;
    --gradient-end: rgba(249, 247, 255, var(--end-opacity));
  }

  .lg\:end-gray-600 {
    --end-opacity: 1;
    --gradient-end: rgba(95, 102, 114, var(--end-opacity));
  }

  .lg\:end-gray-700 {
    --end-opacity: 1;
    --gradient-end: rgba(84, 89, 100, var(--end-opacity));
  }

  .lg\:end-gray-800 {
    --end-opacity: 1;
    --gradient-end: rgba(72, 77, 86, var(--end-opacity));
  }

  .lg\:end-gray-900 {
    --end-opacity: 1;
    --gradient-end: rgba(61, 65, 72, var(--end-opacity));
  }

  .lg\:end-gray-500 {
    --end-opacity: 1;
    --gradient-end: rgba(107, 114, 128, var(--end-opacity));
  }

  .lg\:end-gray-400 {
    --end-opacity: 1;
    --gradient-end: rgba(127, 134, 148, var(--end-opacity));
  }

  .lg\:end-gray-300 {
    --end-opacity: 1;
    --gradient-end: rgba(150, 155, 167, var(--end-opacity));
  }

  .lg\:end-gray-200 {
    --end-opacity: 1;
    --gradient-end: rgba(172, 176, 186, var(--end-opacity));
  }

  .lg\:end-gray-100 {
    --end-opacity: 1;
    --gradient-end: rgba(194, 197, 204, var(--end-opacity));
  }

  .lg\:start-opacity-0 {
    --start-opacity: 0;
  }

  .lg\:start-opacity-5 {
    --start-opacity: 0.05;
  }

  .lg\:start-opacity-10 {
    --start-opacity: 0.1;
  }

  .lg\:start-opacity-15 {
    --start-opacity: 0.15;
  }

  .lg\:start-opacity-20 {
    --start-opacity: 0.2;
  }

  .lg\:start-opacity-25 {
    --start-opacity: 0.25;
  }

  .lg\:start-opacity-30 {
    --start-opacity: 0.3;
  }

  .lg\:start-opacity-35 {
    --start-opacity: 0.35;
  }

  .lg\:start-opacity-40 {
    --start-opacity: 0.4;
  }

  .lg\:start-opacity-45 {
    --start-opacity: 0.45;
  }

  .lg\:start-opacity-50 {
    --start-opacity: 0.5;
  }

  .lg\:start-opacity-55 {
    --start-opacity: 0.55;
  }

  .lg\:start-opacity-60 {
    --start-opacity: 0.6;
  }

  .lg\:start-opacity-65 {
    --start-opacity: 0.65;
  }

  .lg\:start-opacity-70 {
    --start-opacity: 0.7;
  }

  .lg\:start-opacity-75 {
    --start-opacity: 0.75;
  }

  .lg\:start-opacity-80 {
    --start-opacity: 0.8;
  }

  .lg\:start-opacity-85 {
    --start-opacity: 0.85;
  }

  .lg\:start-opacity-90 {
    --start-opacity: 0.9;
  }

  .lg\:start-opacity-95 {
    --start-opacity: 0.95;
  }

  .lg\:start-opacity-100 {
    --start-opacity: 100;
  }

  .lg\:end-opacity-0 {
    --end-opacity: 0;
  }

  .lg\:end-opacity-5 {
    --end-opacity: 0.05;
  }

  .lg\:end-opacity-10 {
    --end-opacity: 0.1;
  }

  .lg\:end-opacity-15 {
    --end-opacity: 0.15;
  }

  .lg\:end-opacity-20 {
    --end-opacity: 0.2;
  }

  .lg\:end-opacity-25 {
    --end-opacity: 0.25;
  }

  .lg\:end-opacity-30 {
    --end-opacity: 0.3;
  }

  .lg\:end-opacity-35 {
    --end-opacity: 0.35;
  }

  .lg\:end-opacity-40 {
    --end-opacity: 0.4;
  }

  .lg\:end-opacity-45 {
    --end-opacity: 0.45;
  }

  .lg\:end-opacity-50 {
    --end-opacity: 0.5;
  }

  .lg\:end-opacity-55 {
    --end-opacity: 0.55;
  }

  .lg\:end-opacity-60 {
    --end-opacity: 0.6;
  }

  .lg\:end-opacity-65 {
    --end-opacity: 0.65;
  }

  .lg\:end-opacity-70 {
    --end-opacity: 0.7;
  }

  .lg\:end-opacity-75 {
    --end-opacity: 0.75;
  }

  .lg\:end-opacity-80 {
    --end-opacity: 0.8;
  }

  .lg\:end-opacity-85 {
    --end-opacity: 0.85;
  }

  .lg\:end-opacity-90 {
    --end-opacity: 0.9;
  }

  .lg\:end-opacity-95 {
    --end-opacity: 0.95;
  }

  .lg\:end-opacity-100 {
    --end-opacity: 100;
  }

  .lg\:background-position-top {
    background-position: top;
  }

  .lg\:background-position-right {
    background-position: right;
  }

  .lg\:background-position-bottom {
    background-position: bottom;
  }

  .lg\:background-position-left {
    background-position: left;
  }

  .lg\:background-position-center {
    background-position: center;
  }

  .lg\:background-position-left-top {
    background-position: left top;
  }

  .lg\:background-position-left-bottom {
    background-position: left bottom;
  }

  .lg\:background-position-right-top {
    background-position: right top;
  }

  .lg\:background-position-right-bottom {
    background-position: right bottom;
  }

  .lg\:background-repeat-repeat {
    background-repeat: repeat;
  }

  .lg\:background-repeat-no-repeat {
    background-repeat: no-repeat;
  }

  .lg\:background-repeat-repeat-x {
    background-repeat: repeat-x;
  }

  .lg\:background-repeat-repeat-y {
    background-repeat: repeat-y;
  }

  .lg\:background-repeat-round {
    background-repeat: round;
  }

  .lg\:background-repeat-space {
    background-repeat: space;
  }

  .lg\:background-size-auto {
    background-size: auto;
  }

  .lg\:background-size-cover {
    background-size: cover;
  }

  .lg\:background-size-contain {
    background-size: contain;
  }

  .lg\:color-transparent {
    color: transparent;
  }

  .lg\:color-primary {
    color: #FAE898;
  }

  .lg\:color-secondary {
    color: #999999;
  }

  .lg\:color-success {
    color: #198754;
  }

  .lg\:color-info {
    color: #0dcaf0;
  }

  .lg\:color-warning {
    color: #ffc107;
  }

  .lg\:color-danger {
    color: #dc3545;
  }

  .lg\:color-dark {
    color: #333333;
  }

  .lg\:color-light {
    color: #f1f1f1;
  }

  .lg\:color-black {
    color: #000000;
  }

  .lg\:color-white {
    color: #ffffff;
  }

  .lg\:bg-color-transparent {
    background-color: transparent;
  }

  .lg\:bg-color-primary {
    background-color: #FAE898;
  }

  .lg\:bg-color-secondary {
    background-color: #999999;
  }

  .lg\:bg-color-success {
    background-color: #198754;
  }

  .lg\:bg-color-info {
    background-color: #0dcaf0;
  }

  .lg\:bg-color-warning {
    background-color: #ffc107;
  }

  .lg\:bg-color-danger {
    background-color: #dc3545;
  }

  .lg\:bg-color-dark {
    background-color: #333333;
  }

  .lg\:bg-color-light {
    background-color: #f1f1f1;
  }

  .lg\:bg-color-black {
    background-color: #000000;
  }

  .lg\:bg-color-white {
    background-color: #ffffff;
  }

  .lg\:border-color-transparent {
    border-color: transparent;
  }

  .lg\:border-color-primary {
    border-color: #FAE898;
  }

  .lg\:border-color-secondary {
    border-color: #999999;
  }

  .lg\:border-color-success {
    border-color: #198754;
  }

  .lg\:border-color-info {
    border-color: #0dcaf0;
  }

  .lg\:border-color-warning {
    border-color: #ffc107;
  }

  .lg\:border-color-danger {
    border-color: #dc3545;
  }

  .lg\:border-color-dark {
    border-color: #333333;
  }

  .lg\:border-color-light {
    border-color: #f1f1f1;
  }

  .lg\:border-color-black {
    border-color: #000000;
  }

  .lg\:border-color-white {
    border-color: #ffffff;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .lg\:placeholder-primary::placeholder {
    color: #FAE898;
  }

  .lg\:placeholder-secondary::placeholder {
    color: #999999;
  }

  .lg\:placeholder-success::placeholder {
    color: #198754;
  }

  .lg\:placeholder-info::placeholder {
    color: #0dcaf0;
  }

  .lg\:placeholder-warning::placeholder {
    color: #ffc107;
  }

  .lg\:placeholder-danger::placeholder {
    color: #dc3545;
  }

  .lg\:placeholder-dark::placeholder {
    color: #333333;
  }

  .lg\:placeholder-light::placeholder {
    color: #f1f1f1;
  }

  .lg\:placeholder-black::placeholder {
    color: #000000;
  }

  .lg\:placeholder-white::placeholder {
    color: #ffffff;
  }

  .lg\:placeholder-transparent {
    color: transparent;
  }

  .lg\:placeholder-primary {
    color: #FAE898;
  }

  .lg\:placeholder-secondary {
    color: #999999;
  }

  .lg\:placeholder-success {
    color: #198754;
  }

  .lg\:placeholder-info {
    color: #0dcaf0;
  }

  .lg\:placeholder-warning {
    color: #ffc107;
  }

  .lg\:placeholder-danger {
    color: #dc3545;
  }

  .lg\:placeholder-dark {
    color: #333333;
  }

  .lg\:placeholder-light {
    color: #f1f1f1;
  }

  .lg\:placeholder-black {
    color: #000000;
  }

  .lg\:placeholder-white {
    color: #ffffff;
  }

  .lg\:border-collapse-collapse {
    border-collapse: collapse;
  }

  .lg\:border-collapse-separate {
    border-collapse: separate;
  }

  .lg\:border-red-600 {
    --border-opacity: 1;
    border-color: rgba(237, 45, 45, var(--border-opacity));
  }

  .lg\:border-red-700 {
    --border-opacity: 1;
    border-color: rgba(235, 21, 21, var(--border-opacity));
  }

  .lg\:border-red-800 {
    --border-opacity: 1;
    border-color: rgba(212, 18, 18, var(--border-opacity));
  }

  .lg\:border-red-900 {
    --border-opacity: 1;
    border-color: rgba(189, 16, 16, var(--border-opacity));
  }

  .lg\:border-red-500 {
    --border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--border-opacity));
  }

  .lg\:border-red-400 {
    --border-opacity: 1;
    border-color: rgba(242, 106, 106, var(--border-opacity));
  }

  .lg\:border-red-300 {
    --border-opacity: 1;
    border-color: rgba(245, 143, 143, var(--border-opacity));
  }

  .lg\:border-red-200 {
    --border-opacity: 1;
    border-color: rgba(249, 181, 181, var(--border-opacity));
  }

  .lg\:border-red-100 {
    --border-opacity: 1;
    border-color: rgba(252, 218, 218, var(--border-opacity));
  }

  .lg\:border-green-600 {
    --border-opacity: 1;
    border-color: rgba(14, 162, 113, var(--border-opacity));
  }

  .lg\:border-green-700 {
    --border-opacity: 1;
    border-color: rgba(12, 138, 96, var(--border-opacity));
  }

  .lg\:border-green-800 {
    --border-opacity: 1;
    border-color: rgba(10, 115, 80, var(--border-opacity));
  }

  .lg\:border-green-900 {
    --border-opacity: 1;
    border-color: rgba(8, 91, 64, var(--border-opacity));
  }

  .lg\:border-green-500 {
    --border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--border-opacity));
  }

  .lg\:border-green-400 {
    --border-opacity: 1;
    border-color: rgba(19, 223, 155, var(--border-opacity));
  }

  .lg\:border-green-300 {
    --border-opacity: 1;
    border-color: rgba(46, 237, 174, var(--border-opacity));
  }

  .lg\:border-green-200 {
    --border-opacity: 1;
    border-color: rgba(83, 240, 188, var(--border-opacity));
  }

  .lg\:border-green-100 {
    --border-opacity: 1;
    border-color: rgba(121, 243, 203, var(--border-opacity));
  }

  .lg\:border-blue-600 {
    --border-opacity: 1;
    border-color: rgba(35, 114, 245, var(--border-opacity));
  }

  .lg\:border-blue-700 {
    --border-opacity: 1;
    border-color: rgba(11, 99, 243, var(--border-opacity));
  }

  .lg\:border-blue-800 {
    --border-opacity: 1;
    border-color: rgba(10, 89, 218, var(--border-opacity));
  }

  .lg\:border-blue-900 {
    --border-opacity: 1;
    border-color: rgba(9, 79, 194, var(--border-opacity));
  }

  .lg\:border-blue-500 {
    --border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--border-opacity));
  }

  .lg\:border-blue-400 {
    --border-opacity: 1;
    border-color: rgba(98, 155, 248, var(--border-opacity));
  }

  .lg\:border-blue-300 {
    --border-opacity: 1;
    border-color: rgba(137, 180, 250, var(--border-opacity));
  }

  .lg\:border-blue-200 {
    --border-opacity: 1;
    border-color: rgba(176, 205, 251, var(--border-opacity));
  }

  .lg\:border-blue-100 {
    --border-opacity: 1;
    border-color: rgba(215, 230, 253, var(--border-opacity));
  }

  .lg\:border-yellow-600 {
    --border-opacity: 1;
    border-color: rgba(251, 184, 11, var(--border-opacity));
  }

  .lg\:border-yellow-700 {
    --border-opacity: 1;
    border-color: rgba(232, 168, 4, var(--border-opacity));
  }

  .lg\:border-yellow-800 {
    --border-opacity: 1;
    border-color: rgba(207, 150, 4, var(--border-opacity));
  }

  .lg\:border-yellow-900 {
    --border-opacity: 1;
    border-color: rgba(182, 132, 3, var(--border-opacity));
  }

  .lg\:border-yellow-500 {
    --border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--border-opacity));
  }

  .lg\:border-yellow-400 {
    --border-opacity: 1;
    border-color: rgba(252, 203, 76, var(--border-opacity));
  }

  .lg\:border-yellow-300 {
    --border-opacity: 1;
    border-color: rgba(252, 214, 116, var(--border-opacity));
  }

  .lg\:border-yellow-200 {
    --border-opacity: 1;
    border-color: rgba(253, 226, 156, var(--border-opacity));
  }

  .lg\:border-yellow-100 {
    --border-opacity: 1;
    border-color: rgba(254, 238, 196, var(--border-opacity));
  }

  .lg\:border-pink-600 {
    --border-opacity: 1;
    border-color: rgba(234, 49, 140, var(--border-opacity));
  }

  .lg\:border-pink-700 {
    --border-opacity: 1;
    border-color: rgba(231, 26, 127, var(--border-opacity));
  }

  .lg\:border-pink-800 {
    --border-opacity: 1;
    border-color: rgba(210, 22, 115, var(--border-opacity));
  }

  .lg\:border-pink-900 {
    --border-opacity: 1;
    border-color: rgba(187, 19, 102, var(--border-opacity));
  }

  .lg\:border-pink-500 {
    --border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--border-opacity));
  }

  .lg\:border-pink-400 {
    --border-opacity: 1;
    border-color: rgba(240, 109, 174, var(--border-opacity));
  }

  .lg\:border-pink-300 {
    --border-opacity: 1;
    border-color: rgba(244, 146, 194, var(--border-opacity));
  }

  .lg\:border-pink-200 {
    --border-opacity: 1;
    border-color: rgba(248, 183, 215, var(--border-opacity));
  }

  .lg\:border-pink-100 {
    --border-opacity: 1;
    border-color: rgba(251, 220, 235, var(--border-opacity));
  }

  .lg\:border-purple-600 {
    --border-opacity: 1;
    border-color: rgba(122, 68, 245, var(--border-opacity));
  }

  .lg\:border-purple-700 {
    --border-opacity: 1;
    border-color: rgba(105, 44, 243, var(--border-opacity));
  }

  .lg\:border-purple-800 {
    --border-opacity: 1;
    border-color: rgba(87, 20, 242, var(--border-opacity));
  }

  .lg\:border-purple-900 {
    --border-opacity: 1;
    border-color: rgba(77, 12, 224, var(--border-opacity));
  }

  .lg\:border-purple-500 {
    --border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--border-opacity));
  }

  .lg\:border-purple-400 {
    --border-opacity: 1;
    border-color: rgba(167, 131, 248, var(--border-opacity));
  }

  .lg\:border-purple-300 {
    --border-opacity: 1;
    border-color: rgba(194, 169, 250, var(--border-opacity));
  }

  .lg\:border-purple-200 {
    --border-opacity: 1;
    border-color: rgba(222, 208, 252, var(--border-opacity));
  }

  .lg\:border-purple-100 {
    --border-opacity: 1;
    border-color: rgba(249, 247, 255, var(--border-opacity));
  }

  .lg\:border-gray-600 {
    --border-opacity: 1;
    border-color: rgba(95, 102, 114, var(--border-opacity));
  }

  .lg\:border-gray-700 {
    --border-opacity: 1;
    border-color: rgba(84, 89, 100, var(--border-opacity));
  }

  .lg\:border-gray-800 {
    --border-opacity: 1;
    border-color: rgba(72, 77, 86, var(--border-opacity));
  }

  .lg\:border-gray-900 {
    --border-opacity: 1;
    border-color: rgba(61, 65, 72, var(--border-opacity));
  }

  .lg\:border-gray-500 {
    --border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--border-opacity));
  }

  .lg\:border-gray-400 {
    --border-opacity: 1;
    border-color: rgba(127, 134, 148, var(--border-opacity));
  }

  .lg\:border-gray-300 {
    --border-opacity: 1;
    border-color: rgba(150, 155, 167, var(--border-opacity));
  }

  .lg\:border-gray-200 {
    --border-opacity: 1;
    border-color: rgba(172, 176, 186, var(--border-opacity));
  }

  .lg\:border-gray-100 {
    --border-opacity: 1;
    border-color: rgba(194, 197, 204, var(--border-opacity));
  }

  .lg\:border-opacity-0 {
    --border-opacity: 0;
  }

  .lg\:border-opacity-5 {
    --border-opacity: 0.05;
  }

  .lg\:border-opacity-10 {
    --border-opacity: 0.1;
  }

  .lg\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .lg\:border-opacity-20 {
    --border-opacity: 0.2;
  }

  .lg\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .lg\:border-opacity-30 {
    --border-opacity: 0.3;
  }

  .lg\:border-opacity-35 {
    --border-opacity: 0.35;
  }

  .lg\:border-opacity-40 {
    --border-opacity: 0.4;
  }

  .lg\:border-opacity-45 {
    --border-opacity: 0.45;
  }

  .lg\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .lg\:border-opacity-55 {
    --border-opacity: 0.55;
  }

  .lg\:border-opacity-60 {
    --border-opacity: 0.6;
  }

  .lg\:border-opacity-65 {
    --border-opacity: 0.65;
  }

  .lg\:border-opacity-70 {
    --border-opacity: 0.7;
  }

  .lg\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .lg\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .lg\:border-opacity-85 {
    --border-opacity: 0.85;
  }

  .lg\:border-opacity-90 {
    --border-opacity: 0.9;
  }

  .lg\:border-opacity-95 {
    --border-opacity: 0.95;
  }

  .lg\:border-opacity-100 {
    --border-opacity: 100;
  }

  .lg\:br-5 {
    border-radius: 5%;
  }

  .lg\:brtl-5 {
    border-top-left-radius: 5%;
  }

  .lg\:brtr-5 {
    border-top-right-radius: 5%;
  }

  .lg\:brbl-5 {
    border-bottom-left-radius: 5%;
  }

  .lg\:brbr-5 {
    border-bottom-right-radius: 5%;
  }

  .lg\:br-10 {
    border-radius: 10%;
  }

  .lg\:brtl-10 {
    border-top-left-radius: 10%;
  }

  .lg\:brtr-10 {
    border-top-right-radius: 10%;
  }

  .lg\:brbl-10 {
    border-bottom-left-radius: 10%;
  }

  .lg\:brbr-10 {
    border-bottom-right-radius: 10%;
  }

  .lg\:br-15 {
    border-radius: 15%;
  }

  .lg\:brtl-15 {
    border-top-left-radius: 15%;
  }

  .lg\:brtr-15 {
    border-top-right-radius: 15%;
  }

  .lg\:brbl-15 {
    border-bottom-left-radius: 15%;
  }

  .lg\:brbr-15 {
    border-bottom-right-radius: 15%;
  }

  .lg\:br-20 {
    border-radius: 20%;
  }

  .lg\:brtl-20 {
    border-top-left-radius: 20%;
  }

  .lg\:brtr-20 {
    border-top-right-radius: 20%;
  }

  .lg\:brbl-20 {
    border-bottom-left-radius: 20%;
  }

  .lg\:brbr-20 {
    border-bottom-right-radius: 20%;
  }

  .lg\:br-25 {
    border-radius: 25%;
  }

  .lg\:brtl-25 {
    border-top-left-radius: 25%;
  }

  .lg\:brtr-25 {
    border-top-right-radius: 25%;
  }

  .lg\:brbl-25 {
    border-bottom-left-radius: 25%;
  }

  .lg\:brbr-25 {
    border-bottom-right-radius: 25%;
  }

  .lg\:br-30 {
    border-radius: 30%;
  }

  .lg\:brtl-30 {
    border-top-left-radius: 30%;
  }

  .lg\:brtr-30 {
    border-top-right-radius: 30%;
  }

  .lg\:brbl-30 {
    border-bottom-left-radius: 30%;
  }

  .lg\:brbr-30 {
    border-bottom-right-radius: 30%;
  }

  .lg\:br-35 {
    border-radius: 35%;
  }

  .lg\:brtl-35 {
    border-top-left-radius: 35%;
  }

  .lg\:brtr-35 {
    border-top-right-radius: 35%;
  }

  .lg\:brbl-35 {
    border-bottom-left-radius: 35%;
  }

  .lg\:brbr-35 {
    border-bottom-right-radius: 35%;
  }

  .lg\:br-40 {
    border-radius: 40%;
  }

  .lg\:brtl-40 {
    border-top-left-radius: 40%;
  }

  .lg\:brtr-40 {
    border-top-right-radius: 40%;
  }

  .lg\:brbl-40 {
    border-bottom-left-radius: 40%;
  }

  .lg\:brbr-40 {
    border-bottom-right-radius: 40%;
  }

  .lg\:br-45 {
    border-radius: 45%;
  }

  .lg\:brtl-45 {
    border-top-left-radius: 45%;
  }

  .lg\:brtr-45 {
    border-top-right-radius: 45%;
  }

  .lg\:brbl-45 {
    border-bottom-left-radius: 45%;
  }

  .lg\:brbr-45 {
    border-bottom-right-radius: 45%;
  }

  .lg\:br-50 {
    border-radius: 50%;
  }

  .lg\:brtl-50 {
    border-top-left-radius: 50%;
  }

  .lg\:brtr-50 {
    border-top-right-radius: 50%;
  }

  .lg\:brbl-50 {
    border-bottom-left-radius: 50%;
  }

  .lg\:brbr-50 {
    border-bottom-right-radius: 50%;
  }

  .lg\:br-55 {
    border-radius: 55%;
  }

  .lg\:brtl-55 {
    border-top-left-radius: 55%;
  }

  .lg\:brtr-55 {
    border-top-right-radius: 55%;
  }

  .lg\:brbl-55 {
    border-bottom-left-radius: 55%;
  }

  .lg\:brbr-55 {
    border-bottom-right-radius: 55%;
  }

  .lg\:br-60 {
    border-radius: 60%;
  }

  .lg\:brtl-60 {
    border-top-left-radius: 60%;
  }

  .lg\:brtr-60 {
    border-top-right-radius: 60%;
  }

  .lg\:brbl-60 {
    border-bottom-left-radius: 60%;
  }

  .lg\:brbr-60 {
    border-bottom-right-radius: 60%;
  }

  .lg\:br-65 {
    border-radius: 65%;
  }

  .lg\:brtl-65 {
    border-top-left-radius: 65%;
  }

  .lg\:brtr-65 {
    border-top-right-radius: 65%;
  }

  .lg\:brbl-65 {
    border-bottom-left-radius: 65%;
  }

  .lg\:brbr-65 {
    border-bottom-right-radius: 65%;
  }

  .lg\:br-70 {
    border-radius: 70%;
  }

  .lg\:brtl-70 {
    border-top-left-radius: 70%;
  }

  .lg\:brtr-70 {
    border-top-right-radius: 70%;
  }

  .lg\:brbl-70 {
    border-bottom-left-radius: 70%;
  }

  .lg\:brbr-70 {
    border-bottom-right-radius: 70%;
  }

  .lg\:br-75 {
    border-radius: 75%;
  }

  .lg\:brtl-75 {
    border-top-left-radius: 75%;
  }

  .lg\:brtr-75 {
    border-top-right-radius: 75%;
  }

  .lg\:brbl-75 {
    border-bottom-left-radius: 75%;
  }

  .lg\:brbr-75 {
    border-bottom-right-radius: 75%;
  }

  .lg\:br-80 {
    border-radius: 80%;
  }

  .lg\:brtl-80 {
    border-top-left-radius: 80%;
  }

  .lg\:brtr-80 {
    border-top-right-radius: 80%;
  }

  .lg\:brbl-80 {
    border-bottom-left-radius: 80%;
  }

  .lg\:brbr-80 {
    border-bottom-right-radius: 80%;
  }

  .lg\:br-85 {
    border-radius: 85%;
  }

  .lg\:brtl-85 {
    border-top-left-radius: 85%;
  }

  .lg\:brtr-85 {
    border-top-right-radius: 85%;
  }

  .lg\:brbl-85 {
    border-bottom-left-radius: 85%;
  }

  .lg\:brbr-85 {
    border-bottom-right-radius: 85%;
  }

  .lg\:br-90 {
    border-radius: 90%;
  }

  .lg\:brtl-90 {
    border-top-left-radius: 90%;
  }

  .lg\:brtr-90 {
    border-top-right-radius: 90%;
  }

  .lg\:brbl-90 {
    border-bottom-left-radius: 90%;
  }

  .lg\:brbr-90 {
    border-bottom-right-radius: 90%;
  }

  .lg\:br-95 {
    border-radius: 95%;
  }

  .lg\:brtl-95 {
    border-top-left-radius: 95%;
  }

  .lg\:brtr-95 {
    border-top-right-radius: 95%;
  }

  .lg\:brbl-95 {
    border-bottom-left-radius: 95%;
  }

  .lg\:brbr-95 {
    border-bottom-right-radius: 95%;
  }

  .lg\:br-100 {
    border-radius: 100%;
  }

  .lg\:brtl-100 {
    border-top-left-radius: 100%;
  }

  .lg\:brtr-100 {
    border-top-right-radius: 100%;
  }

  .lg\:brbl-100 {
    border-bottom-left-radius: 100%;
  }

  .lg\:brbr-100 {
    border-bottom-right-radius: 100%;
  }

  .lg\:br-0px {
    border-radius: 0;
  }

  .lg\:brtl-0px {
    border-top-left-radius: 0;
  }

  .lg\:brtr-0px {
    border-top-right-radius: 0;
  }

  .lg\:brbl-0px {
    border-bottom-left-radius: 0;
  }

  .lg\:brbr-0px {
    border-bottom-right-radius: 0;
  }

  .lg\:br-5px {
    border-radius: 5px;
  }

  .lg\:brtl-5px {
    border-top-left-radius: 5px;
  }

  .lg\:brtr-5px {
    border-top-right-radius: 5px;
  }

  .lg\:brbl-5px {
    border-bottom-left-radius: 5px;
  }

  .lg\:brbr-5px {
    border-bottom-right-radius: 5px;
  }

  .lg\:br-10px {
    border-radius: 10px;
  }

  .lg\:brtl-10px {
    border-top-left-radius: 10px;
  }

  .lg\:brtr-10px {
    border-top-right-radius: 10px;
  }

  .lg\:brbl-10px {
    border-bottom-left-radius: 10px;
  }

  .lg\:brbr-10px {
    border-bottom-right-radius: 10px;
  }

  .lg\:br-15px {
    border-radius: 15px;
  }

  .lg\:brtl-15px {
    border-top-left-radius: 15px;
  }

  .lg\:brtr-15px {
    border-top-right-radius: 15px;
  }

  .lg\:brbl-15px {
    border-bottom-left-radius: 15px;
  }

  .lg\:brbr-15px {
    border-bottom-right-radius: 15px;
  }

  .lg\:br-20px {
    border-radius: 20px;
  }

  .lg\:brtl-20px {
    border-top-left-radius: 20px;
  }

  .lg\:brtr-20px {
    border-top-right-radius: 20px;
  }

  .lg\:brbl-20px {
    border-bottom-left-radius: 20px;
  }

  .lg\:brbr-20px {
    border-bottom-right-radius: 20px;
  }

  .lg\:br-25px {
    border-radius: 25px;
  }

  .lg\:brtl-25px {
    border-top-left-radius: 25px;
  }

  .lg\:brtr-25px {
    border-top-right-radius: 25px;
  }

  .lg\:brbl-25px {
    border-bottom-left-radius: 25px;
  }

  .lg\:brbr-25px {
    border-bottom-right-radius: 25px;
  }

  .lg\:br-30px {
    border-radius: 30px;
  }

  .lg\:brtl-30px {
    border-top-left-radius: 30px;
  }

  .lg\:brtr-30px {
    border-top-right-radius: 30px;
  }

  .lg\:brbl-30px {
    border-bottom-left-radius: 30px;
  }

  .lg\:brbr-30px {
    border-bottom-right-radius: 30px;
  }

  .lg\:br-35px {
    border-radius: 35px;
  }

  .lg\:brtl-35px {
    border-top-left-radius: 35px;
  }

  .lg\:brtr-35px {
    border-top-right-radius: 35px;
  }

  .lg\:brbl-35px {
    border-bottom-left-radius: 35px;
  }

  .lg\:brbr-35px {
    border-bottom-right-radius: 35px;
  }

  .lg\:br-40px {
    border-radius: 40px;
  }

  .lg\:brtl-40px {
    border-top-left-radius: 40px;
  }

  .lg\:brtr-40px {
    border-top-right-radius: 40px;
  }

  .lg\:brbl-40px {
    border-bottom-left-radius: 40px;
  }

  .lg\:brbr-40px {
    border-bottom-right-radius: 40px;
  }

  .lg\:br-45px {
    border-radius: 45px;
  }

  .lg\:brtl-45px {
    border-top-left-radius: 45px;
  }

  .lg\:brtr-45px {
    border-top-right-radius: 45px;
  }

  .lg\:brbl-45px {
    border-bottom-left-radius: 45px;
  }

  .lg\:brbr-45px {
    border-bottom-right-radius: 45px;
  }

  .lg\:br-50px {
    border-radius: 50px;
  }

  .lg\:brtl-50px {
    border-top-left-radius: 50px;
  }

  .lg\:brtr-50px {
    border-top-right-radius: 50px;
  }

  .lg\:brbl-50px {
    border-bottom-left-radius: 50px;
  }

  .lg\:brbr-50px {
    border-bottom-right-radius: 50px;
  }

  .lg\:br-55px {
    border-radius: 55px;
  }

  .lg\:brtl-55px {
    border-top-left-radius: 55px;
  }

  .lg\:brtr-55px {
    border-top-right-radius: 55px;
  }

  .lg\:brbl-55px {
    border-bottom-left-radius: 55px;
  }

  .lg\:brbr-55px {
    border-bottom-right-radius: 55px;
  }

  .lg\:br-60px {
    border-radius: 60px;
  }

  .lg\:brtl-60px {
    border-top-left-radius: 60px;
  }

  .lg\:brtr-60px {
    border-top-right-radius: 60px;
  }

  .lg\:brbl-60px {
    border-bottom-left-radius: 60px;
  }

  .lg\:brbr-60px {
    border-bottom-right-radius: 60px;
  }

  .lg\:br-65px {
    border-radius: 65px;
  }

  .lg\:brtl-65px {
    border-top-left-radius: 65px;
  }

  .lg\:brtr-65px {
    border-top-right-radius: 65px;
  }

  .lg\:brbl-65px {
    border-bottom-left-radius: 65px;
  }

  .lg\:brbr-65px {
    border-bottom-right-radius: 65px;
  }

  .lg\:br-70px {
    border-radius: 70px;
  }

  .lg\:brtl-70px {
    border-top-left-radius: 70px;
  }

  .lg\:brtr-70px {
    border-top-right-radius: 70px;
  }

  .lg\:brbl-70px {
    border-bottom-left-radius: 70px;
  }

  .lg\:brbr-70px {
    border-bottom-right-radius: 70px;
  }

  .lg\:br-75px {
    border-radius: 75px;
  }

  .lg\:brtl-75px {
    border-top-left-radius: 75px;
  }

  .lg\:brtr-75px {
    border-top-right-radius: 75px;
  }

  .lg\:brbl-75px {
    border-bottom-left-radius: 75px;
  }

  .lg\:brbr-75px {
    border-bottom-right-radius: 75px;
  }

  .lg\:br-80px {
    border-radius: 80px;
  }

  .lg\:brtl-80px {
    border-top-left-radius: 80px;
  }

  .lg\:brtr-80px {
    border-top-right-radius: 80px;
  }

  .lg\:brbl-80px {
    border-bottom-left-radius: 80px;
  }

  .lg\:brbr-80px {
    border-bottom-right-radius: 80px;
  }

  .lg\:br-85px {
    border-radius: 85px;
  }

  .lg\:brtl-85px {
    border-top-left-radius: 85px;
  }

  .lg\:brtr-85px {
    border-top-right-radius: 85px;
  }

  .lg\:brbl-85px {
    border-bottom-left-radius: 85px;
  }

  .lg\:brbr-85px {
    border-bottom-right-radius: 85px;
  }

  .lg\:br-90px {
    border-radius: 90px;
  }

  .lg\:brtl-90px {
    border-top-left-radius: 90px;
  }

  .lg\:brtr-90px {
    border-top-right-radius: 90px;
  }

  .lg\:brbl-90px {
    border-bottom-left-radius: 90px;
  }

  .lg\:brbr-90px {
    border-bottom-right-radius: 90px;
  }

  .lg\:br-95px {
    border-radius: 95px;
  }

  .lg\:brtl-95px {
    border-top-left-radius: 95px;
  }

  .lg\:brtr-95px {
    border-top-right-radius: 95px;
  }

  .lg\:brbl-95px {
    border-bottom-left-radius: 95px;
  }

  .lg\:brbr-95px {
    border-bottom-right-radius: 95px;
  }

  .lg\:br-100px {
    border-radius: 100px;
  }

  .lg\:brtl-100px {
    border-top-left-radius: 100px;
  }

  .lg\:brtr-100px {
    border-top-right-radius: 100px;
  }

  .lg\:brbl-100px {
    border-bottom-left-radius: 100px;
  }

  .lg\:brbr-100px {
    border-bottom-right-radius: 100px;
  }

  .lg\:br-none {
    border-radius: 0;
  }

  .lg\:br-full {
    border-radius: 9999px;
  }

  .lg\:brtl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:brtr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:brbl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:brbr-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:border-style-solid {
    border-style: solid;
  }

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

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

  .lg\:border-style-double {
    border-style: double;
  }

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

  .lg\:border-0px {
    border-width: 0;
  }

  .lg\:border-t-0px {
    border-top-width: 0;
  }

  .lg\:border-r-0px {
    border-right-width: 0;
  }

  .lg\:border-b-0px {
    border-bottom-width: 0;
  }

  .lg\:border-l-0px {
    border-left-width: 0;
  }

  .lg\:border-1px {
    border-width: 1px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:border-3px {
    border-width: 3px;
  }

  .lg\:border-t-3px {
    border-top-width: 3px;
  }

  .lg\:border-r-3px {
    border-right-width: 3px;
  }

  .lg\:border-b-3px {
    border-bottom-width: 3px;
  }

  .lg\:border-l-3px {
    border-left-width: 3px;
  }

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

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

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

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

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

  .lg\:border-5px {
    border-width: 5px;
  }

  .lg\:border-t-5px {
    border-top-width: 5px;
  }

  .lg\:border-r-5px {
    border-right-width: 5px;
  }

  .lg\:border-b-5px {
    border-bottom-width: 5px;
  }

  .lg\:border-l-5px {
    border-left-width: 5px;
  }

  .lg\:border-6px {
    border-width: 6px;
  }

  .lg\:border-t-6px {
    border-top-width: 6px;
  }

  .lg\:border-r-6px {
    border-right-width: 6px;
  }

  .lg\:border-b-6px {
    border-bottom-width: 6px;
  }

  .lg\:border-l-6px {
    border-left-width: 6px;
  }

  .lg\:border-7px {
    border-width: 7px;
  }

  .lg\:border-t-7px {
    border-top-width: 7px;
  }

  .lg\:border-r-7px {
    border-right-width: 7px;
  }

  .lg\:border-b-7px {
    border-bottom-width: 7px;
  }

  .lg\:border-l-7px {
    border-left-width: 7px;
  }

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

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

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

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

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

  .lg\:border-9px {
    border-width: 9px;
  }

  .lg\:border-t-9px {
    border-top-width: 9px;
  }

  .lg\:border-r-9px {
    border-right-width: 9px;
  }

  .lg\:border-b-9px {
    border-bottom-width: 9px;
  }

  .lg\:border-l-9px {
    border-left-width: 9px;
  }

  .lg\:border-10px {
    border-width: 10px;
  }

  .lg\:border-t-10px {
    border-top-width: 10px;
  }

  .lg\:border-r-10px {
    border-right-width: 10px;
  }

  .lg\:border-b-10px {
    border-bottom-width: 10px;
  }

  .lg\:border-l-10px {
    border-left-width: 10px;
  }

  .lg\:border-none {
    border-width: 0;
  }

  .lg\:box-shadow-none {
    box-shadow: 0 0 transparent;
  }

  .lg\:box-shadow-xs {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .lg\:box-shadow-sm {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }

  .lg\:box-shadow-md {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  }

  .lg\:box-shadow-lg {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  }

  .lg\:box-shadow-xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .lg\:box-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .lg\:box-sizing-border {
    box-sizing: border-box;
  }

  .lg\:box-sizing-content {
    box-sizing: content-box;
  }

  .lg\:clear-left {
    clear: left;
  }

  .lg\:clear-right {
    clear: right;
  }

  .lg\:clear-both {
    clear: both;
  }

  .lg\:clear-none {
    clear: none;
  }

  .lg\:text-red-600 {
    --text-opacity: 1;
    color: rgba(237, 45, 45, var(--text-opacity));
  }

  .lg\:text-red-700 {
    --text-opacity: 1;
    color: rgba(235, 21, 21, var(--text-opacity));
  }

  .lg\:text-red-800 {
    --text-opacity: 1;
    color: rgba(212, 18, 18, var(--text-opacity));
  }

  .lg\:text-red-900 {
    --text-opacity: 1;
    color: rgba(189, 16, 16, var(--text-opacity));
  }

  .lg\:text-red-500 {
    --text-opacity: 1;
    color: rgba(239, 68, 68, var(--text-opacity));
  }

  .lg\:text-red-400 {
    --text-opacity: 1;
    color: rgba(242, 106, 106, var(--text-opacity));
  }

  .lg\:text-red-300 {
    --text-opacity: 1;
    color: rgba(245, 143, 143, var(--text-opacity));
  }

  .lg\:text-red-200 {
    --text-opacity: 1;
    color: rgba(249, 181, 181, var(--text-opacity));
  }

  .lg\:text-red-100 {
    --text-opacity: 1;
    color: rgba(252, 218, 218, var(--text-opacity));
  }

  .lg\:text-green-600 {
    --text-opacity: 1;
    color: rgba(14, 162, 113, var(--text-opacity));
  }

  .lg\:text-green-700 {
    --text-opacity: 1;
    color: rgba(12, 138, 96, var(--text-opacity));
  }

  .lg\:text-green-800 {
    --text-opacity: 1;
    color: rgba(10, 115, 80, var(--text-opacity));
  }

  .lg\:text-green-900 {
    --text-opacity: 1;
    color: rgba(8, 91, 64, var(--text-opacity));
  }

  .lg\:text-green-500 {
    --text-opacity: 1;
    color: rgba(16, 185, 129, var(--text-opacity));
  }

  .lg\:text-green-400 {
    --text-opacity: 1;
    color: rgba(19, 223, 155, var(--text-opacity));
  }

  .lg\:text-green-300 {
    --text-opacity: 1;
    color: rgba(46, 237, 174, var(--text-opacity));
  }

  .lg\:text-green-200 {
    --text-opacity: 1;
    color: rgba(83, 240, 188, var(--text-opacity));
  }

  .lg\:text-green-100 {
    --text-opacity: 1;
    color: rgba(121, 243, 203, var(--text-opacity));
  }

  .lg\:text-blue-600 {
    --text-opacity: 1;
    color: rgba(35, 114, 245, var(--text-opacity));
  }

  .lg\:text-blue-700 {
    --text-opacity: 1;
    color: rgba(11, 99, 243, var(--text-opacity));
  }

  .lg\:text-blue-800 {
    --text-opacity: 1;
    color: rgba(10, 89, 218, var(--text-opacity));
  }

  .lg\:text-blue-900 {
    --text-opacity: 1;
    color: rgba(9, 79, 194, var(--text-opacity));
  }

  .lg\:text-blue-500 {
    --text-opacity: 1;
    color: rgba(59, 130, 246, var(--text-opacity));
  }

  .lg\:text-blue-400 {
    --text-opacity: 1;
    color: rgba(98, 155, 248, var(--text-opacity));
  }

  .lg\:text-blue-300 {
    --text-opacity: 1;
    color: rgba(137, 180, 250, var(--text-opacity));
  }

  .lg\:text-blue-200 {
    --text-opacity: 1;
    color: rgba(176, 205, 251, var(--text-opacity));
  }

  .lg\:text-blue-100 {
    --text-opacity: 1;
    color: rgba(215, 230, 253, var(--text-opacity));
  }

  .lg\:text-yellow-600 {
    --text-opacity: 1;
    color: rgba(251, 184, 11, var(--text-opacity));
  }

  .lg\:text-yellow-700 {
    --text-opacity: 1;
    color: rgba(232, 168, 4, var(--text-opacity));
  }

  .lg\:text-yellow-800 {
    --text-opacity: 1;
    color: rgba(207, 150, 4, var(--text-opacity));
  }

  .lg\:text-yellow-900 {
    --text-opacity: 1;
    color: rgba(182, 132, 3, var(--text-opacity));
  }

  .lg\:text-yellow-500 {
    --text-opacity: 1;
    color: rgba(251, 191, 36, var(--text-opacity));
  }

  .lg\:text-yellow-400 {
    --text-opacity: 1;
    color: rgba(252, 203, 76, var(--text-opacity));
  }

  .lg\:text-yellow-300 {
    --text-opacity: 1;
    color: rgba(252, 214, 116, var(--text-opacity));
  }

  .lg\:text-yellow-200 {
    --text-opacity: 1;
    color: rgba(253, 226, 156, var(--text-opacity));
  }

  .lg\:text-yellow-100 {
    --text-opacity: 1;
    color: rgba(254, 238, 196, var(--text-opacity));
  }

  .lg\:text-pink-600 {
    --text-opacity: 1;
    color: rgba(234, 49, 140, var(--text-opacity));
  }

  .lg\:text-pink-700 {
    --text-opacity: 1;
    color: rgba(231, 26, 127, var(--text-opacity));
  }

  .lg\:text-pink-800 {
    --text-opacity: 1;
    color: rgba(210, 22, 115, var(--text-opacity));
  }

  .lg\:text-pink-900 {
    --text-opacity: 1;
    color: rgba(187, 19, 102, var(--text-opacity));
  }

  .lg\:text-pink-500 {
    --text-opacity: 1;
    color: rgba(236, 72, 153, var(--text-opacity));
  }

  .lg\:text-pink-400 {
    --text-opacity: 1;
    color: rgba(240, 109, 174, var(--text-opacity));
  }

  .lg\:text-pink-300 {
    --text-opacity: 1;
    color: rgba(244, 146, 194, var(--text-opacity));
  }

  .lg\:text-pink-200 {
    --text-opacity: 1;
    color: rgba(248, 183, 215, var(--text-opacity));
  }

  .lg\:text-pink-100 {
    --text-opacity: 1;
    color: rgba(251, 220, 235, var(--text-opacity));
  }

  .lg\:text-purple-600 {
    --text-opacity: 1;
    color: rgba(122, 68, 245, var(--text-opacity));
  }

  .lg\:text-purple-700 {
    --text-opacity: 1;
    color: rgba(105, 44, 243, var(--text-opacity));
  }

  .lg\:text-purple-800 {
    --text-opacity: 1;
    color: rgba(87, 20, 242, var(--text-opacity));
  }

  .lg\:text-purple-900 {
    --text-opacity: 1;
    color: rgba(77, 12, 224, var(--text-opacity));
  }

  .lg\:text-purple-500 {
    --text-opacity: 1;
    color: rgba(139, 92, 246, var(--text-opacity));
  }

  .lg\:text-purple-400 {
    --text-opacity: 1;
    color: rgba(167, 131, 248, var(--text-opacity));
  }

  .lg\:text-purple-300 {
    --text-opacity: 1;
    color: rgba(194, 169, 250, var(--text-opacity));
  }

  .lg\:text-purple-200 {
    --text-opacity: 1;
    color: rgba(222, 208, 252, var(--text-opacity));
  }

  .lg\:text-purple-100 {
    --text-opacity: 1;
    color: rgba(249, 247, 255, var(--text-opacity));
  }

  .lg\:text-gray-600 {
    --text-opacity: 1;
    color: rgba(95, 102, 114, var(--text-opacity));
  }

  .lg\:text-gray-700 {
    --text-opacity: 1;
    color: rgba(84, 89, 100, var(--text-opacity));
  }

  .lg\:text-gray-800 {
    --text-opacity: 1;
    color: rgba(72, 77, 86, var(--text-opacity));
  }

  .lg\:text-gray-900 {
    --text-opacity: 1;
    color: rgba(61, 65, 72, var(--text-opacity));
  }

  .lg\:text-gray-500 {
    --text-opacity: 1;
    color: rgba(107, 114, 128, var(--text-opacity));
  }

  .lg\:text-gray-400 {
    --text-opacity: 1;
    color: rgba(127, 134, 148, var(--text-opacity));
  }

  .lg\:text-gray-300 {
    --text-opacity: 1;
    color: rgba(150, 155, 167, var(--text-opacity));
  }

  .lg\:text-gray-200 {
    --text-opacity: 1;
    color: rgba(172, 176, 186, var(--text-opacity));
  }

  .lg\:text-gray-100 {
    --text-opacity: 1;
    color: rgba(194, 197, 204, var(--text-opacity));
  }

  .lg\:w-1\/12 {
    width: 8.3333333333%;
  }

  .lg\:min-w-1\/12 {
    min-width: 8.3333333333%;
  }

  .lg\:max-w-1\/12 {
    max-width: 8.3333333333%;
  }

  .lg\:h-1\/12 {
    height: 8.3333333333%;
  }

  .lg\:min-h-1\/12 {
    min-height: 8.3333333333%;
  }

  .lg\:max-h-1\/12 {
    max-height: 8.3333333333%;
  }

  .lg\:w-2\/12 {
    width: 16.6666666667%;
  }

  .lg\:min-w-2\/12 {
    min-width: 16.6666666667%;
  }

  .lg\:max-w-2\/12 {
    max-width: 16.6666666667%;
  }

  .lg\:h-2\/12 {
    height: 16.6666666667%;
  }

  .lg\:min-h-2\/12 {
    min-height: 16.6666666667%;
  }

  .lg\:max-h-2\/12 {
    max-height: 16.6666666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:min-w-3\/12 {
    min-width: 25%;
  }

  .lg\:max-w-3\/12 {
    max-width: 25%;
  }

  .lg\:h-3\/12 {
    height: 25%;
  }

  .lg\:min-h-3\/12 {
    min-height: 25%;
  }

  .lg\:max-h-3\/12 {
    max-height: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.3333333333%;
  }

  .lg\:min-w-4\/12 {
    min-width: 33.3333333333%;
  }

  .lg\:max-w-4\/12 {
    max-width: 33.3333333333%;
  }

  .lg\:h-4\/12 {
    height: 33.3333333333%;
  }

  .lg\:min-h-4\/12 {
    min-height: 33.3333333333%;
  }

  .lg\:max-h-4\/12 {
    max-height: 33.3333333333%;
  }

  .lg\:w-5\/12 {
    width: 41.6666666667%;
  }

  .lg\:min-w-5\/12 {
    min-width: 41.6666666667%;
  }

  .lg\:max-w-5\/12 {
    max-width: 41.6666666667%;
  }

  .lg\:h-5\/12 {
    height: 41.6666666667%;
  }

  .lg\:min-h-5\/12 {
    min-height: 41.6666666667%;
  }

  .lg\:max-h-5\/12 {
    max-height: 41.6666666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:min-w-6\/12 {
    min-width: 50%;
  }

  .lg\:max-w-6\/12 {
    max-width: 50%;
  }

  .lg\:h-6\/12 {
    height: 50%;
  }

  .lg\:min-h-6\/12 {
    min-height: 50%;
  }

  .lg\:max-h-6\/12 {
    max-height: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.3333333333%;
  }

  .lg\:min-w-7\/12 {
    min-width: 58.3333333333%;
  }

  .lg\:max-w-7\/12 {
    max-width: 58.3333333333%;
  }

  .lg\:h-7\/12 {
    height: 58.3333333333%;
  }

  .lg\:min-h-7\/12 {
    min-height: 58.3333333333%;
  }

  .lg\:max-h-7\/12 {
    max-height: 58.3333333333%;
  }

  .lg\:w-8\/12 {
    width: 66.6666666667%;
  }

  .lg\:min-w-8\/12 {
    min-width: 66.6666666667%;
  }

  .lg\:max-w-8\/12 {
    max-width: 66.6666666667%;
  }

  .lg\:h-8\/12 {
    height: 66.6666666667%;
  }

  .lg\:min-h-8\/12 {
    min-height: 66.6666666667%;
  }

  .lg\:max-h-8\/12 {
    max-height: 66.6666666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:min-w-9\/12 {
    min-width: 75%;
  }

  .lg\:max-w-9\/12 {
    max-width: 75%;
  }

  .lg\:h-9\/12 {
    height: 75%;
  }

  .lg\:min-h-9\/12 {
    min-height: 75%;
  }

  .lg\:max-h-9\/12 {
    max-height: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.3333333333%;
  }

  .lg\:min-w-10\/12 {
    min-width: 83.3333333333%;
  }

  .lg\:max-w-10\/12 {
    max-width: 83.3333333333%;
  }

  .lg\:h-10\/12 {
    height: 83.3333333333%;
  }

  .lg\:min-h-10\/12 {
    min-height: 83.3333333333%;
  }

  .lg\:max-h-10\/12 {
    max-height: 83.3333333333%;
  }

  .lg\:w-11\/12 {
    width: 91.6666666667%;
  }

  .lg\:min-w-11\/12 {
    min-width: 91.6666666667%;
  }

  .lg\:max-w-11\/12 {
    max-width: 91.6666666667%;
  }

  .lg\:h-11\/12 {
    height: 91.6666666667%;
  }

  .lg\:min-h-11\/12 {
    min-height: 91.6666666667%;
  }

  .lg\:max-h-11\/12 {
    max-height: 91.6666666667%;
  }

  .lg\:w-12\/12 {
    width: 100%;
  }

  .lg\:min-w-12\/12 {
    min-width: 100%;
  }

  .lg\:max-w-12\/12 {
    max-width: 100%;
  }

  .lg\:h-12\/12 {
    height: 100%;
  }

  .lg\:min-h-12\/12 {
    min-height: 100%;
  }

  .lg\:max-h-12\/12 {
    max-height: 100%;
  }

  .lg\:container {
    max-width: 1024px;
  }

  .container {
    max-width: 1024px;
  }

  .lg\:container-fluid {
    width: 100%;
  }

  .lg\:cursor-alias {
    cursor: alias;
  }

  .lg\:cursor-all-scroll {
    cursor: all-scroll;
  }

  .lg\:cursor-auto {
    cursor: auto;
  }

  .lg\:cursor-cell {
    cursor: cell;
  }

  .lg\:cursor-context-menu {
    cursor: context-menu;
  }

  .lg\:cursor-col-resize {
    cursor: col-resize;
  }

  .lg\:cursor-copy {
    cursor: copy;
  }

  .lg\:cursor-crosshair {
    cursor: crosshair;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-e-resize {
    cursor: e-resize;
  }

  .lg\:cursor-ew-resize {
    cursor: ew-resize;
  }

  .lg\:cursor-grab {
    cursor: grab;
  }

  .lg\:cursor-grabbing {
    cursor: grabbing;
  }

  .lg\:cursor-help {
    cursor: help;
  }

  .lg\:cursor-move {
    cursor: move;
  }

  .lg\:cursor-n-resize {
    cursor: n-resize;
  }

  .lg\:cursor-ne-resize {
    cursor: ne-resize;
  }

  .lg\:cursor-nesw-resize {
    cursor: nesw-resize;
  }

  .lg\:cursor-ns-resize {
    cursor: ns-resize;
  }

  .lg\:cursor-nw-resize {
    cursor: nw-resize;
  }

  .lg\:cursor-nwse-resize {
    cursor: nwse-resize;
  }

  .lg\:cursor-no-drop {
    cursor: no-drop;
  }

  .lg\:cursor-none {
    cursor: none;
  }

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

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:cursor-progress {
    cursor: progress;
  }

  .lg\:cursor-row-resize {
    cursor: row-resize;
  }

  .lg\:cursor-s-resize {
    cursor: s-resize;
  }

  .lg\:cursor-se-resize {
    cursor: se-resize;
  }

  .lg\:cursor-sw-resize {
    cursor: sw-resize;
  }

  .lg\:cursor-text {
    cursor: text;
  }

  .lg\:cursor-w-resize {
    cursor: w-resize;
  }

  .lg\:cursor-wait {
    cursor: wait;
  }

  .lg\:cursor-zoom-in {
    cursor: zoom-in;
  }

  .lg\:cursor-zoom-out {
    cursor: zoom-out;
  }

  .lg\:display-inline {
    display: inline;
  }

  .lg\:display-block {
    display: block;
  }

  .lg\:display-contents {
    display: contents;
  }

  .lg\:display-flex {
    display: flex;
  }

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

  .lg\:display-grid {
    display: grid;
  }

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

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

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

  .lg\:display-inline-table {
    display: inline-table;
  }

  .lg\:display-list-item {
    display: list-item;
  }

  .lg\:display-run-in {
    display: run-in;
  }

  .lg\:display-table {
    display: table;
  }

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

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

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

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

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

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

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

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

  .lg\:display-none {
    display: none;
  }

  .lg\:display-initial {
    display: initial;
  }

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

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

  .lg\:flex-direction-column {
    flex-direction: column;
  }

  .lg\:flex-direction-column-reverse {
    flex-direction: column-reverse;
  }

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

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

  .lg\:flex-grow-2 {
    flex-grow: 2;
  }

  .lg\:flex-grow-3 {
    flex-grow: 3;
  }

  .lg\:flex-grow-4 {
    flex-grow: 4;
  }

  .lg\:flex-grow-5 {
    flex-grow: 5;
  }

  .lg\:flex-grow-6 {
    flex-grow: 6;
  }

  .lg\:flex-grow-7 {
    flex-grow: 7;
  }

  .lg\:flex-grow-8 {
    flex-grow: 8;
  }

  .lg\:flex-grow-9 {
    flex-grow: 9;
  }

  .lg\:flex-grow-10 {
    flex-grow: 10;
  }

  .lg\:flex-grow-11 {
    flex-grow: 11;
  }

  .lg\:flex-grow-12 {
    flex-grow: 12;
  }

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

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

  .lg\:flex-shrink-2 {
    flex-shrink: 2;
  }

  .lg\:flex-shrink-3 {
    flex-shrink: 3;
  }

  .lg\:flex-shrink-4 {
    flex-shrink: 4;
  }

  .lg\:flex-shrink-5 {
    flex-shrink: 5;
  }

  .lg\:flex-shrink-6 {
    flex-shrink: 6;
  }

  .lg\:flex-shrink-7 {
    flex-shrink: 7;
  }

  .lg\:flex-shrink-8 {
    flex-shrink: 8;
  }

  .lg\:flex-shrink-9 {
    flex-shrink: 9;
  }

  .lg\:flex-shrink-10 {
    flex-shrink: 10;
  }

  .lg\:flex-shrink-11 {
    flex-shrink: 11;
  }

  .lg\:flex-shrink-12 {
    flex-shrink: 12;
  }

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

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

  .lg\:flex-wrap-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

  .lg\:flex-none {
    flex: none;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:font-sans {
    font-family: "ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji";
  }

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

  .lg\:font-mono {
    font-family: "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace";
  }

  .lg\:font-flow {
    font-family: "flow";
  }

  .lg\:fs-normal {
    font-size: 1rem;
  }

  .lg\:fs-xs {
    font-size: 0.75rem;
  }

  .lg\:fs-sm {
    font-size: 0.875rem;
  }

  .lg\:fs-md {
    font-size: 1rem;
  }

  .lg\:fs-lg {
    font-size: 1.125rem;
  }

  .lg\:fs-xl {
    font-size: 1.25rem;
  }

  .lg\:fs-2xl {
    font-size: 1.5rem;
  }

  .lg\:fs-3xl {
    font-size: 1.875rem;
  }

  .lg\:fs-4xl {
    font-size: 2.25rem;
  }

  .lg\:fs-5xl {
    font-size: 3rem;
  }

  .lg\:fs-6xl {
    font-size: 4rem;
  }

  .lg\:fs-7xl {
    font-size: 5rem;
  }

  .lg\:font-antialiased {
    -webkit-font-smoothing: antialiased;
  }

  .lg\:font-subpixel-antialiased {
    -webkit-font-smoothing: subpixel-antialiased;
  }

  .lg\:font-auto {
    -webkit-font-smoothing: auto;
  }

  .lg\:font-none {
    -webkit-font-smoothing: none;
  }

  .lg\:font-style-normal {
    font-style: normal;
  }

  .lg\:font-style-italic {
    font-style: italic;
  }

  .lg\:font-weight-thin {
    font-weight: 100;
  }

  .lg\:font-weight-extralight {
    font-weight: 200;
  }

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

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

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

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

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

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

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

  .lg\:h-0 {
    height: 0;
  }

  .lg\:h-5 {
    height: 5%;
  }

  .lg\:h-10 {
    height: 10%;
  }

  .lg\:h-15 {
    height: 15%;
  }

  .lg\:h-20 {
    height: 20%;
  }

  .lg\:h-25 {
    height: 25%;
  }

  .lg\:h-30 {
    height: 30%;
  }

  .lg\:h-35 {
    height: 35%;
  }

  .lg\:h-40 {
    height: 40%;
  }

  .lg\:h-45 {
    height: 45%;
  }

  .lg\:h-50 {
    height: 50%;
  }

  .lg\:h-55 {
    height: 55%;
  }

  .lg\:h-60 {
    height: 60%;
  }

  .lg\:h-65 {
    height: 65%;
  }

  .lg\:h-70 {
    height: 70%;
  }

  .lg\:h-75 {
    height: 75%;
  }

  .lg\:h-80 {
    height: 80%;
  }

  .lg\:h-85 {
    height: 85%;
  }

  .lg\:h-90 {
    height: 90%;
  }

  .lg\:h-95 {
    height: 95%;
  }

  .lg\:h-100 {
    height: 100%;
  }

  .lg\:h-0px {
    height: 0;
  }

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

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

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

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

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

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

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

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

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

  .lg\:h-100px {
    height: 100px;
  }

  .lg\:h-110px {
    height: 110px;
  }

  .lg\:h-120px {
    height: 120px;
  }

  .lg\:h-130px {
    height: 130px;
  }

  .lg\:h-140px {
    height: 140px;
  }

  .lg\:h-150px {
    height: 150px;
  }

  .lg\:h-160px {
    height: 160px;
  }

  .lg\:h-170px {
    height: 170px;
  }

  .lg\:h-180px {
    height: 180px;
  }

  .lg\:h-190px {
    height: 190px;
  }

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

  .lg\:h-210px {
    height: 210px;
  }

  .lg\:h-220px {
    height: 220px;
  }

  .lg\:h-230px {
    height: 230px;
  }

  .lg\:h-240px {
    height: 240px;
  }

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

  .lg\:h-260px {
    height: 260px;
  }

  .lg\:h-270px {
    height: 270px;
  }

  .lg\:h-280px {
    height: 280px;
  }

  .lg\:h-290px {
    height: 290px;
  }

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

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

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

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

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

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

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

  .lg\:justify-items-baseline {
    justify-items: baseline;
  }

  .lg\:justify-items-start {
    justify-items: start;
  }

  .lg\:justify-items-end {
    justify-items: end;
  }

  .lg\:justify-items-center {
    justify-items: center;
  }

  .lg\:justify-items-stretch {
    justify-items: stretch;
  }

  .lg\:justify-self-auto {
    justify-self: auto;
  }

  .lg\:justify-self-start {
    justify-self: start;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:justify-self-center {
    justify-self: center;
  }

  .lg\:justify-self-stretch {
    justify-self: stretch;
  }

  .lg\:letter-spacing-normal {
    letter-spacing: 0;
  }

  .lg\:letter-spacing-xs {
    letter-spacing: 0.01em;
  }

  .lg\:letter-spacing-sm {
    letter-spacing: 0.02em;
  }

  .lg\:letter-spacing-md {
    letter-spacing: 0.03em;
  }

  .lg\:letter-spacing-lg {
    letter-spacing: 0.04em;
  }

  .lg\:letter-spacing-xl {
    letter-spacing: 0.05em;
  }

  .lg\:letter-spacing-2xl {
    letter-spacing: 0.06em;
  }

  .lg\:letter-spacing-3xl {
    letter-spacing: 0.07em;
  }

  .lg\:letter-spacing-4xl {
    letter-spacing: 0.08em;
  }

  .lg\:letter-spacing-5xl {
    letter-spacing: 0.09em;
  }

  .lg\:letter-spacing-6xl {
    letter-spacing: 0.1em;
  }

  .lg\:letter-spacing-7xl {
    letter-spacing: 0.11em;
  }

  .lg\:line-height-normal {
    line-height: 1em;
  }

  .lg\:line-height-xs {
    line-height: 1.1em;
  }

  .lg\:line-height-sm {
    line-height: 1.2em;
  }

  .lg\:line-height-md {
    line-height: 1.3em;
  }

  .lg\:line-height-lg {
    line-height: 1.4em;
  }

  .lg\:line-height-xl {
    line-height: 1.5em;
  }

  .lg\:line-height-2xl {
    line-height: 1.6em;
  }

  .lg\:line-height-3xl {
    line-height: 1.7em;
  }

  .lg\:line-height-4xl {
    line-height: 1.8em;
  }

  .lg\:line-height-5xl {
    line-height: 1.9em;
  }

  .lg\:line-height-6xl {
    line-height: 2em;
  }

  .lg\:line-height-7xl {
    line-height: 2.1em;
  }

  .lg\:list-style-position-inside {
    list-style-position: inside;
  }

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

  .lg\:list-style-type-none {
    list-style-type: none;
  }

  .lg\:list-style-type-disc {
    list-style-type: disc;
  }

  .lg\:list-style-type-circle {
    list-style-type: circle;
  }

  .lg\:list-style-type-square {
    list-style-type: square;
  }

  .lg\:list-style-type-lower-alpha {
    list-style-type: lower-alpha;
  }

  .lg\:list-style-type-lower-latin {
    list-style-type: lower-latin;
  }

  .lg\:list-style-type-lower-roman {
    list-style-type: lower-roman;
  }

  .lg\:list-style-type-upper-alpha {
    list-style-type: upper-alpha;
  }

  .lg\:list-style-type-upper-latin {
    list-style-type: upper-latin;
  }

  .lg\:list-style-type-upper-roman {
    list-style-type: upper-roman;
  }

  .lg\:list-style-type-decimal {
    list-style-type: decimal;
  }

  .lg\:m-0 {
    margin: 0;
  }

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

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

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

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

  .lg\:m-5 {
    margin: 5%;
  }

  .lg\:mt-5 {
    margin-top: 5%;
  }

  .lg\:mr-5 {
    margin-right: 5%;
  }

  .lg\:mb-5 {
    margin-bottom: 5%;
  }

  .lg\:ml-5 {
    margin-left: 5%;
  }

  .lg\:m-10 {
    margin: 10%;
  }

  .lg\:mt-10 {
    margin-top: 10%;
  }

  .lg\:mr-10 {
    margin-right: 10%;
  }

  .lg\:mb-10 {
    margin-bottom: 10%;
  }

  .lg\:ml-10 {
    margin-left: 10%;
  }

  .lg\:m-15 {
    margin: 15%;
  }

  .lg\:mt-15 {
    margin-top: 15%;
  }

  .lg\:mr-15 {
    margin-right: 15%;
  }

  .lg\:mb-15 {
    margin-bottom: 15%;
  }

  .lg\:ml-15 {
    margin-left: 15%;
  }

  .lg\:m-20 {
    margin: 20%;
  }

  .lg\:mt-20 {
    margin-top: 20%;
  }

  .lg\:mr-20 {
    margin-right: 20%;
  }

  .lg\:mb-20 {
    margin-bottom: 20%;
  }

  .lg\:ml-20 {
    margin-left: 20%;
  }

  .lg\:m-25 {
    margin: 25%;
  }

  .lg\:mt-25 {
    margin-top: 25%;
  }

  .lg\:mr-25 {
    margin-right: 25%;
  }

  .lg\:mb-25 {
    margin-bottom: 25%;
  }

  .lg\:ml-25 {
    margin-left: 25%;
  }

  .lg\:m-30 {
    margin: 30%;
  }

  .lg\:mt-30 {
    margin-top: 30%;
  }

  .lg\:mr-30 {
    margin-right: 30%;
  }

  .lg\:mb-30 {
    margin-bottom: 30%;
  }

  .lg\:ml-30 {
    margin-left: 30%;
  }

  .lg\:m-35 {
    margin: 35%;
  }

  .lg\:mt-35 {
    margin-top: 35%;
  }

  .lg\:mr-35 {
    margin-right: 35%;
  }

  .lg\:mb-35 {
    margin-bottom: 35%;
  }

  .lg\:ml-35 {
    margin-left: 35%;
  }

  .lg\:m-40 {
    margin: 40%;
  }

  .lg\:mt-40 {
    margin-top: 40%;
  }

  .lg\:mr-40 {
    margin-right: 40%;
  }

  .lg\:mb-40 {
    margin-bottom: 40%;
  }

  .lg\:ml-40 {
    margin-left: 40%;
  }

  .lg\:m-45 {
    margin: 45%;
  }

  .lg\:mt-45 {
    margin-top: 45%;
  }

  .lg\:mr-45 {
    margin-right: 45%;
  }

  .lg\:mb-45 {
    margin-bottom: 45%;
  }

  .lg\:ml-45 {
    margin-left: 45%;
  }

  .lg\:m-50 {
    margin: 50%;
  }

  .lg\:mt-50 {
    margin-top: 50%;
  }

  .lg\:mr-50 {
    margin-right: 50%;
  }

  .lg\:mb-50 {
    margin-bottom: 50%;
  }

  .lg\:ml-50 {
    margin-left: 50%;
  }

  .lg\:m-55 {
    margin: 55%;
  }

  .lg\:mt-55 {
    margin-top: 55%;
  }

  .lg\:mr-55 {
    margin-right: 55%;
  }

  .lg\:mb-55 {
    margin-bottom: 55%;
  }

  .lg\:ml-55 {
    margin-left: 55%;
  }

  .lg\:m-60 {
    margin: 60%;
  }

  .lg\:mt-60 {
    margin-top: 60%;
  }

  .lg\:mr-60 {
    margin-right: 60%;
  }

  .lg\:mb-60 {
    margin-bottom: 60%;
  }

  .lg\:ml-60 {
    margin-left: 60%;
  }

  .lg\:m-65 {
    margin: 65%;
  }

  .lg\:mt-65 {
    margin-top: 65%;
  }

  .lg\:mr-65 {
    margin-right: 65%;
  }

  .lg\:mb-65 {
    margin-bottom: 65%;
  }

  .lg\:ml-65 {
    margin-left: 65%;
  }

  .lg\:m-70 {
    margin: 70%;
  }

  .lg\:mt-70 {
    margin-top: 70%;
  }

  .lg\:mr-70 {
    margin-right: 70%;
  }

  .lg\:mb-70 {
    margin-bottom: 70%;
  }

  .lg\:ml-70 {
    margin-left: 70%;
  }

  .lg\:m-75 {
    margin: 75%;
  }

  .lg\:mt-75 {
    margin-top: 75%;
  }

  .lg\:mr-75 {
    margin-right: 75%;
  }

  .lg\:mb-75 {
    margin-bottom: 75%;
  }

  .lg\:ml-75 {
    margin-left: 75%;
  }

  .lg\:m-80 {
    margin: 80%;
  }

  .lg\:mt-80 {
    margin-top: 80%;
  }

  .lg\:mr-80 {
    margin-right: 80%;
  }

  .lg\:mb-80 {
    margin-bottom: 80%;
  }

  .lg\:ml-80 {
    margin-left: 80%;
  }

  .lg\:m-85 {
    margin: 85%;
  }

  .lg\:mt-85 {
    margin-top: 85%;
  }

  .lg\:mr-85 {
    margin-right: 85%;
  }

  .lg\:mb-85 {
    margin-bottom: 85%;
  }

  .lg\:ml-85 {
    margin-left: 85%;
  }

  .lg\:m-90 {
    margin: 90%;
  }

  .lg\:mt-90 {
    margin-top: 90%;
  }

  .lg\:mr-90 {
    margin-right: 90%;
  }

  .lg\:mb-90 {
    margin-bottom: 90%;
  }

  .lg\:ml-90 {
    margin-left: 90%;
  }

  .lg\:m-95 {
    margin: 95%;
  }

  .lg\:mt-95 {
    margin-top: 95%;
  }

  .lg\:mr-95 {
    margin-right: 95%;
  }

  .lg\:mb-95 {
    margin-bottom: 95%;
  }

  .lg\:ml-95 {
    margin-left: 95%;
  }

  .lg\:m-100 {
    margin: 100%;
  }

  .lg\:mt-100 {
    margin-top: 100%;
  }

  .lg\:mr-100 {
    margin-right: 100%;
  }

  .lg\:mb-100 {
    margin-bottom: 100%;
  }

  .lg\:ml-100 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:m-35px {
    margin: 35px;
  }

  .lg\:mt-35px {
    margin-top: 35px;
  }

  .lg\:mr-35px {
    margin-right: 35px;
  }

  .lg\:mb-35px {
    margin-bottom: 35px;
  }

  .lg\:ml-35px {
    margin-left: 35px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:m-65px {
    margin: 65px;
  }

  .lg\:mt-65px {
    margin-top: 65px;
  }

  .lg\:mr-65px {
    margin-right: 65px;
  }

  .lg\:mb-65px {
    margin-bottom: 65px;
  }

  .lg\:ml-65px {
    margin-left: 65px;
  }

  .lg\:m-70px {
    margin: 70px;
  }

  .lg\:mt-70px {
    margin-top: 70px;
  }

  .lg\:mr-70px {
    margin-right: 70px;
  }

  .lg\:mb-70px {
    margin-bottom: 70px;
  }

  .lg\:ml-70px {
    margin-left: 70px;
  }

  .lg\:m-75px {
    margin: 75px;
  }

  .lg\:mt-75px {
    margin-top: 75px;
  }

  .lg\:mr-75px {
    margin-right: 75px;
  }

  .lg\:mb-75px {
    margin-bottom: 75px;
  }

  .lg\:ml-75px {
    margin-left: 75px;
  }

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

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

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

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

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

  .lg\:m-85px {
    margin: 85px;
  }

  .lg\:mt-85px {
    margin-top: 85px;
  }

  .lg\:mr-85px {
    margin-right: 85px;
  }

  .lg\:mb-85px {
    margin-bottom: 85px;
  }

  .lg\:ml-85px {
    margin-left: 85px;
  }

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

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

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

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

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

  .lg\:m-95px {
    margin: 95px;
  }

  .lg\:mt-95px {
    margin-top: 95px;
  }

  .lg\:mr-95px {
    margin-right: 95px;
  }

  .lg\:mb-95px {
    margin-bottom: 95px;
  }

  .lg\:ml-95px {
    margin-left: 95px;
  }

  .lg\:m-100px {
    margin: 100px;
  }

  .lg\:mt-100px {
    margin-top: 100px;
  }

  .lg\:mr-100px {
    margin-right: 100px;
  }

  .lg\:mb-100px {
    margin-bottom: 100px;
  }

  .lg\:ml-100px {
    margin-left: 100px;
  }

  .lg\:m-auto {
    margin: auto;
  }

  .lg\:max-h-0 {
    max-height: 0;
  }

  .lg\:max-h-5 {
    max-height: 5%;
  }

  .lg\:max-h-10 {
    max-height: 10%;
  }

  .lg\:max-h-15 {
    max-height: 15%;
  }

  .lg\:max-h-20 {
    max-height: 20%;
  }

  .lg\:max-h-25 {
    max-height: 25%;
  }

  .lg\:max-h-30 {
    max-height: 30%;
  }

  .lg\:max-h-35 {
    max-height: 35%;
  }

  .lg\:max-h-40 {
    max-height: 40%;
  }

  .lg\:max-h-45 {
    max-height: 45%;
  }

  .lg\:max-h-50 {
    max-height: 50%;
  }

  .lg\:max-h-55 {
    max-height: 55%;
  }

  .lg\:max-h-60 {
    max-height: 60%;
  }

  .lg\:max-h-65 {
    max-height: 65%;
  }

  .lg\:max-h-70 {
    max-height: 70%;
  }

  .lg\:max-h-75 {
    max-height: 75%;
  }

  .lg\:max-h-80 {
    max-height: 80%;
  }

  .lg\:max-h-85 {
    max-height: 85%;
  }

  .lg\:max-h-90 {
    max-height: 90%;
  }

  .lg\:max-h-95 {
    max-height: 95%;
  }

  .lg\:max-h-100 {
    max-height: 100%;
  }

  .lg\:max-h-0px {
    max-height: 0;
  }

  .lg\:max-h-10px {
    max-height: 10px;
  }

  .lg\:max-h-20px {
    max-height: 20px;
  }

  .lg\:max-h-30px {
    max-height: 30px;
  }

  .lg\:max-h-40px {
    max-height: 40px;
  }

  .lg\:max-h-50px {
    max-height: 50px;
  }

  .lg\:max-h-60px {
    max-height: 60px;
  }

  .lg\:max-h-70px {
    max-height: 70px;
  }

  .lg\:max-h-80px {
    max-height: 80px;
  }

  .lg\:max-h-90px {
    max-height: 90px;
  }

  .lg\:max-h-100px {
    max-height: 100px;
  }

  .lg\:max-h-110px {
    max-height: 110px;
  }

  .lg\:max-h-120px {
    max-height: 120px;
  }

  .lg\:max-h-130px {
    max-height: 130px;
  }

  .lg\:max-h-140px {
    max-height: 140px;
  }

  .lg\:max-h-150px {
    max-height: 150px;
  }

  .lg\:max-h-160px {
    max-height: 160px;
  }

  .lg\:max-h-170px {
    max-height: 170px;
  }

  .lg\:max-h-180px {
    max-height: 180px;
  }

  .lg\:max-h-190px {
    max-height: 190px;
  }

  .lg\:max-h-200px {
    max-height: 200px;
  }

  .lg\:max-h-210px {
    max-height: 210px;
  }

  .lg\:max-h-220px {
    max-height: 220px;
  }

  .lg\:max-h-230px {
    max-height: 230px;
  }

  .lg\:max-h-240px {
    max-height: 240px;
  }

  .lg\:max-h-250px {
    max-height: 250px;
  }

  .lg\:max-h-260px {
    max-height: 260px;
  }

  .lg\:max-h-270px {
    max-height: 270px;
  }

  .lg\:max-h-280px {
    max-height: 280px;
  }

  .lg\:max-h-290px {
    max-height: 290px;
  }

  .lg\:max-h-300px {
    max-height: 300px;
  }

  .lg\:max-w-0 {
    max-width: 0;
  }

  .lg\:max-w-5 {
    max-width: 5%;
  }

  .lg\:max-w-10 {
    max-width: 10%;
  }

  .lg\:max-w-15 {
    max-width: 15%;
  }

  .lg\:max-w-20 {
    max-width: 20%;
  }

  .lg\:max-w-25 {
    max-width: 25%;
  }

  .lg\:max-w-30 {
    max-width: 30%;
  }

  .lg\:max-w-35 {
    max-width: 35%;
  }

  .lg\:max-w-40 {
    max-width: 40%;
  }

  .lg\:max-w-45 {
    max-width: 45%;
  }

  .lg\:max-w-50 {
    max-width: 50%;
  }

  .lg\:max-w-55 {
    max-width: 55%;
  }

  .lg\:max-w-60 {
    max-width: 60%;
  }

  .lg\:max-w-65 {
    max-width: 65%;
  }

  .lg\:max-w-70 {
    max-width: 70%;
  }

  .lg\:max-w-75 {
    max-width: 75%;
  }

  .lg\:max-w-80 {
    max-width: 80%;
  }

  .lg\:max-w-85 {
    max-width: 85%;
  }

  .lg\:max-w-90 {
    max-width: 90%;
  }

  .lg\:max-w-95 {
    max-width: 95%;
  }

  .lg\:max-w-100 {
    max-width: 100%;
  }

  .lg\:max-w-0px {
    max-width: 0;
  }

  .lg\:max-w-5px {
    max-width: 5px;
  }

  .lg\:max-w-10px {
    max-width: 10px;
  }

  .lg\:max-w-15px {
    max-width: 15px;
  }

  .lg\:max-w-20px {
    max-width: 20px;
  }

  .lg\:max-w-25px {
    max-width: 25px;
  }

  .lg\:max-w-30px {
    max-width: 30px;
  }

  .lg\:max-w-35px {
    max-width: 35px;
  }

  .lg\:max-w-40px {
    max-width: 40px;
  }

  .lg\:max-w-45px {
    max-width: 45px;
  }

  .lg\:max-w-50px {
    max-width: 50px;
  }

  .lg\:max-w-55px {
    max-width: 55px;
  }

  .lg\:max-w-60px {
    max-width: 60px;
  }

  .lg\:max-w-65px {
    max-width: 65px;
  }

  .lg\:max-w-70px {
    max-width: 70px;
  }

  .lg\:max-w-75px {
    max-width: 75px;
  }

  .lg\:max-w-80px {
    max-width: 80px;
  }

  .lg\:max-w-85px {
    max-width: 85px;
  }

  .lg\:max-w-90px {
    max-width: 90px;
  }

  .lg\:max-w-95px {
    max-width: 95px;
  }

  .lg\:max-w-100px {
    max-width: 100px;
  }

  .lg\:max-w-105px {
    max-width: 105px;
  }

  .lg\:max-w-110px {
    max-width: 110px;
  }

  .lg\:max-w-115px {
    max-width: 115px;
  }

  .lg\:max-w-120px {
    max-width: 120px;
  }

  .lg\:max-w-125px {
    max-width: 125px;
  }

  .lg\:max-w-130px {
    max-width: 130px;
  }

  .lg\:max-w-135px {
    max-width: 135px;
  }

  .lg\:max-w-140px {
    max-width: 140px;
  }

  .lg\:max-w-145px {
    max-width: 145px;
  }

  .lg\:max-w-150px {
    max-width: 150px;
  }

  .lg\:max-w-155px {
    max-width: 155px;
  }

  .lg\:max-w-160px {
    max-width: 160px;
  }

  .lg\:max-w-165px {
    max-width: 165px;
  }

  .lg\:max-w-170px {
    max-width: 170px;
  }

  .lg\:max-w-175px {
    max-width: 175px;
  }

  .lg\:max-w-180px {
    max-width: 180px;
  }

  .lg\:max-w-185px {
    max-width: 185px;
  }

  .lg\:max-w-190px {
    max-width: 190px;
  }

  .lg\:max-w-195px {
    max-width: 195px;
  }

  .lg\:max-w-200px {
    max-width: 200px;
  }

  .lg\:max-w-205px {
    max-width: 205px;
  }

  .lg\:max-w-210px {
    max-width: 210px;
  }

  .lg\:max-w-215px {
    max-width: 215px;
  }

  .lg\:max-w-220px {
    max-width: 220px;
  }

  .lg\:max-w-225px {
    max-width: 225px;
  }

  .lg\:max-w-230px {
    max-width: 230px;
  }

  .lg\:max-w-235px {
    max-width: 235px;
  }

  .lg\:max-w-240px {
    max-width: 240px;
  }

  .lg\:max-w-245px {
    max-width: 245px;
  }

  .lg\:max-w-250px {
    max-width: 250px;
  }

  .lg\:max-w-255px {
    max-width: 255px;
  }

  .lg\:max-w-260px {
    max-width: 260px;
  }

  .lg\:max-w-265px {
    max-width: 265px;
  }

  .lg\:max-w-270px {
    max-width: 270px;
  }

  .lg\:max-w-275px {
    max-width: 275px;
  }

  .lg\:max-w-280px {
    max-width: 280px;
  }

  .lg\:max-w-285px {
    max-width: 285px;
  }

  .lg\:max-w-290px {
    max-width: 290px;
  }

  .lg\:max-w-295px {
    max-width: 295px;
  }

  .lg\:max-w-300px {
    max-width: 300px;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-5 {
    min-height: 5%;
  }

  .lg\:min-h-10 {
    min-height: 10%;
  }

  .lg\:min-h-15 {
    min-height: 15%;
  }

  .lg\:min-h-20 {
    min-height: 20%;
  }

  .lg\:min-h-25 {
    min-height: 25%;
  }

  .lg\:min-h-30 {
    min-height: 30%;
  }

  .lg\:min-h-35 {
    min-height: 35%;
  }

  .lg\:min-h-40 {
    min-height: 40%;
  }

  .lg\:min-h-45 {
    min-height: 45%;
  }

  .lg\:min-h-50 {
    min-height: 50%;
  }

  .lg\:min-h-55 {
    min-height: 55%;
  }

  .lg\:min-h-60 {
    min-height: 60%;
  }

  .lg\:min-h-65 {
    min-height: 65%;
  }

  .lg\:min-h-70 {
    min-height: 70%;
  }

  .lg\:min-h-75 {
    min-height: 75%;
  }

  .lg\:min-h-80 {
    min-height: 80%;
  }

  .lg\:min-h-85 {
    min-height: 85%;
  }

  .lg\:min-h-90 {
    min-height: 90%;
  }

  .lg\:min-h-95 {
    min-height: 95%;
  }

  .lg\:min-h-100 {
    min-height: 100%;
  }

  .lg\:min-h-0px {
    min-height: 0;
  }

  .lg\:min-h-10px {
    min-height: 10px;
  }

  .lg\:min-h-20px {
    min-height: 20px;
  }

  .lg\:min-h-30px {
    min-height: 30px;
  }

  .lg\:min-h-40px {
    min-height: 40px;
  }

  .lg\:min-h-50px {
    min-height: 50px;
  }

  .lg\:min-h-60px {
    min-height: 60px;
  }

  .lg\:min-h-70px {
    min-height: 70px;
  }

  .lg\:min-h-80px {
    min-height: 80px;
  }

  .lg\:min-h-90px {
    min-height: 90px;
  }

  .lg\:min-h-100px {
    min-height: 100px;
  }

  .lg\:min-h-110px {
    min-height: 110px;
  }

  .lg\:min-h-120px {
    min-height: 120px;
  }

  .lg\:min-h-130px {
    min-height: 130px;
  }

  .lg\:min-h-140px {
    min-height: 140px;
  }

  .lg\:min-h-150px {
    min-height: 150px;
  }

  .lg\:min-h-160px {
    min-height: 160px;
  }

  .lg\:min-h-170px {
    min-height: 170px;
  }

  .lg\:min-h-180px {
    min-height: 180px;
  }

  .lg\:min-h-190px {
    min-height: 190px;
  }

  .lg\:min-h-200px {
    min-height: 200px;
  }

  .lg\:min-h-210px {
    min-height: 210px;
  }

  .lg\:min-h-220px {
    min-height: 220px;
  }

  .lg\:min-h-230px {
    min-height: 230px;
  }

  .lg\:min-h-240px {
    min-height: 240px;
  }

  .lg\:min-h-250px {
    min-height: 250px;
  }

  .lg\:min-h-260px {
    min-height: 260px;
  }

  .lg\:min-h-270px {
    min-height: 270px;
  }

  .lg\:min-h-280px {
    min-height: 280px;
  }

  .lg\:min-h-290px {
    min-height: 290px;
  }

  .lg\:min-h-300px {
    min-height: 300px;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-5 {
    min-width: 5%;
  }

  .lg\:min-w-10 {
    min-width: 10%;
  }

  .lg\:min-w-15 {
    min-width: 15%;
  }

  .lg\:min-w-20 {
    min-width: 20%;
  }

  .lg\:min-w-25 {
    min-width: 25%;
  }

  .lg\:min-w-30 {
    min-width: 30%;
  }

  .lg\:min-w-35 {
    min-width: 35%;
  }

  .lg\:min-w-40 {
    min-width: 40%;
  }

  .lg\:min-w-45 {
    min-width: 45%;
  }

  .lg\:min-w-50 {
    min-width: 50%;
  }

  .lg\:min-w-55 {
    min-width: 55%;
  }

  .lg\:min-w-60 {
    min-width: 60%;
  }

  .lg\:min-w-65 {
    min-width: 65%;
  }

  .lg\:min-w-70 {
    min-width: 70%;
  }

  .lg\:min-w-75 {
    min-width: 75%;
  }

  .lg\:min-w-80 {
    min-width: 80%;
  }

  .lg\:min-w-85 {
    min-width: 85%;
  }

  .lg\:min-w-90 {
    min-width: 90%;
  }

  .lg\:min-w-95 {
    min-width: 95%;
  }

  .lg\:min-w-100 {
    min-width: 100%;
  }

  .lg\:min-w-0px {
    min-width: 0;
  }

  .lg\:min-w-5px {
    min-width: 5px;
  }

  .lg\:min-w-10px {
    min-width: 10px;
  }

  .lg\:min-w-15px {
    min-width: 15px;
  }

  .lg\:min-w-20px {
    min-width: 20px;
  }

  .lg\:min-w-25px {
    min-width: 25px;
  }

  .lg\:min-w-30px {
    min-width: 30px;
  }

  .lg\:min-w-35px {
    min-width: 35px;
  }

  .lg\:min-w-40px {
    min-width: 40px;
  }

  .lg\:min-w-45px {
    min-width: 45px;
  }

  .lg\:min-w-50px {
    min-width: 50px;
  }

  .lg\:min-w-55px {
    min-width: 55px;
  }

  .lg\:min-w-60px {
    min-width: 60px;
  }

  .lg\:min-w-65px {
    min-width: 65px;
  }

  .lg\:min-w-70px {
    min-width: 70px;
  }

  .lg\:min-w-75px {
    min-width: 75px;
  }

  .lg\:min-w-80px {
    min-width: 80px;
  }

  .lg\:min-w-85px {
    min-width: 85px;
  }

  .lg\:min-w-90px {
    min-width: 90px;
  }

  .lg\:min-w-95px {
    min-width: 95px;
  }

  .lg\:min-w-100px {
    min-width: 100px;
  }

  .lg\:min-w-105px {
    min-width: 105px;
  }

  .lg\:min-w-110px {
    min-width: 110px;
  }

  .lg\:min-w-115px {
    min-width: 115px;
  }

  .lg\:min-w-120px {
    min-width: 120px;
  }

  .lg\:min-w-125px {
    min-width: 125px;
  }

  .lg\:min-w-130px {
    min-width: 130px;
  }

  .lg\:min-w-135px {
    min-width: 135px;
  }

  .lg\:min-w-140px {
    min-width: 140px;
  }

  .lg\:min-w-145px {
    min-width: 145px;
  }

  .lg\:min-w-150px {
    min-width: 150px;
  }

  .lg\:min-w-155px {
    min-width: 155px;
  }

  .lg\:min-w-160px {
    min-width: 160px;
  }

  .lg\:min-w-165px {
    min-width: 165px;
  }

  .lg\:min-w-170px {
    min-width: 170px;
  }

  .lg\:min-w-175px {
    min-width: 175px;
  }

  .lg\:min-w-180px {
    min-width: 180px;
  }

  .lg\:min-w-185px {
    min-width: 185px;
  }

  .lg\:min-w-190px {
    min-width: 190px;
  }

  .lg\:min-w-195px {
    min-width: 195px;
  }

  .lg\:min-w-200px {
    min-width: 200px;
  }

  .lg\:min-w-205px {
    min-width: 205px;
  }

  .lg\:min-w-210px {
    min-width: 210px;
  }

  .lg\:min-w-215px {
    min-width: 215px;
  }

  .lg\:min-w-220px {
    min-width: 220px;
  }

  .lg\:min-w-225px {
    min-width: 225px;
  }

  .lg\:min-w-230px {
    min-width: 230px;
  }

  .lg\:min-w-235px {
    min-width: 235px;
  }

  .lg\:min-w-240px {
    min-width: 240px;
  }

  .lg\:min-w-245px {
    min-width: 245px;
  }

  .lg\:min-w-250px {
    min-width: 250px;
  }

  .lg\:min-w-255px {
    min-width: 255px;
  }

  .lg\:min-w-260px {
    min-width: 260px;
  }

  .lg\:min-w-265px {
    min-width: 265px;
  }

  .lg\:min-w-270px {
    min-width: 270px;
  }

  .lg\:min-w-275px {
    min-width: 275px;
  }

  .lg\:min-w-280px {
    min-width: 280px;
  }

  .lg\:min-w-285px {
    min-width: 285px;
  }

  .lg\:min-w-290px {
    min-width: 290px;
  }

  .lg\:min-w-295px {
    min-width: 295px;
  }

  .lg\:min-w-300px {
    min-width: 300px;
  }

  .lg\:object-fit-contain {
    object-fit: contain;
  }

  .lg\:object-fit-cover {
    object-fit: cover;
  }

  .lg\:object-fit-fill {
    object-fit: fill;
  }

  .lg\:object-fit-none {
    object-fit: none;
  }

  .lg\:object-fit-scale-down {
    object-fit: scale-down;
  }

  .lg\:object-fit-inherit {
    object-fit: inherit;
  }

  .lg\:object-position-top {
    object-position: top;
  }

  .lg\:object-position-right {
    object-position: right;
  }

  .lg\:object-position-bottom {
    object-position: bottom;
  }

  .lg\:object-position-left {
    object-position: left;
  }

  .lg\:object-position-center {
    object-position: center;
  }

  .lg\:object-position-left-top {
    object-position: left top;
  }

  .lg\:object-position-left-bottom {
    object-position: left bottom;
  }

  .lg\:object-position-right-top {
    object-position: right top;
  }

  .lg\:object-position-right-bottom {
    object-position: right bottom;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:opacity-5 {
    opacity: 0.05;
  }

  .lg\:opacity-10 {
    opacity: 0.1;
  }

  .lg\:opacity-15 {
    opacity: 0.15;
  }

  .lg\:opacity-20 {
    opacity: 0.2;
  }

  .lg\:opacity-25 {
    opacity: 0.25;
  }

  .lg\:opacity-30 {
    opacity: 0.3;
  }

  .lg\:opacity-35 {
    opacity: 0.35;
  }

  .lg\:opacity-40 {
    opacity: 0.4;
  }

  .lg\:opacity-45 {
    opacity: 0.45;
  }

  .lg\:opacity-50 {
    opacity: 0.5;
  }

  .lg\:opacity-55 {
    opacity: 0.55;
  }

  .lg\:opacity-60 {
    opacity: 0.6;
  }

  .lg\:opacity-65 {
    opacity: 0.65;
  }

  .lg\:opacity-70 {
    opacity: 0.7;
  }

  .lg\:opacity-75 {
    opacity: 0.75;
  }

  .lg\:opacity-80 {
    opacity: 0.8;
  }

  .lg\:opacity-85 {
    opacity: 0.85;
  }

  .lg\:opacity-90 {
    opacity: 0.9;
  }

  .lg\:opacity-95 {
    opacity: 0.95;
  }

  .lg\:opacity-100 {
    opacity: 100;
  }

  .lg\:order-0 {
    order: 0;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

  .lg\:order-6 {
    order: 6;
  }

  .lg\:order-7 {
    order: 7;
  }

  .lg\:order-8 {
    order: 8;
  }

  .lg\:order-9 {
    order: 9;
  }

  .lg\:order-10 {
    order: 10;
  }

  .lg\:overflow-wrap-normal {
    overflow-wrap: normal;
  }

  .lg\:overflow-wrap-anywhere {
    overflow-wrap: anywhere;
  }

  .lg\:overflow-wrap-break-word {
    overflow-wrap: break-word;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:overscroll-behavior-auto {
    overscroll-behavior: auto;
  }

  .lg\:overscroll-behavior-contain {
    overscroll-behavior: contain;
  }

  .lg\:overscroll-behavior-none {
    overscroll-behavior: none;
  }

  .lg\:overscroll-behavior-y-auto {
    overscroll-behavior-y: auto;
  }

  .lg\:overscroll-behavior-y-contain {
    overscroll-behavior-y: contain;
  }

  .lg\:overscroll-behavior-y-none {
    overscroll-behavior-y: none;
  }

  .lg\:overscroll-behavior-x-auto {
    overscroll-behavior-x: auto;
  }

  .lg\:overscroll-behavior-x-contain {
    overscroll-behavior-x: contain;
  }

  .lg\:overscroll-behavior-x-none {
    overscroll-behavior-x: none;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:p-5 {
    padding: 5%;
  }

  .lg\:pt-5 {
    padding-top: 5%;
  }

  .lg\:pr-5 {
    padding-right: 5%;
  }

  .lg\:pb-5 {
    padding-bottom: 5%;
  }

  .lg\:pl-5 {
    padding-left: 5%;
  }

  .lg\:p-10 {
    padding: 10%;
  }

  .lg\:pt-10 {
    padding-top: 10%;
  }

  .lg\:pr-10 {
    padding-right: 10%;
  }

  .lg\:pb-10 {
    padding-bottom: 10%;
  }

  .lg\:pl-10 {
    padding-left: 10%;
  }

  .lg\:p-15 {
    padding: 15%;
  }

  .lg\:pt-15 {
    padding-top: 15%;
  }

  .lg\:pr-15 {
    padding-right: 15%;
  }

  .lg\:pb-15 {
    padding-bottom: 15%;
  }

  .lg\:pl-15 {
    padding-left: 15%;
  }

  .lg\:p-20 {
    padding: 20%;
  }

  .lg\:pt-20 {
    padding-top: 20%;
  }

  .lg\:pr-20 {
    padding-right: 20%;
  }

  .lg\:pb-20 {
    padding-bottom: 20%;
  }

  .lg\:pl-20 {
    padding-left: 20%;
  }

  .lg\:p-25 {
    padding: 25%;
  }

  .lg\:pt-25 {
    padding-top: 25%;
  }

  .lg\:pr-25 {
    padding-right: 25%;
  }

  .lg\:pb-25 {
    padding-bottom: 25%;
  }

  .lg\:pl-25 {
    padding-left: 25%;
  }

  .lg\:p-30 {
    padding: 30%;
  }

  .lg\:pt-30 {
    padding-top: 30%;
  }

  .lg\:pr-30 {
    padding-right: 30%;
  }

  .lg\:pb-30 {
    padding-bottom: 30%;
  }

  .lg\:pl-30 {
    padding-left: 30%;
  }

  .lg\:p-35 {
    padding: 35%;
  }

  .lg\:pt-35 {
    padding-top: 35%;
  }

  .lg\:pr-35 {
    padding-right: 35%;
  }

  .lg\:pb-35 {
    padding-bottom: 35%;
  }

  .lg\:pl-35 {
    padding-left: 35%;
  }

  .lg\:p-40 {
    padding: 40%;
  }

  .lg\:pt-40 {
    padding-top: 40%;
  }

  .lg\:pr-40 {
    padding-right: 40%;
  }

  .lg\:pb-40 {
    padding-bottom: 40%;
  }

  .lg\:pl-40 {
    padding-left: 40%;
  }

  .lg\:p-45 {
    padding: 45%;
  }

  .lg\:pt-45 {
    padding-top: 45%;
  }

  .lg\:pr-45 {
    padding-right: 45%;
  }

  .lg\:pb-45 {
    padding-bottom: 45%;
  }

  .lg\:pl-45 {
    padding-left: 45%;
  }

  .lg\:p-50 {
    padding: 50%;
  }

  .lg\:pt-50 {
    padding-top: 50%;
  }

  .lg\:pr-50 {
    padding-right: 50%;
  }

  .lg\:pb-50 {
    padding-bottom: 50%;
  }

  .lg\:pl-50 {
    padding-left: 50%;
  }

  .lg\:p-55 {
    padding: 55%;
  }

  .lg\:pt-55 {
    padding-top: 55%;
  }

  .lg\:pr-55 {
    padding-right: 55%;
  }

  .lg\:pb-55 {
    padding-bottom: 55%;
  }

  .lg\:pl-55 {
    padding-left: 55%;
  }

  .lg\:p-60 {
    padding: 60%;
  }

  .lg\:pt-60 {
    padding-top: 60%;
  }

  .lg\:pr-60 {
    padding-right: 60%;
  }

  .lg\:pb-60 {
    padding-bottom: 60%;
  }

  .lg\:pl-60 {
    padding-left: 60%;
  }

  .lg\:p-65 {
    padding: 65%;
  }

  .lg\:pt-65 {
    padding-top: 65%;
  }

  .lg\:pr-65 {
    padding-right: 65%;
  }

  .lg\:pb-65 {
    padding-bottom: 65%;
  }

  .lg\:pl-65 {
    padding-left: 65%;
  }

  .lg\:p-70 {
    padding: 70%;
  }

  .lg\:pt-70 {
    padding-top: 70%;
  }

  .lg\:pr-70 {
    padding-right: 70%;
  }

  .lg\:pb-70 {
    padding-bottom: 70%;
  }

  .lg\:pl-70 {
    padding-left: 70%;
  }

  .lg\:p-75 {
    padding: 75%;
  }

  .lg\:pt-75 {
    padding-top: 75%;
  }

  .lg\:pr-75 {
    padding-right: 75%;
  }

  .lg\:pb-75 {
    padding-bottom: 75%;
  }

  .lg\:pl-75 {
    padding-left: 75%;
  }

  .lg\:p-80 {
    padding: 80%;
  }

  .lg\:pt-80 {
    padding-top: 80%;
  }

  .lg\:pr-80 {
    padding-right: 80%;
  }

  .lg\:pb-80 {
    padding-bottom: 80%;
  }

  .lg\:pl-80 {
    padding-left: 80%;
  }

  .lg\:p-85 {
    padding: 85%;
  }

  .lg\:pt-85 {
    padding-top: 85%;
  }

  .lg\:pr-85 {
    padding-right: 85%;
  }

  .lg\:pb-85 {
    padding-bottom: 85%;
  }

  .lg\:pl-85 {
    padding-left: 85%;
  }

  .lg\:p-90 {
    padding: 90%;
  }

  .lg\:pt-90 {
    padding-top: 90%;
  }

  .lg\:pr-90 {
    padding-right: 90%;
  }

  .lg\:pb-90 {
    padding-bottom: 90%;
  }

  .lg\:pl-90 {
    padding-left: 90%;
  }

  .lg\:p-95 {
    padding: 95%;
  }

  .lg\:pt-95 {
    padding-top: 95%;
  }

  .lg\:pr-95 {
    padding-right: 95%;
  }

  .lg\:pb-95 {
    padding-bottom: 95%;
  }

  .lg\:pl-95 {
    padding-left: 95%;
  }

  .lg\:p-100 {
    padding: 100%;
  }

  .lg\:pt-100 {
    padding-top: 100%;
  }

  .lg\:pr-100 {
    padding-right: 100%;
  }

  .lg\:pb-100 {
    padding-bottom: 100%;
  }

  .lg\:pl-100 {
    padding-left: 100%;
  }

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

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

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

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

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

  .lg\:p-5px {
    padding: 5px;
  }

  .lg\:pt-5px {
    padding-top: 5px;
  }

  .lg\:pr-5px {
    padding-right: 5px;
  }

  .lg\:pb-5px {
    padding-bottom: 5px;
  }

  .lg\:pl-5px {
    padding-left: 5px;
  }

  .lg\:p-10px {
    padding: 10px;
  }

  .lg\:pt-10px {
    padding-top: 10px;
  }

  .lg\:pr-10px {
    padding-right: 10px;
  }

  .lg\:pb-10px {
    padding-bottom: 10px;
  }

  .lg\:pl-10px {
    padding-left: 10px;
  }

  .lg\:p-15px {
    padding: 15px;
  }

  .lg\:pt-15px {
    padding-top: 15px;
  }

  .lg\:pr-15px {
    padding-right: 15px;
  }

  .lg\:pb-15px {
    padding-bottom: 15px;
  }

  .lg\:pl-15px {
    padding-left: 15px;
  }

  .lg\:p-20px {
    padding: 20px;
  }

  .lg\:pt-20px {
    padding-top: 20px;
  }

  .lg\:pr-20px {
    padding-right: 20px;
  }

  .lg\:pb-20px {
    padding-bottom: 20px;
  }

  .lg\:pl-20px {
    padding-left: 20px;
  }

  .lg\:p-25px {
    padding: 25px;
  }

  .lg\:pt-25px {
    padding-top: 25px;
  }

  .lg\:pr-25px {
    padding-right: 25px;
  }

  .lg\:pb-25px {
    padding-bottom: 25px;
  }

  .lg\:pl-25px {
    padding-left: 25px;
  }

  .lg\:p-30px {
    padding: 30px;
  }

  .lg\:pt-30px {
    padding-top: 30px;
  }

  .lg\:pr-30px {
    padding-right: 30px;
  }

  .lg\:pb-30px {
    padding-bottom: 30px;
  }

  .lg\:pl-30px {
    padding-left: 30px;
  }

  .lg\:p-35px {
    padding: 35px;
  }

  .lg\:pt-35px {
    padding-top: 35px;
  }

  .lg\:pr-35px {
    padding-right: 35px;
  }

  .lg\:pb-35px {
    padding-bottom: 35px;
  }

  .lg\:pl-35px {
    padding-left: 35px;
  }

  .lg\:p-40px {
    padding: 40px;
  }

  .lg\:pt-40px {
    padding-top: 40px;
  }

  .lg\:pr-40px {
    padding-right: 40px;
  }

  .lg\:pb-40px {
    padding-bottom: 40px;
  }

  .lg\:pl-40px {
    padding-left: 40px;
  }

  .lg\:p-45px {
    padding: 45px;
  }

  .lg\:pt-45px {
    padding-top: 45px;
  }

  .lg\:pr-45px {
    padding-right: 45px;
  }

  .lg\:pb-45px {
    padding-bottom: 45px;
  }

  .lg\:pl-45px {
    padding-left: 45px;
  }

  .lg\:p-50px {
    padding: 50px;
  }

  .lg\:pt-50px {
    padding-top: 50px;
  }

  .lg\:pr-50px {
    padding-right: 50px;
  }

  .lg\:pb-50px {
    padding-bottom: 50px;
  }

  .lg\:pl-50px {
    padding-left: 50px;
  }

  .lg\:p-55px {
    padding: 55px;
  }

  .lg\:pt-55px {
    padding-top: 55px;
  }

  .lg\:pr-55px {
    padding-right: 55px;
  }

  .lg\:pb-55px {
    padding-bottom: 55px;
  }

  .lg\:pl-55px {
    padding-left: 55px;
  }

  .lg\:p-60px {
    padding: 60px;
  }

  .lg\:pt-60px {
    padding-top: 60px;
  }

  .lg\:pr-60px {
    padding-right: 60px;
  }

  .lg\:pb-60px {
    padding-bottom: 60px;
  }

  .lg\:pl-60px {
    padding-left: 60px;
  }

  .lg\:p-65px {
    padding: 65px;
  }

  .lg\:pt-65px {
    padding-top: 65px;
  }

  .lg\:pr-65px {
    padding-right: 65px;
  }

  .lg\:pb-65px {
    padding-bottom: 65px;
  }

  .lg\:pl-65px {
    padding-left: 65px;
  }

  .lg\:p-70px {
    padding: 70px;
  }

  .lg\:pt-70px {
    padding-top: 70px;
  }

  .lg\:pr-70px {
    padding-right: 70px;
  }

  .lg\:pb-70px {
    padding-bottom: 70px;
  }

  .lg\:pl-70px {
    padding-left: 70px;
  }

  .lg\:p-75px {
    padding: 75px;
  }

  .lg\:pt-75px {
    padding-top: 75px;
  }

  .lg\:pr-75px {
    padding-right: 75px;
  }

  .lg\:pb-75px {
    padding-bottom: 75px;
  }

  .lg\:pl-75px {
    padding-left: 75px;
  }

  .lg\:p-80px {
    padding: 80px;
  }

  .lg\:pt-80px {
    padding-top: 80px;
  }

  .lg\:pr-80px {
    padding-right: 80px;
  }

  .lg\:pb-80px {
    padding-bottom: 80px;
  }

  .lg\:pl-80px {
    padding-left: 80px;
  }

  .lg\:p-85px {
    padding: 85px;
  }

  .lg\:pt-85px {
    padding-top: 85px;
  }

  .lg\:pr-85px {
    padding-right: 85px;
  }

  .lg\:pb-85px {
    padding-bottom: 85px;
  }

  .lg\:pl-85px {
    padding-left: 85px;
  }

  .lg\:p-90px {
    padding: 90px;
  }

  .lg\:pt-90px {
    padding-top: 90px;
  }

  .lg\:pr-90px {
    padding-right: 90px;
  }

  .lg\:pb-90px {
    padding-bottom: 90px;
  }

  .lg\:pl-90px {
    padding-left: 90px;
  }

  .lg\:p-95px {
    padding: 95px;
  }

  .lg\:pt-95px {
    padding-top: 95px;
  }

  .lg\:pr-95px {
    padding-right: 95px;
  }

  .lg\:pb-95px {
    padding-bottom: 95px;
  }

  .lg\:pl-95px {
    padding-left: 95px;
  }

  .lg\:p-100px {
    padding: 100px;
  }

  .lg\:pt-100px {
    padding-top: 100px;
  }

  .lg\:pr-100px {
    padding-right: 100px;
  }

  .lg\:pb-100px {
    padding-bottom: 100px;
  }

  .lg\:pl-100px {
    padding-left: 100px;
  }

  .lg\:place-content-start {
    place-content: start;
  }

  .lg\:place-content-end {
    place-content: end;
  }

  .lg\:place-content-center {
    place-content: center;
  }

  .lg\:place-content-between {
    place-content: space-between;
  }

  .lg\:place-content-around {
    place-content: space-around;
  }

  .lg\:place-content-evenly {
    place-content: space-evenly;
  }

  .lg\:place-content-stretch {
    place-content: stretch;
  }

  .lg\:place-items-auto {
    place-items: auto;
  }

  .lg\:place-items-start {
    place-items: start;
  }

  .lg\:place-items-end {
    place-items: end;
  }

  .lg\:place-items-center {
    place-items: center;
  }

  .lg\:place-items-stretch {
    place-items: stretch;
  }

  .lg\:place-self-auto {
    place-self: auto;
  }

  .lg\:place-self-start {
    place-self: start;
  }

  .lg\:place-self-end {
    place-self: end;
  }

  .lg\:place-self-center {
    place-self: center;
  }

  .lg\:place-self-stretch {
    place-self: stretch;
  }

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:position-static {
    position: static;
  }

  .lg\:position-relative {
    position: relative;
  }

  .lg\:position-fixed {
    position: fixed;
  }

  .lg\:position-absolute {
    position: absolute;
  }

  .lg\:position-sticky {
    position: sticky;
  }

  .lg\:resize-none {
    resize: none;
  }

  .lg\:resize-vertical {
    resize: vertical;
  }

  .lg\:resize-horizontal {
    resize: horizontal;
  }

  .lg\:resize-both {
    resize: both;
  }

  .lg\:table-layout-auto {
    table-layout: auto;
  }

  .lg\:table-layout-fixed {
    table-layout: fixed;
  }

  .lg\:text-align-left {
    text-align: left;
  }

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

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

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

  .lg\:text-decoration-underline {
    text-decoration: underline;
  }

  .lg\:text-decoration-overline {
    text-decoration: overline;
  }

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

  .lg\:text-decoration-none {
    text-decoration: none;
  }

  .lg\:text-opacity-0 {
    --text-opacity: 0;
  }

  .lg\:text-opacity-5 {
    --text-opacity: 0.05;
  }

  .lg\:text-opacity-10 {
    --text-opacity: 0.1;
  }

  .lg\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .lg\:text-opacity-20 {
    --text-opacity: 0.2;
  }

  .lg\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .lg\:text-opacity-30 {
    --text-opacity: 0.3;
  }

  .lg\:text-opacity-35 {
    --text-opacity: 0.35;
  }

  .lg\:text-opacity-40 {
    --text-opacity: 0.4;
  }

  .lg\:text-opacity-45 {
    --text-opacity: 0.45;
  }

  .lg\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .lg\:text-opacity-55 {
    --text-opacity: 0.55;
  }

  .lg\:text-opacity-60 {
    --text-opacity: 0.6;
  }

  .lg\:text-opacity-65 {
    --text-opacity: 0.65;
  }

  .lg\:text-opacity-70 {
    --text-opacity: 0.7;
  }

  .lg\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .lg\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .lg\:text-opacity-85 {
    --text-opacity: 0.85;
  }

  .lg\:text-opacity-90 {
    --text-opacity: 0.9;
  }

  .lg\:text-opacity-95 {
    --text-opacity: 0.95;
  }

  .lg\:text-opacity-100 {
    --text-opacity: 100;
  }

  .lg\:text-overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .lg\:text-overflow-clip {
    text-overflow: clip;
  }

  .lg\:text-transform-uppercase {
    text-transform: uppercase;
  }

  .lg\:text-transform-lowercase {
    text-transform: lowercase;
  }

  .lg\:text-transform-capitalize {
    text-transform: capitalize;
  }

  .lg\:text-transform-none {
    text-transform: none;
  }

  .lg\:top-0 {
    top: 0;
  }

  .lg\:-top-0 {
    top: -0;
  }

  .lg\:right-0 {
    right: 0;
  }

  .lg\:-right-0 {
    right: -0;
  }

  .lg\:bottom-0 {
    bottom: 0;
  }

  .lg\:-bottom-0 {
    bottom: -0;
  }

  .lg\:left-0 {
    left: 0;
  }

  .lg\:-left-0 {
    left: -0;
  }

  .lg\:top-10 {
    top: 10%;
  }

  .lg\:-top-10 {
    top: -10%;
  }

  .lg\:right-10 {
    right: 10%;
  }

  .lg\:-right-10 {
    right: -10%;
  }

  .lg\:bottom-10 {
    bottom: 10%;
  }

  .lg\:-bottom-10 {
    bottom: -10%;
  }

  .lg\:left-10 {
    left: 10%;
  }

  .lg\:-left-10 {
    left: -10%;
  }

  .lg\:top-20 {
    top: 20%;
  }

  .lg\:-top-20 {
    top: -20%;
  }

  .lg\:right-20 {
    right: 20%;
  }

  .lg\:-right-20 {
    right: -20%;
  }

  .lg\:bottom-20 {
    bottom: 20%;
  }

  .lg\:-bottom-20 {
    bottom: -20%;
  }

  .lg\:left-20 {
    left: 20%;
  }

  .lg\:-left-20 {
    left: -20%;
  }

  .lg\:top-30 {
    top: 30%;
  }

  .lg\:-top-30 {
    top: -30%;
  }

  .lg\:right-30 {
    right: 30%;
  }

  .lg\:-right-30 {
    right: -30%;
  }

  .lg\:bottom-30 {
    bottom: 30%;
  }

  .lg\:-bottom-30 {
    bottom: -30%;
  }

  .lg\:left-30 {
    left: 30%;
  }

  .lg\:-left-30 {
    left: -30%;
  }

  .lg\:top-40 {
    top: 40%;
  }

  .lg\:-top-40 {
    top: -40%;
  }

  .lg\:right-40 {
    right: 40%;
  }

  .lg\:-right-40 {
    right: -40%;
  }

  .lg\:bottom-40 {
    bottom: 40%;
  }

  .lg\:-bottom-40 {
    bottom: -40%;
  }

  .lg\:left-40 {
    left: 40%;
  }

  .lg\:-left-40 {
    left: -40%;
  }

  .lg\:top-50 {
    top: 50%;
  }

  .lg\:-top-50 {
    top: -50%;
  }

  .lg\:right-50 {
    right: 50%;
  }

  .lg\:-right-50 {
    right: -50%;
  }

  .lg\:bottom-50 {
    bottom: 50%;
  }

  .lg\:-bottom-50 {
    bottom: -50%;
  }

  .lg\:left-50 {
    left: 50%;
  }

  .lg\:-left-50 {
    left: -50%;
  }

  .lg\:top-60 {
    top: 60%;
  }

  .lg\:-top-60 {
    top: -60%;
  }

  .lg\:right-60 {
    right: 60%;
  }

  .lg\:-right-60 {
    right: -60%;
  }

  .lg\:bottom-60 {
    bottom: 60%;
  }

  .lg\:-bottom-60 {
    bottom: -60%;
  }

  .lg\:left-60 {
    left: 60%;
  }

  .lg\:-left-60 {
    left: -60%;
  }

  .lg\:top-70 {
    top: 70%;
  }

  .lg\:-top-70 {
    top: -70%;
  }

  .lg\:right-70 {
    right: 70%;
  }

  .lg\:-right-70 {
    right: -70%;
  }

  .lg\:bottom-70 {
    bottom: 70%;
  }

  .lg\:-bottom-70 {
    bottom: -70%;
  }

  .lg\:left-70 {
    left: 70%;
  }

  .lg\:-left-70 {
    left: -70%;
  }

  .lg\:top-80 {
    top: 80%;
  }

  .lg\:-top-80 {
    top: -80%;
  }

  .lg\:right-80 {
    right: 80%;
  }

  .lg\:-right-80 {
    right: -80%;
  }

  .lg\:bottom-80 {
    bottom: 80%;
  }

  .lg\:-bottom-80 {
    bottom: -80%;
  }

  .lg\:left-80 {
    left: 80%;
  }

  .lg\:-left-80 {
    left: -80%;
  }

  .lg\:top-90 {
    top: 90%;
  }

  .lg\:-top-90 {
    top: -90%;
  }

  .lg\:right-90 {
    right: 90%;
  }

  .lg\:-right-90 {
    right: -90%;
  }

  .lg\:bottom-90 {
    bottom: 90%;
  }

  .lg\:-bottom-90 {
    bottom: -90%;
  }

  .lg\:left-90 {
    left: 90%;
  }

  .lg\:-left-90 {
    left: -90%;
  }

  .lg\:top-100 {
    top: 100%;
  }

  .lg\:-top-100 {
    top: -100%;
  }

  .lg\:right-100 {
    right: 100%;
  }

  .lg\:-right-100 {
    right: -100%;
  }

  .lg\:bottom-100 {
    bottom: 100%;
  }

  .lg\:-bottom-100 {
    bottom: -100%;
  }

  .lg\:left-100 {
    left: 100%;
  }

  .lg\:-left-100 {
    left: -100%;
  }

  .lg\:top-0px {
    top: 0;
  }

  .lg\:-top-0px {
    top: -0;
  }

  .lg\:right-0px {
    right: 0;
  }

  .lg\:-right-0px {
    right: -0;
  }

  .lg\:bottom-0px {
    bottom: 0;
  }

  .lg\:-bottom-0px {
    bottom: -0;
  }

  .lg\:left-0px {
    left: 0;
  }

  .lg\:-left-0px {
    left: -0;
  }

  .lg\:top-10px {
    top: 10px;
  }

  .lg\:-top-10px {
    top: -10px;
  }

  .lg\:right-10px {
    right: 10px;
  }

  .lg\:-right-10px {
    right: -10px;
  }

  .lg\:bottom-10px {
    bottom: 10px;
  }

  .lg\:-bottom-10px {
    bottom: -10px;
  }

  .lg\:left-10px {
    left: 10px;
  }

  .lg\:-left-10px {
    left: -10px;
  }

  .lg\:top-20px {
    top: 20px;
  }

  .lg\:-top-20px {
    top: -20px;
  }

  .lg\:right-20px {
    right: 20px;
  }

  .lg\:-right-20px {
    right: -20px;
  }

  .lg\:bottom-20px {
    bottom: 20px;
  }

  .lg\:-bottom-20px {
    bottom: -20px;
  }

  .lg\:left-20px {
    left: 20px;
  }

  .lg\:-left-20px {
    left: -20px;
  }

  .lg\:top-30px {
    top: 30px;
  }

  .lg\:-top-30px {
    top: -30px;
  }

  .lg\:right-30px {
    right: 30px;
  }

  .lg\:-right-30px {
    right: -30px;
  }

  .lg\:bottom-30px {
    bottom: 30px;
  }

  .lg\:-bottom-30px {
    bottom: -30px;
  }

  .lg\:left-30px {
    left: 30px;
  }

  .lg\:-left-30px {
    left: -30px;
  }

  .lg\:top-40px {
    top: 40px;
  }

  .lg\:-top-40px {
    top: -40px;
  }

  .lg\:right-40px {
    right: 40px;
  }

  .lg\:-right-40px {
    right: -40px;
  }

  .lg\:bottom-40px {
    bottom: 40px;
  }

  .lg\:-bottom-40px {
    bottom: -40px;
  }

  .lg\:left-40px {
    left: 40px;
  }

  .lg\:-left-40px {
    left: -40px;
  }

  .lg\:top-50px {
    top: 50px;
  }

  .lg\:-top-50px {
    top: -50px;
  }

  .lg\:right-50px {
    right: 50px;
  }

  .lg\:-right-50px {
    right: -50px;
  }

  .lg\:bottom-50px {
    bottom: 50px;
  }

  .lg\:-bottom-50px {
    bottom: -50px;
  }

  .lg\:left-50px {
    left: 50px;
  }

  .lg\:-left-50px {
    left: -50px;
  }

  .lg\:top-60px {
    top: 60px;
  }

  .lg\:-top-60px {
    top: -60px;
  }

  .lg\:right-60px {
    right: 60px;
  }

  .lg\:-right-60px {
    right: -60px;
  }

  .lg\:bottom-60px {
    bottom: 60px;
  }

  .lg\:-bottom-60px {
    bottom: -60px;
  }

  .lg\:left-60px {
    left: 60px;
  }

  .lg\:-left-60px {
    left: -60px;
  }

  .lg\:top-70px {
    top: 70px;
  }

  .lg\:-top-70px {
    top: -70px;
  }

  .lg\:right-70px {
    right: 70px;
  }

  .lg\:-right-70px {
    right: -70px;
  }

  .lg\:bottom-70px {
    bottom: 70px;
  }

  .lg\:-bottom-70px {
    bottom: -70px;
  }

  .lg\:left-70px {
    left: 70px;
  }

  .lg\:-left-70px {
    left: -70px;
  }

  .lg\:top-80px {
    top: 80px;
  }

  .lg\:-top-80px {
    top: -80px;
  }

  .lg\:right-80px {
    right: 80px;
  }

  .lg\:-right-80px {
    right: -80px;
  }

  .lg\:bottom-80px {
    bottom: 80px;
  }

  .lg\:-bottom-80px {
    bottom: -80px;
  }

  .lg\:left-80px {
    left: 80px;
  }

  .lg\:-left-80px {
    left: -80px;
  }

  .lg\:top-90px {
    top: 90px;
  }

  .lg\:-top-90px {
    top: -90px;
  }

  .lg\:right-90px {
    right: 90px;
  }

  .lg\:-right-90px {
    right: -90px;
  }

  .lg\:bottom-90px {
    bottom: 90px;
  }

  .lg\:-bottom-90px {
    bottom: -90px;
  }

  .lg\:left-90px {
    left: 90px;
  }

  .lg\:-left-90px {
    left: -90px;
  }

  .lg\:top-100px {
    top: 100px;
  }

  .lg\:-top-100px {
    top: -100px;
  }

  .lg\:right-100px {
    right: 100px;
  }

  .lg\:-right-100px {
    right: -100px;
  }

  .lg\:bottom-100px {
    bottom: 100px;
  }

  .lg\:-bottom-100px {
    bottom: -100px;
  }

  .lg\:left-100px {
    left: 100px;
  }

  .lg\:-left-100px {
    left: -100px;
  }

  .lg\:inset-0 {
    inset: 0;
  }

  .lg\:-inset-0 {
    inset: -0;
  }

  .lg\:inset-10 {
    inset: 10%;
  }

  .lg\:-inset-10 {
    inset: -10%;
  }

  .lg\:inset-20 {
    inset: 20%;
  }

  .lg\:-inset-20 {
    inset: -20%;
  }

  .lg\:inset-30 {
    inset: 30%;
  }

  .lg\:-inset-30 {
    inset: -30%;
  }

  .lg\:inset-40 {
    inset: 40%;
  }

  .lg\:-inset-40 {
    inset: -40%;
  }

  .lg\:inset-50 {
    inset: 50%;
  }

  .lg\:-inset-50 {
    inset: -50%;
  }

  .lg\:inset-60 {
    inset: 60%;
  }

  .lg\:-inset-60 {
    inset: -60%;
  }

  .lg\:inset-70 {
    inset: 70%;
  }

  .lg\:-inset-70 {
    inset: -70%;
  }

  .lg\:inset-80 {
    inset: 80%;
  }

  .lg\:-inset-80 {
    inset: -80%;
  }

  .lg\:inset-90 {
    inset: 90%;
  }

  .lg\:-inset-90 {
    inset: -90%;
  }

  .lg\:inset-100 {
    inset: 100%;
  }

  .lg\:-inset-100 {
    inset: -100%;
  }

  .lg\:inset-0px {
    inset: 0;
  }

  .lg\:-inset-0px {
    inset: -0;
  }

  .lg\:inset-10px {
    inset: 10px;
  }

  .lg\:-inset-10px {
    inset: -10px;
  }

  .lg\:inset-20px {
    inset: 20px;
  }

  .lg\:-inset-20px {
    inset: -20px;
  }

  .lg\:inset-30px {
    inset: 30px;
  }

  .lg\:-inset-30px {
    inset: -30px;
  }

  .lg\:inset-40px {
    inset: 40px;
  }

  .lg\:-inset-40px {
    inset: -40px;
  }

  .lg\:inset-50px {
    inset: 50px;
  }

  .lg\:-inset-50px {
    inset: -50px;
  }

  .lg\:inset-60px {
    inset: 60px;
  }

  .lg\:-inset-60px {
    inset: -60px;
  }

  .lg\:inset-70px {
    inset: 70px;
  }

  .lg\:-inset-70px {
    inset: -70px;
  }

  .lg\:inset-80px {
    inset: 80px;
  }

  .lg\:-inset-80px {
    inset: -80px;
  }

  .lg\:inset-90px {
    inset: 90px;
  }

  .lg\:-inset-90px {
    inset: -90px;
  }

  .lg\:inset-100px {
    inset: 100px;
  }

  .lg\:-inset-100px {
    inset: -100px;
  }

  .lg\:origin-top {
    transform-origin: top;
  }

  .lg\:origin-right {
    transform-origin: right;
  }

  .lg\:origin-bottom {
    transform-origin: bottom;
  }

  .lg\:origin-left {
    transform-origin: left;
  }

  .lg\:origin-center {
    transform-origin: center;
  }

  .lg\:origin-top-left {
    transform-origin: top left;
  }

  .lg\:origin-top-right {
    transform-origin: top right;
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .lg\:transform-none {
    transform: none;
  }

  .lg\:translate-x-0 {
    --translate-x: 0;
  }

  .lg\:translate-y-0 {
    --translate-y: 0;
  }

  .lg\:translate-x-5 {
    --translate-x: 5%;
  }

  .lg\:translate-y-5 {
    --translate-y: 5%;
  }

  .lg\:translate-x-10 {
    --translate-x: 10%;
  }

  .lg\:translate-y-10 {
    --translate-y: 10%;
  }

  .lg\:translate-x-15 {
    --translate-x: 15%;
  }

  .lg\:translate-y-15 {
    --translate-y: 15%;
  }

  .lg\:translate-x-20 {
    --translate-x: 20%;
  }

  .lg\:translate-y-20 {
    --translate-y: 20%;
  }

  .lg\:translate-x-25 {
    --translate-x: 25%;
  }

  .lg\:translate-y-25 {
    --translate-y: 25%;
  }

  .lg\:translate-x-30 {
    --translate-x: 30%;
  }

  .lg\:translate-y-30 {
    --translate-y: 30%;
  }

  .lg\:translate-x-35 {
    --translate-x: 35%;
  }

  .lg\:translate-y-35 {
    --translate-y: 35%;
  }

  .lg\:translate-x-40 {
    --translate-x: 40%;
  }

  .lg\:translate-y-40 {
    --translate-y: 40%;
  }

  .lg\:translate-x-45 {
    --translate-x: 45%;
  }

  .lg\:translate-y-45 {
    --translate-y: 45%;
  }

  .lg\:translate-x-50 {
    --translate-x: 50%;
  }

  .lg\:translate-y-50 {
    --translate-y: 50%;
  }

  .lg\:translate-x-55 {
    --translate-x: 55%;
  }

  .lg\:translate-y-55 {
    --translate-y: 55%;
  }

  .lg\:translate-x-60 {
    --translate-x: 60%;
  }

  .lg\:translate-y-60 {
    --translate-y: 60%;
  }

  .lg\:translate-x-65 {
    --translate-x: 65%;
  }

  .lg\:translate-y-65 {
    --translate-y: 65%;
  }

  .lg\:translate-x-70 {
    --translate-x: 70%;
  }

  .lg\:translate-y-70 {
    --translate-y: 70%;
  }

  .lg\:translate-x-75 {
    --translate-x: 75%;
  }

  .lg\:translate-y-75 {
    --translate-y: 75%;
  }

  .lg\:translate-x-80 {
    --translate-x: 80%;
  }

  .lg\:translate-y-80 {
    --translate-y: 80%;
  }

  .lg\:translate-x-85 {
    --translate-x: 85%;
  }

  .lg\:translate-y-85 {
    --translate-y: 85%;
  }

  .lg\:translate-x-90 {
    --translate-x: 90%;
  }

  .lg\:translate-y-90 {
    --translate-y: 90%;
  }

  .lg\:translate-x-95 {
    --translate-x: 95%;
  }

  .lg\:translate-y-95 {
    --translate-y: 95%;
  }

  .lg\:translate-x-100 {
    --translate-x: 100%;
  }

  .lg\:translate-y-100 {
    --translate-y: 100%;
  }

  .lg\:rotate-0 {
    --rotate: 0;
  }

  .lg\:rotate-15 {
    --rotate: 15deg;
  }

  .lg\:rotate-30 {
    --rotate: 30deg;
  }

  .lg\:rotate-45 {
    --rotate: 45deg;
  }

  .lg\:rotate-60 {
    --rotate: 60deg;
  }

  .lg\:rotate-75 {
    --rotate: 75deg;
  }

  .lg\:rotate-90 {
    --rotate: 90deg;
  }

  .lg\:rotate-105 {
    --rotate: 105deg;
  }

  .lg\:rotate-120 {
    --rotate: 120deg;
  }

  .lg\:rotate-135 {
    --rotate: 135deg;
  }

  .lg\:rotate-150 {
    --rotate: 150deg;
  }

  .lg\:rotate-165 {
    --rotate: 165deg;
  }

  .lg\:rotate-180 {
    --rotate: 180deg;
  }

  .lg\:rotate-195 {
    --rotate: 195deg;
  }

  .lg\:rotate-210 {
    --rotate: 210deg;
  }

  .lg\:rotate-225 {
    --rotate: 225deg;
  }

  .lg\:rotate-240 {
    --rotate: 240deg;
  }

  .lg\:rotate-255 {
    --rotate: 255deg;
  }

  .lg\:rotate-270 {
    --rotate: 270deg;
  }

  .lg\:rotate-285 {
    --rotate: 285deg;
  }

  .lg\:rotate-300 {
    --rotate: 300deg;
  }

  .lg\:rotate-315 {
    --rotate: 315deg;
  }

  .lg\:rotate-330 {
    --rotate: 330deg;
  }

  .lg\:rotate-345 {
    --rotate: 345deg;
  }

  .lg\:rotate-360 {
    --rotate: 360deg;
  }

  .lg\:scale-x-0 {
    --scale-x: 0;
  }

  .lg\:scale-x-25 {
    --scale-x: 0.25;
  }

  .lg\:scale-x-50 {
    --scale-x: 0.5;
  }

  .lg\:scale-x-75 {
    --scale-x: 0.75;
  }

  .lg\:scale-x-100 {
    --scale-x: 1;
  }

  .lg\:scale-x-125 {
    --scale-x: 1.25;
  }

  .lg\:scale-x-150 {
    --scale-x: 1.5;
  }

  .lg\:scale-x-175 {
    --scale-x: 1.75;
  }

  .lg\:scale-x-200 {
    --scale-x: 2;
  }

  .lg\:scale-y-0 {
    --scale-y: 0;
  }

  .lg\:scale-y-25 {
    --scale-y: 0.25;
  }

  .lg\:scale-y-50 {
    --scale-y: 0.5;
  }

  .lg\:scale-y-75 {
    --scale-y: 0.75;
  }

  .lg\:scale-y-100 {
    --scale-y: 1;
  }

  .lg\:scale-y-125 {
    --scale-y: 1.25;
  }

  .lg\:scale-y-150 {
    --scale-y: 1.5;
  }

  .lg\:scale-y-175 {
    --scale-y: 1.75;
  }

  .lg\:scale-y-200 {
    --scale-y: 2;
  }

  .lg\:skew-x-0 {
    --skew-x: 0;
  }

  .lg\:skew-y-0 {
    --skew-y: 0;
  }

  .lg\:skew-x-15 {
    --skew-x: 15deg;
  }

  .lg\:skew-y-15 {
    --skew-y: 15deg;
  }

  .lg\:skew-x-30 {
    --skew-x: 30deg;
  }

  .lg\:skew-y-30 {
    --skew-y: 30deg;
  }

  .lg\:skew-x-45 {
    --skew-x: 45deg;
  }

  .lg\:skew-y-45 {
    --skew-y: 45deg;
  }

  .lg\:skew-x-60 {
    --skew-x: 60deg;
  }

  .lg\:skew-y-60 {
    --skew-y: 60deg;
  }

  .lg\:skew-x-75 {
    --skew-x: 75deg;
  }

  .lg\:skew-y-75 {
    --skew-y: 75deg;
  }

  .lg\:skew-x-90 {
    --skew-x: 90deg;
  }

  .lg\:skew-y-90 {
    --skew-y: 90deg;
  }

  .lg\:skew-x-105 {
    --skew-x: 105deg;
  }

  .lg\:skew-y-105 {
    --skew-y: 105deg;
  }

  .lg\:skew-x-120 {
    --skew-x: 120deg;
  }

  .lg\:skew-y-120 {
    --skew-y: 120deg;
  }

  .lg\:skew-x-135 {
    --skew-x: 135deg;
  }

  .lg\:skew-y-135 {
    --skew-y: 135deg;
  }

  .lg\:skew-x-150 {
    --skew-x: 150deg;
  }

  .lg\:skew-y-150 {
    --skew-y: 150deg;
  }

  .lg\:skew-x-165 {
    --skew-x: 165deg;
  }

  .lg\:skew-y-165 {
    --skew-y: 165deg;
  }

  .lg\:skew-x-180 {
    --skew-x: 180deg;
  }

  .lg\:skew-y-180 {
    --skew-y: 180deg;
  }

  .lg\:skew-x-195 {
    --skew-x: 195deg;
  }

  .lg\:skew-y-195 {
    --skew-y: 195deg;
  }

  .lg\:skew-x-210 {
    --skew-x: 210deg;
  }

  .lg\:skew-y-210 {
    --skew-y: 210deg;
  }

  .lg\:skew-x-225 {
    --skew-x: 225deg;
  }

  .lg\:skew-y-225 {
    --skew-y: 225deg;
  }

  .lg\:skew-x-240 {
    --skew-x: 240deg;
  }

  .lg\:skew-y-240 {
    --skew-y: 240deg;
  }

  .lg\:skew-x-255 {
    --skew-x: 255deg;
  }

  .lg\:skew-y-255 {
    --skew-y: 255deg;
  }

  .lg\:skew-x-270 {
    --skew-x: 270deg;
  }

  .lg\:skew-y-270 {
    --skew-y: 270deg;
  }

  .lg\:skew-x-285 {
    --skew-x: 285deg;
  }

  .lg\:skew-y-285 {
    --skew-y: 285deg;
  }

  .lg\:skew-x-300 {
    --skew-x: 300deg;
  }

  .lg\:skew-y-300 {
    --skew-y: 300deg;
  }

  .lg\:skew-x-315 {
    --skew-x: 315deg;
  }

  .lg\:skew-y-315 {
    --skew-y: 315deg;
  }

  .lg\:skew-x-330 {
    --skew-x: 330deg;
  }

  .lg\:skew-y-330 {
    --skew-y: 330deg;
  }

  .lg\:skew-x-345 {
    --skew-x: 345deg;
  }

  .lg\:skew-y-345 {
    --skew-y: 345deg;
  }

  .lg\:skew-x-360 {
    --skew-x: 360deg;
  }

  .lg\:skew-y-360 {
    --skew-y: 360deg;
  }

  .lg\:user-select-none {
    user-select: none;
  }

  .lg\:user-select-text {
    user-select: text;
  }

  .lg\:user-select-all {
    user-select: all;
  }

  .lg\:user-select-auto {
    user-select: auto;
  }

  .lg\:vertical-align-baseline {
    vertical-align: baseline;
  }

  .lg\:vertical-align-top {
    vertical-align: top;
  }

  .lg\:vertical-align-middle {
    vertical-align: middle;
  }

  .lg\:vertical-align-bottom {
    vertical-align: bottom;
  }

  .lg\:vertical-align-sub {
    vertical-align: sub;
  }

  .lg\:vertical-align-super {
    vertical-align: super;
  }

  .lg\:vertical-align-unset {
    vertical-align: unset;
  }

  .lg\:vertical-align-text-top {
    vertical-align: text-top;
  }

  .lg\:vertical-align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visibility-visible {
    visibility: visible;
  }

  .lg\:visibility-hidden {
    visibility: hidden;
  }

  .lg\:white-space-normal {
    white-space: normal;
  }

  .lg\:white-space-nowrap {
    white-space: nowrap;
  }

  .lg\:white-space-pre {
    white-space: pre;
  }

  .lg\:white-space-pre-line {
    white-space: pre-line;
  }

  .lg\:white-space-pre-wrap {
    white-space: pre-wrap;
  }

  .lg\:w-0 {
    width: 0;
  }

  .lg\:w-5 {
    width: 5%;
  }

  .lg\:w-10 {
    width: 10%;
  }

  .lg\:w-15 {
    width: 15%;
  }

  .lg\:w-20 {
    width: 20%;
  }

  .lg\:w-25 {
    width: 25%;
  }

  .lg\:w-30 {
    width: 30%;
  }

  .lg\:w-35 {
    width: 35%;
  }

  .lg\:w-40 {
    width: 40%;
  }

  .lg\:w-45 {
    width: 45%;
  }

  .lg\:w-50 {
    width: 50%;
  }

  .lg\:w-55 {
    width: 55%;
  }

  .lg\:w-60 {
    width: 60%;
  }

  .lg\:w-65 {
    width: 65%;
  }

  .lg\:w-70 {
    width: 70%;
  }

  .lg\:w-75 {
    width: 75%;
  }

  .lg\:w-80 {
    width: 80%;
  }

  .lg\:w-85 {
    width: 85%;
  }

  .lg\:w-90 {
    width: 90%;
  }

  .lg\:w-95 {
    width: 95%;
  }

  .lg\:w-100 {
    width: 100%;
  }

  .lg\:w-0px {
    width: 0;
  }

  .lg\:w-5px {
    width: 5px;
  }

  .lg\:w-10px {
    width: 10px;
  }

  .lg\:w-15px {
    width: 15px;
  }

  .lg\:w-20px {
    width: 20px;
  }

  .lg\:w-25px {
    width: 25px;
  }

  .lg\:w-30px {
    width: 30px;
  }

  .lg\:w-35px {
    width: 35px;
  }

  .lg\:w-40px {
    width: 40px;
  }

  .lg\:w-45px {
    width: 45px;
  }

  .lg\:w-50px {
    width: 50px;
  }

  .lg\:w-55px {
    width: 55px;
  }

  .lg\:w-60px {
    width: 60px;
  }

  .lg\:w-65px {
    width: 65px;
  }

  .lg\:w-70px {
    width: 70px;
  }

  .lg\:w-75px {
    width: 75px;
  }

  .lg\:w-80px {
    width: 80px;
  }

  .lg\:w-85px {
    width: 85px;
  }

  .lg\:w-90px {
    width: 90px;
  }

  .lg\:w-95px {
    width: 95px;
  }

  .lg\:w-100px {
    width: 100px;
  }

  .lg\:w-105px {
    width: 105px;
  }

  .lg\:w-110px {
    width: 110px;
  }

  .lg\:w-115px {
    width: 115px;
  }

  .lg\:w-120px {
    width: 120px;
  }

  .lg\:w-125px {
    width: 125px;
  }

  .lg\:w-130px {
    width: 130px;
  }

  .lg\:w-135px {
    width: 135px;
  }

  .lg\:w-140px {
    width: 140px;
  }

  .lg\:w-145px {
    width: 145px;
  }

  .lg\:w-150px {
    width: 150px;
  }

  .lg\:w-155px {
    width: 155px;
  }

  .lg\:w-160px {
    width: 160px;
  }

  .lg\:w-165px {
    width: 165px;
  }

  .lg\:w-170px {
    width: 170px;
  }

  .lg\:w-175px {
    width: 175px;
  }

  .lg\:w-180px {
    width: 180px;
  }

  .lg\:w-185px {
    width: 185px;
  }

  .lg\:w-190px {
    width: 190px;
  }

  .lg\:w-195px {
    width: 195px;
  }

  .lg\:w-200px {
    width: 200px;
  }

  .lg\:w-205px {
    width: 205px;
  }

  .lg\:w-210px {
    width: 210px;
  }

  .lg\:w-215px {
    width: 215px;
  }

  .lg\:w-220px {
    width: 220px;
  }

  .lg\:w-225px {
    width: 225px;
  }

  .lg\:w-230px {
    width: 230px;
  }

  .lg\:w-235px {
    width: 235px;
  }

  .lg\:w-240px {
    width: 240px;
  }

  .lg\:w-245px {
    width: 245px;
  }

  .lg\:w-250px {
    width: 250px;
  }

  .lg\:w-255px {
    width: 255px;
  }

  .lg\:w-260px {
    width: 260px;
  }

  .lg\:w-265px {
    width: 265px;
  }

  .lg\:w-270px {
    width: 270px;
  }

  .lg\:w-275px {
    width: 275px;
  }

  .lg\:w-280px {
    width: 280px;
  }

  .lg\:w-285px {
    width: 285px;
  }

  .lg\:w-290px {
    width: 290px;
  }

  .lg\:w-295px {
    width: 295px;
  }

  .lg\:w-300px {
    width: 300px;
  }

  .lg\:width-width {
    width: auto;
  }

  .lg\:width-min-content {
    width: min-content;
  }

  .lg\:width-max-content {
    width: max-content;
  }

  .lg\:word-break-normal {
    word-break: normal;
  }

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

  .lg\:word-break-break-word {
    word-break: break-word;
  }

  .lg\:word-break-keep-all {
    word-break: keep-all;
  }

  .lg\:z-0 {
    z-index: 0;
  }

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

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

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

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

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

  .lg\:z-60 {
    z-index: 60;
  }

  .lg\:z-70 {
    z-index: 70;
  }

  .lg\:z-80 {
    z-index: 80;
  }

  .lg\:z-90 {
    z-index: 90;
  }

  .lg\:z-100 {
    z-index: 100;
  }

  .lg\:grid-template-columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-template-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-template-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-template-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-template-columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-template-columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-template-columns-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-template-columns-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-template-columns-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-template-columns-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-template-columns-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-template-columns-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-template-columns-none {
    grid-template-columns: none;
  }

  .lg\:grid-column-auto {
    grid-column: auto;
  }

  .lg\:grid-column-1 {
    grid-column: span 1/span 1;
  }

  .lg\:grid-column-2 {
    grid-column: span 2/span 2;
  }

  .lg\:grid-column-3 {
    grid-column: span 3/span 3;
  }

  .lg\:grid-column-4 {
    grid-column: span 4/span 4;
  }

  .lg\:grid-column-5 {
    grid-column: span 5/span 5;
  }

  .lg\:grid-column-6 {
    grid-column: span 6/span 6;
  }

  .lg\:grid-column-7 {
    grid-column: span 7/span 7;
  }

  .lg\:grid-column-8 {
    grid-column: span 8/span 8;
  }

  .lg\:grid-column-9 {
    grid-column: span 9/span 9;
  }

  .lg\:grid-column-10 {
    grid-column: span 10/span 10;
  }

  .lg\:grid-column-11 {
    grid-column: span 11/span 11;
  }

  .lg\:grid-column-12 {
    grid-column: span 12/span 12;
  }

  .lg\:grid-column-start-auto {
    grid-column-start: auto;
  }

  .lg\:grid-column-start-1 {
    grid-column-start: 1;
  }

  .lg\:grid-column-start-2 {
    grid-column-start: 2;
  }

  .lg\:grid-column-start-3 {
    grid-column-start: 3;
  }

  .lg\:grid-column-start-4 {
    grid-column-start: 4;
  }

  .lg\:grid-column-start-5 {
    grid-column-start: 5;
  }

  .lg\:grid-column-start-6 {
    grid-column-start: 6;
  }

  .lg\:grid-column-start-7 {
    grid-column-start: 7;
  }

  .lg\:grid-column-start-8 {
    grid-column-start: 8;
  }

  .lg\:grid-column-start-9 {
    grid-column-start: 9;
  }

  .lg\:grid-column-start-10 {
    grid-column-start: 10;
  }

  .lg\:grid-column-start-11 {
    grid-column-start: 11;
  }

  .lg\:grid-column-start-12 {
    grid-column-start: 12;
  }

  .lg\:grid-column-end-auto {
    grid-column-end: auto;
  }

  .lg\:grid-column-end-1 {
    grid-column-end: 1;
  }

  .lg\:grid-column-end-2 {
    grid-column-end: 2;
  }

  .lg\:grid-column-end-3 {
    grid-column-end: 3;
  }

  .lg\:grid-column-end-4 {
    grid-column-end: 4;
  }

  .lg\:grid-column-end-5 {
    grid-column-end: 5;
  }

  .lg\:grid-column-end-6 {
    grid-column-end: 6;
  }

  .lg\:grid-column-end-7 {
    grid-column-end: 7;
  }

  .lg\:grid-column-end-8 {
    grid-column-end: 8;
  }

  .lg\:grid-column-end-9 {
    grid-column-end: 9;
  }

  .lg\:grid-column-end-10 {
    grid-column-end: 10;
  }

  .lg\:grid-column-end-11 {
    grid-column-end: 11;
  }

  .lg\:grid-column-end-12 {
    grid-column-end: 12;
  }

  .lg\:grid-template-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-template-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-template-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-template-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-template-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-template-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-template-rows-none {
    grid-template-rows: none;
  }

  .lg\:grid-row-auto {
    grid-row: auto;
  }

  .lg\:grid-row-1 {
    grid-row: span 1/span 1;
  }

  .lg\:grid-row-2 {
    grid-row: span 2/span 2;
  }

  .lg\:grid-row-3 {
    grid-row: span 3/span 3;
  }

  .lg\:grid-row-4 {
    grid-row: span 4/span 4;
  }

  .lg\:grid-row-5 {
    grid-row: span 5/span 5;
  }

  .lg\:grid-row-6 {
    grid-row: span 6/span 6;
  }

  .lg\:grid-row-start-auto {
    grid-row-start: auto;
  }

  .lg\:grid-row-start-1 {
    grid-row-start: 1;
  }

  .lg\:grid-row-start-2 {
    grid-row-start: 2;
  }

  .lg\:grid-row-start-3 {
    grid-row-start: 3;
  }

  .lg\:grid-row-start-4 {
    grid-row-start: 4;
  }

  .lg\:grid-row-start-5 {
    grid-row-start: 5;
  }

  .lg\:grid-row-start-6 {
    grid-row-start: 6;
  }

  .lg\:grid-row-end-auto {
    grid-row-end: auto;
  }

  .lg\:grid-row-end-1 {
    grid-row-end: 1;
  }

  .lg\:grid-row-end-2 {
    grid-row-end: 2;
  }

  .lg\:grid-row-end-3 {
    grid-row-end: 3;
  }

  .lg\:grid-row-end-4 {
    grid-row-end: 4;
  }

  .lg\:grid-row-end-5 {
    grid-row-end: 5;
  }

  .lg\:grid-row-end-6 {
    grid-row-end: 6;
  }

  .lg\:grid-auto-flow-row {
    grid-auto-flow: row;
  }

  .lg\:grid-auto-flow-column {
    grid-auto-flow: column;
  }

  .lg\:grid-auto-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:grid-auto-flow-column-dense {
    grid-auto-flow: column dense;
  }

  .lg\:grid-auto-columns-auto {
    grid-auto-columns: auto;
  }

  .lg\:grid-auto-columns-min {
    grid-auto-columns: min-content;
  }

  .lg\:grid-auto-columns-max {
    grid-auto-columns: max-content;
  }

  .lg\:grid-auto-rows-auto {
    grid-auto-rows: auto;
  }

  .lg\:grid-auto-rows-min {
    grid-auto-rows: min-content;
  }

  .lg\:grid-auto-rows-max {
    grid-auto-rows: max-content;
  }

  .lg\:gap-0 {
    gap: 0;
  }

  .lg\:gap-1 {
    gap: 0.125rem;
  }

  .lg\:gap-2 {
    gap: 0.25rem;
  }

  .lg\:gap-3 {
    gap: 0.375rem;
  }

  .lg\:gap-4 {
    gap: 0.5;
  }

  .lg\:gap-5 {
    gap: 0.625rem;
  }

  .lg\:gap-6 {
    gap: 0.75rem;
  }

  .lg\:gap-7 {
    gap: 0.875rem;
  }

  .lg\:gap-8 {
    gap: 1rem;
  }

  .lg\:gap-9 {
    gap: 1.25rem;
  }

  .lg\:gap-10 {
    gap: 1.5rem;
  }

  .lg\:gap-11 {
    gap: 1.75rem;
  }

  .lg\:gap-12 {
    gap: 2rem;
  }

  .lg\:row-gap-0 {
    row-gap: 0;
  }

  .lg\:row-gap-1 {
    row-gap: 0.125rem;
  }

  .lg\:row-gap-2 {
    row-gap: 0.25rem;
  }

  .lg\:row-gap-3 {
    row-gap: 0.375rem;
  }

  .lg\:row-gap-4 {
    row-gap: 0.5;
  }

  .lg\:row-gap-5 {
    row-gap: 0.625rem;
  }

  .lg\:row-gap-6 {
    row-gap: 0.75rem;
  }

  .lg\:row-gap-7 {
    row-gap: 0.875rem;
  }

  .lg\:row-gap-8 {
    row-gap: 1rem;
  }

  .lg\:row-gap-9 {
    row-gap: 1.25rem;
  }

  .lg\:row-gap-10 {
    row-gap: 1.5rem;
  }

  .lg\:row-gap-11 {
    row-gap: 1.75rem;
  }

  .lg\:row-gap-12 {
    row-gap: 2rem;
  }

  .lg\:column-gap-0 {
    column-gap: 0;
  }

  .lg\:column-gap-1 {
    column-gap: 0.125rem;
  }

  .lg\:column-gap-2 {
    column-gap: 0.25rem;
  }

  .lg\:column-gap-3 {
    column-gap: 0.375rem;
  }

  .lg\:column-gap-4 {
    column-gap: 0.5;
  }

  .lg\:column-gap-5 {
    column-gap: 0.625rem;
  }

  .lg\:column-gap-6 {
    column-gap: 0.75rem;
  }

  .lg\:column-gap-7 {
    column-gap: 0.875rem;
  }

  .lg\:column-gap-8 {
    column-gap: 1rem;
  }

  .lg\:column-gap-9 {
    column-gap: 1.25rem;
  }

  .lg\:column-gap-10 {
    column-gap: 1.5rem;
  }

  .lg\:column-gap-11 {
    column-gap: 1.75rem;
  }

  .lg\:column-gap-12 {
    column-gap: 2rem;
  }

  .lg\:isolation-isolate {
    isolation: isolate;
  }

  .lg\:isolation-auto {
    isolation: auto;
  }

  .lg\:mix-blend-mode-normal {
    mix-blend-mode: normal;
  }

  .lg\:mix-blend-mode-multiply {
    mix-blend-mode: multiply;
  }

  .lg\:mix-blend-mode-screen {
    mix-blend-mode: screen;
  }

  .lg\:mix-blend-mode-overlay {
    mix-blend-mode: overlay;
  }

  .lg\:mix-blend-mode-darken {
    mix-blend-mode: darken;
  }

  .lg\:mix-blend-mode-lighten {
    mix-blend-mode: lighten;
  }

  .lg\:mix-blend-mode-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .lg\:mix-blend-mode-color-burn {
    mix-blend-mode: color-burn;
  }

  .lg\:mix-blend-mode-hard-light {
    mix-blend-mode: hard-light;
  }

  .lg\:mix-blend-mode-soft-light {
    mix-blend-mode: soft-light;
  }

  .lg\:mix-blend-mode-difference {
    mix-blend-mode: difference;
  }

  .lg\:mix-blend-mode-exclusion {
    mix-blend-mode: exclusion;
  }

  .lg\:mix-blend-mode-hue {
    mix-blend-mode: hue;
  }

  .lg\:mix-blend-mode-saturation {
    mix-blend-mode: saturation;
  }

  .lg\:mix-blend-mode-color {
    mix-blend-mode: color;
  }

  .lg\:mix-blend-mode-luminosity {
    mix-blend-mode: luminosity;
  }

  .lg\:background-blend-mode-normal {
    background-blend-mode: normal;
  }

  .lg\:background-blend-mode-multiply {
    background-blend-mode: multiply;
  }

  .lg\:background-blend-mode-screen {
    background-blend-mode: screen;
  }

  .lg\:background-blend-mode-overlay {
    background-blend-mode: overlay;
  }

  .lg\:background-blend-mode-darken {
    background-blend-mode: darken;
  }

  .lg\:background-blend-mode-lighten {
    background-blend-mode: lighten;
  }

  .lg\:background-blend-mode-color-dodge {
    background-blend-mode: color-dodge;
  }

  .lg\:background-blend-mode-color-burn {
    background-blend-mode: color-burn;
  }

  .lg\:background-blend-mode-hard-light {
    background-blend-mode: hard-light;
  }

  .lg\:background-blend-mode-soft-light {
    background-blend-mode: soft-light;
  }

  .lg\:background-blend-mode-difference {
    background-blend-mode: difference;
  }

  .lg\:background-blend-mode-exclusion {
    background-blend-mode: exclusion;
  }

  .lg\:background-blend-mode-hue {
    background-blend-mode: hue;
  }

  .lg\:background-blend-mode-saturation {
    background-blend-mode: saturation;
  }

  .lg\:background-blend-mode-color {
    background-blend-mode: color;
  }

  .lg\:background-blend-mode-luminosity {
    background-blend-mode: luminosity;
  }

  .lg\:filter-none {
    filter: none;
  }

  .lg\:filter-blur-0 {
    --filter-blur: blur(0);
  }

  .lg\:filter-blur-4 {
    --filter-blur: blur(4px);
  }

  .lg\:filter-blur-8 {
    --filter-blur: blur(8px);
  }

  .lg\:filter-blur-12 {
    --filter-blur: blur(12px);
  }

  .lg\:filter-blur-16 {
    --filter-blur: blur(16px);
  }

  .lg\:filter-blur-20 {
    --filter-blur: blur(20px);
  }

  .lg\:filter-blur-24 {
    --filter-blur: blur(24px);
  }

  .lg\:filter-blur-28 {
    --filter-blur: blur(28px);
  }

  .lg\:filter-blur-32 {
    --filter-blur: blur(32px);
  }

  .lg\:filter-blur-64 {
    --filter-blur: blur(64px);
  }

  .lg\:filter-blur-128 {
    --filter-blur: blur(128px);
  }

  .lg\:filter-brightness-0 {
    --filter-brightness: brightness(0);
  }

  .lg\:filter-brightness-25 {
    --filter-brightness: brightness(0.25);
  }

  .lg\:filter-brightness-50 {
    --filter-brightness: brightness(0.5);
  }

  .lg\:filter-brightness-75 {
    --filter-brightness: brightness(0.75);
  }

  .lg\:filter-brightness-100 {
    --filter-brightness: brightness(1);
  }

  .lg\:filter-brightness-125 {
    --filter-brightness: brightness(1.25);
  }

  .lg\:filter-brightness-150 {
    --filter-brightness: brightness(1.5);
  }

  .lg\:filter-brightness-175 {
    --filter-brightness: brightness(1.75);
  }

  .lg\:filter-brightness-200 {
    --filter-brightness: brightness(2);
  }

  .lg\:filter-contrast-0 {
    --filter-contrast: contrast(0);
  }

  .lg\:filter-contrast-25 {
    --filter-contrast: contrast(0.25);
  }

  .lg\:filter-contrast-50 {
    --filter-contrast: contrast(0.5);
  }

  .lg\:filter-contrast-75 {
    --filter-contrast: contrast(0.75);
  }

  .lg\:filter-contrast-100 {
    --filter-contrast: contrast(1);
  }

  .lg\:filter-contrast-125 {
    --filter-contrast: contrast(1.25);
  }

  .lg\:filter-contrast-150 {
    --filter-contrast: contrast(1.5);
  }

  .lg\:filter-contrast-175 {
    --filter-contrast: contrast(1.75);
  }

  .lg\:filter-contrast-200 {
    --filter-contrast: contrast(2);
  }

  .lg\:filter-grayscale-0 {
    --filter-grayscale: grayscale(0);
  }

  .lg\:filter-grayscale-1 {
    --filter-grayscale: grayscale(1);
  }

  .lg\:filter-hue-rotate-0 {
    --filter-hue-rotate: hue-rotate(0deg);
  }

  .lg\:filter-hue-rotate-15 {
    --filter-hue-rotate: hue-rotate(15deg);
  }

  .lg\:filter-hue-rotate-30 {
    --filter-hue-rotate: hue-rotate(30deg);
  }

  .lg\:filter-hue-rotate-45 {
    --filter-hue-rotate: hue-rotate(45deg);
  }

  .lg\:filter-hue-rotate-60 {
    --filter-hue-rotate: hue-rotate(60deg);
  }

  .lg\:filter-hue-rotate-75 {
    --filter-hue-rotate: hue-rotate(75deg);
  }

  .lg\:filter-hue-rotate-90 {
    --filter-hue-rotate: hue-rotate(90deg);
  }

  .lg\:filter-hue-rotate-135 {
    --filter-hue-rotate: hue-rotate(135deg);
  }

  .lg\:filter-hue-rotate-190 {
    --filter-hue-rotate: hue-rotate(190deg);
  }

  .lg\:-filter-hue-rotate-0 {
    --filter-hue-rotate: hue-rotate(0deg);
  }

  .lg\:-filter-hue-rotate-15 {
    --filter-hue-rotate: hue-rotate(-15deg);
  }

  .lg\:-filter-hue-rotate-30 {
    --filter-hue-rotate: hue-rotate(-30deg);
  }

  .lg\:-filter-hue-rotate-45 {
    --filter-hue-rotate: hue-rotate(-45deg);
  }

  .lg\:-filter-hue-rotate-60 {
    --filter-hue-rotate: hue-rotate(-60deg);
  }

  .lg\:-filter-hue-rotate-75 {
    --filter-hue-rotate: hue-rotate(-75deg);
  }

  .lg\:-filter-hue-rotate-90 {
    --filter-hue-rotate: hue-rotate(-90deg);
  }

  .lg\:-filter-hue-rotate-135 {
    --filter-hue-rotate: hue-rotate(-135deg);
  }

  .lg\:-filter-hue-rotate-190 {
    --filter-hue-rotate: hue-rotate(-190deg);
  }

  .lg\:filter-invert-0 {
    --filter-invert: invert(0);
  }

  .lg\:filter-invert-1 {
    --filter-invert: invert(1);
  }

  .lg\:filter-saturate-0 {
    --filter-saturate: saturate(0);
  }

  .lg\:filter-saturate-25 {
    --filter-saturate: saturate(0.25);
  }

  .lg\:filter-saturate-50 {
    --filter-saturate: saturate(0.5);
  }

  .lg\:filter-saturate-75 {
    --filter-saturate: saturate(0.75);
  }

  .lg\:filter-saturate-100 {
    --filter-saturate: saturate(1);
  }

  .lg\:filter-saturate-125 {
    --filter-saturate: saturate(1.25);
  }

  .lg\:filter-saturate-150 {
    --filter-saturate: saturate(1.5);
  }

  .lg\:filter-saturate-175 {
    --filter-saturate: saturate(1.75);
  }

  .lg\:filter-saturate-200 {
    --filter-saturate: saturate(2);
  }

  .lg\:filter-sepia-0 {
    --filter-sepia: sepia(0);
  }

  .lg\:filter-sepia-1 {
    --filter-sepia: sepia(1);
  }

  .lg\:backdrop-filter-none {
    backdrop-filter: none;
  }

  .lg\:backdrop-filter-blur-0 {
    --backdrop-filter-blur: blur(0);
  }

  .lg\:backdrop-filter-blur-4 {
    --backdrop-filter-blur: blur(4px);
  }

  .lg\:backdrop-filter-blur-8 {
    --backdrop-filter-blur: blur(8px);
  }

  .lg\:backdrop-filter-blur-12 {
    --backdrop-filter-blur: blur(12px);
  }

  .lg\:backdrop-filter-blur-16 {
    --backdrop-filter-blur: blur(16px);
  }

  .lg\:backdrop-filter-blur-20 {
    --backdrop-filter-blur: blur(20px);
  }

  .lg\:backdrop-filter-blur-24 {
    --backdrop-filter-blur: blur(24px);
  }

  .lg\:backdrop-filter-blur-28 {
    --backdrop-filter-blur: blur(28px);
  }

  .lg\:backdrop-filter-blur-32 {
    --backdrop-filter-blur: blur(32px);
  }

  .lg\:backdrop-filter-blur-64 {
    --backdrop-filter-blur: blur(64px);
  }

  .lg\:backdrop-filter-blur-128 {
    --backdrop-filter-blur: blur(128px);
  }

  .lg\:backdrop-filter-brightness-0 {
    --backdrop-filter-brightness: brightness(0);
  }

  .lg\:backdrop-filter-brightness-25 {
    --backdrop-filter-brightness: brightness(0.25);
  }

  .lg\:backdrop-filter-brightness-50 {
    --backdrop-filter-brightness: brightness(0.5);
  }

  .lg\:backdrop-filter-brightness-75 {
    --backdrop-filter-brightness: brightness(0.75);
  }

  .lg\:backdrop-filter-brightness-100 {
    --backdrop-filter-brightness: brightness(1);
  }

  .lg\:backdrop-filter-brightness-125 {
    --backdrop-filter-brightness: brightness(1.25);
  }

  .lg\:backdrop-filter-brightness-150 {
    --backdrop-filter-brightness: brightness(1.5);
  }

  .lg\:backdrop-filter-brightness-175 {
    --backdrop-filter-brightness: brightness(1.75);
  }

  .lg\:backdrop-filter-brightness-200 {
    --backdrop-filter-brightness: brightness(2);
  }

  .lg\:backdrop-filter-contrast-0 {
    --backdrop-filter-contrast: contrast(0);
  }

  .lg\:backdrop-filter-contrast-25 {
    --backdrop-filter-contrast: contrast(0.25);
  }

  .lg\:backdrop-filter-contrast-50 {
    --backdrop-filter-contrast: contrast(0.5);
  }

  .lg\:backdrop-filter-contrast-75 {
    --backdrop-filter-contrast: contrast(0.75);
  }

  .lg\:backdrop-filter-contrast-100 {
    --backdrop-filter-contrast: contrast(1);
  }

  .lg\:backdrop-filter-contrast-125 {
    --backdrop-filter-contrast: contrast(1.25);
  }

  .lg\:backdrop-filter-contrast-150 {
    --backdrop-filter-contrast: contrast(1.5);
  }

  .lg\:backdrop-filter-contrast-175 {
    --backdrop-filter-contrast: contrast(1.75);
  }

  .lg\:backdrop-filter-contrast-200 {
    --backdrop-filter-contrast: contrast(2);
  }

  .lg\:backdrop-filter-grayscale-0 {
    --backdrop-filter-grayscale: grayscale(0);
  }

  .lg\:backdrop-filter-grayscale-1 {
    --backdrop-filter-grayscale: grayscale(1);
  }

  .lg\:backdrop-filter-hue-rotate-0 {
    --backdrop-filter-hue-rotate: hue-rotate(0deg);
  }

  .lg\:backdrop-filter-hue-rotate-15 {
    --backdrop-filter-hue-rotate: hue-rotate(15deg);
  }

  .lg\:backdrop-filter-hue-rotate-30 {
    --backdrop-filter-hue-rotate: hue-rotate(30deg);
  }

  .lg\:backdrop-filter-hue-rotate-45 {
    --backdrop-filter-hue-rotate: hue-rotate(45deg);
  }

  .lg\:backdrop-filter-hue-rotate-60 {
    --backdrop-filter-hue-rotate: hue-rotate(60deg);
  }

  .lg\:backdrop-filter-hue-rotate-75 {
    --backdrop-filter-hue-rotate: hue-rotate(75deg);
  }

  .lg\:backdrop-filter-hue-rotate-90 {
    --backdrop-filter-hue-rotate: hue-rotate(90deg);
  }

  .lg\:backdrop-filter-hue-rotate-135 {
    --backdrop-filter-hue-rotate: hue-rotate(135deg);
  }

  .lg\:backdrop-filter-hue-rotate-190 {
    --backdrop-filter-hue-rotate: hue-rotate(190deg);
  }

  .lg\:-backdrop-filter-hue-rotate-0 {
    --backdrop-filter-hue-rotate: hue-rotate(0deg);
  }

  .lg\:-backdrop-filter-hue-rotate-15 {
    --backdrop-filter-hue-rotate: hue-rotate(15deg);
  }

  .lg\:-backdrop-filter-hue-rotate-30 {
    --backdrop-filter-hue-rotate: hue-rotate(30deg);
  }

  .lg\:-backdrop-filter-hue-rotate-45 {
    --backdrop-filter-hue-rotate: hue-rotate(45deg);
  }

  .lg\:-backdrop-filter-hue-rotate-60 {
    --backdrop-filter-hue-rotate: hue-rotate(60deg);
  }

  .lg\:-backdrop-filter-hue-rotate-75 {
    --backdrop-filter-hue-rotate: hue-rotate(75deg);
  }

  .lg\:-backdrop-filter-hue-rotate-90 {
    --backdrop-filter-hue-rotate: hue-rotate(90deg);
  }

  .lg\:-backdrop-filter-hue-rotate-135 {
    --backdrop-filter-hue-rotate: hue-rotate(135deg);
  }

  .lg\:-backdrop-filter-hue-rotate-190 {
    --backdrop-filter-hue-rotate: hue-rotate(190deg);
  }

  .lg\:backdrop-filter-invert-0 {
    --backdrop-filter-invert: invert(0);
  }

  .lg\:backdrop-filter-invert-1 {
    --backdrop-filter-invert: invert(1);
  }

  .lg\:backdrop-filter-saturate-0 {
    --backdrop-filter-saturate: saturate(0);
  }

  .lg\:backdrop-filter-saturate-25 {
    --backdrop-filter-saturate: saturate(0.25);
  }

  .lg\:backdrop-filter-saturate-50 {
    --backdrop-filter-saturate: saturate(0.5);
  }

  .lg\:backdrop-filter-saturate-75 {
    --backdrop-filter-saturate: saturate(0.75);
  }

  .lg\:backdrop-filter-saturate-100 {
    --backdrop-filter-saturate: saturate(1);
  }

  .lg\:backdrop-filter-saturate-125 {
    --backdrop-filter-saturate: saturate(1.25);
  }

  .lg\:backdrop-filter-saturate-150 {
    --backdrop-filter-saturate: saturate(1.5);
  }

  .lg\:backdrop-filter-saturate-175 {
    --backdrop-filter-saturate: saturate(1.75);
  }

  .lg\:backdrop-filter-saturate-200 {
    --backdrop-filter-saturate: saturate(2);
  }

  .lg\:backdrop-filter-sepia-0 {
    --backdrop-filter-sepia: sepia(0);
  }

  .lg\:backdrop-filter-sepia-1 {
    --backdrop-filter-sepia: sepia(1);
  }

  .lg\:fill-current {
    fill: currentColor;
  }

  .lg\:stroke-current {
    stroke: currentColor;
  }

  .lg\:stroke-width-0 {
    stroke-width: 0;
  }

  .lg\:stroke-width-1 {
    stroke-width: 1;
  }

  .lg\:stroke-width-2 {
    stroke-width: 2;
  }

  .lg\:stroke-width-3 {
    stroke-width: 3;
  }

  .lg\:stroke-width-4 {
    stroke-width: 4;
  }

  .lg\:stroke-width-5 {
    stroke-width: 5;
  }

  .lg\:stroke-width-6 {
    stroke-width: 6;
  }

  .lg\:stroke-width-7 {
    stroke-width: 7;
  }

  .lg\:stroke-width-8 {
    stroke-width: 8;
  }

  .lg\:stroke-width-9 {
    stroke-width: 9;
  }

  .lg\:stroke-width-10 {
    stroke-width: 10;
  }

  .lg\:stroke-linecap-butt {
    stroke-linecap: butt;
  }

  .lg\:stroke-linecap-round {
    stroke-linecap: round;
  }

  .lg\:stroke-linecap-square {
    stroke-linecap: square;
  }

  .lg\:stroke-dasharray-5 {
    stroke-dasharray: 5;
  }

  .lg\:stroke-dasharray-10 {
    stroke-dasharray: 10;
  }

  .lg\:stroke-dasharray-15 {
    stroke-dasharray: 15;
  }

  .lg\:stroke-dasharray-20 {
    stroke-dasharray: 20;
  }

  .lg\:stroke-dasharray-25 {
    stroke-dasharray: 25;
  }

  .lg\:stroke-dasharray-30 {
    stroke-dasharray: 30;
  }

  .lg\:stroke-dasharray-35 {
    stroke-dasharray: 35;
  }

  .lg\:stroke-dasharray-40 {
    stroke-dasharray: 40;
  }

  .lg\:stroke-dasharray-45 {
    stroke-dasharray: 45;
  }

  .lg\:stroke-dasharray-50 {
    stroke-dasharray: 50;
  }

  .lg\:outline-style-auto {
    outline-style: auto;
  }

  .lg\:outline-style-solid {
    outline-style: solid;
  }

  .lg\:outline-style-dashed {
    outline-style: dashed;
  }

  .lg\:outline-style-dotted {
    outline-style: dotted;
  }

  .lg\:outline-style-double {
    outline-style: double;
  }

  .lg\:outline-style-none {
    outline-style: none;
  }

  .lg\:outline-width-medium {
    outline-width: medium;
  }

  .lg\:outline-width-thin {
    outline-width: thin;
  }

  .lg\:outline-width-thick {
    outline-width: thick;
  }

  .lg\:outline-red-600 {
    --outline-opacity: 1;
    outline-color: rgba(237, 45, 45, var(--outline-opacity));
  }

  .lg\:outline-red-700 {
    --outline-opacity: 1;
    outline-color: rgba(235, 21, 21, var(--outline-opacity));
  }

  .lg\:outline-red-800 {
    --outline-opacity: 1;
    outline-color: rgba(212, 18, 18, var(--outline-opacity));
  }

  .lg\:outline-red-900 {
    --outline-opacity: 1;
    outline-color: rgba(189, 16, 16, var(--outline-opacity));
  }

  .lg\:outline-red-500 {
    --outline-opacity: 1;
    outline-color: rgba(239, 68, 68, var(--outline-opacity));
  }

  .lg\:outline-red-400 {
    --outline-opacity: 1;
    outline-color: rgba(242, 106, 106, var(--outline-opacity));
  }

  .lg\:outline-red-300 {
    --outline-opacity: 1;
    outline-color: rgba(245, 143, 143, var(--outline-opacity));
  }

  .lg\:outline-red-200 {
    --outline-opacity: 1;
    outline-color: rgba(249, 181, 181, var(--outline-opacity));
  }

  .lg\:outline-red-100 {
    --outline-opacity: 1;
    outline-color: rgba(252, 218, 218, var(--outline-opacity));
  }

  .lg\:outline-green-600 {
    --outline-opacity: 1;
    outline-color: rgba(14, 162, 113, var(--outline-opacity));
  }

  .lg\:outline-green-700 {
    --outline-opacity: 1;
    outline-color: rgba(12, 138, 96, var(--outline-opacity));
  }

  .lg\:outline-green-800 {
    --outline-opacity: 1;
    outline-color: rgba(10, 115, 80, var(--outline-opacity));
  }

  .lg\:outline-green-900 {
    --outline-opacity: 1;
    outline-color: rgba(8, 91, 64, var(--outline-opacity));
  }

  .lg\:outline-green-500 {
    --outline-opacity: 1;
    outline-color: rgba(16, 185, 129, var(--outline-opacity));
  }

  .lg\:outline-green-400 {
    --outline-opacity: 1;
    outline-color: rgba(19, 223, 155, var(--outline-opacity));
  }

  .lg\:outline-green-300 {
    --outline-opacity: 1;
    outline-color: rgba(46, 237, 174, var(--outline-opacity));
  }

  .lg\:outline-green-200 {
    --outline-opacity: 1;
    outline-color: rgba(83, 240, 188, var(--outline-opacity));
  }

  .lg\:outline-green-100 {
    --outline-opacity: 1;
    outline-color: rgba(121, 243, 203, var(--outline-opacity));
  }

  .lg\:outline-blue-600 {
    --outline-opacity: 1;
    outline-color: rgba(35, 114, 245, var(--outline-opacity));
  }

  .lg\:outline-blue-700 {
    --outline-opacity: 1;
    outline-color: rgba(11, 99, 243, var(--outline-opacity));
  }

  .lg\:outline-blue-800 {
    --outline-opacity: 1;
    outline-color: rgba(10, 89, 218, var(--outline-opacity));
  }

  .lg\:outline-blue-900 {
    --outline-opacity: 1;
    outline-color: rgba(9, 79, 194, var(--outline-opacity));
  }

  .lg\:outline-blue-500 {
    --outline-opacity: 1;
    outline-color: rgba(59, 130, 246, var(--outline-opacity));
  }

  .lg\:outline-blue-400 {
    --outline-opacity: 1;
    outline-color: rgba(98, 155, 248, var(--outline-opacity));
  }

  .lg\:outline-blue-300 {
    --outline-opacity: 1;
    outline-color: rgba(137, 180, 250, var(--outline-opacity));
  }

  .lg\:outline-blue-200 {
    --outline-opacity: 1;
    outline-color: rgba(176, 205, 251, var(--outline-opacity));
  }

  .lg\:outline-blue-100 {
    --outline-opacity: 1;
    outline-color: rgba(215, 230, 253, var(--outline-opacity));
  }

  .lg\:outline-yellow-600 {
    --outline-opacity: 1;
    outline-color: rgba(251, 184, 11, var(--outline-opacity));
  }

  .lg\:outline-yellow-700 {
    --outline-opacity: 1;
    outline-color: rgba(232, 168, 4, var(--outline-opacity));
  }

  .lg\:outline-yellow-800 {
    --outline-opacity: 1;
    outline-color: rgba(207, 150, 4, var(--outline-opacity));
  }

  .lg\:outline-yellow-900 {
    --outline-opacity: 1;
    outline-color: rgba(182, 132, 3, var(--outline-opacity));
  }

  .lg\:outline-yellow-500 {
    --outline-opacity: 1;
    outline-color: rgba(251, 191, 36, var(--outline-opacity));
  }

  .lg\:outline-yellow-400 {
    --outline-opacity: 1;
    outline-color: rgba(252, 203, 76, var(--outline-opacity));
  }

  .lg\:outline-yellow-300 {
    --outline-opacity: 1;
    outline-color: rgba(252, 214, 116, var(--outline-opacity));
  }

  .lg\:outline-yellow-200 {
    --outline-opacity: 1;
    outline-color: rgba(253, 226, 156, var(--outline-opacity));
  }

  .lg\:outline-yellow-100 {
    --outline-opacity: 1;
    outline-color: rgba(254, 238, 196, var(--outline-opacity));
  }

  .lg\:outline-pink-600 {
    --outline-opacity: 1;
    outline-color: rgba(234, 49, 140, var(--outline-opacity));
  }

  .lg\:outline-pink-700 {
    --outline-opacity: 1;
    outline-color: rgba(231, 26, 127, var(--outline-opacity));
  }

  .lg\:outline-pink-800 {
    --outline-opacity: 1;
    outline-color: rgba(210, 22, 115, var(--outline-opacity));
  }

  .lg\:outline-pink-900 {
    --outline-opacity: 1;
    outline-color: rgba(187, 19, 102, var(--outline-opacity));
  }

  .lg\:outline-pink-500 {
    --outline-opacity: 1;
    outline-color: rgba(236, 72, 153, var(--outline-opacity));
  }

  .lg\:outline-pink-400 {
    --outline-opacity: 1;
    outline-color: rgba(240, 109, 174, var(--outline-opacity));
  }

  .lg\:outline-pink-300 {
    --outline-opacity: 1;
    outline-color: rgba(244, 146, 194, var(--outline-opacity));
  }

  .lg\:outline-pink-200 {
    --outline-opacity: 1;
    outline-color: rgba(248, 183, 215, var(--outline-opacity));
  }

  .lg\:outline-pink-100 {
    --outline-opacity: 1;
    outline-color: rgba(251, 220, 235, var(--outline-opacity));
  }

  .lg\:outline-purple-600 {
    --outline-opacity: 1;
    outline-color: rgba(122, 68, 245, var(--outline-opacity));
  }

  .lg\:outline-purple-700 {
    --outline-opacity: 1;
    outline-color: rgba(105, 44, 243, var(--outline-opacity));
  }

  .lg\:outline-purple-800 {
    --outline-opacity: 1;
    outline-color: rgba(87, 20, 242, var(--outline-opacity));
  }

  .lg\:outline-purple-900 {
    --outline-opacity: 1;
    outline-color: rgba(77, 12, 224, var(--outline-opacity));
  }

  .lg\:outline-purple-500 {
    --outline-opacity: 1;
    outline-color: rgba(139, 92, 246, var(--outline-opacity));
  }

  .lg\:outline-purple-400 {
    --outline-opacity: 1;
    outline-color: rgba(167, 131, 248, var(--outline-opacity));
  }

  .lg\:outline-purple-300 {
    --outline-opacity: 1;
    outline-color: rgba(194, 169, 250, var(--outline-opacity));
  }

  .lg\:outline-purple-200 {
    --outline-opacity: 1;
    outline-color: rgba(222, 208, 252, var(--outline-opacity));
  }

  .lg\:outline-purple-100 {
    --outline-opacity: 1;
    outline-color: rgba(249, 247, 255, var(--outline-opacity));
  }

  .lg\:outline-gray-600 {
    --outline-opacity: 1;
    outline-color: rgba(95, 102, 114, var(--outline-opacity));
  }

  .lg\:outline-gray-700 {
    --outline-opacity: 1;
    outline-color: rgba(84, 89, 100, var(--outline-opacity));
  }

  .lg\:outline-gray-800 {
    --outline-opacity: 1;
    outline-color: rgba(72, 77, 86, var(--outline-opacity));
  }

  .lg\:outline-gray-900 {
    --outline-opacity: 1;
    outline-color: rgba(61, 65, 72, var(--outline-opacity));
  }

  .lg\:outline-gray-500 {
    --outline-opacity: 1;
    outline-color: rgba(107, 114, 128, var(--outline-opacity));
  }

  .lg\:outline-gray-400 {
    --outline-opacity: 1;
    outline-color: rgba(127, 134, 148, var(--outline-opacity));
  }

  .lg\:outline-gray-300 {
    --outline-opacity: 1;
    outline-color: rgba(150, 155, 167, var(--outline-opacity));
  }

  .lg\:outline-gray-200 {
    --outline-opacity: 1;
    outline-color: rgba(172, 176, 186, var(--outline-opacity));
  }

  .lg\:outline-gray-100 {
    --outline-opacity: 1;
    outline-color: rgba(194, 197, 204, var(--outline-opacity));
  }

  .lg\:outline-offset-0px {
    outline-offset: 0;
  }

  .lg\:outline-offset-1px {
    outline-offset: 1px;
  }

  .lg\:outline-offset-2px {
    outline-offset: 2px;
  }

  .lg\:outline-offset-3px {
    outline-offset: 3px;
  }

  .lg\:outline-offset-4px {
    outline-offset: 4px;
  }

  .lg\:outline-offset-5px {
    outline-offset: 5px;
  }

  .lg\:outline-offset-6px {
    outline-offset: 6px;
  }

  .lg\:outline-offset-7px {
    outline-offset: 7px;
  }

  .lg\:outline-offset-8px {
    outline-offset: 8px;
  }

  .lg\:outline-offset-9px {
    outline-offset: 9px;
  }

  .lg\:outline-offset-10px {
    outline-offset: 10px;
  }

  .lg\:outline-none {
    outline: none;
  }

  .lg\:direction-ltr {
    direction: ltr;
  }

  .lg\:direction-rtl {
    direction: rtl;
  }

  .lg\:writing-mode-tb {
    writing-mode: horizontal-tb;
  }

  .lg\:writing-mode-lr {
    writing-mode: vertical-lr;
  }

  .lg\:writing-mode-rl {
    writing-mode: vertical-rl;
  }
}
@media (min-width: 1280px) {
  .xl\:appearance-auto {
    appearance: auto;
  }

  .xl\:appearance-none {
    appearance: none;
  }

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

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

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

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

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

  .xl\:align-self-auto {
    align-self: auto;
  }

  .xl\:align-self-start {
    align-self: flex-start;
  }

  .xl\:align-self-end {
    align-self: flex-end;
  }

  .xl\:align-self-center {
    align-self: center;
  }

  .xl\:align-self-stretch {
    align-self: stretch;
  }

  .xl\:background-attachment-fixed {
    background-attachment: fixed;
  }

  .xl\:background-attachment-local {
    background-attachment: local;
  }

  .xl\:background-attachment-scroll {
    background-attachment: scroll;
  }

  .xl\:background-clip-border-box {
    background-clip: border-box;
  }

  .xl\:background-clip-padding-box {
    background-clip: padding-box;
  }

  .xl\:background-clip-content-box {
    background-clip: content-box;
  }

  .xl\:background-clip-text {
    background-clip: text;
  }

  .xl\:bg-red-600 {
    --bg-opacity: 1;
    background-color: rgba(237, 45, 45, var(--bg-opacity));
  }

  .xl\:bg-red-700 {
    --bg-opacity: 1;
    background-color: rgba(235, 21, 21, var(--bg-opacity));
  }

  .xl\:bg-red-800 {
    --bg-opacity: 1;
    background-color: rgba(212, 18, 18, var(--bg-opacity));
  }

  .xl\:bg-red-900 {
    --bg-opacity: 1;
    background-color: rgba(189, 16, 16, var(--bg-opacity));
  }

  .xl\:bg-red-500 {
    --bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--bg-opacity));
  }

  .xl\:bg-red-400 {
    --bg-opacity: 1;
    background-color: rgba(242, 106, 106, var(--bg-opacity));
  }

  .xl\:bg-red-300 {
    --bg-opacity: 1;
    background-color: rgba(245, 143, 143, var(--bg-opacity));
  }

  .xl\:bg-red-200 {
    --bg-opacity: 1;
    background-color: rgba(249, 181, 181, var(--bg-opacity));
  }

  .xl\:bg-red-100 {
    --bg-opacity: 1;
    background-color: rgba(252, 218, 218, var(--bg-opacity));
  }

  .xl\:bg-green-600 {
    --bg-opacity: 1;
    background-color: rgba(14, 162, 113, var(--bg-opacity));
  }

  .xl\:bg-green-700 {
    --bg-opacity: 1;
    background-color: rgba(12, 138, 96, var(--bg-opacity));
  }

  .xl\:bg-green-800 {
    --bg-opacity: 1;
    background-color: rgba(10, 115, 80, var(--bg-opacity));
  }

  .xl\:bg-green-900 {
    --bg-opacity: 1;
    background-color: rgba(8, 91, 64, var(--bg-opacity));
  }

  .xl\:bg-green-500 {
    --bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--bg-opacity));
  }

  .xl\:bg-green-400 {
    --bg-opacity: 1;
    background-color: rgba(19, 223, 155, var(--bg-opacity));
  }

  .xl\:bg-green-300 {
    --bg-opacity: 1;
    background-color: rgba(46, 237, 174, var(--bg-opacity));
  }

  .xl\:bg-green-200 {
    --bg-opacity: 1;
    background-color: rgba(83, 240, 188, var(--bg-opacity));
  }

  .xl\:bg-green-100 {
    --bg-opacity: 1;
    background-color: rgba(121, 243, 203, var(--bg-opacity));
  }

  .xl\:bg-blue-600 {
    --bg-opacity: 1;
    background-color: rgba(35, 114, 245, var(--bg-opacity));
  }

  .xl\:bg-blue-700 {
    --bg-opacity: 1;
    background-color: rgba(11, 99, 243, var(--bg-opacity));
  }

  .xl\:bg-blue-800 {
    --bg-opacity: 1;
    background-color: rgba(10, 89, 218, var(--bg-opacity));
  }

  .xl\:bg-blue-900 {
    --bg-opacity: 1;
    background-color: rgba(9, 79, 194, var(--bg-opacity));
  }

  .xl\:bg-blue-500 {
    --bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--bg-opacity));
  }

  .xl\:bg-blue-400 {
    --bg-opacity: 1;
    background-color: rgba(98, 155, 248, var(--bg-opacity));
  }

  .xl\:bg-blue-300 {
    --bg-opacity: 1;
    background-color: rgba(137, 180, 250, var(--bg-opacity));
  }

  .xl\:bg-blue-200 {
    --bg-opacity: 1;
    background-color: rgba(176, 205, 251, var(--bg-opacity));
  }

  .xl\:bg-blue-100 {
    --bg-opacity: 1;
    background-color: rgba(215, 230, 253, var(--bg-opacity));
  }

  .xl\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: rgba(251, 184, 11, var(--bg-opacity));
  }

  .xl\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: rgba(232, 168, 4, var(--bg-opacity));
  }

  .xl\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: rgba(207, 150, 4, var(--bg-opacity));
  }

  .xl\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: rgba(182, 132, 3, var(--bg-opacity));
  }

  .xl\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--bg-opacity));
  }

  .xl\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: rgba(252, 203, 76, var(--bg-opacity));
  }

  .xl\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: rgba(252, 214, 116, var(--bg-opacity));
  }

  .xl\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: rgba(253, 226, 156, var(--bg-opacity));
  }

  .xl\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: rgba(254, 238, 196, var(--bg-opacity));
  }

  .xl\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: rgba(234, 49, 140, var(--bg-opacity));
  }

  .xl\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: rgba(231, 26, 127, var(--bg-opacity));
  }

  .xl\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: rgba(210, 22, 115, var(--bg-opacity));
  }

  .xl\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: rgba(187, 19, 102, var(--bg-opacity));
  }

  .xl\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--bg-opacity));
  }

  .xl\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: rgba(240, 109, 174, var(--bg-opacity));
  }

  .xl\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: rgba(244, 146, 194, var(--bg-opacity));
  }

  .xl\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: rgba(248, 183, 215, var(--bg-opacity));
  }

  .xl\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: rgba(251, 220, 235, var(--bg-opacity));
  }

  .xl\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: rgba(122, 68, 245, var(--bg-opacity));
  }

  .xl\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: rgba(105, 44, 243, var(--bg-opacity));
  }

  .xl\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: rgba(87, 20, 242, var(--bg-opacity));
  }

  .xl\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: rgba(77, 12, 224, var(--bg-opacity));
  }

  .xl\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--bg-opacity));
  }

  .xl\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: rgba(167, 131, 248, var(--bg-opacity));
  }

  .xl\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: rgba(194, 169, 250, var(--bg-opacity));
  }

  .xl\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: rgba(222, 208, 252, var(--bg-opacity));
  }

  .xl\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: rgba(249, 247, 255, var(--bg-opacity));
  }

  .xl\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: rgba(95, 102, 114, var(--bg-opacity));
  }

  .xl\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: rgba(84, 89, 100, var(--bg-opacity));
  }

  .xl\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: rgba(72, 77, 86, var(--bg-opacity));
  }

  .xl\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: rgba(61, 65, 72, var(--bg-opacity));
  }

  .xl\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--bg-opacity));
  }

  .xl\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: rgba(127, 134, 148, var(--bg-opacity));
  }

  .xl\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: rgba(150, 155, 167, var(--bg-opacity));
  }

  .xl\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: rgba(172, 176, 186, var(--bg-opacity));
  }

  .xl\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: rgba(194, 197, 204, var(--bg-opacity));
  }

  .xl\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .xl\:bg-opacity-5 {
    --bg-opacity: 0.05;
  }

  .xl\:bg-opacity-10 {
    --bg-opacity: 0.1;
  }

  .xl\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .xl\:bg-opacity-20 {
    --bg-opacity: 0.2;
  }

  .xl\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .xl\:bg-opacity-30 {
    --bg-opacity: 0.3;
  }

  .xl\:bg-opacity-35 {
    --bg-opacity: 0.35;
  }

  .xl\:bg-opacity-40 {
    --bg-opacity: 0.4;
  }

  .xl\:bg-opacity-45 {
    --bg-opacity: 0.45;
  }

  .xl\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .xl\:bg-opacity-55 {
    --bg-opacity: 0.55;
  }

  .xl\:bg-opacity-60 {
    --bg-opacity: 0.6;
  }

  .xl\:bg-opacity-65 {
    --bg-opacity: 0.65;
  }

  .xl\:bg-opacity-70 {
    --bg-opacity: 0.7;
  }

  .xl\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .xl\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .xl\:bg-opacity-85 {
    --bg-opacity: 0.85;
  }

  .xl\:bg-opacity-90 {
    --bg-opacity: 0.9;
  }

  .xl\:bg-opacity-95 {
    --bg-opacity: 0.95;
  }

  .xl\:bg-opacity-100 {
    --bg-opacity: 100;
  }

  .xl\:background-image-none {
    background-image: "none !important";
  }

  .xl\:start-red-600 {
    --start-opacity: 1;
    --gradient-start: rgba(237, 45, 45, var(--start-opacity));
  }

  .xl\:start-red-700 {
    --start-opacity: 1;
    --gradient-start: rgba(235, 21, 21, var(--start-opacity));
  }

  .xl\:start-red-800 {
    --start-opacity: 1;
    --gradient-start: rgba(212, 18, 18, var(--start-opacity));
  }

  .xl\:start-red-900 {
    --start-opacity: 1;
    --gradient-start: rgba(189, 16, 16, var(--start-opacity));
  }

  .xl\:start-red-500 {
    --start-opacity: 1;
    --gradient-start: rgba(239, 68, 68, var(--start-opacity));
  }

  .xl\:start-red-400 {
    --start-opacity: 1;
    --gradient-start: rgba(242, 106, 106, var(--start-opacity));
  }

  .xl\:start-red-300 {
    --start-opacity: 1;
    --gradient-start: rgba(245, 143, 143, var(--start-opacity));
  }

  .xl\:start-red-200 {
    --start-opacity: 1;
    --gradient-start: rgba(249, 181, 181, var(--start-opacity));
  }

  .xl\:start-red-100 {
    --start-opacity: 1;
    --gradient-start: rgba(252, 218, 218, var(--start-opacity));
  }

  .xl\:start-green-600 {
    --start-opacity: 1;
    --gradient-start: rgba(14, 162, 113, var(--start-opacity));
  }

  .xl\:start-green-700 {
    --start-opacity: 1;
    --gradient-start: rgba(12, 138, 96, var(--start-opacity));
  }

  .xl\:start-green-800 {
    --start-opacity: 1;
    --gradient-start: rgba(10, 115, 80, var(--start-opacity));
  }

  .xl\:start-green-900 {
    --start-opacity: 1;
    --gradient-start: rgba(8, 91, 64, var(--start-opacity));
  }

  .xl\:start-green-500 {
    --start-opacity: 1;
    --gradient-start: rgba(16, 185, 129, var(--start-opacity));
  }

  .xl\:start-green-400 {
    --start-opacity: 1;
    --gradient-start: rgba(19, 223, 155, var(--start-opacity));
  }

  .xl\:start-green-300 {
    --start-opacity: 1;
    --gradient-start: rgba(46, 237, 174, var(--start-opacity));
  }

  .xl\:start-green-200 {
    --start-opacity: 1;
    --gradient-start: rgba(83, 240, 188, var(--start-opacity));
  }

  .xl\:start-green-100 {
    --start-opacity: 1;
    --gradient-start: rgba(121, 243, 203, var(--start-opacity));
  }

  .xl\:start-blue-600 {
    --start-opacity: 1;
    --gradient-start: rgba(35, 114, 245, var(--start-opacity));
  }

  .xl\:start-blue-700 {
    --start-opacity: 1;
    --gradient-start: rgba(11, 99, 243, var(--start-opacity));
  }

  .xl\:start-blue-800 {
    --start-opacity: 1;
    --gradient-start: rgba(10, 89, 218, var(--start-opacity));
  }

  .xl\:start-blue-900 {
    --start-opacity: 1;
    --gradient-start: rgba(9, 79, 194, var(--start-opacity));
  }

  .xl\:start-blue-500 {
    --start-opacity: 1;
    --gradient-start: rgba(59, 130, 246, var(--start-opacity));
  }

  .xl\:start-blue-400 {
    --start-opacity: 1;
    --gradient-start: rgba(98, 155, 248, var(--start-opacity));
  }

  .xl\:start-blue-300 {
    --start-opacity: 1;
    --gradient-start: rgba(137, 180, 250, var(--start-opacity));
  }

  .xl\:start-blue-200 {
    --start-opacity: 1;
    --gradient-start: rgba(176, 205, 251, var(--start-opacity));
  }

  .xl\:start-blue-100 {
    --start-opacity: 1;
    --gradient-start: rgba(215, 230, 253, var(--start-opacity));
  }

  .xl\:start-yellow-600 {
    --start-opacity: 1;
    --gradient-start: rgba(251, 184, 11, var(--start-opacity));
  }

  .xl\:start-yellow-700 {
    --start-opacity: 1;
    --gradient-start: rgba(232, 168, 4, var(--start-opacity));
  }

  .xl\:start-yellow-800 {
    --start-opacity: 1;
    --gradient-start: rgba(207, 150, 4, var(--start-opacity));
  }

  .xl\:start-yellow-900 {
    --start-opacity: 1;
    --gradient-start: rgba(182, 132, 3, var(--start-opacity));
  }

  .xl\:start-yellow-500 {
    --start-opacity: 1;
    --gradient-start: rgba(251, 191, 36, var(--start-opacity));
  }

  .xl\:start-yellow-400 {
    --start-opacity: 1;
    --gradient-start: rgba(252, 203, 76, var(--start-opacity));
  }

  .xl\:start-yellow-300 {
    --start-opacity: 1;
    --gradient-start: rgba(252, 214, 116, var(--start-opacity));
  }

  .xl\:start-yellow-200 {
    --start-opacity: 1;
    --gradient-start: rgba(253, 226, 156, var(--start-opacity));
  }

  .xl\:start-yellow-100 {
    --start-opacity: 1;
    --gradient-start: rgba(254, 238, 196, var(--start-opacity));
  }

  .xl\:start-pink-600 {
    --start-opacity: 1;
    --gradient-start: rgba(234, 49, 140, var(--start-opacity));
  }

  .xl\:start-pink-700 {
    --start-opacity: 1;
    --gradient-start: rgba(231, 26, 127, var(--start-opacity));
  }

  .xl\:start-pink-800 {
    --start-opacity: 1;
    --gradient-start: rgba(210, 22, 115, var(--start-opacity));
  }

  .xl\:start-pink-900 {
    --start-opacity: 1;
    --gradient-start: rgba(187, 19, 102, var(--start-opacity));
  }

  .xl\:start-pink-500 {
    --start-opacity: 1;
    --gradient-start: rgba(236, 72, 153, var(--start-opacity));
  }

  .xl\:start-pink-400 {
    --start-opacity: 1;
    --gradient-start: rgba(240, 109, 174, var(--start-opacity));
  }

  .xl\:start-pink-300 {
    --start-opacity: 1;
    --gradient-start: rgba(244, 146, 194, var(--start-opacity));
  }

  .xl\:start-pink-200 {
    --start-opacity: 1;
    --gradient-start: rgba(248, 183, 215, var(--start-opacity));
  }

  .xl\:start-pink-100 {
    --start-opacity: 1;
    --gradient-start: rgba(251, 220, 235, var(--start-opacity));
  }

  .xl\:start-purple-600 {
    --start-opacity: 1;
    --gradient-start: rgba(122, 68, 245, var(--start-opacity));
  }

  .xl\:start-purple-700 {
    --start-opacity: 1;
    --gradient-start: rgba(105, 44, 243, var(--start-opacity));
  }

  .xl\:start-purple-800 {
    --start-opacity: 1;
    --gradient-start: rgba(87, 20, 242, var(--start-opacity));
  }

  .xl\:start-purple-900 {
    --start-opacity: 1;
    --gradient-start: rgba(77, 12, 224, var(--start-opacity));
  }

  .xl\:start-purple-500 {
    --start-opacity: 1;
    --gradient-start: rgba(139, 92, 246, var(--start-opacity));
  }

  .xl\:start-purple-400 {
    --start-opacity: 1;
    --gradient-start: rgba(167, 131, 248, var(--start-opacity));
  }

  .xl\:start-purple-300 {
    --start-opacity: 1;
    --gradient-start: rgba(194, 169, 250, var(--start-opacity));
  }

  .xl\:start-purple-200 {
    --start-opacity: 1;
    --gradient-start: rgba(222, 208, 252, var(--start-opacity));
  }

  .xl\:start-purple-100 {
    --start-opacity: 1;
    --gradient-start: rgba(249, 247, 255, var(--start-opacity));
  }

  .xl\:start-gray-600 {
    --start-opacity: 1;
    --gradient-start: rgba(95, 102, 114, var(--start-opacity));
  }

  .xl\:start-gray-700 {
    --start-opacity: 1;
    --gradient-start: rgba(84, 89, 100, var(--start-opacity));
  }

  .xl\:start-gray-800 {
    --start-opacity: 1;
    --gradient-start: rgba(72, 77, 86, var(--start-opacity));
  }

  .xl\:start-gray-900 {
    --start-opacity: 1;
    --gradient-start: rgba(61, 65, 72, var(--start-opacity));
  }

  .xl\:start-gray-500 {
    --start-opacity: 1;
    --gradient-start: rgba(107, 114, 128, var(--start-opacity));
  }

  .xl\:start-gray-400 {
    --start-opacity: 1;
    --gradient-start: rgba(127, 134, 148, var(--start-opacity));
  }

  .xl\:start-gray-300 {
    --start-opacity: 1;
    --gradient-start: rgba(150, 155, 167, var(--start-opacity));
  }

  .xl\:start-gray-200 {
    --start-opacity: 1;
    --gradient-start: rgba(172, 176, 186, var(--start-opacity));
  }

  .xl\:start-gray-100 {
    --start-opacity: 1;
    --gradient-start: rgba(194, 197, 204, var(--start-opacity));
  }

  .xl\:end-red-600 {
    --end-opacity: 1;
    --gradient-end: rgba(237, 45, 45, var(--end-opacity));
  }

  .xl\:end-red-700 {
    --end-opacity: 1;
    --gradient-end: rgba(235, 21, 21, var(--end-opacity));
  }

  .xl\:end-red-800 {
    --end-opacity: 1;
    --gradient-end: rgba(212, 18, 18, var(--end-opacity));
  }

  .xl\:end-red-900 {
    --end-opacity: 1;
    --gradient-end: rgba(189, 16, 16, var(--end-opacity));
  }

  .xl\:end-red-500 {
    --end-opacity: 1;
    --gradient-end: rgba(239, 68, 68, var(--end-opacity));
  }

  .xl\:end-red-400 {
    --end-opacity: 1;
    --gradient-end: rgba(242, 106, 106, var(--end-opacity));
  }

  .xl\:end-red-300 {
    --end-opacity: 1;
    --gradient-end: rgba(245, 143, 143, var(--end-opacity));
  }

  .xl\:end-red-200 {
    --end-opacity: 1;
    --gradient-end: rgba(249, 181, 181, var(--end-opacity));
  }

  .xl\:end-red-100 {
    --end-opacity: 1;
    --gradient-end: rgba(252, 218, 218, var(--end-opacity));
  }

  .xl\:end-green-600 {
    --end-opacity: 1;
    --gradient-end: rgba(14, 162, 113, var(--end-opacity));
  }

  .xl\:end-green-700 {
    --end-opacity: 1;
    --gradient-end: rgba(12, 138, 96, var(--end-opacity));
  }

  .xl\:end-green-800 {
    --end-opacity: 1;
    --gradient-end: rgba(10, 115, 80, var(--end-opacity));
  }

  .xl\:end-green-900 {
    --end-opacity: 1;
    --gradient-end: rgba(8, 91, 64, var(--end-opacity));
  }

  .xl\:end-green-500 {
    --end-opacity: 1;
    --gradient-end: rgba(16, 185, 129, var(--end-opacity));
  }

  .xl\:end-green-400 {
    --end-opacity: 1;
    --gradient-end: rgba(19, 223, 155, var(--end-opacity));
  }

  .xl\:end-green-300 {
    --end-opacity: 1;
    --gradient-end: rgba(46, 237, 174, var(--end-opacity));
  }

  .xl\:end-green-200 {
    --end-opacity: 1;
    --gradient-end: rgba(83, 240, 188, var(--end-opacity));
  }

  .xl\:end-green-100 {
    --end-opacity: 1;
    --gradient-end: rgba(121, 243, 203, var(--end-opacity));
  }

  .xl\:end-blue-600 {
    --end-opacity: 1;
    --gradient-end: rgba(35, 114, 245, var(--end-opacity));
  }

  .xl\:end-blue-700 {
    --end-opacity: 1;
    --gradient-end: rgba(11, 99, 243, var(--end-opacity));
  }

  .xl\:end-blue-800 {
    --end-opacity: 1;
    --gradient-end: rgba(10, 89, 218, var(--end-opacity));
  }

  .xl\:end-blue-900 {
    --end-opacity: 1;
    --gradient-end: rgba(9, 79, 194, var(--end-opacity));
  }

  .xl\:end-blue-500 {
    --end-opacity: 1;
    --gradient-end: rgba(59, 130, 246, var(--end-opacity));
  }

  .xl\:end-blue-400 {
    --end-opacity: 1;
    --gradient-end: rgba(98, 155, 248, var(--end-opacity));
  }

  .xl\:end-blue-300 {
    --end-opacity: 1;
    --gradient-end: rgba(137, 180, 250, var(--end-opacity));
  }

  .xl\:end-blue-200 {
    --end-opacity: 1;
    --gradient-end: rgba(176, 205, 251, var(--end-opacity));
  }

  .xl\:end-blue-100 {
    --end-opacity: 1;
    --gradient-end: rgba(215, 230, 253, var(--end-opacity));
  }

  .xl\:end-yellow-600 {
    --end-opacity: 1;
    --gradient-end: rgba(251, 184, 11, var(--end-opacity));
  }

  .xl\:end-yellow-700 {
    --end-opacity: 1;
    --gradient-end: rgba(232, 168, 4, var(--end-opacity));
  }

  .xl\:end-yellow-800 {
    --end-opacity: 1;
    --gradient-end: rgba(207, 150, 4, var(--end-opacity));
  }

  .xl\:end-yellow-900 {
    --end-opacity: 1;
    --gradient-end: rgba(182, 132, 3, var(--end-opacity));
  }

  .xl\:end-yellow-500 {
    --end-opacity: 1;
    --gradient-end: rgba(251, 191, 36, var(--end-opacity));
  }

  .xl\:end-yellow-400 {
    --end-opacity: 1;
    --gradient-end: rgba(252, 203, 76, var(--end-opacity));
  }

  .xl\:end-yellow-300 {
    --end-opacity: 1;
    --gradient-end: rgba(252, 214, 116, var(--end-opacity));
  }

  .xl\:end-yellow-200 {
    --end-opacity: 1;
    --gradient-end: rgba(253, 226, 156, var(--end-opacity));
  }

  .xl\:end-yellow-100 {
    --end-opacity: 1;
    --gradient-end: rgba(254, 238, 196, var(--end-opacity));
  }

  .xl\:end-pink-600 {
    --end-opacity: 1;
    --gradient-end: rgba(234, 49, 140, var(--end-opacity));
  }

  .xl\:end-pink-700 {
    --end-opacity: 1;
    --gradient-end: rgba(231, 26, 127, var(--end-opacity));
  }

  .xl\:end-pink-800 {
    --end-opacity: 1;
    --gradient-end: rgba(210, 22, 115, var(--end-opacity));
  }

  .xl\:end-pink-900 {
    --end-opacity: 1;
    --gradient-end: rgba(187, 19, 102, var(--end-opacity));
  }

  .xl\:end-pink-500 {
    --end-opacity: 1;
    --gradient-end: rgba(236, 72, 153, var(--end-opacity));
  }

  .xl\:end-pink-400 {
    --end-opacity: 1;
    --gradient-end: rgba(240, 109, 174, var(--end-opacity));
  }

  .xl\:end-pink-300 {
    --end-opacity: 1;
    --gradient-end: rgba(244, 146, 194, var(--end-opacity));
  }

  .xl\:end-pink-200 {
    --end-opacity: 1;
    --gradient-end: rgba(248, 183, 215, var(--end-opacity));
  }

  .xl\:end-pink-100 {
    --end-opacity: 1;
    --gradient-end: rgba(251, 220, 235, var(--end-opacity));
  }

  .xl\:end-purple-600 {
    --end-opacity: 1;
    --gradient-end: rgba(122, 68, 245, var(--end-opacity));
  }

  .xl\:end-purple-700 {
    --end-opacity: 1;
    --gradient-end: rgba(105, 44, 243, var(--end-opacity));
  }

  .xl\:end-purple-800 {
    --end-opacity: 1;
    --gradient-end: rgba(87, 20, 242, var(--end-opacity));
  }

  .xl\:end-purple-900 {
    --end-opacity: 1;
    --gradient-end: rgba(77, 12, 224, var(--end-opacity));
  }

  .xl\:end-purple-500 {
    --end-opacity: 1;
    --gradient-end: rgba(139, 92, 246, var(--end-opacity));
  }

  .xl\:end-purple-400 {
    --end-opacity: 1;
    --gradient-end: rgba(167, 131, 248, var(--end-opacity));
  }

  .xl\:end-purple-300 {
    --end-opacity: 1;
    --gradient-end: rgba(194, 169, 250, var(--end-opacity));
  }

  .xl\:end-purple-200 {
    --end-opacity: 1;
    --gradient-end: rgba(222, 208, 252, var(--end-opacity));
  }

  .xl\:end-purple-100 {
    --end-opacity: 1;
    --gradient-end: rgba(249, 247, 255, var(--end-opacity));
  }

  .xl\:end-gray-600 {
    --end-opacity: 1;
    --gradient-end: rgba(95, 102, 114, var(--end-opacity));
  }

  .xl\:end-gray-700 {
    --end-opacity: 1;
    --gradient-end: rgba(84, 89, 100, var(--end-opacity));
  }

  .xl\:end-gray-800 {
    --end-opacity: 1;
    --gradient-end: rgba(72, 77, 86, var(--end-opacity));
  }

  .xl\:end-gray-900 {
    --end-opacity: 1;
    --gradient-end: rgba(61, 65, 72, var(--end-opacity));
  }

  .xl\:end-gray-500 {
    --end-opacity: 1;
    --gradient-end: rgba(107, 114, 128, var(--end-opacity));
  }

  .xl\:end-gray-400 {
    --end-opacity: 1;
    --gradient-end: rgba(127, 134, 148, var(--end-opacity));
  }

  .xl\:end-gray-300 {
    --end-opacity: 1;
    --gradient-end: rgba(150, 155, 167, var(--end-opacity));
  }

  .xl\:end-gray-200 {
    --end-opacity: 1;
    --gradient-end: rgba(172, 176, 186, var(--end-opacity));
  }

  .xl\:end-gray-100 {
    --end-opacity: 1;
    --gradient-end: rgba(194, 197, 204, var(--end-opacity));
  }

  .xl\:start-opacity-0 {
    --start-opacity: 0;
  }

  .xl\:start-opacity-5 {
    --start-opacity: 0.05;
  }

  .xl\:start-opacity-10 {
    --start-opacity: 0.1;
  }

  .xl\:start-opacity-15 {
    --start-opacity: 0.15;
  }

  .xl\:start-opacity-20 {
    --start-opacity: 0.2;
  }

  .xl\:start-opacity-25 {
    --start-opacity: 0.25;
  }

  .xl\:start-opacity-30 {
    --start-opacity: 0.3;
  }

  .xl\:start-opacity-35 {
    --start-opacity: 0.35;
  }

  .xl\:start-opacity-40 {
    --start-opacity: 0.4;
  }

  .xl\:start-opacity-45 {
    --start-opacity: 0.45;
  }

  .xl\:start-opacity-50 {
    --start-opacity: 0.5;
  }

  .xl\:start-opacity-55 {
    --start-opacity: 0.55;
  }

  .xl\:start-opacity-60 {
    --start-opacity: 0.6;
  }

  .xl\:start-opacity-65 {
    --start-opacity: 0.65;
  }

  .xl\:start-opacity-70 {
    --start-opacity: 0.7;
  }

  .xl\:start-opacity-75 {
    --start-opacity: 0.75;
  }

  .xl\:start-opacity-80 {
    --start-opacity: 0.8;
  }

  .xl\:start-opacity-85 {
    --start-opacity: 0.85;
  }

  .xl\:start-opacity-90 {
    --start-opacity: 0.9;
  }

  .xl\:start-opacity-95 {
    --start-opacity: 0.95;
  }

  .xl\:start-opacity-100 {
    --start-opacity: 100;
  }

  .xl\:end-opacity-0 {
    --end-opacity: 0;
  }

  .xl\:end-opacity-5 {
    --end-opacity: 0.05;
  }

  .xl\:end-opacity-10 {
    --end-opacity: 0.1;
  }

  .xl\:end-opacity-15 {
    --end-opacity: 0.15;
  }

  .xl\:end-opacity-20 {
    --end-opacity: 0.2;
  }

  .xl\:end-opacity-25 {
    --end-opacity: 0.25;
  }

  .xl\:end-opacity-30 {
    --end-opacity: 0.3;
  }

  .xl\:end-opacity-35 {
    --end-opacity: 0.35;
  }

  .xl\:end-opacity-40 {
    --end-opacity: 0.4;
  }

  .xl\:end-opacity-45 {
    --end-opacity: 0.45;
  }

  .xl\:end-opacity-50 {
    --end-opacity: 0.5;
  }

  .xl\:end-opacity-55 {
    --end-opacity: 0.55;
  }

  .xl\:end-opacity-60 {
    --end-opacity: 0.6;
  }

  .xl\:end-opacity-65 {
    --end-opacity: 0.65;
  }

  .xl\:end-opacity-70 {
    --end-opacity: 0.7;
  }

  .xl\:end-opacity-75 {
    --end-opacity: 0.75;
  }

  .xl\:end-opacity-80 {
    --end-opacity: 0.8;
  }

  .xl\:end-opacity-85 {
    --end-opacity: 0.85;
  }

  .xl\:end-opacity-90 {
    --end-opacity: 0.9;
  }

  .xl\:end-opacity-95 {
    --end-opacity: 0.95;
  }

  .xl\:end-opacity-100 {
    --end-opacity: 100;
  }

  .xl\:background-position-top {
    background-position: top;
  }

  .xl\:background-position-right {
    background-position: right;
  }

  .xl\:background-position-bottom {
    background-position: bottom;
  }

  .xl\:background-position-left {
    background-position: left;
  }

  .xl\:background-position-center {
    background-position: center;
  }

  .xl\:background-position-left-top {
    background-position: left top;
  }

  .xl\:background-position-left-bottom {
    background-position: left bottom;
  }

  .xl\:background-position-right-top {
    background-position: right top;
  }

  .xl\:background-position-right-bottom {
    background-position: right bottom;
  }

  .xl\:background-repeat-repeat {
    background-repeat: repeat;
  }

  .xl\:background-repeat-no-repeat {
    background-repeat: no-repeat;
  }

  .xl\:background-repeat-repeat-x {
    background-repeat: repeat-x;
  }

  .xl\:background-repeat-repeat-y {
    background-repeat: repeat-y;
  }

  .xl\:background-repeat-round {
    background-repeat: round;
  }

  .xl\:background-repeat-space {
    background-repeat: space;
  }

  .xl\:background-size-auto {
    background-size: auto;
  }

  .xl\:background-size-cover {
    background-size: cover;
  }

  .xl\:background-size-contain {
    background-size: contain;
  }

  .xl\:color-transparent {
    color: transparent;
  }

  .xl\:color-primary {
    color: #FAE898;
  }

  .xl\:color-secondary {
    color: #999999;
  }

  .xl\:color-success {
    color: #198754;
  }

  .xl\:color-info {
    color: #0dcaf0;
  }

  .xl\:color-warning {
    color: #ffc107;
  }

  .xl\:color-danger {
    color: #dc3545;
  }

  .xl\:color-dark {
    color: #333333;
  }

  .xl\:color-light {
    color: #f1f1f1;
  }

  .xl\:color-black {
    color: #000000;
  }

  .xl\:color-white {
    color: #ffffff;
  }

  .xl\:bg-color-transparent {
    background-color: transparent;
  }

  .xl\:bg-color-primary {
    background-color: #FAE898;
  }

  .xl\:bg-color-secondary {
    background-color: #999999;
  }

  .xl\:bg-color-success {
    background-color: #198754;
  }

  .xl\:bg-color-info {
    background-color: #0dcaf0;
  }

  .xl\:bg-color-warning {
    background-color: #ffc107;
  }

  .xl\:bg-color-danger {
    background-color: #dc3545;
  }

  .xl\:bg-color-dark {
    background-color: #333333;
  }

  .xl\:bg-color-light {
    background-color: #f1f1f1;
  }

  .xl\:bg-color-black {
    background-color: #000000;
  }

  .xl\:bg-color-white {
    background-color: #ffffff;
  }

  .xl\:border-color-transparent {
    border-color: transparent;
  }

  .xl\:border-color-primary {
    border-color: #FAE898;
  }

  .xl\:border-color-secondary {
    border-color: #999999;
  }

  .xl\:border-color-success {
    border-color: #198754;
  }

  .xl\:border-color-info {
    border-color: #0dcaf0;
  }

  .xl\:border-color-warning {
    border-color: #ffc107;
  }

  .xl\:border-color-danger {
    border-color: #dc3545;
  }

  .xl\:border-color-dark {
    border-color: #333333;
  }

  .xl\:border-color-light {
    border-color: #f1f1f1;
  }

  .xl\:border-color-black {
    border-color: #000000;
  }

  .xl\:border-color-white {
    border-color: #ffffff;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xl\:placeholder-primary::placeholder {
    color: #FAE898;
  }

  .xl\:placeholder-secondary::placeholder {
    color: #999999;
  }

  .xl\:placeholder-success::placeholder {
    color: #198754;
  }

  .xl\:placeholder-info::placeholder {
    color: #0dcaf0;
  }

  .xl\:placeholder-warning::placeholder {
    color: #ffc107;
  }

  .xl\:placeholder-danger::placeholder {
    color: #dc3545;
  }

  .xl\:placeholder-dark::placeholder {
    color: #333333;
  }

  .xl\:placeholder-light::placeholder {
    color: #f1f1f1;
  }

  .xl\:placeholder-black::placeholder {
    color: #000000;
  }

  .xl\:placeholder-white::placeholder {
    color: #ffffff;
  }

  .xl\:placeholder-transparent {
    color: transparent;
  }

  .xl\:placeholder-primary {
    color: #FAE898;
  }

  .xl\:placeholder-secondary {
    color: #999999;
  }

  .xl\:placeholder-success {
    color: #198754;
  }

  .xl\:placeholder-info {
    color: #0dcaf0;
  }

  .xl\:placeholder-warning {
    color: #ffc107;
  }

  .xl\:placeholder-danger {
    color: #dc3545;
  }

  .xl\:placeholder-dark {
    color: #333333;
  }

  .xl\:placeholder-light {
    color: #f1f1f1;
  }

  .xl\:placeholder-black {
    color: #000000;
  }

  .xl\:placeholder-white {
    color: #ffffff;
  }

  .xl\:border-collapse-collapse {
    border-collapse: collapse;
  }

  .xl\:border-collapse-separate {
    border-collapse: separate;
  }

  .xl\:border-red-600 {
    --border-opacity: 1;
    border-color: rgba(237, 45, 45, var(--border-opacity));
  }

  .xl\:border-red-700 {
    --border-opacity: 1;
    border-color: rgba(235, 21, 21, var(--border-opacity));
  }

  .xl\:border-red-800 {
    --border-opacity: 1;
    border-color: rgba(212, 18, 18, var(--border-opacity));
  }

  .xl\:border-red-900 {
    --border-opacity: 1;
    border-color: rgba(189, 16, 16, var(--border-opacity));
  }

  .xl\:border-red-500 {
    --border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--border-opacity));
  }

  .xl\:border-red-400 {
    --border-opacity: 1;
    border-color: rgba(242, 106, 106, var(--border-opacity));
  }

  .xl\:border-red-300 {
    --border-opacity: 1;
    border-color: rgba(245, 143, 143, var(--border-opacity));
  }

  .xl\:border-red-200 {
    --border-opacity: 1;
    border-color: rgba(249, 181, 181, var(--border-opacity));
  }

  .xl\:border-red-100 {
    --border-opacity: 1;
    border-color: rgba(252, 218, 218, var(--border-opacity));
  }

  .xl\:border-green-600 {
    --border-opacity: 1;
    border-color: rgba(14, 162, 113, var(--border-opacity));
  }

  .xl\:border-green-700 {
    --border-opacity: 1;
    border-color: rgba(12, 138, 96, var(--border-opacity));
  }

  .xl\:border-green-800 {
    --border-opacity: 1;
    border-color: rgba(10, 115, 80, var(--border-opacity));
  }

  .xl\:border-green-900 {
    --border-opacity: 1;
    border-color: rgba(8, 91, 64, var(--border-opacity));
  }

  .xl\:border-green-500 {
    --border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--border-opacity));
  }

  .xl\:border-green-400 {
    --border-opacity: 1;
    border-color: rgba(19, 223, 155, var(--border-opacity));
  }

  .xl\:border-green-300 {
    --border-opacity: 1;
    border-color: rgba(46, 237, 174, var(--border-opacity));
  }

  .xl\:border-green-200 {
    --border-opacity: 1;
    border-color: rgba(83, 240, 188, var(--border-opacity));
  }

  .xl\:border-green-100 {
    --border-opacity: 1;
    border-color: rgba(121, 243, 203, var(--border-opacity));
  }

  .xl\:border-blue-600 {
    --border-opacity: 1;
    border-color: rgba(35, 114, 245, var(--border-opacity));
  }

  .xl\:border-blue-700 {
    --border-opacity: 1;
    border-color: rgba(11, 99, 243, var(--border-opacity));
  }

  .xl\:border-blue-800 {
    --border-opacity: 1;
    border-color: rgba(10, 89, 218, var(--border-opacity));
  }

  .xl\:border-blue-900 {
    --border-opacity: 1;
    border-color: rgba(9, 79, 194, var(--border-opacity));
  }

  .xl\:border-blue-500 {
    --border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--border-opacity));
  }

  .xl\:border-blue-400 {
    --border-opacity: 1;
    border-color: rgba(98, 155, 248, var(--border-opacity));
  }

  .xl\:border-blue-300 {
    --border-opacity: 1;
    border-color: rgba(137, 180, 250, var(--border-opacity));
  }

  .xl\:border-blue-200 {
    --border-opacity: 1;
    border-color: rgba(176, 205, 251, var(--border-opacity));
  }

  .xl\:border-blue-100 {
    --border-opacity: 1;
    border-color: rgba(215, 230, 253, var(--border-opacity));
  }

  .xl\:border-yellow-600 {
    --border-opacity: 1;
    border-color: rgba(251, 184, 11, var(--border-opacity));
  }

  .xl\:border-yellow-700 {
    --border-opacity: 1;
    border-color: rgba(232, 168, 4, var(--border-opacity));
  }

  .xl\:border-yellow-800 {
    --border-opacity: 1;
    border-color: rgba(207, 150, 4, var(--border-opacity));
  }

  .xl\:border-yellow-900 {
    --border-opacity: 1;
    border-color: rgba(182, 132, 3, var(--border-opacity));
  }

  .xl\:border-yellow-500 {
    --border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--border-opacity));
  }

  .xl\:border-yellow-400 {
    --border-opacity: 1;
    border-color: rgba(252, 203, 76, var(--border-opacity));
  }

  .xl\:border-yellow-300 {
    --border-opacity: 1;
    border-color: rgba(252, 214, 116, var(--border-opacity));
  }

  .xl\:border-yellow-200 {
    --border-opacity: 1;
    border-color: rgba(253, 226, 156, var(--border-opacity));
  }

  .xl\:border-yellow-100 {
    --border-opacity: 1;
    border-color: rgba(254, 238, 196, var(--border-opacity));
  }

  .xl\:border-pink-600 {
    --border-opacity: 1;
    border-color: rgba(234, 49, 140, var(--border-opacity));
  }

  .xl\:border-pink-700 {
    --border-opacity: 1;
    border-color: rgba(231, 26, 127, var(--border-opacity));
  }

  .xl\:border-pink-800 {
    --border-opacity: 1;
    border-color: rgba(210, 22, 115, var(--border-opacity));
  }

  .xl\:border-pink-900 {
    --border-opacity: 1;
    border-color: rgba(187, 19, 102, var(--border-opacity));
  }

  .xl\:border-pink-500 {
    --border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--border-opacity));
  }

  .xl\:border-pink-400 {
    --border-opacity: 1;
    border-color: rgba(240, 109, 174, var(--border-opacity));
  }

  .xl\:border-pink-300 {
    --border-opacity: 1;
    border-color: rgba(244, 146, 194, var(--border-opacity));
  }

  .xl\:border-pink-200 {
    --border-opacity: 1;
    border-color: rgba(248, 183, 215, var(--border-opacity));
  }

  .xl\:border-pink-100 {
    --border-opacity: 1;
    border-color: rgba(251, 220, 235, var(--border-opacity));
  }

  .xl\:border-purple-600 {
    --border-opacity: 1;
    border-color: rgba(122, 68, 245, var(--border-opacity));
  }

  .xl\:border-purple-700 {
    --border-opacity: 1;
    border-color: rgba(105, 44, 243, var(--border-opacity));
  }

  .xl\:border-purple-800 {
    --border-opacity: 1;
    border-color: rgba(87, 20, 242, var(--border-opacity));
  }

  .xl\:border-purple-900 {
    --border-opacity: 1;
    border-color: rgba(77, 12, 224, var(--border-opacity));
  }

  .xl\:border-purple-500 {
    --border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--border-opacity));
  }

  .xl\:border-purple-400 {
    --border-opacity: 1;
    border-color: rgba(167, 131, 248, var(--border-opacity));
  }

  .xl\:border-purple-300 {
    --border-opacity: 1;
    border-color: rgba(194, 169, 250, var(--border-opacity));
  }

  .xl\:border-purple-200 {
    --border-opacity: 1;
    border-color: rgba(222, 208, 252, var(--border-opacity));
  }

  .xl\:border-purple-100 {
    --border-opacity: 1;
    border-color: rgba(249, 247, 255, var(--border-opacity));
  }

  .xl\:border-gray-600 {
    --border-opacity: 1;
    border-color: rgba(95, 102, 114, var(--border-opacity));
  }

  .xl\:border-gray-700 {
    --border-opacity: 1;
    border-color: rgba(84, 89, 100, var(--border-opacity));
  }

  .xl\:border-gray-800 {
    --border-opacity: 1;
    border-color: rgba(72, 77, 86, var(--border-opacity));
  }

  .xl\:border-gray-900 {
    --border-opacity: 1;
    border-color: rgba(61, 65, 72, var(--border-opacity));
  }

  .xl\:border-gray-500 {
    --border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--border-opacity));
  }

  .xl\:border-gray-400 {
    --border-opacity: 1;
    border-color: rgba(127, 134, 148, var(--border-opacity));
  }

  .xl\:border-gray-300 {
    --border-opacity: 1;
    border-color: rgba(150, 155, 167, var(--border-opacity));
  }

  .xl\:border-gray-200 {
    --border-opacity: 1;
    border-color: rgba(172, 176, 186, var(--border-opacity));
  }

  .xl\:border-gray-100 {
    --border-opacity: 1;
    border-color: rgba(194, 197, 204, var(--border-opacity));
  }

  .xl\:border-opacity-0 {
    --border-opacity: 0;
  }

  .xl\:border-opacity-5 {
    --border-opacity: 0.05;
  }

  .xl\:border-opacity-10 {
    --border-opacity: 0.1;
  }

  .xl\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .xl\:border-opacity-20 {
    --border-opacity: 0.2;
  }

  .xl\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .xl\:border-opacity-30 {
    --border-opacity: 0.3;
  }

  .xl\:border-opacity-35 {
    --border-opacity: 0.35;
  }

  .xl\:border-opacity-40 {
    --border-opacity: 0.4;
  }

  .xl\:border-opacity-45 {
    --border-opacity: 0.45;
  }

  .xl\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .xl\:border-opacity-55 {
    --border-opacity: 0.55;
  }

  .xl\:border-opacity-60 {
    --border-opacity: 0.6;
  }

  .xl\:border-opacity-65 {
    --border-opacity: 0.65;
  }

  .xl\:border-opacity-70 {
    --border-opacity: 0.7;
  }

  .xl\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .xl\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .xl\:border-opacity-85 {
    --border-opacity: 0.85;
  }

  .xl\:border-opacity-90 {
    --border-opacity: 0.9;
  }

  .xl\:border-opacity-95 {
    --border-opacity: 0.95;
  }

  .xl\:border-opacity-100 {
    --border-opacity: 100;
  }

  .xl\:br-5 {
    border-radius: 5%;
  }

  .xl\:brtl-5 {
    border-top-left-radius: 5%;
  }

  .xl\:brtr-5 {
    border-top-right-radius: 5%;
  }

  .xl\:brbl-5 {
    border-bottom-left-radius: 5%;
  }

  .xl\:brbr-5 {
    border-bottom-right-radius: 5%;
  }

  .xl\:br-10 {
    border-radius: 10%;
  }

  .xl\:brtl-10 {
    border-top-left-radius: 10%;
  }

  .xl\:brtr-10 {
    border-top-right-radius: 10%;
  }

  .xl\:brbl-10 {
    border-bottom-left-radius: 10%;
  }

  .xl\:brbr-10 {
    border-bottom-right-radius: 10%;
  }

  .xl\:br-15 {
    border-radius: 15%;
  }

  .xl\:brtl-15 {
    border-top-left-radius: 15%;
  }

  .xl\:brtr-15 {
    border-top-right-radius: 15%;
  }

  .xl\:brbl-15 {
    border-bottom-left-radius: 15%;
  }

  .xl\:brbr-15 {
    border-bottom-right-radius: 15%;
  }

  .xl\:br-20 {
    border-radius: 20%;
  }

  .xl\:brtl-20 {
    border-top-left-radius: 20%;
  }

  .xl\:brtr-20 {
    border-top-right-radius: 20%;
  }

  .xl\:brbl-20 {
    border-bottom-left-radius: 20%;
  }

  .xl\:brbr-20 {
    border-bottom-right-radius: 20%;
  }

  .xl\:br-25 {
    border-radius: 25%;
  }

  .xl\:brtl-25 {
    border-top-left-radius: 25%;
  }

  .xl\:brtr-25 {
    border-top-right-radius: 25%;
  }

  .xl\:brbl-25 {
    border-bottom-left-radius: 25%;
  }

  .xl\:brbr-25 {
    border-bottom-right-radius: 25%;
  }

  .xl\:br-30 {
    border-radius: 30%;
  }

  .xl\:brtl-30 {
    border-top-left-radius: 30%;
  }

  .xl\:brtr-30 {
    border-top-right-radius: 30%;
  }

  .xl\:brbl-30 {
    border-bottom-left-radius: 30%;
  }

  .xl\:brbr-30 {
    border-bottom-right-radius: 30%;
  }

  .xl\:br-35 {
    border-radius: 35%;
  }

  .xl\:brtl-35 {
    border-top-left-radius: 35%;
  }

  .xl\:brtr-35 {
    border-top-right-radius: 35%;
  }

  .xl\:brbl-35 {
    border-bottom-left-radius: 35%;
  }

  .xl\:brbr-35 {
    border-bottom-right-radius: 35%;
  }

  .xl\:br-40 {
    border-radius: 40%;
  }

  .xl\:brtl-40 {
    border-top-left-radius: 40%;
  }

  .xl\:brtr-40 {
    border-top-right-radius: 40%;
  }

  .xl\:brbl-40 {
    border-bottom-left-radius: 40%;
  }

  .xl\:brbr-40 {
    border-bottom-right-radius: 40%;
  }

  .xl\:br-45 {
    border-radius: 45%;
  }

  .xl\:brtl-45 {
    border-top-left-radius: 45%;
  }

  .xl\:brtr-45 {
    border-top-right-radius: 45%;
  }

  .xl\:brbl-45 {
    border-bottom-left-radius: 45%;
  }

  .xl\:brbr-45 {
    border-bottom-right-radius: 45%;
  }

  .xl\:br-50 {
    border-radius: 50%;
  }

  .xl\:brtl-50 {
    border-top-left-radius: 50%;
  }

  .xl\:brtr-50 {
    border-top-right-radius: 50%;
  }

  .xl\:brbl-50 {
    border-bottom-left-radius: 50%;
  }

  .xl\:brbr-50 {
    border-bottom-right-radius: 50%;
  }

  .xl\:br-55 {
    border-radius: 55%;
  }

  .xl\:brtl-55 {
    border-top-left-radius: 55%;
  }

  .xl\:brtr-55 {
    border-top-right-radius: 55%;
  }

  .xl\:brbl-55 {
    border-bottom-left-radius: 55%;
  }

  .xl\:brbr-55 {
    border-bottom-right-radius: 55%;
  }

  .xl\:br-60 {
    border-radius: 60%;
  }

  .xl\:brtl-60 {
    border-top-left-radius: 60%;
  }

  .xl\:brtr-60 {
    border-top-right-radius: 60%;
  }

  .xl\:brbl-60 {
    border-bottom-left-radius: 60%;
  }

  .xl\:brbr-60 {
    border-bottom-right-radius: 60%;
  }

  .xl\:br-65 {
    border-radius: 65%;
  }

  .xl\:brtl-65 {
    border-top-left-radius: 65%;
  }

  .xl\:brtr-65 {
    border-top-right-radius: 65%;
  }

  .xl\:brbl-65 {
    border-bottom-left-radius: 65%;
  }

  .xl\:brbr-65 {
    border-bottom-right-radius: 65%;
  }

  .xl\:br-70 {
    border-radius: 70%;
  }

  .xl\:brtl-70 {
    border-top-left-radius: 70%;
  }

  .xl\:brtr-70 {
    border-top-right-radius: 70%;
  }

  .xl\:brbl-70 {
    border-bottom-left-radius: 70%;
  }

  .xl\:brbr-70 {
    border-bottom-right-radius: 70%;
  }

  .xl\:br-75 {
    border-radius: 75%;
  }

  .xl\:brtl-75 {
    border-top-left-radius: 75%;
  }

  .xl\:brtr-75 {
    border-top-right-radius: 75%;
  }

  .xl\:brbl-75 {
    border-bottom-left-radius: 75%;
  }

  .xl\:brbr-75 {
    border-bottom-right-radius: 75%;
  }

  .xl\:br-80 {
    border-radius: 80%;
  }

  .xl\:brtl-80 {
    border-top-left-radius: 80%;
  }

  .xl\:brtr-80 {
    border-top-right-radius: 80%;
  }

  .xl\:brbl-80 {
    border-bottom-left-radius: 80%;
  }

  .xl\:brbr-80 {
    border-bottom-right-radius: 80%;
  }

  .xl\:br-85 {
    border-radius: 85%;
  }

  .xl\:brtl-85 {
    border-top-left-radius: 85%;
  }

  .xl\:brtr-85 {
    border-top-right-radius: 85%;
  }

  .xl\:brbl-85 {
    border-bottom-left-radius: 85%;
  }

  .xl\:brbr-85 {
    border-bottom-right-radius: 85%;
  }

  .xl\:br-90 {
    border-radius: 90%;
  }

  .xl\:brtl-90 {
    border-top-left-radius: 90%;
  }

  .xl\:brtr-90 {
    border-top-right-radius: 90%;
  }

  .xl\:brbl-90 {
    border-bottom-left-radius: 90%;
  }

  .xl\:brbr-90 {
    border-bottom-right-radius: 90%;
  }

  .xl\:br-95 {
    border-radius: 95%;
  }

  .xl\:brtl-95 {
    border-top-left-radius: 95%;
  }

  .xl\:brtr-95 {
    border-top-right-radius: 95%;
  }

  .xl\:brbl-95 {
    border-bottom-left-radius: 95%;
  }

  .xl\:brbr-95 {
    border-bottom-right-radius: 95%;
  }

  .xl\:br-100 {
    border-radius: 100%;
  }

  .xl\:brtl-100 {
    border-top-left-radius: 100%;
  }

  .xl\:brtr-100 {
    border-top-right-radius: 100%;
  }

  .xl\:brbl-100 {
    border-bottom-left-radius: 100%;
  }

  .xl\:brbr-100 {
    border-bottom-right-radius: 100%;
  }

  .xl\:br-0px {
    border-radius: 0;
  }

  .xl\:brtl-0px {
    border-top-left-radius: 0;
  }

  .xl\:brtr-0px {
    border-top-right-radius: 0;
  }

  .xl\:brbl-0px {
    border-bottom-left-radius: 0;
  }

  .xl\:brbr-0px {
    border-bottom-right-radius: 0;
  }

  .xl\:br-5px {
    border-radius: 5px;
  }

  .xl\:brtl-5px {
    border-top-left-radius: 5px;
  }

  .xl\:brtr-5px {
    border-top-right-radius: 5px;
  }

  .xl\:brbl-5px {
    border-bottom-left-radius: 5px;
  }

  .xl\:brbr-5px {
    border-bottom-right-radius: 5px;
  }

  .xl\:br-10px {
    border-radius: 10px;
  }

  .xl\:brtl-10px {
    border-top-left-radius: 10px;
  }

  .xl\:brtr-10px {
    border-top-right-radius: 10px;
  }

  .xl\:brbl-10px {
    border-bottom-left-radius: 10px;
  }

  .xl\:brbr-10px {
    border-bottom-right-radius: 10px;
  }

  .xl\:br-15px {
    border-radius: 15px;
  }

  .xl\:brtl-15px {
    border-top-left-radius: 15px;
  }

  .xl\:brtr-15px {
    border-top-right-radius: 15px;
  }

  .xl\:brbl-15px {
    border-bottom-left-radius: 15px;
  }

  .xl\:brbr-15px {
    border-bottom-right-radius: 15px;
  }

  .xl\:br-20px {
    border-radius: 20px;
  }

  .xl\:brtl-20px {
    border-top-left-radius: 20px;
  }

  .xl\:brtr-20px {
    border-top-right-radius: 20px;
  }

  .xl\:brbl-20px {
    border-bottom-left-radius: 20px;
  }

  .xl\:brbr-20px {
    border-bottom-right-radius: 20px;
  }

  .xl\:br-25px {
    border-radius: 25px;
  }

  .xl\:brtl-25px {
    border-top-left-radius: 25px;
  }

  .xl\:brtr-25px {
    border-top-right-radius: 25px;
  }

  .xl\:brbl-25px {
    border-bottom-left-radius: 25px;
  }

  .xl\:brbr-25px {
    border-bottom-right-radius: 25px;
  }

  .xl\:br-30px {
    border-radius: 30px;
  }

  .xl\:brtl-30px {
    border-top-left-radius: 30px;
  }

  .xl\:brtr-30px {
    border-top-right-radius: 30px;
  }

  .xl\:brbl-30px {
    border-bottom-left-radius: 30px;
  }

  .xl\:brbr-30px {
    border-bottom-right-radius: 30px;
  }

  .xl\:br-35px {
    border-radius: 35px;
  }

  .xl\:brtl-35px {
    border-top-left-radius: 35px;
  }

  .xl\:brtr-35px {
    border-top-right-radius: 35px;
  }

  .xl\:brbl-35px {
    border-bottom-left-radius: 35px;
  }

  .xl\:brbr-35px {
    border-bottom-right-radius: 35px;
  }

  .xl\:br-40px {
    border-radius: 40px;
  }

  .xl\:brtl-40px {
    border-top-left-radius: 40px;
  }

  .xl\:brtr-40px {
    border-top-right-radius: 40px;
  }

  .xl\:brbl-40px {
    border-bottom-left-radius: 40px;
  }

  .xl\:brbr-40px {
    border-bottom-right-radius: 40px;
  }

  .xl\:br-45px {
    border-radius: 45px;
  }

  .xl\:brtl-45px {
    border-top-left-radius: 45px;
  }

  .xl\:brtr-45px {
    border-top-right-radius: 45px;
  }

  .xl\:brbl-45px {
    border-bottom-left-radius: 45px;
  }

  .xl\:brbr-45px {
    border-bottom-right-radius: 45px;
  }

  .xl\:br-50px {
    border-radius: 50px;
  }

  .xl\:brtl-50px {
    border-top-left-radius: 50px;
  }

  .xl\:brtr-50px {
    border-top-right-radius: 50px;
  }

  .xl\:brbl-50px {
    border-bottom-left-radius: 50px;
  }

  .xl\:brbr-50px {
    border-bottom-right-radius: 50px;
  }

  .xl\:br-55px {
    border-radius: 55px;
  }

  .xl\:brtl-55px {
    border-top-left-radius: 55px;
  }

  .xl\:brtr-55px {
    border-top-right-radius: 55px;
  }

  .xl\:brbl-55px {
    border-bottom-left-radius: 55px;
  }

  .xl\:brbr-55px {
    border-bottom-right-radius: 55px;
  }

  .xl\:br-60px {
    border-radius: 60px;
  }

  .xl\:brtl-60px {
    border-top-left-radius: 60px;
  }

  .xl\:brtr-60px {
    border-top-right-radius: 60px;
  }

  .xl\:brbl-60px {
    border-bottom-left-radius: 60px;
  }

  .xl\:brbr-60px {
    border-bottom-right-radius: 60px;
  }

  .xl\:br-65px {
    border-radius: 65px;
  }

  .xl\:brtl-65px {
    border-top-left-radius: 65px;
  }

  .xl\:brtr-65px {
    border-top-right-radius: 65px;
  }

  .xl\:brbl-65px {
    border-bottom-left-radius: 65px;
  }

  .xl\:brbr-65px {
    border-bottom-right-radius: 65px;
  }

  .xl\:br-70px {
    border-radius: 70px;
  }

  .xl\:brtl-70px {
    border-top-left-radius: 70px;
  }

  .xl\:brtr-70px {
    border-top-right-radius: 70px;
  }

  .xl\:brbl-70px {
    border-bottom-left-radius: 70px;
  }

  .xl\:brbr-70px {
    border-bottom-right-radius: 70px;
  }

  .xl\:br-75px {
    border-radius: 75px;
  }

  .xl\:brtl-75px {
    border-top-left-radius: 75px;
  }

  .xl\:brtr-75px {
    border-top-right-radius: 75px;
  }

  .xl\:brbl-75px {
    border-bottom-left-radius: 75px;
  }

  .xl\:brbr-75px {
    border-bottom-right-radius: 75px;
  }

  .xl\:br-80px {
    border-radius: 80px;
  }

  .xl\:brtl-80px {
    border-top-left-radius: 80px;
  }

  .xl\:brtr-80px {
    border-top-right-radius: 80px;
  }

  .xl\:brbl-80px {
    border-bottom-left-radius: 80px;
  }

  .xl\:brbr-80px {
    border-bottom-right-radius: 80px;
  }

  .xl\:br-85px {
    border-radius: 85px;
  }

  .xl\:brtl-85px {
    border-top-left-radius: 85px;
  }

  .xl\:brtr-85px {
    border-top-right-radius: 85px;
  }

  .xl\:brbl-85px {
    border-bottom-left-radius: 85px;
  }

  .xl\:brbr-85px {
    border-bottom-right-radius: 85px;
  }

  .xl\:br-90px {
    border-radius: 90px;
  }

  .xl\:brtl-90px {
    border-top-left-radius: 90px;
  }

  .xl\:brtr-90px {
    border-top-right-radius: 90px;
  }

  .xl\:brbl-90px {
    border-bottom-left-radius: 90px;
  }

  .xl\:brbr-90px {
    border-bottom-right-radius: 90px;
  }

  .xl\:br-95px {
    border-radius: 95px;
  }

  .xl\:brtl-95px {
    border-top-left-radius: 95px;
  }

  .xl\:brtr-95px {
    border-top-right-radius: 95px;
  }

  .xl\:brbl-95px {
    border-bottom-left-radius: 95px;
  }

  .xl\:brbr-95px {
    border-bottom-right-radius: 95px;
  }

  .xl\:br-100px {
    border-radius: 100px;
  }

  .xl\:brtl-100px {
    border-top-left-radius: 100px;
  }

  .xl\:brtr-100px {
    border-top-right-radius: 100px;
  }

  .xl\:brbl-100px {
    border-bottom-left-radius: 100px;
  }

  .xl\:brbr-100px {
    border-bottom-right-radius: 100px;
  }

  .xl\:br-none {
    border-radius: 0;
  }

  .xl\:br-full {
    border-radius: 9999px;
  }

  .xl\:brtl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:brtr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:brbl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\:brbr-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:border-style-solid {
    border-style: solid;
  }

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

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

  .xl\:border-style-double {
    border-style: double;
  }

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

  .xl\:border-0px {
    border-width: 0;
  }

  .xl\:border-t-0px {
    border-top-width: 0;
  }

  .xl\:border-r-0px {
    border-right-width: 0;
  }

  .xl\:border-b-0px {
    border-bottom-width: 0;
  }

  .xl\:border-l-0px {
    border-left-width: 0;
  }

  .xl\:border-1px {
    border-width: 1px;
  }

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

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

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

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

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

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

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

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

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

  .xl\:border-3px {
    border-width: 3px;
  }

  .xl\:border-t-3px {
    border-top-width: 3px;
  }

  .xl\:border-r-3px {
    border-right-width: 3px;
  }

  .xl\:border-b-3px {
    border-bottom-width: 3px;
  }

  .xl\:border-l-3px {
    border-left-width: 3px;
  }

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

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

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

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

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

  .xl\:border-5px {
    border-width: 5px;
  }

  .xl\:border-t-5px {
    border-top-width: 5px;
  }

  .xl\:border-r-5px {
    border-right-width: 5px;
  }

  .xl\:border-b-5px {
    border-bottom-width: 5px;
  }

  .xl\:border-l-5px {
    border-left-width: 5px;
  }

  .xl\:border-6px {
    border-width: 6px;
  }

  .xl\:border-t-6px {
    border-top-width: 6px;
  }

  .xl\:border-r-6px {
    border-right-width: 6px;
  }

  .xl\:border-b-6px {
    border-bottom-width: 6px;
  }

  .xl\:border-l-6px {
    border-left-width: 6px;
  }

  .xl\:border-7px {
    border-width: 7px;
  }

  .xl\:border-t-7px {
    border-top-width: 7px;
  }

  .xl\:border-r-7px {
    border-right-width: 7px;
  }

  .xl\:border-b-7px {
    border-bottom-width: 7px;
  }

  .xl\:border-l-7px {
    border-left-width: 7px;
  }

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

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

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

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

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

  .xl\:border-9px {
    border-width: 9px;
  }

  .xl\:border-t-9px {
    border-top-width: 9px;
  }

  .xl\:border-r-9px {
    border-right-width: 9px;
  }

  .xl\:border-b-9px {
    border-bottom-width: 9px;
  }

  .xl\:border-l-9px {
    border-left-width: 9px;
  }

  .xl\:border-10px {
    border-width: 10px;
  }

  .xl\:border-t-10px {
    border-top-width: 10px;
  }

  .xl\:border-r-10px {
    border-right-width: 10px;
  }

  .xl\:border-b-10px {
    border-bottom-width: 10px;
  }

  .xl\:border-l-10px {
    border-left-width: 10px;
  }

  .xl\:border-none {
    border-width: 0;
  }

  .xl\:box-shadow-none {
    box-shadow: 0 0 transparent;
  }

  .xl\:box-shadow-xs {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xl\:box-shadow-sm {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }

  .xl\:box-shadow-md {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  }

  .xl\:box-shadow-lg {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  }

  .xl\:box-shadow-xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xl\:box-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xl\:box-sizing-border {
    box-sizing: border-box;
  }

  .xl\:box-sizing-content {
    box-sizing: content-box;
  }

  .xl\:clear-left {
    clear: left;
  }

  .xl\:clear-right {
    clear: right;
  }

  .xl\:clear-both {
    clear: both;
  }

  .xl\:clear-none {
    clear: none;
  }

  .xl\:text-red-600 {
    --text-opacity: 1;
    color: rgba(237, 45, 45, var(--text-opacity));
  }

  .xl\:text-red-700 {
    --text-opacity: 1;
    color: rgba(235, 21, 21, var(--text-opacity));
  }

  .xl\:text-red-800 {
    --text-opacity: 1;
    color: rgba(212, 18, 18, var(--text-opacity));
  }

  .xl\:text-red-900 {
    --text-opacity: 1;
    color: rgba(189, 16, 16, var(--text-opacity));
  }

  .xl\:text-red-500 {
    --text-opacity: 1;
    color: rgba(239, 68, 68, var(--text-opacity));
  }

  .xl\:text-red-400 {
    --text-opacity: 1;
    color: rgba(242, 106, 106, var(--text-opacity));
  }

  .xl\:text-red-300 {
    --text-opacity: 1;
    color: rgba(245, 143, 143, var(--text-opacity));
  }

  .xl\:text-red-200 {
    --text-opacity: 1;
    color: rgba(249, 181, 181, var(--text-opacity));
  }

  .xl\:text-red-100 {
    --text-opacity: 1;
    color: rgba(252, 218, 218, var(--text-opacity));
  }

  .xl\:text-green-600 {
    --text-opacity: 1;
    color: rgba(14, 162, 113, var(--text-opacity));
  }

  .xl\:text-green-700 {
    --text-opacity: 1;
    color: rgba(12, 138, 96, var(--text-opacity));
  }

  .xl\:text-green-800 {
    --text-opacity: 1;
    color: rgba(10, 115, 80, var(--text-opacity));
  }

  .xl\:text-green-900 {
    --text-opacity: 1;
    color: rgba(8, 91, 64, var(--text-opacity));
  }

  .xl\:text-green-500 {
    --text-opacity: 1;
    color: rgba(16, 185, 129, var(--text-opacity));
  }

  .xl\:text-green-400 {
    --text-opacity: 1;
    color: rgba(19, 223, 155, var(--text-opacity));
  }

  .xl\:text-green-300 {
    --text-opacity: 1;
    color: rgba(46, 237, 174, var(--text-opacity));
  }

  .xl\:text-green-200 {
    --text-opacity: 1;
    color: rgba(83, 240, 188, var(--text-opacity));
  }

  .xl\:text-green-100 {
    --text-opacity: 1;
    color: rgba(121, 243, 203, var(--text-opacity));
  }

  .xl\:text-blue-600 {
    --text-opacity: 1;
    color: rgba(35, 114, 245, var(--text-opacity));
  }

  .xl\:text-blue-700 {
    --text-opacity: 1;
    color: rgba(11, 99, 243, var(--text-opacity));
  }

  .xl\:text-blue-800 {
    --text-opacity: 1;
    color: rgba(10, 89, 218, var(--text-opacity));
  }

  .xl\:text-blue-900 {
    --text-opacity: 1;
    color: rgba(9, 79, 194, var(--text-opacity));
  }

  .xl\:text-blue-500 {
    --text-opacity: 1;
    color: rgba(59, 130, 246, var(--text-opacity));
  }

  .xl\:text-blue-400 {
    --text-opacity: 1;
    color: rgba(98, 155, 248, var(--text-opacity));
  }

  .xl\:text-blue-300 {
    --text-opacity: 1;
    color: rgba(137, 180, 250, var(--text-opacity));
  }

  .xl\:text-blue-200 {
    --text-opacity: 1;
    color: rgba(176, 205, 251, var(--text-opacity));
  }

  .xl\:text-blue-100 {
    --text-opacity: 1;
    color: rgba(215, 230, 253, var(--text-opacity));
  }

  .xl\:text-yellow-600 {
    --text-opacity: 1;
    color: rgba(251, 184, 11, var(--text-opacity));
  }

  .xl\:text-yellow-700 {
    --text-opacity: 1;
    color: rgba(232, 168, 4, var(--text-opacity));
  }

  .xl\:text-yellow-800 {
    --text-opacity: 1;
    color: rgba(207, 150, 4, var(--text-opacity));
  }

  .xl\:text-yellow-900 {
    --text-opacity: 1;
    color: rgba(182, 132, 3, var(--text-opacity));
  }

  .xl\:text-yellow-500 {
    --text-opacity: 1;
    color: rgba(251, 191, 36, var(--text-opacity));
  }

  .xl\:text-yellow-400 {
    --text-opacity: 1;
    color: rgba(252, 203, 76, var(--text-opacity));
  }

  .xl\:text-yellow-300 {
    --text-opacity: 1;
    color: rgba(252, 214, 116, var(--text-opacity));
  }

  .xl\:text-yellow-200 {
    --text-opacity: 1;
    color: rgba(253, 226, 156, var(--text-opacity));
  }

  .xl\:text-yellow-100 {
    --text-opacity: 1;
    color: rgba(254, 238, 196, var(--text-opacity));
  }

  .xl\:text-pink-600 {
    --text-opacity: 1;
    color: rgba(234, 49, 140, var(--text-opacity));
  }

  .xl\:text-pink-700 {
    --text-opacity: 1;
    color: rgba(231, 26, 127, var(--text-opacity));
  }

  .xl\:text-pink-800 {
    --text-opacity: 1;
    color: rgba(210, 22, 115, var(--text-opacity));
  }

  .xl\:text-pink-900 {
    --text-opacity: 1;
    color: rgba(187, 19, 102, var(--text-opacity));
  }

  .xl\:text-pink-500 {
    --text-opacity: 1;
    color: rgba(236, 72, 153, var(--text-opacity));
  }

  .xl\:text-pink-400 {
    --text-opacity: 1;
    color: rgba(240, 109, 174, var(--text-opacity));
  }

  .xl\:text-pink-300 {
    --text-opacity: 1;
    color: rgba(244, 146, 194, var(--text-opacity));
  }

  .xl\:text-pink-200 {
    --text-opacity: 1;
    color: rgba(248, 183, 215, var(--text-opacity));
  }

  .xl\:text-pink-100 {
    --text-opacity: 1;
    color: rgba(251, 220, 235, var(--text-opacity));
  }

  .xl\:text-purple-600 {
    --text-opacity: 1;
    color: rgba(122, 68, 245, var(--text-opacity));
  }

  .xl\:text-purple-700 {
    --text-opacity: 1;
    color: rgba(105, 44, 243, var(--text-opacity));
  }

  .xl\:text-purple-800 {
    --text-opacity: 1;
    color: rgba(87, 20, 242, var(--text-opacity));
  }

  .xl\:text-purple-900 {
    --text-opacity: 1;
    color: rgba(77, 12, 224, var(--text-opacity));
  }

  .xl\:text-purple-500 {
    --text-opacity: 1;
    color: rgba(139, 92, 246, var(--text-opacity));
  }

  .xl\:text-purple-400 {
    --text-opacity: 1;
    color: rgba(167, 131, 248, var(--text-opacity));
  }

  .xl\:text-purple-300 {
    --text-opacity: 1;
    color: rgba(194, 169, 250, var(--text-opacity));
  }

  .xl\:text-purple-200 {
    --text-opacity: 1;
    color: rgba(222, 208, 252, var(--text-opacity));
  }

  .xl\:text-purple-100 {
    --text-opacity: 1;
    color: rgba(249, 247, 255, var(--text-opacity));
  }

  .xl\:text-gray-600 {
    --text-opacity: 1;
    color: rgba(95, 102, 114, var(--text-opacity));
  }

  .xl\:text-gray-700 {
    --text-opacity: 1;
    color: rgba(84, 89, 100, var(--text-opacity));
  }

  .xl\:text-gray-800 {
    --text-opacity: 1;
    color: rgba(72, 77, 86, var(--text-opacity));
  }

  .xl\:text-gray-900 {
    --text-opacity: 1;
    color: rgba(61, 65, 72, var(--text-opacity));
  }

  .xl\:text-gray-500 {
    --text-opacity: 1;
    color: rgba(107, 114, 128, var(--text-opacity));
  }

  .xl\:text-gray-400 {
    --text-opacity: 1;
    color: rgba(127, 134, 148, var(--text-opacity));
  }

  .xl\:text-gray-300 {
    --text-opacity: 1;
    color: rgba(150, 155, 167, var(--text-opacity));
  }

  .xl\:text-gray-200 {
    --text-opacity: 1;
    color: rgba(172, 176, 186, var(--text-opacity));
  }

  .xl\:text-gray-100 {
    --text-opacity: 1;
    color: rgba(194, 197, 204, var(--text-opacity));
  }

  .xl\:w-1\/12 {
    width: 8.3333333333%;
  }

  .xl\:min-w-1\/12 {
    min-width: 8.3333333333%;
  }

  .xl\:max-w-1\/12 {
    max-width: 8.3333333333%;
  }

  .xl\:h-1\/12 {
    height: 8.3333333333%;
  }

  .xl\:min-h-1\/12 {
    min-height: 8.3333333333%;
  }

  .xl\:max-h-1\/12 {
    max-height: 8.3333333333%;
  }

  .xl\:w-2\/12 {
    width: 16.6666666667%;
  }

  .xl\:min-w-2\/12 {
    min-width: 16.6666666667%;
  }

  .xl\:max-w-2\/12 {
    max-width: 16.6666666667%;
  }

  .xl\:h-2\/12 {
    height: 16.6666666667%;
  }

  .xl\:min-h-2\/12 {
    min-height: 16.6666666667%;
  }

  .xl\:max-h-2\/12 {
    max-height: 16.6666666667%;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:min-w-3\/12 {
    min-width: 25%;
  }

  .xl\:max-w-3\/12 {
    max-width: 25%;
  }

  .xl\:h-3\/12 {
    height: 25%;
  }

  .xl\:min-h-3\/12 {
    min-height: 25%;
  }

  .xl\:max-h-3\/12 {
    max-height: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.3333333333%;
  }

  .xl\:min-w-4\/12 {
    min-width: 33.3333333333%;
  }

  .xl\:max-w-4\/12 {
    max-width: 33.3333333333%;
  }

  .xl\:h-4\/12 {
    height: 33.3333333333%;
  }

  .xl\:min-h-4\/12 {
    min-height: 33.3333333333%;
  }

  .xl\:max-h-4\/12 {
    max-height: 33.3333333333%;
  }

  .xl\:w-5\/12 {
    width: 41.6666666667%;
  }

  .xl\:min-w-5\/12 {
    min-width: 41.6666666667%;
  }

  .xl\:max-w-5\/12 {
    max-width: 41.6666666667%;
  }

  .xl\:h-5\/12 {
    height: 41.6666666667%;
  }

  .xl\:min-h-5\/12 {
    min-height: 41.6666666667%;
  }

  .xl\:max-h-5\/12 {
    max-height: 41.6666666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:min-w-6\/12 {
    min-width: 50%;
  }

  .xl\:max-w-6\/12 {
    max-width: 50%;
  }

  .xl\:h-6\/12 {
    height: 50%;
  }

  .xl\:min-h-6\/12 {
    min-height: 50%;
  }

  .xl\:max-h-6\/12 {
    max-height: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.3333333333%;
  }

  .xl\:min-w-7\/12 {
    min-width: 58.3333333333%;
  }

  .xl\:max-w-7\/12 {
    max-width: 58.3333333333%;
  }

  .xl\:h-7\/12 {
    height: 58.3333333333%;
  }

  .xl\:min-h-7\/12 {
    min-height: 58.3333333333%;
  }

  .xl\:max-h-7\/12 {
    max-height: 58.3333333333%;
  }

  .xl\:w-8\/12 {
    width: 66.6666666667%;
  }

  .xl\:min-w-8\/12 {
    min-width: 66.6666666667%;
  }

  .xl\:max-w-8\/12 {
    max-width: 66.6666666667%;
  }

  .xl\:h-8\/12 {
    height: 66.6666666667%;
  }

  .xl\:min-h-8\/12 {
    min-height: 66.6666666667%;
  }

  .xl\:max-h-8\/12 {
    max-height: 66.6666666667%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:min-w-9\/12 {
    min-width: 75%;
  }

  .xl\:max-w-9\/12 {
    max-width: 75%;
  }

  .xl\:h-9\/12 {
    height: 75%;
  }

  .xl\:min-h-9\/12 {
    min-height: 75%;
  }

  .xl\:max-h-9\/12 {
    max-height: 75%;
  }

  .xl\:w-10\/12 {
    width: 83.3333333333%;
  }

  .xl\:min-w-10\/12 {
    min-width: 83.3333333333%;
  }

  .xl\:max-w-10\/12 {
    max-width: 83.3333333333%;
  }

  .xl\:h-10\/12 {
    height: 83.3333333333%;
  }

  .xl\:min-h-10\/12 {
    min-height: 83.3333333333%;
  }

  .xl\:max-h-10\/12 {
    max-height: 83.3333333333%;
  }

  .xl\:w-11\/12 {
    width: 91.6666666667%;
  }

  .xl\:min-w-11\/12 {
    min-width: 91.6666666667%;
  }

  .xl\:max-w-11\/12 {
    max-width: 91.6666666667%;
  }

  .xl\:h-11\/12 {
    height: 91.6666666667%;
  }

  .xl\:min-h-11\/12 {
    min-height: 91.6666666667%;
  }

  .xl\:max-h-11\/12 {
    max-height: 91.6666666667%;
  }

  .xl\:w-12\/12 {
    width: 100%;
  }

  .xl\:min-w-12\/12 {
    min-width: 100%;
  }

  .xl\:max-w-12\/12 {
    max-width: 100%;
  }

  .xl\:h-12\/12 {
    height: 100%;
  }

  .xl\:min-h-12\/12 {
    min-height: 100%;
  }

  .xl\:max-h-12\/12 {
    max-height: 100%;
  }

  .xl\:container {
    max-width: 1280px;
  }

  .container {
    max-width: 1280px;
  }

  .xl\:container-fluid {
    width: 100%;
  }

  .xl\:cursor-alias {
    cursor: alias;
  }

  .xl\:cursor-all-scroll {
    cursor: all-scroll;
  }

  .xl\:cursor-auto {
    cursor: auto;
  }

  .xl\:cursor-cell {
    cursor: cell;
  }

  .xl\:cursor-context-menu {
    cursor: context-menu;
  }

  .xl\:cursor-col-resize {
    cursor: col-resize;
  }

  .xl\:cursor-copy {
    cursor: copy;
  }

  .xl\:cursor-crosshair {
    cursor: crosshair;
  }

  .xl\:cursor-default {
    cursor: default;
  }

  .xl\:cursor-e-resize {
    cursor: e-resize;
  }

  .xl\:cursor-ew-resize {
    cursor: ew-resize;
  }

  .xl\:cursor-grab {
    cursor: grab;
  }

  .xl\:cursor-grabbing {
    cursor: grabbing;
  }

  .xl\:cursor-help {
    cursor: help;
  }

  .xl\:cursor-move {
    cursor: move;
  }

  .xl\:cursor-n-resize {
    cursor: n-resize;
  }

  .xl\:cursor-ne-resize {
    cursor: ne-resize;
  }

  .xl\:cursor-nesw-resize {
    cursor: nesw-resize;
  }

  .xl\:cursor-ns-resize {
    cursor: ns-resize;
  }

  .xl\:cursor-nw-resize {
    cursor: nw-resize;
  }

  .xl\:cursor-nwse-resize {
    cursor: nwse-resize;
  }

  .xl\:cursor-no-drop {
    cursor: no-drop;
  }

  .xl\:cursor-none {
    cursor: none;
  }

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

  .xl\:cursor-pointer {
    cursor: pointer;
  }

  .xl\:cursor-progress {
    cursor: progress;
  }

  .xl\:cursor-row-resize {
    cursor: row-resize;
  }

  .xl\:cursor-s-resize {
    cursor: s-resize;
  }

  .xl\:cursor-se-resize {
    cursor: se-resize;
  }

  .xl\:cursor-sw-resize {
    cursor: sw-resize;
  }

  .xl\:cursor-text {
    cursor: text;
  }

  .xl\:cursor-w-resize {
    cursor: w-resize;
  }

  .xl\:cursor-wait {
    cursor: wait;
  }

  .xl\:cursor-zoom-in {
    cursor: zoom-in;
  }

  .xl\:cursor-zoom-out {
    cursor: zoom-out;
  }

  .xl\:display-inline {
    display: inline;
  }

  .xl\:display-block {
    display: block;
  }

  .xl\:display-contents {
    display: contents;
  }

  .xl\:display-flex {
    display: flex;
  }

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

  .xl\:display-grid {
    display: grid;
  }

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

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

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

  .xl\:display-inline-table {
    display: inline-table;
  }

  .xl\:display-list-item {
    display: list-item;
  }

  .xl\:display-run-in {
    display: run-in;
  }

  .xl\:display-table {
    display: table;
  }

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

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

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

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

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

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

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

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

  .xl\:display-none {
    display: none;
  }

  .xl\:display-initial {
    display: initial;
  }

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

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

  .xl\:flex-direction-column {
    flex-direction: column;
  }

  .xl\:flex-direction-column-reverse {
    flex-direction: column-reverse;
  }

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

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

  .xl\:flex-grow-2 {
    flex-grow: 2;
  }

  .xl\:flex-grow-3 {
    flex-grow: 3;
  }

  .xl\:flex-grow-4 {
    flex-grow: 4;
  }

  .xl\:flex-grow-5 {
    flex-grow: 5;
  }

  .xl\:flex-grow-6 {
    flex-grow: 6;
  }

  .xl\:flex-grow-7 {
    flex-grow: 7;
  }

  .xl\:flex-grow-8 {
    flex-grow: 8;
  }

  .xl\:flex-grow-9 {
    flex-grow: 9;
  }

  .xl\:flex-grow-10 {
    flex-grow: 10;
  }

  .xl\:flex-grow-11 {
    flex-grow: 11;
  }

  .xl\:flex-grow-12 {
    flex-grow: 12;
  }

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

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

  .xl\:flex-shrink-2 {
    flex-shrink: 2;
  }

  .xl\:flex-shrink-3 {
    flex-shrink: 3;
  }

  .xl\:flex-shrink-4 {
    flex-shrink: 4;
  }

  .xl\:flex-shrink-5 {
    flex-shrink: 5;
  }

  .xl\:flex-shrink-6 {
    flex-shrink: 6;
  }

  .xl\:flex-shrink-7 {
    flex-shrink: 7;
  }

  .xl\:flex-shrink-8 {
    flex-shrink: 8;
  }

  .xl\:flex-shrink-9 {
    flex-shrink: 9;
  }

  .xl\:flex-shrink-10 {
    flex-shrink: 10;
  }

  .xl\:flex-shrink-11 {
    flex-shrink: 11;
  }

  .xl\:flex-shrink-12 {
    flex-shrink: 12;
  }

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

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

  .xl\:flex-wrap-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

  .xl\:flex-none {
    flex: none;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:font-sans {
    font-family: "ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji";
  }

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

  .xl\:font-mono {
    font-family: "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace";
  }

  .xl\:font-flow {
    font-family: "flow";
  }

  .xl\:fs-normal {
    font-size: 1rem;
  }

  .xl\:fs-xs {
    font-size: 0.75rem;
  }

  .xl\:fs-sm {
    font-size: 0.875rem;
  }

  .xl\:fs-md {
    font-size: 1rem;
  }

  .xl\:fs-lg {
    font-size: 1.125rem;
  }

  .xl\:fs-xl {
    font-size: 1.25rem;
  }

  .xl\:fs-2xl {
    font-size: 1.5rem;
  }

  .xl\:fs-3xl {
    font-size: 1.875rem;
  }

  .xl\:fs-4xl {
    font-size: 2.25rem;
  }

  .xl\:fs-5xl {
    font-size: 3rem;
  }

  .xl\:fs-6xl {
    font-size: 4rem;
  }

  .xl\:fs-7xl {
    font-size: 5rem;
  }

  .xl\:font-antialiased {
    -webkit-font-smoothing: antialiased;
  }

  .xl\:font-subpixel-antialiased {
    -webkit-font-smoothing: subpixel-antialiased;
  }

  .xl\:font-auto {
    -webkit-font-smoothing: auto;
  }

  .xl\:font-none {
    -webkit-font-smoothing: none;
  }

  .xl\:font-style-normal {
    font-style: normal;
  }

  .xl\:font-style-italic {
    font-style: italic;
  }

  .xl\:font-weight-thin {
    font-weight: 100;
  }

  .xl\:font-weight-extralight {
    font-weight: 200;
  }

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

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

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

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

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

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

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

  .xl\:h-0 {
    height: 0;
  }

  .xl\:h-5 {
    height: 5%;
  }

  .xl\:h-10 {
    height: 10%;
  }

  .xl\:h-15 {
    height: 15%;
  }

  .xl\:h-20 {
    height: 20%;
  }

  .xl\:h-25 {
    height: 25%;
  }

  .xl\:h-30 {
    height: 30%;
  }

  .xl\:h-35 {
    height: 35%;
  }

  .xl\:h-40 {
    height: 40%;
  }

  .xl\:h-45 {
    height: 45%;
  }

  .xl\:h-50 {
    height: 50%;
  }

  .xl\:h-55 {
    height: 55%;
  }

  .xl\:h-60 {
    height: 60%;
  }

  .xl\:h-65 {
    height: 65%;
  }

  .xl\:h-70 {
    height: 70%;
  }

  .xl\:h-75 {
    height: 75%;
  }

  .xl\:h-80 {
    height: 80%;
  }

  .xl\:h-85 {
    height: 85%;
  }

  .xl\:h-90 {
    height: 90%;
  }

  .xl\:h-95 {
    height: 95%;
  }

  .xl\:h-100 {
    height: 100%;
  }

  .xl\:h-0px {
    height: 0;
  }

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

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

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

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

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

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

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

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

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

  .xl\:h-100px {
    height: 100px;
  }

  .xl\:h-110px {
    height: 110px;
  }

  .xl\:h-120px {
    height: 120px;
  }

  .xl\:h-130px {
    height: 130px;
  }

  .xl\:h-140px {
    height: 140px;
  }

  .xl\:h-150px {
    height: 150px;
  }

  .xl\:h-160px {
    height: 160px;
  }

  .xl\:h-170px {
    height: 170px;
  }

  .xl\:h-180px {
    height: 180px;
  }

  .xl\:h-190px {
    height: 190px;
  }

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

  .xl\:h-210px {
    height: 210px;
  }

  .xl\:h-220px {
    height: 220px;
  }

  .xl\:h-230px {
    height: 230px;
  }

  .xl\:h-240px {
    height: 240px;
  }

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

  .xl\:h-260px {
    height: 260px;
  }

  .xl\:h-270px {
    height: 270px;
  }

  .xl\:h-280px {
    height: 280px;
  }

  .xl\:h-290px {
    height: 290px;
  }

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

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

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

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

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

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

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

  .xl\:justify-items-baseline {
    justify-items: baseline;
  }

  .xl\:justify-items-start {
    justify-items: start;
  }

  .xl\:justify-items-end {
    justify-items: end;
  }

  .xl\:justify-items-center {
    justify-items: center;
  }

  .xl\:justify-items-stretch {
    justify-items: stretch;
  }

  .xl\:justify-self-auto {
    justify-self: auto;
  }

  .xl\:justify-self-start {
    justify-self: start;
  }

  .xl\:justify-self-end {
    justify-self: end;
  }

  .xl\:justify-self-center {
    justify-self: center;
  }

  .xl\:justify-self-stretch {
    justify-self: stretch;
  }

  .xl\:letter-spacing-normal {
    letter-spacing: 0;
  }

  .xl\:letter-spacing-xs {
    letter-spacing: 0.01em;
  }

  .xl\:letter-spacing-sm {
    letter-spacing: 0.02em;
  }

  .xl\:letter-spacing-md {
    letter-spacing: 0.03em;
  }

  .xl\:letter-spacing-lg {
    letter-spacing: 0.04em;
  }

  .xl\:letter-spacing-xl {
    letter-spacing: 0.05em;
  }

  .xl\:letter-spacing-2xl {
    letter-spacing: 0.06em;
  }

  .xl\:letter-spacing-3xl {
    letter-spacing: 0.07em;
  }

  .xl\:letter-spacing-4xl {
    letter-spacing: 0.08em;
  }

  .xl\:letter-spacing-5xl {
    letter-spacing: 0.09em;
  }

  .xl\:letter-spacing-6xl {
    letter-spacing: 0.1em;
  }

  .xl\:letter-spacing-7xl {
    letter-spacing: 0.11em;
  }

  .xl\:line-height-normal {
    line-height: 1em;
  }

  .xl\:line-height-xs {
    line-height: 1.1em;
  }

  .xl\:line-height-sm {
    line-height: 1.2em;
  }

  .xl\:line-height-md {
    line-height: 1.3em;
  }

  .xl\:line-height-lg {
    line-height: 1.4em;
  }

  .xl\:line-height-xl {
    line-height: 1.5em;
  }

  .xl\:line-height-2xl {
    line-height: 1.6em;
  }

  .xl\:line-height-3xl {
    line-height: 1.7em;
  }

  .xl\:line-height-4xl {
    line-height: 1.8em;
  }

  .xl\:line-height-5xl {
    line-height: 1.9em;
  }

  .xl\:line-height-6xl {
    line-height: 2em;
  }

  .xl\:line-height-7xl {
    line-height: 2.1em;
  }

  .xl\:list-style-position-inside {
    list-style-position: inside;
  }

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

  .xl\:list-style-type-none {
    list-style-type: none;
  }

  .xl\:list-style-type-disc {
    list-style-type: disc;
  }

  .xl\:list-style-type-circle {
    list-style-type: circle;
  }

  .xl\:list-style-type-square {
    list-style-type: square;
  }

  .xl\:list-style-type-lower-alpha {
    list-style-type: lower-alpha;
  }

  .xl\:list-style-type-lower-latin {
    list-style-type: lower-latin;
  }

  .xl\:list-style-type-lower-roman {
    list-style-type: lower-roman;
  }

  .xl\:list-style-type-upper-alpha {
    list-style-type: upper-alpha;
  }

  .xl\:list-style-type-upper-latin {
    list-style-type: upper-latin;
  }

  .xl\:list-style-type-upper-roman {
    list-style-type: upper-roman;
  }

  .xl\:list-style-type-decimal {
    list-style-type: decimal;
  }

  .xl\:m-0 {
    margin: 0;
  }

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

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

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

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

  .xl\:m-5 {
    margin: 5%;
  }

  .xl\:mt-5 {
    margin-top: 5%;
  }

  .xl\:mr-5 {
    margin-right: 5%;
  }

  .xl\:mb-5 {
    margin-bottom: 5%;
  }

  .xl\:ml-5 {
    margin-left: 5%;
  }

  .xl\:m-10 {
    margin: 10%;
  }

  .xl\:mt-10 {
    margin-top: 10%;
  }

  .xl\:mr-10 {
    margin-right: 10%;
  }

  .xl\:mb-10 {
    margin-bottom: 10%;
  }

  .xl\:ml-10 {
    margin-left: 10%;
  }

  .xl\:m-15 {
    margin: 15%;
  }

  .xl\:mt-15 {
    margin-top: 15%;
  }

  .xl\:mr-15 {
    margin-right: 15%;
  }

  .xl\:mb-15 {
    margin-bottom: 15%;
  }

  .xl\:ml-15 {
    margin-left: 15%;
  }

  .xl\:m-20 {
    margin: 20%;
  }

  .xl\:mt-20 {
    margin-top: 20%;
  }

  .xl\:mr-20 {
    margin-right: 20%;
  }

  .xl\:mb-20 {
    margin-bottom: 20%;
  }

  .xl\:ml-20 {
    margin-left: 20%;
  }

  .xl\:m-25 {
    margin: 25%;
  }

  .xl\:mt-25 {
    margin-top: 25%;
  }

  .xl\:mr-25 {
    margin-right: 25%;
  }

  .xl\:mb-25 {
    margin-bottom: 25%;
  }

  .xl\:ml-25 {
    margin-left: 25%;
  }

  .xl\:m-30 {
    margin: 30%;
  }

  .xl\:mt-30 {
    margin-top: 30%;
  }

  .xl\:mr-30 {
    margin-right: 30%;
  }

  .xl\:mb-30 {
    margin-bottom: 30%;
  }

  .xl\:ml-30 {
    margin-left: 30%;
  }

  .xl\:m-35 {
    margin: 35%;
  }

  .xl\:mt-35 {
    margin-top: 35%;
  }

  .xl\:mr-35 {
    margin-right: 35%;
  }

  .xl\:mb-35 {
    margin-bottom: 35%;
  }

  .xl\:ml-35 {
    margin-left: 35%;
  }

  .xl\:m-40 {
    margin: 40%;
  }

  .xl\:mt-40 {
    margin-top: 40%;
  }

  .xl\:mr-40 {
    margin-right: 40%;
  }

  .xl\:mb-40 {
    margin-bottom: 40%;
  }

  .xl\:ml-40 {
    margin-left: 40%;
  }

  .xl\:m-45 {
    margin: 45%;
  }

  .xl\:mt-45 {
    margin-top: 45%;
  }

  .xl\:mr-45 {
    margin-right: 45%;
  }

  .xl\:mb-45 {
    margin-bottom: 45%;
  }

  .xl\:ml-45 {
    margin-left: 45%;
  }

  .xl\:m-50 {
    margin: 50%;
  }

  .xl\:mt-50 {
    margin-top: 50%;
  }

  .xl\:mr-50 {
    margin-right: 50%;
  }

  .xl\:mb-50 {
    margin-bottom: 50%;
  }

  .xl\:ml-50 {
    margin-left: 50%;
  }

  .xl\:m-55 {
    margin: 55%;
  }

  .xl\:mt-55 {
    margin-top: 55%;
  }

  .xl\:mr-55 {
    margin-right: 55%;
  }

  .xl\:mb-55 {
    margin-bottom: 55%;
  }

  .xl\:ml-55 {
    margin-left: 55%;
  }

  .xl\:m-60 {
    margin: 60%;
  }

  .xl\:mt-60 {
    margin-top: 60%;
  }

  .xl\:mr-60 {
    margin-right: 60%;
  }

  .xl\:mb-60 {
    margin-bottom: 60%;
  }

  .xl\:ml-60 {
    margin-left: 60%;
  }

  .xl\:m-65 {
    margin: 65%;
  }

  .xl\:mt-65 {
    margin-top: 65%;
  }

  .xl\:mr-65 {
    margin-right: 65%;
  }

  .xl\:mb-65 {
    margin-bottom: 65%;
  }

  .xl\:ml-65 {
    margin-left: 65%;
  }

  .xl\:m-70 {
    margin: 70%;
  }

  .xl\:mt-70 {
    margin-top: 70%;
  }

  .xl\:mr-70 {
    margin-right: 70%;
  }

  .xl\:mb-70 {
    margin-bottom: 70%;
  }

  .xl\:ml-70 {
    margin-left: 70%;
  }

  .xl\:m-75 {
    margin: 75%;
  }

  .xl\:mt-75 {
    margin-top: 75%;
  }

  .xl\:mr-75 {
    margin-right: 75%;
  }

  .xl\:mb-75 {
    margin-bottom: 75%;
  }

  .xl\:ml-75 {
    margin-left: 75%;
  }

  .xl\:m-80 {
    margin: 80%;
  }

  .xl\:mt-80 {
    margin-top: 80%;
  }

  .xl\:mr-80 {
    margin-right: 80%;
  }

  .xl\:mb-80 {
    margin-bottom: 80%;
  }

  .xl\:ml-80 {
    margin-left: 80%;
  }

  .xl\:m-85 {
    margin: 85%;
  }

  .xl\:mt-85 {
    margin-top: 85%;
  }

  .xl\:mr-85 {
    margin-right: 85%;
  }

  .xl\:mb-85 {
    margin-bottom: 85%;
  }

  .xl\:ml-85 {
    margin-left: 85%;
  }

  .xl\:m-90 {
    margin: 90%;
  }

  .xl\:mt-90 {
    margin-top: 90%;
  }

  .xl\:mr-90 {
    margin-right: 90%;
  }

  .xl\:mb-90 {
    margin-bottom: 90%;
  }

  .xl\:ml-90 {
    margin-left: 90%;
  }

  .xl\:m-95 {
    margin: 95%;
  }

  .xl\:mt-95 {
    margin-top: 95%;
  }

  .xl\:mr-95 {
    margin-right: 95%;
  }

  .xl\:mb-95 {
    margin-bottom: 95%;
  }

  .xl\:ml-95 {
    margin-left: 95%;
  }

  .xl\:m-100 {
    margin: 100%;
  }

  .xl\:mt-100 {
    margin-top: 100%;
  }

  .xl\:mr-100 {
    margin-right: 100%;
  }

  .xl\:mb-100 {
    margin-bottom: 100%;
  }

  .xl\:ml-100 {
    margin-left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:m-35px {
    margin: 35px;
  }

  .xl\:mt-35px {
    margin-top: 35px;
  }

  .xl\:mr-35px {
    margin-right: 35px;
  }

  .xl\:mb-35px {
    margin-bottom: 35px;
  }

  .xl\:ml-35px {
    margin-left: 35px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:m-55px {
    margin: 55px;
  }

  .xl\:mt-55px {
    margin-top: 55px;
  }

  .xl\:mr-55px {
    margin-right: 55px;
  }

  .xl\:mb-55px {
    margin-bottom: 55px;
  }

  .xl\:ml-55px {
    margin-left: 55px;
  }

  .xl\:m-60px {
    margin: 60px;
  }

  .xl\:mt-60px {
    margin-top: 60px;
  }

  .xl\:mr-60px {
    margin-right: 60px;
  }

  .xl\:mb-60px {
    margin-bottom: 60px;
  }

  .xl\:ml-60px {
    margin-left: 60px;
  }

  .xl\:m-65px {
    margin: 65px;
  }

  .xl\:mt-65px {
    margin-top: 65px;
  }

  .xl\:mr-65px {
    margin-right: 65px;
  }

  .xl\:mb-65px {
    margin-bottom: 65px;
  }

  .xl\:ml-65px {
    margin-left: 65px;
  }

  .xl\:m-70px {
    margin: 70px;
  }

  .xl\:mt-70px {
    margin-top: 70px;
  }

  .xl\:mr-70px {
    margin-right: 70px;
  }

  .xl\:mb-70px {
    margin-bottom: 70px;
  }

  .xl\:ml-70px {
    margin-left: 70px;
  }

  .xl\:m-75px {
    margin: 75px;
  }

  .xl\:mt-75px {
    margin-top: 75px;
  }

  .xl\:mr-75px {
    margin-right: 75px;
  }

  .xl\:mb-75px {
    margin-bottom: 75px;
  }

  .xl\:ml-75px {
    margin-left: 75px;
  }

  .xl\:m-80px {
    margin: 80px;
  }

  .xl\:mt-80px {
    margin-top: 80px;
  }

  .xl\:mr-80px {
    margin-right: 80px;
  }

  .xl\:mb-80px {
    margin-bottom: 80px;
  }

  .xl\:ml-80px {
    margin-left: 80px;
  }

  .xl\:m-85px {
    margin: 85px;
  }

  .xl\:mt-85px {
    margin-top: 85px;
  }

  .xl\:mr-85px {
    margin-right: 85px;
  }

  .xl\:mb-85px {
    margin-bottom: 85px;
  }

  .xl\:ml-85px {
    margin-left: 85px;
  }

  .xl\:m-90px {
    margin: 90px;
  }

  .xl\:mt-90px {
    margin-top: 90px;
  }

  .xl\:mr-90px {
    margin-right: 90px;
  }

  .xl\:mb-90px {
    margin-bottom: 90px;
  }

  .xl\:ml-90px {
    margin-left: 90px;
  }

  .xl\:m-95px {
    margin: 95px;
  }

  .xl\:mt-95px {
    margin-top: 95px;
  }

  .xl\:mr-95px {
    margin-right: 95px;
  }

  .xl\:mb-95px {
    margin-bottom: 95px;
  }

  .xl\:ml-95px {
    margin-left: 95px;
  }

  .xl\:m-100px {
    margin: 100px;
  }

  .xl\:mt-100px {
    margin-top: 100px;
  }

  .xl\:mr-100px {
    margin-right: 100px;
  }

  .xl\:mb-100px {
    margin-bottom: 100px;
  }

  .xl\:ml-100px {
    margin-left: 100px;
  }

  .xl\:m-auto {
    margin: auto;
  }

  .xl\:max-h-0 {
    max-height: 0;
  }

  .xl\:max-h-5 {
    max-height: 5%;
  }

  .xl\:max-h-10 {
    max-height: 10%;
  }

  .xl\:max-h-15 {
    max-height: 15%;
  }

  .xl\:max-h-20 {
    max-height: 20%;
  }

  .xl\:max-h-25 {
    max-height: 25%;
  }

  .xl\:max-h-30 {
    max-height: 30%;
  }

  .xl\:max-h-35 {
    max-height: 35%;
  }

  .xl\:max-h-40 {
    max-height: 40%;
  }

  .xl\:max-h-45 {
    max-height: 45%;
  }

  .xl\:max-h-50 {
    max-height: 50%;
  }

  .xl\:max-h-55 {
    max-height: 55%;
  }

  .xl\:max-h-60 {
    max-height: 60%;
  }

  .xl\:max-h-65 {
    max-height: 65%;
  }

  .xl\:max-h-70 {
    max-height: 70%;
  }

  .xl\:max-h-75 {
    max-height: 75%;
  }

  .xl\:max-h-80 {
    max-height: 80%;
  }

  .xl\:max-h-85 {
    max-height: 85%;
  }

  .xl\:max-h-90 {
    max-height: 90%;
  }

  .xl\:max-h-95 {
    max-height: 95%;
  }

  .xl\:max-h-100 {
    max-height: 100%;
  }

  .xl\:max-h-0px {
    max-height: 0;
  }

  .xl\:max-h-10px {
    max-height: 10px;
  }

  .xl\:max-h-20px {
    max-height: 20px;
  }

  .xl\:max-h-30px {
    max-height: 30px;
  }

  .xl\:max-h-40px {
    max-height: 40px;
  }

  .xl\:max-h-50px {
    max-height: 50px;
  }

  .xl\:max-h-60px {
    max-height: 60px;
  }

  .xl\:max-h-70px {
    max-height: 70px;
  }

  .xl\:max-h-80px {
    max-height: 80px;
  }

  .xl\:max-h-90px {
    max-height: 90px;
  }

  .xl\:max-h-100px {
    max-height: 100px;
  }

  .xl\:max-h-110px {
    max-height: 110px;
  }

  .xl\:max-h-120px {
    max-height: 120px;
  }

  .xl\:max-h-130px {
    max-height: 130px;
  }

  .xl\:max-h-140px {
    max-height: 140px;
  }

  .xl\:max-h-150px {
    max-height: 150px;
  }

  .xl\:max-h-160px {
    max-height: 160px;
  }

  .xl\:max-h-170px {
    max-height: 170px;
  }

  .xl\:max-h-180px {
    max-height: 180px;
  }

  .xl\:max-h-190px {
    max-height: 190px;
  }

  .xl\:max-h-200px {
    max-height: 200px;
  }

  .xl\:max-h-210px {
    max-height: 210px;
  }

  .xl\:max-h-220px {
    max-height: 220px;
  }

  .xl\:max-h-230px {
    max-height: 230px;
  }

  .xl\:max-h-240px {
    max-height: 240px;
  }

  .xl\:max-h-250px {
    max-height: 250px;
  }

  .xl\:max-h-260px {
    max-height: 260px;
  }

  .xl\:max-h-270px {
    max-height: 270px;
  }

  .xl\:max-h-280px {
    max-height: 280px;
  }

  .xl\:max-h-290px {
    max-height: 290px;
  }

  .xl\:max-h-300px {
    max-height: 300px;
  }

  .xl\:max-w-0 {
    max-width: 0;
  }

  .xl\:max-w-5 {
    max-width: 5%;
  }

  .xl\:max-w-10 {
    max-width: 10%;
  }

  .xl\:max-w-15 {
    max-width: 15%;
  }

  .xl\:max-w-20 {
    max-width: 20%;
  }

  .xl\:max-w-25 {
    max-width: 25%;
  }

  .xl\:max-w-30 {
    max-width: 30%;
  }

  .xl\:max-w-35 {
    max-width: 35%;
  }

  .xl\:max-w-40 {
    max-width: 40%;
  }

  .xl\:max-w-45 {
    max-width: 45%;
  }

  .xl\:max-w-50 {
    max-width: 50%;
  }

  .xl\:max-w-55 {
    max-width: 55%;
  }

  .xl\:max-w-60 {
    max-width: 60%;
  }

  .xl\:max-w-65 {
    max-width: 65%;
  }

  .xl\:max-w-70 {
    max-width: 70%;
  }

  .xl\:max-w-75 {
    max-width: 75%;
  }

  .xl\:max-w-80 {
    max-width: 80%;
  }

  .xl\:max-w-85 {
    max-width: 85%;
  }

  .xl\:max-w-90 {
    max-width: 90%;
  }

  .xl\:max-w-95 {
    max-width: 95%;
  }

  .xl\:max-w-100 {
    max-width: 100%;
  }

  .xl\:max-w-0px {
    max-width: 0;
  }

  .xl\:max-w-5px {
    max-width: 5px;
  }

  .xl\:max-w-10px {
    max-width: 10px;
  }

  .xl\:max-w-15px {
    max-width: 15px;
  }

  .xl\:max-w-20px {
    max-width: 20px;
  }

  .xl\:max-w-25px {
    max-width: 25px;
  }

  .xl\:max-w-30px {
    max-width: 30px;
  }

  .xl\:max-w-35px {
    max-width: 35px;
  }

  .xl\:max-w-40px {
    max-width: 40px;
  }

  .xl\:max-w-45px {
    max-width: 45px;
  }

  .xl\:max-w-50px {
    max-width: 50px;
  }

  .xl\:max-w-55px {
    max-width: 55px;
  }

  .xl\:max-w-60px {
    max-width: 60px;
  }

  .xl\:max-w-65px {
    max-width: 65px;
  }

  .xl\:max-w-70px {
    max-width: 70px;
  }

  .xl\:max-w-75px {
    max-width: 75px;
  }

  .xl\:max-w-80px {
    max-width: 80px;
  }

  .xl\:max-w-85px {
    max-width: 85px;
  }

  .xl\:max-w-90px {
    max-width: 90px;
  }

  .xl\:max-w-95px {
    max-width: 95px;
  }

  .xl\:max-w-100px {
    max-width: 100px;
  }

  .xl\:max-w-105px {
    max-width: 105px;
  }

  .xl\:max-w-110px {
    max-width: 110px;
  }

  .xl\:max-w-115px {
    max-width: 115px;
  }

  .xl\:max-w-120px {
    max-width: 120px;
  }

  .xl\:max-w-125px {
    max-width: 125px;
  }

  .xl\:max-w-130px {
    max-width: 130px;
  }

  .xl\:max-w-135px {
    max-width: 135px;
  }

  .xl\:max-w-140px {
    max-width: 140px;
  }

  .xl\:max-w-145px {
    max-width: 145px;
  }

  .xl\:max-w-150px {
    max-width: 150px;
  }

  .xl\:max-w-155px {
    max-width: 155px;
  }

  .xl\:max-w-160px {
    max-width: 160px;
  }

  .xl\:max-w-165px {
    max-width: 165px;
  }

  .xl\:max-w-170px {
    max-width: 170px;
  }

  .xl\:max-w-175px {
    max-width: 175px;
  }

  .xl\:max-w-180px {
    max-width: 180px;
  }

  .xl\:max-w-185px {
    max-width: 185px;
  }

  .xl\:max-w-190px {
    max-width: 190px;
  }

  .xl\:max-w-195px {
    max-width: 195px;
  }

  .xl\:max-w-200px {
    max-width: 200px;
  }

  .xl\:max-w-205px {
    max-width: 205px;
  }

  .xl\:max-w-210px {
    max-width: 210px;
  }

  .xl\:max-w-215px {
    max-width: 215px;
  }

  .xl\:max-w-220px {
    max-width: 220px;
  }

  .xl\:max-w-225px {
    max-width: 225px;
  }

  .xl\:max-w-230px {
    max-width: 230px;
  }

  .xl\:max-w-235px {
    max-width: 235px;
  }

  .xl\:max-w-240px {
    max-width: 240px;
  }

  .xl\:max-w-245px {
    max-width: 245px;
  }

  .xl\:max-w-250px {
    max-width: 250px;
  }

  .xl\:max-w-255px {
    max-width: 255px;
  }

  .xl\:max-w-260px {
    max-width: 260px;
  }

  .xl\:max-w-265px {
    max-width: 265px;
  }

  .xl\:max-w-270px {
    max-width: 270px;
  }

  .xl\:max-w-275px {
    max-width: 275px;
  }

  .xl\:max-w-280px {
    max-width: 280px;
  }

  .xl\:max-w-285px {
    max-width: 285px;
  }

  .xl\:max-w-290px {
    max-width: 290px;
  }

  .xl\:max-w-295px {
    max-width: 295px;
  }

  .xl\:max-w-300px {
    max-width: 300px;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-5 {
    min-height: 5%;
  }

  .xl\:min-h-10 {
    min-height: 10%;
  }

  .xl\:min-h-15 {
    min-height: 15%;
  }

  .xl\:min-h-20 {
    min-height: 20%;
  }

  .xl\:min-h-25 {
    min-height: 25%;
  }

  .xl\:min-h-30 {
    min-height: 30%;
  }

  .xl\:min-h-35 {
    min-height: 35%;
  }

  .xl\:min-h-40 {
    min-height: 40%;
  }

  .xl\:min-h-45 {
    min-height: 45%;
  }

  .xl\:min-h-50 {
    min-height: 50%;
  }

  .xl\:min-h-55 {
    min-height: 55%;
  }

  .xl\:min-h-60 {
    min-height: 60%;
  }

  .xl\:min-h-65 {
    min-height: 65%;
  }

  .xl\:min-h-70 {
    min-height: 70%;
  }

  .xl\:min-h-75 {
    min-height: 75%;
  }

  .xl\:min-h-80 {
    min-height: 80%;
  }

  .xl\:min-h-85 {
    min-height: 85%;
  }

  .xl\:min-h-90 {
    min-height: 90%;
  }

  .xl\:min-h-95 {
    min-height: 95%;
  }

  .xl\:min-h-100 {
    min-height: 100%;
  }

  .xl\:min-h-0px {
    min-height: 0;
  }

  .xl\:min-h-10px {
    min-height: 10px;
  }

  .xl\:min-h-20px {
    min-height: 20px;
  }

  .xl\:min-h-30px {
    min-height: 30px;
  }

  .xl\:min-h-40px {
    min-height: 40px;
  }

  .xl\:min-h-50px {
    min-height: 50px;
  }

  .xl\:min-h-60px {
    min-height: 60px;
  }

  .xl\:min-h-70px {
    min-height: 70px;
  }

  .xl\:min-h-80px {
    min-height: 80px;
  }

  .xl\:min-h-90px {
    min-height: 90px;
  }

  .xl\:min-h-100px {
    min-height: 100px;
  }

  .xl\:min-h-110px {
    min-height: 110px;
  }

  .xl\:min-h-120px {
    min-height: 120px;
  }

  .xl\:min-h-130px {
    min-height: 130px;
  }

  .xl\:min-h-140px {
    min-height: 140px;
  }

  .xl\:min-h-150px {
    min-height: 150px;
  }

  .xl\:min-h-160px {
    min-height: 160px;
  }

  .xl\:min-h-170px {
    min-height: 170px;
  }

  .xl\:min-h-180px {
    min-height: 180px;
  }

  .xl\:min-h-190px {
    min-height: 190px;
  }

  .xl\:min-h-200px {
    min-height: 200px;
  }

  .xl\:min-h-210px {
    min-height: 210px;
  }

  .xl\:min-h-220px {
    min-height: 220px;
  }

  .xl\:min-h-230px {
    min-height: 230px;
  }

  .xl\:min-h-240px {
    min-height: 240px;
  }

  .xl\:min-h-250px {
    min-height: 250px;
  }

  .xl\:min-h-260px {
    min-height: 260px;
  }

  .xl\:min-h-270px {
    min-height: 270px;
  }

  .xl\:min-h-280px {
    min-height: 280px;
  }

  .xl\:min-h-290px {
    min-height: 290px;
  }

  .xl\:min-h-300px {
    min-height: 300px;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-5 {
    min-width: 5%;
  }

  .xl\:min-w-10 {
    min-width: 10%;
  }

  .xl\:min-w-15 {
    min-width: 15%;
  }

  .xl\:min-w-20 {
    min-width: 20%;
  }

  .xl\:min-w-25 {
    min-width: 25%;
  }

  .xl\:min-w-30 {
    min-width: 30%;
  }

  .xl\:min-w-35 {
    min-width: 35%;
  }

  .xl\:min-w-40 {
    min-width: 40%;
  }

  .xl\:min-w-45 {
    min-width: 45%;
  }

  .xl\:min-w-50 {
    min-width: 50%;
  }

  .xl\:min-w-55 {
    min-width: 55%;
  }

  .xl\:min-w-60 {
    min-width: 60%;
  }

  .xl\:min-w-65 {
    min-width: 65%;
  }

  .xl\:min-w-70 {
    min-width: 70%;
  }

  .xl\:min-w-75 {
    min-width: 75%;
  }

  .xl\:min-w-80 {
    min-width: 80%;
  }

  .xl\:min-w-85 {
    min-width: 85%;
  }

  .xl\:min-w-90 {
    min-width: 90%;
  }

  .xl\:min-w-95 {
    min-width: 95%;
  }

  .xl\:min-w-100 {
    min-width: 100%;
  }

  .xl\:min-w-0px {
    min-width: 0;
  }

  .xl\:min-w-5px {
    min-width: 5px;
  }

  .xl\:min-w-10px {
    min-width: 10px;
  }

  .xl\:min-w-15px {
    min-width: 15px;
  }

  .xl\:min-w-20px {
    min-width: 20px;
  }

  .xl\:min-w-25px {
    min-width: 25px;
  }

  .xl\:min-w-30px {
    min-width: 30px;
  }

  .xl\:min-w-35px {
    min-width: 35px;
  }

  .xl\:min-w-40px {
    min-width: 40px;
  }

  .xl\:min-w-45px {
    min-width: 45px;
  }

  .xl\:min-w-50px {
    min-width: 50px;
  }

  .xl\:min-w-55px {
    min-width: 55px;
  }

  .xl\:min-w-60px {
    min-width: 60px;
  }

  .xl\:min-w-65px {
    min-width: 65px;
  }

  .xl\:min-w-70px {
    min-width: 70px;
  }

  .xl\:min-w-75px {
    min-width: 75px;
  }

  .xl\:min-w-80px {
    min-width: 80px;
  }

  .xl\:min-w-85px {
    min-width: 85px;
  }

  .xl\:min-w-90px {
    min-width: 90px;
  }

  .xl\:min-w-95px {
    min-width: 95px;
  }

  .xl\:min-w-100px {
    min-width: 100px;
  }

  .xl\:min-w-105px {
    min-width: 105px;
  }

  .xl\:min-w-110px {
    min-width: 110px;
  }

  .xl\:min-w-115px {
    min-width: 115px;
  }

  .xl\:min-w-120px {
    min-width: 120px;
  }

  .xl\:min-w-125px {
    min-width: 125px;
  }

  .xl\:min-w-130px {
    min-width: 130px;
  }

  .xl\:min-w-135px {
    min-width: 135px;
  }

  .xl\:min-w-140px {
    min-width: 140px;
  }

  .xl\:min-w-145px {
    min-width: 145px;
  }

  .xl\:min-w-150px {
    min-width: 150px;
  }

  .xl\:min-w-155px {
    min-width: 155px;
  }

  .xl\:min-w-160px {
    min-width: 160px;
  }

  .xl\:min-w-165px {
    min-width: 165px;
  }

  .xl\:min-w-170px {
    min-width: 170px;
  }

  .xl\:min-w-175px {
    min-width: 175px;
  }

  .xl\:min-w-180px {
    min-width: 180px;
  }

  .xl\:min-w-185px {
    min-width: 185px;
  }

  .xl\:min-w-190px {
    min-width: 190px;
  }

  .xl\:min-w-195px {
    min-width: 195px;
  }

  .xl\:min-w-200px {
    min-width: 200px;
  }

  .xl\:min-w-205px {
    min-width: 205px;
  }

  .xl\:min-w-210px {
    min-width: 210px;
  }

  .xl\:min-w-215px {
    min-width: 215px;
  }

  .xl\:min-w-220px {
    min-width: 220px;
  }

  .xl\:min-w-225px {
    min-width: 225px;
  }

  .xl\:min-w-230px {
    min-width: 230px;
  }

  .xl\:min-w-235px {
    min-width: 235px;
  }

  .xl\:min-w-240px {
    min-width: 240px;
  }

  .xl\:min-w-245px {
    min-width: 245px;
  }

  .xl\:min-w-250px {
    min-width: 250px;
  }

  .xl\:min-w-255px {
    min-width: 255px;
  }

  .xl\:min-w-260px {
    min-width: 260px;
  }

  .xl\:min-w-265px {
    min-width: 265px;
  }

  .xl\:min-w-270px {
    min-width: 270px;
  }

  .xl\:min-w-275px {
    min-width: 275px;
  }

  .xl\:min-w-280px {
    min-width: 280px;
  }

  .xl\:min-w-285px {
    min-width: 285px;
  }

  .xl\:min-w-290px {
    min-width: 290px;
  }

  .xl\:min-w-295px {
    min-width: 295px;
  }

  .xl\:min-w-300px {
    min-width: 300px;
  }

  .xl\:object-fit-contain {
    object-fit: contain;
  }

  .xl\:object-fit-cover {
    object-fit: cover;
  }

  .xl\:object-fit-fill {
    object-fit: fill;
  }

  .xl\:object-fit-none {
    object-fit: none;
  }

  .xl\:object-fit-scale-down {
    object-fit: scale-down;
  }

  .xl\:object-fit-inherit {
    object-fit: inherit;
  }

  .xl\:object-position-top {
    object-position: top;
  }

  .xl\:object-position-right {
    object-position: right;
  }

  .xl\:object-position-bottom {
    object-position: bottom;
  }

  .xl\:object-position-left {
    object-position: left;
  }

  .xl\:object-position-center {
    object-position: center;
  }

  .xl\:object-position-left-top {
    object-position: left top;
  }

  .xl\:object-position-left-bottom {
    object-position: left bottom;
  }

  .xl\:object-position-right-top {
    object-position: right top;
  }

  .xl\:object-position-right-bottom {
    object-position: right bottom;
  }

  .xl\:opacity-0 {
    opacity: 0;
  }

  .xl\:opacity-5 {
    opacity: 0.05;
  }

  .xl\:opacity-10 {
    opacity: 0.1;
  }

  .xl\:opacity-15 {
    opacity: 0.15;
  }

  .xl\:opacity-20 {
    opacity: 0.2;
  }

  .xl\:opacity-25 {
    opacity: 0.25;
  }

  .xl\:opacity-30 {
    opacity: 0.3;
  }

  .xl\:opacity-35 {
    opacity: 0.35;
  }

  .xl\:opacity-40 {
    opacity: 0.4;
  }

  .xl\:opacity-45 {
    opacity: 0.45;
  }

  .xl\:opacity-50 {
    opacity: 0.5;
  }

  .xl\:opacity-55 {
    opacity: 0.55;
  }

  .xl\:opacity-60 {
    opacity: 0.6;
  }

  .xl\:opacity-65 {
    opacity: 0.65;
  }

  .xl\:opacity-70 {
    opacity: 0.7;
  }

  .xl\:opacity-75 {
    opacity: 0.75;
  }

  .xl\:opacity-80 {
    opacity: 0.8;
  }

  .xl\:opacity-85 {
    opacity: 0.85;
  }

  .xl\:opacity-90 {
    opacity: 0.9;
  }

  .xl\:opacity-95 {
    opacity: 0.95;
  }

  .xl\:opacity-100 {
    opacity: 100;
  }

  .xl\:order-0 {
    order: 0;
  }

  .xl\:order-1 {
    order: 1;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-3 {
    order: 3;
  }

  .xl\:order-4 {
    order: 4;
  }

  .xl\:order-5 {
    order: 5;
  }

  .xl\:order-6 {
    order: 6;
  }

  .xl\:order-7 {
    order: 7;
  }

  .xl\:order-8 {
    order: 8;
  }

  .xl\:order-9 {
    order: 9;
  }

  .xl\:order-10 {
    order: 10;
  }

  .xl\:overflow-wrap-normal {
    overflow-wrap: normal;
  }

  .xl\:overflow-wrap-anywhere {
    overflow-wrap: anywhere;
  }

  .xl\:overflow-wrap-break-word {
    overflow-wrap: break-word;
  }

  .xl\:overflow-auto {
    overflow: auto;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:overflow-scroll {
    overflow: scroll;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:overscroll-behavior-auto {
    overscroll-behavior: auto;
  }

  .xl\:overscroll-behavior-contain {
    overscroll-behavior: contain;
  }

  .xl\:overscroll-behavior-none {
    overscroll-behavior: none;
  }

  .xl\:overscroll-behavior-y-auto {
    overscroll-behavior-y: auto;
  }

  .xl\:overscroll-behavior-y-contain {
    overscroll-behavior-y: contain;
  }

  .xl\:overscroll-behavior-y-none {
    overscroll-behavior-y: none;
  }

  .xl\:overscroll-behavior-x-auto {
    overscroll-behavior-x: auto;
  }

  .xl\:overscroll-behavior-x-contain {
    overscroll-behavior-x: contain;
  }

  .xl\:overscroll-behavior-x-none {
    overscroll-behavior-x: none;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:p-5 {
    padding: 5%;
  }

  .xl\:pt-5 {
    padding-top: 5%;
  }

  .xl\:pr-5 {
    padding-right: 5%;
  }

  .xl\:pb-5 {
    padding-bottom: 5%;
  }

  .xl\:pl-5 {
    padding-left: 5%;
  }

  .xl\:p-10 {
    padding: 10%;
  }

  .xl\:pt-10 {
    padding-top: 10%;
  }

  .xl\:pr-10 {
    padding-right: 10%;
  }

  .xl\:pb-10 {
    padding-bottom: 10%;
  }

  .xl\:pl-10 {
    padding-left: 10%;
  }

  .xl\:p-15 {
    padding: 15%;
  }

  .xl\:pt-15 {
    padding-top: 15%;
  }

  .xl\:pr-15 {
    padding-right: 15%;
  }

  .xl\:pb-15 {
    padding-bottom: 15%;
  }

  .xl\:pl-15 {
    padding-left: 15%;
  }

  .xl\:p-20 {
    padding: 20%;
  }

  .xl\:pt-20 {
    padding-top: 20%;
  }

  .xl\:pr-20 {
    padding-right: 20%;
  }

  .xl\:pb-20 {
    padding-bottom: 20%;
  }

  .xl\:pl-20 {
    padding-left: 20%;
  }

  .xl\:p-25 {
    padding: 25%;
  }

  .xl\:pt-25 {
    padding-top: 25%;
  }

  .xl\:pr-25 {
    padding-right: 25%;
  }

  .xl\:pb-25 {
    padding-bottom: 25%;
  }

  .xl\:pl-25 {
    padding-left: 25%;
  }

  .xl\:p-30 {
    padding: 30%;
  }

  .xl\:pt-30 {
    padding-top: 30%;
  }

  .xl\:pr-30 {
    padding-right: 30%;
  }

  .xl\:pb-30 {
    padding-bottom: 30%;
  }

  .xl\:pl-30 {
    padding-left: 30%;
  }

  .xl\:p-35 {
    padding: 35%;
  }

  .xl\:pt-35 {
    padding-top: 35%;
  }

  .xl\:pr-35 {
    padding-right: 35%;
  }

  .xl\:pb-35 {
    padding-bottom: 35%;
  }

  .xl\:pl-35 {
    padding-left: 35%;
  }

  .xl\:p-40 {
    padding: 40%;
  }

  .xl\:pt-40 {
    padding-top: 40%;
  }

  .xl\:pr-40 {
    padding-right: 40%;
  }

  .xl\:pb-40 {
    padding-bottom: 40%;
  }

  .xl\:pl-40 {
    padding-left: 40%;
  }

  .xl\:p-45 {
    padding: 45%;
  }

  .xl\:pt-45 {
    padding-top: 45%;
  }

  .xl\:pr-45 {
    padding-right: 45%;
  }

  .xl\:pb-45 {
    padding-bottom: 45%;
  }

  .xl\:pl-45 {
    padding-left: 45%;
  }

  .xl\:p-50 {
    padding: 50%;
  }

  .xl\:pt-50 {
    padding-top: 50%;
  }

  .xl\:pr-50 {
    padding-right: 50%;
  }

  .xl\:pb-50 {
    padding-bottom: 50%;
  }

  .xl\:pl-50 {
    padding-left: 50%;
  }

  .xl\:p-55 {
    padding: 55%;
  }

  .xl\:pt-55 {
    padding-top: 55%;
  }

  .xl\:pr-55 {
    padding-right: 55%;
  }

  .xl\:pb-55 {
    padding-bottom: 55%;
  }

  .xl\:pl-55 {
    padding-left: 55%;
  }

  .xl\:p-60 {
    padding: 60%;
  }

  .xl\:pt-60 {
    padding-top: 60%;
  }

  .xl\:pr-60 {
    padding-right: 60%;
  }

  .xl\:pb-60 {
    padding-bottom: 60%;
  }

  .xl\:pl-60 {
    padding-left: 60%;
  }

  .xl\:p-65 {
    padding: 65%;
  }

  .xl\:pt-65 {
    padding-top: 65%;
  }

  .xl\:pr-65 {
    padding-right: 65%;
  }

  .xl\:pb-65 {
    padding-bottom: 65%;
  }

  .xl\:pl-65 {
    padding-left: 65%;
  }

  .xl\:p-70 {
    padding: 70%;
  }

  .xl\:pt-70 {
    padding-top: 70%;
  }

  .xl\:pr-70 {
    padding-right: 70%;
  }

  .xl\:pb-70 {
    padding-bottom: 70%;
  }

  .xl\:pl-70 {
    padding-left: 70%;
  }

  .xl\:p-75 {
    padding: 75%;
  }

  .xl\:pt-75 {
    padding-top: 75%;
  }

  .xl\:pr-75 {
    padding-right: 75%;
  }

  .xl\:pb-75 {
    padding-bottom: 75%;
  }

  .xl\:pl-75 {
    padding-left: 75%;
  }

  .xl\:p-80 {
    padding: 80%;
  }

  .xl\:pt-80 {
    padding-top: 80%;
  }

  .xl\:pr-80 {
    padding-right: 80%;
  }

  .xl\:pb-80 {
    padding-bottom: 80%;
  }

  .xl\:pl-80 {
    padding-left: 80%;
  }

  .xl\:p-85 {
    padding: 85%;
  }

  .xl\:pt-85 {
    padding-top: 85%;
  }

  .xl\:pr-85 {
    padding-right: 85%;
  }

  .xl\:pb-85 {
    padding-bottom: 85%;
  }

  .xl\:pl-85 {
    padding-left: 85%;
  }

  .xl\:p-90 {
    padding: 90%;
  }

  .xl\:pt-90 {
    padding-top: 90%;
  }

  .xl\:pr-90 {
    padding-right: 90%;
  }

  .xl\:pb-90 {
    padding-bottom: 90%;
  }

  .xl\:pl-90 {
    padding-left: 90%;
  }

  .xl\:p-95 {
    padding: 95%;
  }

  .xl\:pt-95 {
    padding-top: 95%;
  }

  .xl\:pr-95 {
    padding-right: 95%;
  }

  .xl\:pb-95 {
    padding-bottom: 95%;
  }

  .xl\:pl-95 {
    padding-left: 95%;
  }

  .xl\:p-100 {
    padding: 100%;
  }

  .xl\:pt-100 {
    padding-top: 100%;
  }

  .xl\:pr-100 {
    padding-right: 100%;
  }

  .xl\:pb-100 {
    padding-bottom: 100%;
  }

  .xl\:pl-100 {
    padding-left: 100%;
  }

  .xl\:p-0px {
    padding: 0;
  }

  .xl\:pt-0px {
    padding-top: 0;
  }

  .xl\:pr-0px {
    padding-right: 0;
  }

  .xl\:pb-0px {
    padding-bottom: 0;
  }

  .xl\:pl-0px {
    padding-left: 0;
  }

  .xl\:p-5px {
    padding: 5px;
  }

  .xl\:pt-5px {
    padding-top: 5px;
  }

  .xl\:pr-5px {
    padding-right: 5px;
  }

  .xl\:pb-5px {
    padding-bottom: 5px;
  }

  .xl\:pl-5px {
    padding-left: 5px;
  }

  .xl\:p-10px {
    padding: 10px;
  }

  .xl\:pt-10px {
    padding-top: 10px;
  }

  .xl\:pr-10px {
    padding-right: 10px;
  }

  .xl\:pb-10px {
    padding-bottom: 10px;
  }

  .xl\:pl-10px {
    padding-left: 10px;
  }

  .xl\:p-15px {
    padding: 15px;
  }

  .xl\:pt-15px {
    padding-top: 15px;
  }

  .xl\:pr-15px {
    padding-right: 15px;
  }

  .xl\:pb-15px {
    padding-bottom: 15px;
  }

  .xl\:pl-15px {
    padding-left: 15px;
  }

  .xl\:p-20px {
    padding: 20px;
  }

  .xl\:pt-20px {
    padding-top: 20px;
  }

  .xl\:pr-20px {
    padding-right: 20px;
  }

  .xl\:pb-20px {
    padding-bottom: 20px;
  }

  .xl\:pl-20px {
    padding-left: 20px;
  }

  .xl\:p-25px {
    padding: 25px;
  }

  .xl\:pt-25px {
    padding-top: 25px;
  }

  .xl\:pr-25px {
    padding-right: 25px;
  }

  .xl\:pb-25px {
    padding-bottom: 25px;
  }

  .xl\:pl-25px {
    padding-left: 25px;
  }

  .xl\:p-30px {
    padding: 30px;
  }

  .xl\:pt-30px {
    padding-top: 30px;
  }

  .xl\:pr-30px {
    padding-right: 30px;
  }

  .xl\:pb-30px {
    padding-bottom: 30px;
  }

  .xl\:pl-30px {
    padding-left: 30px;
  }

  .xl\:p-35px {
    padding: 35px;
  }

  .xl\:pt-35px {
    padding-top: 35px;
  }

  .xl\:pr-35px {
    padding-right: 35px;
  }

  .xl\:pb-35px {
    padding-bottom: 35px;
  }

  .xl\:pl-35px {
    padding-left: 35px;
  }

  .xl\:p-40px {
    padding: 40px;
  }

  .xl\:pt-40px {
    padding-top: 40px;
  }

  .xl\:pr-40px {
    padding-right: 40px;
  }

  .xl\:pb-40px {
    padding-bottom: 40px;
  }

  .xl\:pl-40px {
    padding-left: 40px;
  }

  .xl\:p-45px {
    padding: 45px;
  }

  .xl\:pt-45px {
    padding-top: 45px;
  }

  .xl\:pr-45px {
    padding-right: 45px;
  }

  .xl\:pb-45px {
    padding-bottom: 45px;
  }

  .xl\:pl-45px {
    padding-left: 45px;
  }

  .xl\:p-50px {
    padding: 50px;
  }

  .xl\:pt-50px {
    padding-top: 50px;
  }

  .xl\:pr-50px {
    padding-right: 50px;
  }

  .xl\:pb-50px {
    padding-bottom: 50px;
  }

  .xl\:pl-50px {
    padding-left: 50px;
  }

  .xl\:p-55px {
    padding: 55px;
  }

  .xl\:pt-55px {
    padding-top: 55px;
  }

  .xl\:pr-55px {
    padding-right: 55px;
  }

  .xl\:pb-55px {
    padding-bottom: 55px;
  }

  .xl\:pl-55px {
    padding-left: 55px;
  }

  .xl\:p-60px {
    padding: 60px;
  }

  .xl\:pt-60px {
    padding-top: 60px;
  }

  .xl\:pr-60px {
    padding-right: 60px;
  }

  .xl\:pb-60px {
    padding-bottom: 60px;
  }

  .xl\:pl-60px {
    padding-left: 60px;
  }

  .xl\:p-65px {
    padding: 65px;
  }

  .xl\:pt-65px {
    padding-top: 65px;
  }

  .xl\:pr-65px {
    padding-right: 65px;
  }

  .xl\:pb-65px {
    padding-bottom: 65px;
  }

  .xl\:pl-65px {
    padding-left: 65px;
  }

  .xl\:p-70px {
    padding: 70px;
  }

  .xl\:pt-70px {
    padding-top: 70px;
  }

  .xl\:pr-70px {
    padding-right: 70px;
  }

  .xl\:pb-70px {
    padding-bottom: 70px;
  }

  .xl\:pl-70px {
    padding-left: 70px;
  }

  .xl\:p-75px {
    padding: 75px;
  }

  .xl\:pt-75px {
    padding-top: 75px;
  }

  .xl\:pr-75px {
    padding-right: 75px;
  }

  .xl\:pb-75px {
    padding-bottom: 75px;
  }

  .xl\:pl-75px {
    padding-left: 75px;
  }

  .xl\:p-80px {
    padding: 80px;
  }

  .xl\:pt-80px {
    padding-top: 80px;
  }

  .xl\:pr-80px {
    padding-right: 80px;
  }

  .xl\:pb-80px {
    padding-bottom: 80px;
  }

  .xl\:pl-80px {
    padding-left: 80px;
  }

  .xl\:p-85px {
    padding: 85px;
  }

  .xl\:pt-85px {
    padding-top: 85px;
  }

  .xl\:pr-85px {
    padding-right: 85px;
  }

  .xl\:pb-85px {
    padding-bottom: 85px;
  }

  .xl\:pl-85px {
    padding-left: 85px;
  }

  .xl\:p-90px {
    padding: 90px;
  }

  .xl\:pt-90px {
    padding-top: 90px;
  }

  .xl\:pr-90px {
    padding-right: 90px;
  }

  .xl\:pb-90px {
    padding-bottom: 90px;
  }

  .xl\:pl-90px {
    padding-left: 90px;
  }

  .xl\:p-95px {
    padding: 95px;
  }

  .xl\:pt-95px {
    padding-top: 95px;
  }

  .xl\:pr-95px {
    padding-right: 95px;
  }

  .xl\:pb-95px {
    padding-bottom: 95px;
  }

  .xl\:pl-95px {
    padding-left: 95px;
  }

  .xl\:p-100px {
    padding: 100px;
  }

  .xl\:pt-100px {
    padding-top: 100px;
  }

  .xl\:pr-100px {
    padding-right: 100px;
  }

  .xl\:pb-100px {
    padding-bottom: 100px;
  }

  .xl\:pl-100px {
    padding-left: 100px;
  }

  .xl\:place-content-start {
    place-content: start;
  }

  .xl\:place-content-end {
    place-content: end;
  }

  .xl\:place-content-center {
    place-content: center;
  }

  .xl\:place-content-between {
    place-content: space-between;
  }

  .xl\:place-content-around {
    place-content: space-around;
  }

  .xl\:place-content-evenly {
    place-content: space-evenly;
  }

  .xl\:place-content-stretch {
    place-content: stretch;
  }

  .xl\:place-items-auto {
    place-items: auto;
  }

  .xl\:place-items-start {
    place-items: start;
  }

  .xl\:place-items-end {
    place-items: end;
  }

  .xl\:place-items-center {
    place-items: center;
  }

  .xl\:place-items-stretch {
    place-items: stretch;
  }

  .xl\:place-self-auto {
    place-self: auto;
  }

  .xl\:place-self-start {
    place-self: start;
  }

  .xl\:place-self-end {
    place-self: end;
  }

  .xl\:place-self-center {
    place-self: center;
  }

  .xl\:place-self-stretch {
    place-self: stretch;
  }

  .xl\:pointer-events-none {
    pointer-events: none;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xl\:position-static {
    position: static;
  }

  .xl\:position-relative {
    position: relative;
  }

  .xl\:position-fixed {
    position: fixed;
  }

  .xl\:position-absolute {
    position: absolute;
  }

  .xl\:position-sticky {
    position: sticky;
  }

  .xl\:resize-none {
    resize: none;
  }

  .xl\:resize-vertical {
    resize: vertical;
  }

  .xl\:resize-horizontal {
    resize: horizontal;
  }

  .xl\:resize-both {
    resize: both;
  }

  .xl\:table-layout-auto {
    table-layout: auto;
  }

  .xl\:table-layout-fixed {
    table-layout: fixed;
  }

  .xl\:text-align-left {
    text-align: left;
  }

  .xl\:text-align-center {
    text-align: center;
  }

  .xl\:text-align-right {
    text-align: right;
  }

  .xl\:text-align-justify {
    text-align: justify;
  }

  .xl\:text-decoration-underline {
    text-decoration: underline;
  }

  .xl\:text-decoration-overline {
    text-decoration: overline;
  }

  .xl\:text-decoration-line-through {
    text-decoration: line-through;
  }

  .xl\:text-decoration-none {
    text-decoration: none;
  }

  .xl\:text-opacity-0 {
    --text-opacity: 0;
  }

  .xl\:text-opacity-5 {
    --text-opacity: 0.05;
  }

  .xl\:text-opacity-10 {
    --text-opacity: 0.1;
  }

  .xl\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .xl\:text-opacity-20 {
    --text-opacity: 0.2;
  }

  .xl\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .xl\:text-opacity-30 {
    --text-opacity: 0.3;
  }

  .xl\:text-opacity-35 {
    --text-opacity: 0.35;
  }

  .xl\:text-opacity-40 {
    --text-opacity: 0.4;
  }

  .xl\:text-opacity-45 {
    --text-opacity: 0.45;
  }

  .xl\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .xl\:text-opacity-55 {
    --text-opacity: 0.55;
  }

  .xl\:text-opacity-60 {
    --text-opacity: 0.6;
  }

  .xl\:text-opacity-65 {
    --text-opacity: 0.65;
  }

  .xl\:text-opacity-70 {
    --text-opacity: 0.7;
  }

  .xl\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .xl\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .xl\:text-opacity-85 {
    --text-opacity: 0.85;
  }

  .xl\:text-opacity-90 {
    --text-opacity: 0.9;
  }

  .xl\:text-opacity-95 {
    --text-opacity: 0.95;
  }

  .xl\:text-opacity-100 {
    --text-opacity: 100;
  }

  .xl\:text-overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .xl\:text-overflow-clip {
    text-overflow: clip;
  }

  .xl\:text-transform-uppercase {
    text-transform: uppercase;
  }

  .xl\:text-transform-lowercase {
    text-transform: lowercase;
  }

  .xl\:text-transform-capitalize {
    text-transform: capitalize;
  }

  .xl\:text-transform-none {
    text-transform: none;
  }

  .xl\:top-0 {
    top: 0;
  }

  .xl\:-top-0 {
    top: -0;
  }

  .xl\:right-0 {
    right: 0;
  }

  .xl\:-right-0 {
    right: -0;
  }

  .xl\:bottom-0 {
    bottom: 0;
  }

  .xl\:-bottom-0 {
    bottom: -0;
  }

  .xl\:left-0 {
    left: 0;
  }

  .xl\:-left-0 {
    left: -0;
  }

  .xl\:top-10 {
    top: 10%;
  }

  .xl\:-top-10 {
    top: -10%;
  }

  .xl\:right-10 {
    right: 10%;
  }

  .xl\:-right-10 {
    right: -10%;
  }

  .xl\:bottom-10 {
    bottom: 10%;
  }

  .xl\:-bottom-10 {
    bottom: -10%;
  }

  .xl\:left-10 {
    left: 10%;
  }

  .xl\:-left-10 {
    left: -10%;
  }

  .xl\:top-20 {
    top: 20%;
  }

  .xl\:-top-20 {
    top: -20%;
  }

  .xl\:right-20 {
    right: 20%;
  }

  .xl\:-right-20 {
    right: -20%;
  }

  .xl\:bottom-20 {
    bottom: 20%;
  }

  .xl\:-bottom-20 {
    bottom: -20%;
  }

  .xl\:left-20 {
    left: 20%;
  }

  .xl\:-left-20 {
    left: -20%;
  }

  .xl\:top-30 {
    top: 30%;
  }

  .xl\:-top-30 {
    top: -30%;
  }

  .xl\:right-30 {
    right: 30%;
  }

  .xl\:-right-30 {
    right: -30%;
  }

  .xl\:bottom-30 {
    bottom: 30%;
  }

  .xl\:-bottom-30 {
    bottom: -30%;
  }

  .xl\:left-30 {
    left: 30%;
  }

  .xl\:-left-30 {
    left: -30%;
  }

  .xl\:top-40 {
    top: 40%;
  }

  .xl\:-top-40 {
    top: -40%;
  }

  .xl\:right-40 {
    right: 40%;
  }

  .xl\:-right-40 {
    right: -40%;
  }

  .xl\:bottom-40 {
    bottom: 40%;
  }

  .xl\:-bottom-40 {
    bottom: -40%;
  }

  .xl\:left-40 {
    left: 40%;
  }

  .xl\:-left-40 {
    left: -40%;
  }

  .xl\:top-50 {
    top: 50%;
  }

  .xl\:-top-50 {
    top: -50%;
  }

  .xl\:right-50 {
    right: 50%;
  }

  .xl\:-right-50 {
    right: -50%;
  }

  .xl\:bottom-50 {
    bottom: 50%;
  }

  .xl\:-bottom-50 {
    bottom: -50%;
  }

  .xl\:left-50 {
    left: 50%;
  }

  .xl\:-left-50 {
    left: -50%;
  }

  .xl\:top-60 {
    top: 60%;
  }

  .xl\:-top-60 {
    top: -60%;
  }

  .xl\:right-60 {
    right: 60%;
  }

  .xl\:-right-60 {
    right: -60%;
  }

  .xl\:bottom-60 {
    bottom: 60%;
  }

  .xl\:-bottom-60 {
    bottom: -60%;
  }

  .xl\:left-60 {
    left: 60%;
  }

  .xl\:-left-60 {
    left: -60%;
  }

  .xl\:top-70 {
    top: 70%;
  }

  .xl\:-top-70 {
    top: -70%;
  }

  .xl\:right-70 {
    right: 70%;
  }

  .xl\:-right-70 {
    right: -70%;
  }

  .xl\:bottom-70 {
    bottom: 70%;
  }

  .xl\:-bottom-70 {
    bottom: -70%;
  }

  .xl\:left-70 {
    left: 70%;
  }

  .xl\:-left-70 {
    left: -70%;
  }

  .xl\:top-80 {
    top: 80%;
  }

  .xl\:-top-80 {
    top: -80%;
  }

  .xl\:right-80 {
    right: 80%;
  }

  .xl\:-right-80 {
    right: -80%;
  }

  .xl\:bottom-80 {
    bottom: 80%;
  }

  .xl\:-bottom-80 {
    bottom: -80%;
  }

  .xl\:left-80 {
    left: 80%;
  }

  .xl\:-left-80 {
    left: -80%;
  }

  .xl\:top-90 {
    top: 90%;
  }

  .xl\:-top-90 {
    top: -90%;
  }

  .xl\:right-90 {
    right: 90%;
  }

  .xl\:-right-90 {
    right: -90%;
  }

  .xl\:bottom-90 {
    bottom: 90%;
  }

  .xl\:-bottom-90 {
    bottom: -90%;
  }

  .xl\:left-90 {
    left: 90%;
  }

  .xl\:-left-90 {
    left: -90%;
  }

  .xl\:top-100 {
    top: 100%;
  }

  .xl\:-top-100 {
    top: -100%;
  }

  .xl\:right-100 {
    right: 100%;
  }

  .xl\:-right-100 {
    right: -100%;
  }

  .xl\:bottom-100 {
    bottom: 100%;
  }

  .xl\:-bottom-100 {
    bottom: -100%;
  }

  .xl\:left-100 {
    left: 100%;
  }

  .xl\:-left-100 {
    left: -100%;
  }

  .xl\:top-0px {
    top: 0;
  }

  .xl\:-top-0px {
    top: -0;
  }

  .xl\:right-0px {
    right: 0;
  }

  .xl\:-right-0px {
    right: -0;
  }

  .xl\:bottom-0px {
    bottom: 0;
  }

  .xl\:-bottom-0px {
    bottom: -0;
  }

  .xl\:left-0px {
    left: 0;
  }

  .xl\:-left-0px {
    left: -0;
  }

  .xl\:top-10px {
    top: 10px;
  }

  .xl\:-top-10px {
    top: -10px;
  }

  .xl\:right-10px {
    right: 10px;
  }

  .xl\:-right-10px {
    right: -10px;
  }

  .xl\:bottom-10px {
    bottom: 10px;
  }

  .xl\:-bottom-10px {
    bottom: -10px;
  }

  .xl\:left-10px {
    left: 10px;
  }

  .xl\:-left-10px {
    left: -10px;
  }

  .xl\:top-20px {
    top: 20px;
  }

  .xl\:-top-20px {
    top: -20px;
  }

  .xl\:right-20px {
    right: 20px;
  }

  .xl\:-right-20px {
    right: -20px;
  }

  .xl\:bottom-20px {
    bottom: 20px;
  }

  .xl\:-bottom-20px {
    bottom: -20px;
  }

  .xl\:left-20px {
    left: 20px;
  }

  .xl\:-left-20px {
    left: -20px;
  }

  .xl\:top-30px {
    top: 30px;
  }

  .xl\:-top-30px {
    top: -30px;
  }

  .xl\:right-30px {
    right: 30px;
  }

  .xl\:-right-30px {
    right: -30px;
  }

  .xl\:bottom-30px {
    bottom: 30px;
  }

  .xl\:-bottom-30px {
    bottom: -30px;
  }

  .xl\:left-30px {
    left: 30px;
  }

  .xl\:-left-30px {
    left: -30px;
  }

  .xl\:top-40px {
    top: 40px;
  }

  .xl\:-top-40px {
    top: -40px;
  }

  .xl\:right-40px {
    right: 40px;
  }

  .xl\:-right-40px {
    right: -40px;
  }

  .xl\:bottom-40px {
    bottom: 40px;
  }

  .xl\:-bottom-40px {
    bottom: -40px;
  }

  .xl\:left-40px {
    left: 40px;
  }

  .xl\:-left-40px {
    left: -40px;
  }

  .xl\:top-50px {
    top: 50px;
  }

  .xl\:-top-50px {
    top: -50px;
  }

  .xl\:right-50px {
    right: 50px;
  }

  .xl\:-right-50px {
    right: -50px;
  }

  .xl\:bottom-50px {
    bottom: 50px;
  }

  .xl\:-bottom-50px {
    bottom: -50px;
  }

  .xl\:left-50px {
    left: 50px;
  }

  .xl\:-left-50px {
    left: -50px;
  }

  .xl\:top-60px {
    top: 60px;
  }

  .xl\:-top-60px {
    top: -60px;
  }

  .xl\:right-60px {
    right: 60px;
  }

  .xl\:-right-60px {
    right: -60px;
  }

  .xl\:bottom-60px {
    bottom: 60px;
  }

  .xl\:-bottom-60px {
    bottom: -60px;
  }

  .xl\:left-60px {
    left: 60px;
  }

  .xl\:-left-60px {
    left: -60px;
  }

  .xl\:top-70px {
    top: 70px;
  }

  .xl\:-top-70px {
    top: -70px;
  }

  .xl\:right-70px {
    right: 70px;
  }

  .xl\:-right-70px {
    right: -70px;
  }

  .xl\:bottom-70px {
    bottom: 70px;
  }

  .xl\:-bottom-70px {
    bottom: -70px;
  }

  .xl\:left-70px {
    left: 70px;
  }

  .xl\:-left-70px {
    left: -70px;
  }

  .xl\:top-80px {
    top: 80px;
  }

  .xl\:-top-80px {
    top: -80px;
  }

  .xl\:right-80px {
    right: 80px;
  }

  .xl\:-right-80px {
    right: -80px;
  }

  .xl\:bottom-80px {
    bottom: 80px;
  }

  .xl\:-bottom-80px {
    bottom: -80px;
  }

  .xl\:left-80px {
    left: 80px;
  }

  .xl\:-left-80px {
    left: -80px;
  }

  .xl\:top-90px {
    top: 90px;
  }

  .xl\:-top-90px {
    top: -90px;
  }

  .xl\:right-90px {
    right: 90px;
  }

  .xl\:-right-90px {
    right: -90px;
  }

  .xl\:bottom-90px {
    bottom: 90px;
  }

  .xl\:-bottom-90px {
    bottom: -90px;
  }

  .xl\:left-90px {
    left: 90px;
  }

  .xl\:-left-90px {
    left: -90px;
  }

  .xl\:top-100px {
    top: 100px;
  }

  .xl\:-top-100px {
    top: -100px;
  }

  .xl\:right-100px {
    right: 100px;
  }

  .xl\:-right-100px {
    right: -100px;
  }

  .xl\:bottom-100px {
    bottom: 100px;
  }

  .xl\:-bottom-100px {
    bottom: -100px;
  }

  .xl\:left-100px {
    left: 100px;
  }

  .xl\:-left-100px {
    left: -100px;
  }

  .xl\:inset-0 {
    inset: 0;
  }

  .xl\:-inset-0 {
    inset: -0;
  }

  .xl\:inset-10 {
    inset: 10%;
  }

  .xl\:-inset-10 {
    inset: -10%;
  }

  .xl\:inset-20 {
    inset: 20%;
  }

  .xl\:-inset-20 {
    inset: -20%;
  }

  .xl\:inset-30 {
    inset: 30%;
  }

  .xl\:-inset-30 {
    inset: -30%;
  }

  .xl\:inset-40 {
    inset: 40%;
  }

  .xl\:-inset-40 {
    inset: -40%;
  }

  .xl\:inset-50 {
    inset: 50%;
  }

  .xl\:-inset-50 {
    inset: -50%;
  }

  .xl\:inset-60 {
    inset: 60%;
  }

  .xl\:-inset-60 {
    inset: -60%;
  }

  .xl\:inset-70 {
    inset: 70%;
  }

  .xl\:-inset-70 {
    inset: -70%;
  }

  .xl\:inset-80 {
    inset: 80%;
  }

  .xl\:-inset-80 {
    inset: -80%;
  }

  .xl\:inset-90 {
    inset: 90%;
  }

  .xl\:-inset-90 {
    inset: -90%;
  }

  .xl\:inset-100 {
    inset: 100%;
  }

  .xl\:-inset-100 {
    inset: -100%;
  }

  .xl\:inset-0px {
    inset: 0;
  }

  .xl\:-inset-0px {
    inset: -0;
  }

  .xl\:inset-10px {
    inset: 10px;
  }

  .xl\:-inset-10px {
    inset: -10px;
  }

  .xl\:inset-20px {
    inset: 20px;
  }

  .xl\:-inset-20px {
    inset: -20px;
  }

  .xl\:inset-30px {
    inset: 30px;
  }

  .xl\:-inset-30px {
    inset: -30px;
  }

  .xl\:inset-40px {
    inset: 40px;
  }

  .xl\:-inset-40px {
    inset: -40px;
  }

  .xl\:inset-50px {
    inset: 50px;
  }

  .xl\:-inset-50px {
    inset: -50px;
  }

  .xl\:inset-60px {
    inset: 60px;
  }

  .xl\:-inset-60px {
    inset: -60px;
  }

  .xl\:inset-70px {
    inset: 70px;
  }

  .xl\:-inset-70px {
    inset: -70px;
  }

  .xl\:inset-80px {
    inset: 80px;
  }

  .xl\:-inset-80px {
    inset: -80px;
  }

  .xl\:inset-90px {
    inset: 90px;
  }

  .xl\:-inset-90px {
    inset: -90px;
  }

  .xl\:inset-100px {
    inset: 100px;
  }

  .xl\:-inset-100px {
    inset: -100px;
  }

  .xl\:origin-top {
    transform-origin: top;
  }

  .xl\:origin-right {
    transform-origin: right;
  }

  .xl\:origin-bottom {
    transform-origin: bottom;
  }

  .xl\:origin-left {
    transform-origin: left;
  }

  .xl\:origin-center {
    transform-origin: center;
  }

  .xl\:origin-top-left {
    transform-origin: top left;
  }

  .xl\:origin-top-right {
    transform-origin: top right;
  }

  .xl\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xl\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xl\:transform-none {
    transform: none;
  }

  .xl\:translate-x-0 {
    --translate-x: 0;
  }

  .xl\:translate-y-0 {
    --translate-y: 0;
  }

  .xl\:translate-x-5 {
    --translate-x: 5%;
  }

  .xl\:translate-y-5 {
    --translate-y: 5%;
  }

  .xl\:translate-x-10 {
    --translate-x: 10%;
  }

  .xl\:translate-y-10 {
    --translate-y: 10%;
  }

  .xl\:translate-x-15 {
    --translate-x: 15%;
  }

  .xl\:translate-y-15 {
    --translate-y: 15%;
  }

  .xl\:translate-x-20 {
    --translate-x: 20%;
  }

  .xl\:translate-y-20 {
    --translate-y: 20%;
  }

  .xl\:translate-x-25 {
    --translate-x: 25%;
  }

  .xl\:translate-y-25 {
    --translate-y: 25%;
  }

  .xl\:translate-x-30 {
    --translate-x: 30%;
  }

  .xl\:translate-y-30 {
    --translate-y: 30%;
  }

  .xl\:translate-x-35 {
    --translate-x: 35%;
  }

  .xl\:translate-y-35 {
    --translate-y: 35%;
  }

  .xl\:translate-x-40 {
    --translate-x: 40%;
  }

  .xl\:translate-y-40 {
    --translate-y: 40%;
  }

  .xl\:translate-x-45 {
    --translate-x: 45%;
  }

  .xl\:translate-y-45 {
    --translate-y: 45%;
  }

  .xl\:translate-x-50 {
    --translate-x: 50%;
  }

  .xl\:translate-y-50 {
    --translate-y: 50%;
  }

  .xl\:translate-x-55 {
    --translate-x: 55%;
  }

  .xl\:translate-y-55 {
    --translate-y: 55%;
  }

  .xl\:translate-x-60 {
    --translate-x: 60%;
  }

  .xl\:translate-y-60 {
    --translate-y: 60%;
  }

  .xl\:translate-x-65 {
    --translate-x: 65%;
  }

  .xl\:translate-y-65 {
    --translate-y: 65%;
  }

  .xl\:translate-x-70 {
    --translate-x: 70%;
  }

  .xl\:translate-y-70 {
    --translate-y: 70%;
  }

  .xl\:translate-x-75 {
    --translate-x: 75%;
  }

  .xl\:translate-y-75 {
    --translate-y: 75%;
  }

  .xl\:translate-x-80 {
    --translate-x: 80%;
  }

  .xl\:translate-y-80 {
    --translate-y: 80%;
  }

  .xl\:translate-x-85 {
    --translate-x: 85%;
  }

  .xl\:translate-y-85 {
    --translate-y: 85%;
  }

  .xl\:translate-x-90 {
    --translate-x: 90%;
  }

  .xl\:translate-y-90 {
    --translate-y: 90%;
  }

  .xl\:translate-x-95 {
    --translate-x: 95%;
  }

  .xl\:translate-y-95 {
    --translate-y: 95%;
  }

  .xl\:translate-x-100 {
    --translate-x: 100%;
  }

  .xl\:translate-y-100 {
    --translate-y: 100%;
  }

  .xl\:rotate-0 {
    --rotate: 0;
  }

  .xl\:rotate-15 {
    --rotate: 15deg;
  }

  .xl\:rotate-30 {
    --rotate: 30deg;
  }

  .xl\:rotate-45 {
    --rotate: 45deg;
  }

  .xl\:rotate-60 {
    --rotate: 60deg;
  }

  .xl\:rotate-75 {
    --rotate: 75deg;
  }

  .xl\:rotate-90 {
    --rotate: 90deg;
  }

  .xl\:rotate-105 {
    --rotate: 105deg;
  }

  .xl\:rotate-120 {
    --rotate: 120deg;
  }

  .xl\:rotate-135 {
    --rotate: 135deg;
  }

  .xl\:rotate-150 {
    --rotate: 150deg;
  }

  .xl\:rotate-165 {
    --rotate: 165deg;
  }

  .xl\:rotate-180 {
    --rotate: 180deg;
  }

  .xl\:rotate-195 {
    --rotate: 195deg;
  }

  .xl\:rotate-210 {
    --rotate: 210deg;
  }

  .xl\:rotate-225 {
    --rotate: 225deg;
  }

  .xl\:rotate-240 {
    --rotate: 240deg;
  }

  .xl\:rotate-255 {
    --rotate: 255deg;
  }

  .xl\:rotate-270 {
    --rotate: 270deg;
  }

  .xl\:rotate-285 {
    --rotate: 285deg;
  }

  .xl\:rotate-300 {
    --rotate: 300deg;
  }

  .xl\:rotate-315 {
    --rotate: 315deg;
  }

  .xl\:rotate-330 {
    --rotate: 330deg;
  }

  .xl\:rotate-345 {
    --rotate: 345deg;
  }

  .xl\:rotate-360 {
    --rotate: 360deg;
  }

  .xl\:scale-x-0 {
    --scale-x: 0;
  }

  .xl\:scale-x-25 {
    --scale-x: 0.25;
  }

  .xl\:scale-x-50 {
    --scale-x: 0.5;
  }

  .xl\:scale-x-75 {
    --scale-x: 0.75;
  }

  .xl\:scale-x-100 {
    --scale-x: 1;
  }

  .xl\:scale-x-125 {
    --scale-x: 1.25;
  }

  .xl\:scale-x-150 {
    --scale-x: 1.5;
  }

  .xl\:scale-x-175 {
    --scale-x: 1.75;
  }

  .xl\:scale-x-200 {
    --scale-x: 2;
  }

  .xl\:scale-y-0 {
    --scale-y: 0;
  }

  .xl\:scale-y-25 {
    --scale-y: 0.25;
  }

  .xl\:scale-y-50 {
    --scale-y: 0.5;
  }

  .xl\:scale-y-75 {
    --scale-y: 0.75;
  }

  .xl\:scale-y-100 {
    --scale-y: 1;
  }

  .xl\:scale-y-125 {
    --scale-y: 1.25;
  }

  .xl\:scale-y-150 {
    --scale-y: 1.5;
  }

  .xl\:scale-y-175 {
    --scale-y: 1.75;
  }

  .xl\:scale-y-200 {
    --scale-y: 2;
  }

  .xl\:skew-x-0 {
    --skew-x: 0;
  }

  .xl\:skew-y-0 {
    --skew-y: 0;
  }

  .xl\:skew-x-15 {
    --skew-x: 15deg;
  }

  .xl\:skew-y-15 {
    --skew-y: 15deg;
  }

  .xl\:skew-x-30 {
    --skew-x: 30deg;
  }

  .xl\:skew-y-30 {
    --skew-y: 30deg;
  }

  .xl\:skew-x-45 {
    --skew-x: 45deg;
  }

  .xl\:skew-y-45 {
    --skew-y: 45deg;
  }

  .xl\:skew-x-60 {
    --skew-x: 60deg;
  }

  .xl\:skew-y-60 {
    --skew-y: 60deg;
  }

  .xl\:skew-x-75 {
    --skew-x: 75deg;
  }

  .xl\:skew-y-75 {
    --skew-y: 75deg;
  }

  .xl\:skew-x-90 {
    --skew-x: 90deg;
  }

  .xl\:skew-y-90 {
    --skew-y: 90deg;
  }

  .xl\:skew-x-105 {
    --skew-x: 105deg;
  }

  .xl\:skew-y-105 {
    --skew-y: 105deg;
  }

  .xl\:skew-x-120 {
    --skew-x: 120deg;
  }

  .xl\:skew-y-120 {
    --skew-y: 120deg;
  }

  .xl\:skew-x-135 {
    --skew-x: 135deg;
  }

  .xl\:skew-y-135 {
    --skew-y: 135deg;
  }

  .xl\:skew-x-150 {
    --skew-x: 150deg;
  }

  .xl\:skew-y-150 {
    --skew-y: 150deg;
  }

  .xl\:skew-x-165 {
    --skew-x: 165deg;
  }

  .xl\:skew-y-165 {
    --skew-y: 165deg;
  }

  .xl\:skew-x-180 {
    --skew-x: 180deg;
  }

  .xl\:skew-y-180 {
    --skew-y: 180deg;
  }

  .xl\:skew-x-195 {
    --skew-x: 195deg;
  }

  .xl\:skew-y-195 {
    --skew-y: 195deg;
  }

  .xl\:skew-x-210 {
    --skew-x: 210deg;
  }

  .xl\:skew-y-210 {
    --skew-y: 210deg;
  }

  .xl\:skew-x-225 {
    --skew-x: 225deg;
  }

  .xl\:skew-y-225 {
    --skew-y: 225deg;
  }

  .xl\:skew-x-240 {
    --skew-x: 240deg;
  }

  .xl\:skew-y-240 {
    --skew-y: 240deg;
  }

  .xl\:skew-x-255 {
    --skew-x: 255deg;
  }

  .xl\:skew-y-255 {
    --skew-y: 255deg;
  }

  .xl\:skew-x-270 {
    --skew-x: 270deg;
  }

  .xl\:skew-y-270 {
    --skew-y: 270deg;
  }

  .xl\:skew-x-285 {
    --skew-x: 285deg;
  }

  .xl\:skew-y-285 {
    --skew-y: 285deg;
  }

  .xl\:skew-x-300 {
    --skew-x: 300deg;
  }

  .xl\:skew-y-300 {
    --skew-y: 300deg;
  }

  .xl\:skew-x-315 {
    --skew-x: 315deg;
  }

  .xl\:skew-y-315 {
    --skew-y: 315deg;
  }

  .xl\:skew-x-330 {
    --skew-x: 330deg;
  }

  .xl\:skew-y-330 {
    --skew-y: 330deg;
  }

  .xl\:skew-x-345 {
    --skew-x: 345deg;
  }

  .xl\:skew-y-345 {
    --skew-y: 345deg;
  }

  .xl\:skew-x-360 {
    --skew-x: 360deg;
  }

  .xl\:skew-y-360 {
    --skew-y: 360deg;
  }

  .xl\:user-select-none {
    user-select: none;
  }

  .xl\:user-select-text {
    user-select: text;
  }

  .xl\:user-select-all {
    user-select: all;
  }

  .xl\:user-select-auto {
    user-select: auto;
  }

  .xl\:vertical-align-baseline {
    vertical-align: baseline;
  }

  .xl\:vertical-align-top {
    vertical-align: top;
  }

  .xl\:vertical-align-middle {
    vertical-align: middle;
  }

  .xl\:vertical-align-bottom {
    vertical-align: bottom;
  }

  .xl\:vertical-align-sub {
    vertical-align: sub;
  }

  .xl\:vertical-align-super {
    vertical-align: super;
  }

  .xl\:vertical-align-unset {
    vertical-align: unset;
  }

  .xl\:vertical-align-text-top {
    vertical-align: text-top;
  }

  .xl\:vertical-align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:visibility-visible {
    visibility: visible;
  }

  .xl\:visibility-hidden {
    visibility: hidden;
  }

  .xl\:white-space-normal {
    white-space: normal;
  }

  .xl\:white-space-nowrap {
    white-space: nowrap;
  }

  .xl\:white-space-pre {
    white-space: pre;
  }

  .xl\:white-space-pre-line {
    white-space: pre-line;
  }

  .xl\:white-space-pre-wrap {
    white-space: pre-wrap;
  }

  .xl\:w-0 {
    width: 0;
  }

  .xl\:w-5 {
    width: 5%;
  }

  .xl\:w-10 {
    width: 10%;
  }

  .xl\:w-15 {
    width: 15%;
  }

  .xl\:w-20 {
    width: 20%;
  }

  .xl\:w-25 {
    width: 25%;
  }

  .xl\:w-30 {
    width: 30%;
  }

  .xl\:w-35 {
    width: 35%;
  }

  .xl\:w-40 {
    width: 40%;
  }

  .xl\:w-45 {
    width: 45%;
  }

  .xl\:w-50 {
    width: 50%;
  }

  .xl\:w-55 {
    width: 55%;
  }

  .xl\:w-60 {
    width: 60%;
  }

  .xl\:w-65 {
    width: 65%;
  }

  .xl\:w-70 {
    width: 70%;
  }

  .xl\:w-75 {
    width: 75%;
  }

  .xl\:w-80 {
    width: 80%;
  }

  .xl\:w-85 {
    width: 85%;
  }

  .xl\:w-90 {
    width: 90%;
  }

  .xl\:w-95 {
    width: 95%;
  }

  .xl\:w-100 {
    width: 100%;
  }

  .xl\:w-0px {
    width: 0;
  }

  .xl\:w-5px {
    width: 5px;
  }

  .xl\:w-10px {
    width: 10px;
  }

  .xl\:w-15px {
    width: 15px;
  }

  .xl\:w-20px {
    width: 20px;
  }

  .xl\:w-25px {
    width: 25px;
  }

  .xl\:w-30px {
    width: 30px;
  }

  .xl\:w-35px {
    width: 35px;
  }

  .xl\:w-40px {
    width: 40px;
  }

  .xl\:w-45px {
    width: 45px;
  }

  .xl\:w-50px {
    width: 50px;
  }

  .xl\:w-55px {
    width: 55px;
  }

  .xl\:w-60px {
    width: 60px;
  }

  .xl\:w-65px {
    width: 65px;
  }

  .xl\:w-70px {
    width: 70px;
  }

  .xl\:w-75px {
    width: 75px;
  }

  .xl\:w-80px {
    width: 80px;
  }

  .xl\:w-85px {
    width: 85px;
  }

  .xl\:w-90px {
    width: 90px;
  }

  .xl\:w-95px {
    width: 95px;
  }

  .xl\:w-100px {
    width: 100px;
  }

  .xl\:w-105px {
    width: 105px;
  }

  .xl\:w-110px {
    width: 110px;
  }

  .xl\:w-115px {
    width: 115px;
  }

  .xl\:w-120px {
    width: 120px;
  }

  .xl\:w-125px {
    width: 125px;
  }

  .xl\:w-130px {
    width: 130px;
  }

  .xl\:w-135px {
    width: 135px;
  }

  .xl\:w-140px {
    width: 140px;
  }

  .xl\:w-145px {
    width: 145px;
  }

  .xl\:w-150px {
    width: 150px;
  }

  .xl\:w-155px {
    width: 155px;
  }

  .xl\:w-160px {
    width: 160px;
  }

  .xl\:w-165px {
    width: 165px;
  }

  .xl\:w-170px {
    width: 170px;
  }

  .xl\:w-175px {
    width: 175px;
  }

  .xl\:w-180px {
    width: 180px;
  }

  .xl\:w-185px {
    width: 185px;
  }

  .xl\:w-190px {
    width: 190px;
  }

  .xl\:w-195px {
    width: 195px;
  }

  .xl\:w-200px {
    width: 200px;
  }

  .xl\:w-205px {
    width: 205px;
  }

  .xl\:w-210px {
    width: 210px;
  }

  .xl\:w-215px {
    width: 215px;
  }

  .xl\:w-220px {
    width: 220px;
  }

  .xl\:w-225px {
    width: 225px;
  }

  .xl\:w-230px {
    width: 230px;
  }

  .xl\:w-235px {
    width: 235px;
  }

  .xl\:w-240px {
    width: 240px;
  }

  .xl\:w-245px {
    width: 245px;
  }

  .xl\:w-250px {
    width: 250px;
  }

  .xl\:w-255px {
    width: 255px;
  }

  .xl\:w-260px {
    width: 260px;
  }

  .xl\:w-265px {
    width: 265px;
  }

  .xl\:w-270px {
    width: 270px;
  }

  .xl\:w-275px {
    width: 275px;
  }

  .xl\:w-280px {
    width: 280px;
  }

  .xl\:w-285px {
    width: 285px;
  }

  .xl\:w-290px {
    width: 290px;
  }

  .xl\:w-295px {
    width: 295px;
  }

  .xl\:w-300px {
    width: 300px;
  }

  .xl\:width-width {
    width: auto;
  }

  .xl\:width-min-content {
    width: min-content;
  }

  .xl\:width-max-content {
    width: max-content;
  }

  .xl\:word-break-normal {
    word-break: normal;
  }

  .xl\:word-break-break-all {
    word-break: break-all;
  }

  .xl\:word-break-break-word {
    word-break: break-word;
  }

  .xl\:word-break-keep-all {
    word-break: keep-all;
  }

  .xl\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-60 {
    z-index: 60;
  }

  .xl\:z-70 {
    z-index: 70;
  }

  .xl\:z-80 {
    z-index: 80;
  }

  .xl\:z-90 {
    z-index: 90;
  }

  .xl\:z-100 {
    z-index: 100;
  }

  .xl\:grid-template-columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-template-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-template-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-template-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-template-columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-template-columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-template-columns-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-template-columns-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-template-columns-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:grid-template-columns-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-template-columns-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-template-columns-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-template-columns-none {
    grid-template-columns: none;
  }

  .xl\:grid-column-auto {
    grid-column: auto;
  }

  .xl\:grid-column-1 {
    grid-column: span 1/span 1;
  }

  .xl\:grid-column-2 {
    grid-column: span 2/span 2;
  }

  .xl\:grid-column-3 {
    grid-column: span 3/span 3;
  }

  .xl\:grid-column-4 {
    grid-column: span 4/span 4;
  }

  .xl\:grid-column-5 {
    grid-column: span 5/span 5;
  }

  .xl\:grid-column-6 {
    grid-column: span 6/span 6;
  }

  .xl\:grid-column-7 {
    grid-column: span 7/span 7;
  }

  .xl\:grid-column-8 {
    grid-column: span 8/span 8;
  }

  .xl\:grid-column-9 {
    grid-column: span 9/span 9;
  }

  .xl\:grid-column-10 {
    grid-column: span 10/span 10;
  }

  .xl\:grid-column-11 {
    grid-column: span 11/span 11;
  }

  .xl\:grid-column-12 {
    grid-column: span 12/span 12;
  }

  .xl\:grid-column-start-auto {
    grid-column-start: auto;
  }

  .xl\:grid-column-start-1 {
    grid-column-start: 1;
  }

  .xl\:grid-column-start-2 {
    grid-column-start: 2;
  }

  .xl\:grid-column-start-3 {
    grid-column-start: 3;
  }

  .xl\:grid-column-start-4 {
    grid-column-start: 4;
  }

  .xl\:grid-column-start-5 {
    grid-column-start: 5;
  }

  .xl\:grid-column-start-6 {
    grid-column-start: 6;
  }

  .xl\:grid-column-start-7 {
    grid-column-start: 7;
  }

  .xl\:grid-column-start-8 {
    grid-column-start: 8;
  }

  .xl\:grid-column-start-9 {
    grid-column-start: 9;
  }

  .xl\:grid-column-start-10 {
    grid-column-start: 10;
  }

  .xl\:grid-column-start-11 {
    grid-column-start: 11;
  }

  .xl\:grid-column-start-12 {
    grid-column-start: 12;
  }

  .xl\:grid-column-end-auto {
    grid-column-end: auto;
  }

  .xl\:grid-column-end-1 {
    grid-column-end: 1;
  }

  .xl\:grid-column-end-2 {
    grid-column-end: 2;
  }

  .xl\:grid-column-end-3 {
    grid-column-end: 3;
  }

  .xl\:grid-column-end-4 {
    grid-column-end: 4;
  }

  .xl\:grid-column-end-5 {
    grid-column-end: 5;
  }

  .xl\:grid-column-end-6 {
    grid-column-end: 6;
  }

  .xl\:grid-column-end-7 {
    grid-column-end: 7;
  }

  .xl\:grid-column-end-8 {
    grid-column-end: 8;
  }

  .xl\:grid-column-end-9 {
    grid-column-end: 9;
  }

  .xl\:grid-column-end-10 {
    grid-column-end: 10;
  }

  .xl\:grid-column-end-11 {
    grid-column-end: 11;
  }

  .xl\:grid-column-end-12 {
    grid-column-end: 12;
  }

  .xl\:grid-template-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-template-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-template-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-template-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-template-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-template-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-template-rows-none {
    grid-template-rows: none;
  }

  .xl\:grid-row-auto {
    grid-row: auto;
  }

  .xl\:grid-row-1 {
    grid-row: span 1/span 1;
  }

  .xl\:grid-row-2 {
    grid-row: span 2/span 2;
  }

  .xl\:grid-row-3 {
    grid-row: span 3/span 3;
  }

  .xl\:grid-row-4 {
    grid-row: span 4/span 4;
  }

  .xl\:grid-row-5 {
    grid-row: span 5/span 5;
  }

  .xl\:grid-row-6 {
    grid-row: span 6/span 6;
  }

  .xl\:grid-row-start-auto {
    grid-row-start: auto;
  }

  .xl\:grid-row-start-1 {
    grid-row-start: 1;
  }

  .xl\:grid-row-start-2 {
    grid-row-start: 2;
  }

  .xl\:grid-row-start-3 {
    grid-row-start: 3;
  }

  .xl\:grid-row-start-4 {
    grid-row-start: 4;
  }

  .xl\:grid-row-start-5 {
    grid-row-start: 5;
  }

  .xl\:grid-row-start-6 {
    grid-row-start: 6;
  }

  .xl\:grid-row-end-auto {
    grid-row-end: auto;
  }

  .xl\:grid-row-end-1 {
    grid-row-end: 1;
  }

  .xl\:grid-row-end-2 {
    grid-row-end: 2;
  }

  .xl\:grid-row-end-3 {
    grid-row-end: 3;
  }

  .xl\:grid-row-end-4 {
    grid-row-end: 4;
  }

  .xl\:grid-row-end-5 {
    grid-row-end: 5;
  }

  .xl\:grid-row-end-6 {
    grid-row-end: 6;
  }

  .xl\:grid-auto-flow-row {
    grid-auto-flow: row;
  }

  .xl\:grid-auto-flow-column {
    grid-auto-flow: column;
  }

  .xl\:grid-auto-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xl\:grid-auto-flow-column-dense {
    grid-auto-flow: column dense;
  }

  .xl\:grid-auto-columns-auto {
    grid-auto-columns: auto;
  }

  .xl\:grid-auto-columns-min {
    grid-auto-columns: min-content;
  }

  .xl\:grid-auto-columns-max {
    grid-auto-columns: max-content;
  }

  .xl\:grid-auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xl\:grid-auto-rows-min {
    grid-auto-rows: min-content;
  }

  .xl\:grid-auto-rows-max {
    grid-auto-rows: max-content;
  }

  .xl\:gap-0 {
    gap: 0;
  }

  .xl\:gap-1 {
    gap: 0.125rem;
  }

  .xl\:gap-2 {
    gap: 0.25rem;
  }

  .xl\:gap-3 {
    gap: 0.375rem;
  }

  .xl\:gap-4 {
    gap: 0.5;
  }

  .xl\:gap-5 {
    gap: 0.625rem;
  }

  .xl\:gap-6 {
    gap: 0.75rem;
  }

  .xl\:gap-7 {
    gap: 0.875rem;
  }

  .xl\:gap-8 {
    gap: 1rem;
  }

  .xl\:gap-9 {
    gap: 1.25rem;
  }

  .xl\:gap-10 {
    gap: 1.5rem;
  }

  .xl\:gap-11 {
    gap: 1.75rem;
  }

  .xl\:gap-12 {
    gap: 2rem;
  }

  .xl\:row-gap-0 {
    row-gap: 0;
  }

  .xl\:row-gap-1 {
    row-gap: 0.125rem;
  }

  .xl\:row-gap-2 {
    row-gap: 0.25rem;
  }

  .xl\:row-gap-3 {
    row-gap: 0.375rem;
  }

  .xl\:row-gap-4 {
    row-gap: 0.5;
  }

  .xl\:row-gap-5 {
    row-gap: 0.625rem;
  }

  .xl\:row-gap-6 {
    row-gap: 0.75rem;
  }

  .xl\:row-gap-7 {
    row-gap: 0.875rem;
  }

  .xl\:row-gap-8 {
    row-gap: 1rem;
  }

  .xl\:row-gap-9 {
    row-gap: 1.25rem;
  }

  .xl\:row-gap-10 {
    row-gap: 1.5rem;
  }

  .xl\:row-gap-11 {
    row-gap: 1.75rem;
  }

  .xl\:row-gap-12 {
    row-gap: 2rem;
  }

  .xl\:column-gap-0 {
    column-gap: 0;
  }

  .xl\:column-gap-1 {
    column-gap: 0.125rem;
  }

  .xl\:column-gap-2 {
    column-gap: 0.25rem;
  }

  .xl\:column-gap-3 {
    column-gap: 0.375rem;
  }

  .xl\:column-gap-4 {
    column-gap: 0.5;
  }

  .xl\:column-gap-5 {
    column-gap: 0.625rem;
  }

  .xl\:column-gap-6 {
    column-gap: 0.75rem;
  }

  .xl\:column-gap-7 {
    column-gap: 0.875rem;
  }

  .xl\:column-gap-8 {
    column-gap: 1rem;
  }

  .xl\:column-gap-9 {
    column-gap: 1.25rem;
  }

  .xl\:column-gap-10 {
    column-gap: 1.5rem;
  }

  .xl\:column-gap-11 {
    column-gap: 1.75rem;
  }

  .xl\:column-gap-12 {
    column-gap: 2rem;
  }

  .xl\:isolation-isolate {
    isolation: isolate;
  }

  .xl\:isolation-auto {
    isolation: auto;
  }

  .xl\:mix-blend-mode-normal {
    mix-blend-mode: normal;
  }

  .xl\:mix-blend-mode-multiply {
    mix-blend-mode: multiply;
  }

  .xl\:mix-blend-mode-screen {
    mix-blend-mode: screen;
  }

  .xl\:mix-blend-mode-overlay {
    mix-blend-mode: overlay;
  }

  .xl\:mix-blend-mode-darken {
    mix-blend-mode: darken;
  }

  .xl\:mix-blend-mode-lighten {
    mix-blend-mode: lighten;
  }

  .xl\:mix-blend-mode-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .xl\:mix-blend-mode-color-burn {
    mix-blend-mode: color-burn;
  }

  .xl\:mix-blend-mode-hard-light {
    mix-blend-mode: hard-light;
  }

  .xl\:mix-blend-mode-soft-light {
    mix-blend-mode: soft-light;
  }

  .xl\:mix-blend-mode-difference {
    mix-blend-mode: difference;
  }

  .xl\:mix-blend-mode-exclusion {
    mix-blend-mode: exclusion;
  }

  .xl\:mix-blend-mode-hue {
    mix-blend-mode: hue;
  }

  .xl\:mix-blend-mode-saturation {
    mix-blend-mode: saturation;
  }

  .xl\:mix-blend-mode-color {
    mix-blend-mode: color;
  }

  .xl\:mix-blend-mode-luminosity {
    mix-blend-mode: luminosity;
  }

  .xl\:background-blend-mode-normal {
    background-blend-mode: normal;
  }

  .xl\:background-blend-mode-multiply {
    background-blend-mode: multiply;
  }

  .xl\:background-blend-mode-screen {
    background-blend-mode: screen;
  }

  .xl\:background-blend-mode-overlay {
    background-blend-mode: overlay;
  }

  .xl\:background-blend-mode-darken {
    background-blend-mode: darken;
  }

  .xl\:background-blend-mode-lighten {
    background-blend-mode: lighten;
  }

  .xl\:background-blend-mode-color-dodge {
    background-blend-mode: color-dodge;
  }

  .xl\:background-blend-mode-color-burn {
    background-blend-mode: color-burn;
  }

  .xl\:background-blend-mode-hard-light {
    background-blend-mode: hard-light;
  }

  .xl\:background-blend-mode-soft-light {
    background-blend-mode: soft-light;
  }

  .xl\:background-blend-mode-difference {
    background-blend-mode: difference;
  }

  .xl\:background-blend-mode-exclusion {
    background-blend-mode: exclusion;
  }

  .xl\:background-blend-mode-hue {
    background-blend-mode: hue;
  }

  .xl\:background-blend-mode-saturation {
    background-blend-mode: saturation;
  }

  .xl\:background-blend-mode-color {
    background-blend-mode: color;
  }

  .xl\:background-blend-mode-luminosity {
    background-blend-mode: luminosity;
  }

  .xl\:filter-none {
    filter: none;
  }

  .xl\:filter-blur-0 {
    --filter-blur: blur(0);
  }

  .xl\:filter-blur-4 {
    --filter-blur: blur(4px);
  }

  .xl\:filter-blur-8 {
    --filter-blur: blur(8px);
  }

  .xl\:filter-blur-12 {
    --filter-blur: blur(12px);
  }

  .xl\:filter-blur-16 {
    --filter-blur: blur(16px);
  }

  .xl\:filter-blur-20 {
    --filter-blur: blur(20px);
  }

  .xl\:filter-blur-24 {
    --filter-blur: blur(24px);
  }

  .xl\:filter-blur-28 {
    --filter-blur: blur(28px);
  }

  .xl\:filter-blur-32 {
    --filter-blur: blur(32px);
  }

  .xl\:filter-blur-64 {
    --filter-blur: blur(64px);
  }

  .xl\:filter-blur-128 {
    --filter-blur: blur(128px);
  }

  .xl\:filter-brightness-0 {
    --filter-brightness: brightness(0);
  }

  .xl\:filter-brightness-25 {
    --filter-brightness: brightness(0.25);
  }

  .xl\:filter-brightness-50 {
    --filter-brightness: brightness(0.5);
  }

  .xl\:filter-brightness-75 {
    --filter-brightness: brightness(0.75);
  }

  .xl\:filter-brightness-100 {
    --filter-brightness: brightness(1);
  }

  .xl\:filter-brightness-125 {
    --filter-brightness: brightness(1.25);
  }

  .xl\:filter-brightness-150 {
    --filter-brightness: brightness(1.5);
  }

  .xl\:filter-brightness-175 {
    --filter-brightness: brightness(1.75);
  }

  .xl\:filter-brightness-200 {
    --filter-brightness: brightness(2);
  }

  .xl\:filter-contrast-0 {
    --filter-contrast: contrast(0);
  }

  .xl\:filter-contrast-25 {
    --filter-contrast: contrast(0.25);
  }

  .xl\:filter-contrast-50 {
    --filter-contrast: contrast(0.5);
  }

  .xl\:filter-contrast-75 {
    --filter-contrast: contrast(0.75);
  }

  .xl\:filter-contrast-100 {
    --filter-contrast: contrast(1);
  }

  .xl\:filter-contrast-125 {
    --filter-contrast: contrast(1.25);
  }

  .xl\:filter-contrast-150 {
    --filter-contrast: contrast(1.5);
  }

  .xl\:filter-contrast-175 {
    --filter-contrast: contrast(1.75);
  }

  .xl\:filter-contrast-200 {
    --filter-contrast: contrast(2);
  }

  .xl\:filter-grayscale-0 {
    --filter-grayscale: grayscale(0);
  }

  .xl\:filter-grayscale-1 {
    --filter-grayscale: grayscale(1);
  }

  .xl\:filter-hue-rotate-0 {
    --filter-hue-rotate: hue-rotate(0deg);
  }

  .xl\:filter-hue-rotate-15 {
    --filter-hue-rotate: hue-rotate(15deg);
  }

  .xl\:filter-hue-rotate-30 {
    --filter-hue-rotate: hue-rotate(30deg);
  }

  .xl\:filter-hue-rotate-45 {
    --filter-hue-rotate: hue-rotate(45deg);
  }

  .xl\:filter-hue-rotate-60 {
    --filter-hue-rotate: hue-rotate(60deg);
  }

  .xl\:filter-hue-rotate-75 {
    --filter-hue-rotate: hue-rotate(75deg);
  }

  .xl\:filter-hue-rotate-90 {
    --filter-hue-rotate: hue-rotate(90deg);
  }

  .xl\:filter-hue-rotate-135 {
    --filter-hue-rotate: hue-rotate(135deg);
  }

  .xl\:filter-hue-rotate-190 {
    --filter-hue-rotate: hue-rotate(190deg);
  }

  .xl\:-filter-hue-rotate-0 {
    --filter-hue-rotate: hue-rotate(0deg);
  }

  .xl\:-filter-hue-rotate-15 {
    --filter-hue-rotate: hue-rotate(-15deg);
  }

  .xl\:-filter-hue-rotate-30 {
    --filter-hue-rotate: hue-rotate(-30deg);
  }

  .xl\:-filter-hue-rotate-45 {
    --filter-hue-rotate: hue-rotate(-45deg);
  }

  .xl\:-filter-hue-rotate-60 {
    --filter-hue-rotate: hue-rotate(-60deg);
  }

  .xl\:-filter-hue-rotate-75 {
    --filter-hue-rotate: hue-rotate(-75deg);
  }

  .xl\:-filter-hue-rotate-90 {
    --filter-hue-rotate: hue-rotate(-90deg);
  }

  .xl\:-filter-hue-rotate-135 {
    --filter-hue-rotate: hue-rotate(-135deg);
  }

  .xl\:-filter-hue-rotate-190 {
    --filter-hue-rotate: hue-rotate(-190deg);
  }

  .xl\:filter-invert-0 {
    --filter-invert: invert(0);
  }

  .xl\:filter-invert-1 {
    --filter-invert: invert(1);
  }

  .xl\:filter-saturate-0 {
    --filter-saturate: saturate(0);
  }

  .xl\:filter-saturate-25 {
    --filter-saturate: saturate(0.25);
  }

  .xl\:filter-saturate-50 {
    --filter-saturate: saturate(0.5);
  }

  .xl\:filter-saturate-75 {
    --filter-saturate: saturate(0.75);
  }

  .xl\:filter-saturate-100 {
    --filter-saturate: saturate(1);
  }

  .xl\:filter-saturate-125 {
    --filter-saturate: saturate(1.25);
  }

  .xl\:filter-saturate-150 {
    --filter-saturate: saturate(1.5);
  }

  .xl\:filter-saturate-175 {
    --filter-saturate: saturate(1.75);
  }

  .xl\:filter-saturate-200 {
    --filter-saturate: saturate(2);
  }

  .xl\:filter-sepia-0 {
    --filter-sepia: sepia(0);
  }

  .xl\:filter-sepia-1 {
    --filter-sepia: sepia(1);
  }

  .xl\:backdrop-filter-none {
    backdrop-filter: none;
  }

  .xl\:backdrop-filter-blur-0 {
    --backdrop-filter-blur: blur(0);
  }

  .xl\:backdrop-filter-blur-4 {
    --backdrop-filter-blur: blur(4px);
  }

  .xl\:backdrop-filter-blur-8 {
    --backdrop-filter-blur: blur(8px);
  }

  .xl\:backdrop-filter-blur-12 {
    --backdrop-filter-blur: blur(12px);
  }

  .xl\:backdrop-filter-blur-16 {
    --backdrop-filter-blur: blur(16px);
  }

  .xl\:backdrop-filter-blur-20 {
    --backdrop-filter-blur: blur(20px);
  }

  .xl\:backdrop-filter-blur-24 {
    --backdrop-filter-blur: blur(24px);
  }

  .xl\:backdrop-filter-blur-28 {
    --backdrop-filter-blur: blur(28px);
  }

  .xl\:backdrop-filter-blur-32 {
    --backdrop-filter-blur: blur(32px);
  }

  .xl\:backdrop-filter-blur-64 {
    --backdrop-filter-blur: blur(64px);
  }

  .xl\:backdrop-filter-blur-128 {
    --backdrop-filter-blur: blur(128px);
  }

  .xl\:backdrop-filter-brightness-0 {
    --backdrop-filter-brightness: brightness(0);
  }

  .xl\:backdrop-filter-brightness-25 {
    --backdrop-filter-brightness: brightness(0.25);
  }

  .xl\:backdrop-filter-brightness-50 {
    --backdrop-filter-brightness: brightness(0.5);
  }

  .xl\:backdrop-filter-brightness-75 {
    --backdrop-filter-brightness: brightness(0.75);
  }

  .xl\:backdrop-filter-brightness-100 {
    --backdrop-filter-brightness: brightness(1);
  }

  .xl\:backdrop-filter-brightness-125 {
    --backdrop-filter-brightness: brightness(1.25);
  }

  .xl\:backdrop-filter-brightness-150 {
    --backdrop-filter-brightness: brightness(1.5);
  }

  .xl\:backdrop-filter-brightness-175 {
    --backdrop-filter-brightness: brightness(1.75);
  }

  .xl\:backdrop-filter-brightness-200 {
    --backdrop-filter-brightness: brightness(2);
  }

  .xl\:backdrop-filter-contrast-0 {
    --backdrop-filter-contrast: contrast(0);
  }

  .xl\:backdrop-filter-contrast-25 {
    --backdrop-filter-contrast: contrast(0.25);
  }

  .xl\:backdrop-filter-contrast-50 {
    --backdrop-filter-contrast: contrast(0.5);
  }

  .xl\:backdrop-filter-contrast-75 {
    --backdrop-filter-contrast: contrast(0.75);
  }

  .xl\:backdrop-filter-contrast-100 {
    --backdrop-filter-contrast: contrast(1);
  }

  .xl\:backdrop-filter-contrast-125 {
    --backdrop-filter-contrast: contrast(1.25);
  }

  .xl\:backdrop-filter-contrast-150 {
    --backdrop-filter-contrast: contrast(1.5);
  }

  .xl\:backdrop-filter-contrast-175 {
    --backdrop-filter-contrast: contrast(1.75);
  }

  .xl\:backdrop-filter-contrast-200 {
    --backdrop-filter-contrast: contrast(2);
  }

  .xl\:backdrop-filter-grayscale-0 {
    --backdrop-filter-grayscale: grayscale(0);
  }

  .xl\:backdrop-filter-grayscale-1 {
    --backdrop-filter-grayscale: grayscale(1);
  }

  .xl\:backdrop-filter-hue-rotate-0 {
    --backdrop-filter-hue-rotate: hue-rotate(0deg);
  }

  .xl\:backdrop-filter-hue-rotate-15 {
    --backdrop-filter-hue-rotate: hue-rotate(15deg);
  }

  .xl\:backdrop-filter-hue-rotate-30 {
    --backdrop-filter-hue-rotate: hue-rotate(30deg);
  }

  .xl\:backdrop-filter-hue-rotate-45 {
    --backdrop-filter-hue-rotate: hue-rotate(45deg);
  }

  .xl\:backdrop-filter-hue-rotate-60 {
    --backdrop-filter-hue-rotate: hue-rotate(60deg);
  }

  .xl\:backdrop-filter-hue-rotate-75 {
    --backdrop-filter-hue-rotate: hue-rotate(75deg);
  }

  .xl\:backdrop-filter-hue-rotate-90 {
    --backdrop-filter-hue-rotate: hue-rotate(90deg);
  }

  .xl\:backdrop-filter-hue-rotate-135 {
    --backdrop-filter-hue-rotate: hue-rotate(135deg);
  }

  .xl\:backdrop-filter-hue-rotate-190 {
    --backdrop-filter-hue-rotate: hue-rotate(190deg);
  }

  .xl\:-backdrop-filter-hue-rotate-0 {
    --backdrop-filter-hue-rotate: hue-rotate(0deg);
  }

  .xl\:-backdrop-filter-hue-rotate-15 {
    --backdrop-filter-hue-rotate: hue-rotate(15deg);
  }

  .xl\:-backdrop-filter-hue-rotate-30 {
    --backdrop-filter-hue-rotate: hue-rotate(30deg);
  }

  .xl\:-backdrop-filter-hue-rotate-45 {
    --backdrop-filter-hue-rotate: hue-rotate(45deg);
  }

  .xl\:-backdrop-filter-hue-rotate-60 {
    --backdrop-filter-hue-rotate: hue-rotate(60deg);
  }

  .xl\:-backdrop-filter-hue-rotate-75 {
    --backdrop-filter-hue-rotate: hue-rotate(75deg);
  }

  .xl\:-backdrop-filter-hue-rotate-90 {
    --backdrop-filter-hue-rotate: hue-rotate(90deg);
  }

  .xl\:-backdrop-filter-hue-rotate-135 {
    --backdrop-filter-hue-rotate: hue-rotate(135deg);
  }

  .xl\:-backdrop-filter-hue-rotate-190 {
    --backdrop-filter-hue-rotate: hue-rotate(190deg);
  }

  .xl\:backdrop-filter-invert-0 {
    --backdrop-filter-invert: invert(0);
  }

  .xl\:backdrop-filter-invert-1 {
    --backdrop-filter-invert: invert(1);
  }

  .xl\:backdrop-filter-saturate-0 {
    --backdrop-filter-saturate: saturate(0);
  }

  .xl\:backdrop-filter-saturate-25 {
    --backdrop-filter-saturate: saturate(0.25);
  }

  .xl\:backdrop-filter-saturate-50 {
    --backdrop-filter-saturate: saturate(0.5);
  }

  .xl\:backdrop-filter-saturate-75 {
    --backdrop-filter-saturate: saturate(0.75);
  }

  .xl\:backdrop-filter-saturate-100 {
    --backdrop-filter-saturate: saturate(1);
  }

  .xl\:backdrop-filter-saturate-125 {
    --backdrop-filter-saturate: saturate(1.25);
  }

  .xl\:backdrop-filter-saturate-150 {
    --backdrop-filter-saturate: saturate(1.5);
  }

  .xl\:backdrop-filter-saturate-175 {
    --backdrop-filter-saturate: saturate(1.75);
  }

  .xl\:backdrop-filter-saturate-200 {
    --backdrop-filter-saturate: saturate(2);
  }

  .xl\:backdrop-filter-sepia-0 {
    --backdrop-filter-sepia: sepia(0);
  }

  .xl\:backdrop-filter-sepia-1 {
    --backdrop-filter-sepia: sepia(1);
  }

  .xl\:fill-current {
    fill: currentColor;
  }

  .xl\:stroke-current {
    stroke: currentColor;
  }

  .xl\:stroke-width-0 {
    stroke-width: 0;
  }

  .xl\:stroke-width-1 {
    stroke-width: 1;
  }

  .xl\:stroke-width-2 {
    stroke-width: 2;
  }

  .xl\:stroke-width-3 {
    stroke-width: 3;
  }

  .xl\:stroke-width-4 {
    stroke-width: 4;
  }

  .xl\:stroke-width-5 {
    stroke-width: 5;
  }

  .xl\:stroke-width-6 {
    stroke-width: 6;
  }

  .xl\:stroke-width-7 {
    stroke-width: 7;
  }

  .xl\:stroke-width-8 {
    stroke-width: 8;
  }

  .xl\:stroke-width-9 {
    stroke-width: 9;
  }

  .xl\:stroke-width-10 {
    stroke-width: 10;
  }

  .xl\:stroke-linecap-butt {
    stroke-linecap: butt;
  }

  .xl\:stroke-linecap-round {
    stroke-linecap: round;
  }

  .xl\:stroke-linecap-square {
    stroke-linecap: square;
  }

  .xl\:stroke-dasharray-5 {
    stroke-dasharray: 5;
  }

  .xl\:stroke-dasharray-10 {
    stroke-dasharray: 10;
  }

  .xl\:stroke-dasharray-15 {
    stroke-dasharray: 15;
  }

  .xl\:stroke-dasharray-20 {
    stroke-dasharray: 20;
  }

  .xl\:stroke-dasharray-25 {
    stroke-dasharray: 25;
  }

  .xl\:stroke-dasharray-30 {
    stroke-dasharray: 30;
  }

  .xl\:stroke-dasharray-35 {
    stroke-dasharray: 35;
  }

  .xl\:stroke-dasharray-40 {
    stroke-dasharray: 40;
  }

  .xl\:stroke-dasharray-45 {
    stroke-dasharray: 45;
  }

  .xl\:stroke-dasharray-50 {
    stroke-dasharray: 50;
  }

  .xl\:outline-style-auto {
    outline-style: auto;
  }

  .xl\:outline-style-solid {
    outline-style: solid;
  }

  .xl\:outline-style-dashed {
    outline-style: dashed;
  }

  .xl\:outline-style-dotted {
    outline-style: dotted;
  }

  .xl\:outline-style-double {
    outline-style: double;
  }

  .xl\:outline-style-none {
    outline-style: none;
  }

  .xl\:outline-width-medium {
    outline-width: medium;
  }

  .xl\:outline-width-thin {
    outline-width: thin;
  }

  .xl\:outline-width-thick {
    outline-width: thick;
  }

  .xl\:outline-red-600 {
    --outline-opacity: 1;
    outline-color: rgba(237, 45, 45, var(--outline-opacity));
  }

  .xl\:outline-red-700 {
    --outline-opacity: 1;
    outline-color: rgba(235, 21, 21, var(--outline-opacity));
  }

  .xl\:outline-red-800 {
    --outline-opacity: 1;
    outline-color: rgba(212, 18, 18, var(--outline-opacity));
  }

  .xl\:outline-red-900 {
    --outline-opacity: 1;
    outline-color: rgba(189, 16, 16, var(--outline-opacity));
  }

  .xl\:outline-red-500 {
    --outline-opacity: 1;
    outline-color: rgba(239, 68, 68, var(--outline-opacity));
  }

  .xl\:outline-red-400 {
    --outline-opacity: 1;
    outline-color: rgba(242, 106, 106, var(--outline-opacity));
  }

  .xl\:outline-red-300 {
    --outline-opacity: 1;
    outline-color: rgba(245, 143, 143, var(--outline-opacity));
  }

  .xl\:outline-red-200 {
    --outline-opacity: 1;
    outline-color: rgba(249, 181, 181, var(--outline-opacity));
  }

  .xl\:outline-red-100 {
    --outline-opacity: 1;
    outline-color: rgba(252, 218, 218, var(--outline-opacity));
  }

  .xl\:outline-green-600 {
    --outline-opacity: 1;
    outline-color: rgba(14, 162, 113, var(--outline-opacity));
  }

  .xl\:outline-green-700 {
    --outline-opacity: 1;
    outline-color: rgba(12, 138, 96, var(--outline-opacity));
  }

  .xl\:outline-green-800 {
    --outline-opacity: 1;
    outline-color: rgba(10, 115, 80, var(--outline-opacity));
  }

  .xl\:outline-green-900 {
    --outline-opacity: 1;
    outline-color: rgba(8, 91, 64, var(--outline-opacity));
  }

  .xl\:outline-green-500 {
    --outline-opacity: 1;
    outline-color: rgba(16, 185, 129, var(--outline-opacity));
  }

  .xl\:outline-green-400 {
    --outline-opacity: 1;
    outline-color: rgba(19, 223, 155, var(--outline-opacity));
  }

  .xl\:outline-green-300 {
    --outline-opacity: 1;
    outline-color: rgba(46, 237, 174, var(--outline-opacity));
  }

  .xl\:outline-green-200 {
    --outline-opacity: 1;
    outline-color: rgba(83, 240, 188, var(--outline-opacity));
  }

  .xl\:outline-green-100 {
    --outline-opacity: 1;
    outline-color: rgba(121, 243, 203, var(--outline-opacity));
  }

  .xl\:outline-blue-600 {
    --outline-opacity: 1;
    outline-color: rgba(35, 114, 245, var(--outline-opacity));
  }

  .xl\:outline-blue-700 {
    --outline-opacity: 1;
    outline-color: rgba(11, 99, 243, var(--outline-opacity));
  }

  .xl\:outline-blue-800 {
    --outline-opacity: 1;
    outline-color: rgba(10, 89, 218, var(--outline-opacity));
  }

  .xl\:outline-blue-900 {
    --outline-opacity: 1;
    outline-color: rgba(9, 79, 194, var(--outline-opacity));
  }

  .xl\:outline-blue-500 {
    --outline-opacity: 1;
    outline-color: rgba(59, 130, 246, var(--outline-opacity));
  }

  .xl\:outline-blue-400 {
    --outline-opacity: 1;
    outline-color: rgba(98, 155, 248, var(--outline-opacity));
  }

  .xl\:outline-blue-300 {
    --outline-opacity: 1;
    outline-color: rgba(137, 180, 250, var(--outline-opacity));
  }

  .xl\:outline-blue-200 {
    --outline-opacity: 1;
    outline-color: rgba(176, 205, 251, var(--outline-opacity));
  }

  .xl\:outline-blue-100 {
    --outline-opacity: 1;
    outline-color: rgba(215, 230, 253, var(--outline-opacity));
  }

  .xl\:outline-yellow-600 {
    --outline-opacity: 1;
    outline-color: rgba(251, 184, 11, var(--outline-opacity));
  }

  .xl\:outline-yellow-700 {
    --outline-opacity: 1;
    outline-color: rgba(232, 168, 4, var(--outline-opacity));
  }

  .xl\:outline-yellow-800 {
    --outline-opacity: 1;
    outline-color: rgba(207, 150, 4, var(--outline-opacity));
  }

  .xl\:outline-yellow-900 {
    --outline-opacity: 1;
    outline-color: rgba(182, 132, 3, var(--outline-opacity));
  }

  .xl\:outline-yellow-500 {
    --outline-opacity: 1;
    outline-color: rgba(251, 191, 36, var(--outline-opacity));
  }

  .xl\:outline-yellow-400 {
    --outline-opacity: 1;
    outline-color: rgba(252, 203, 76, var(--outline-opacity));
  }

  .xl\:outline-yellow-300 {
    --outline-opacity: 1;
    outline-color: rgba(252, 214, 116, var(--outline-opacity));
  }

  .xl\:outline-yellow-200 {
    --outline-opacity: 1;
    outline-color: rgba(253, 226, 156, var(--outline-opacity));
  }

  .xl\:outline-yellow-100 {
    --outline-opacity: 1;
    outline-color: rgba(254, 238, 196, var(--outline-opacity));
  }

  .xl\:outline-pink-600 {
    --outline-opacity: 1;
    outline-color: rgba(234, 49, 140, var(--outline-opacity));
  }

  .xl\:outline-pink-700 {
    --outline-opacity: 1;
    outline-color: rgba(231, 26, 127, var(--outline-opacity));
  }

  .xl\:outline-pink-800 {
    --outline-opacity: 1;
    outline-color: rgba(210, 22, 115, var(--outline-opacity));
  }

  .xl\:outline-pink-900 {
    --outline-opacity: 1;
    outline-color: rgba(187, 19, 102, var(--outline-opacity));
  }

  .xl\:outline-pink-500 {
    --outline-opacity: 1;
    outline-color: rgba(236, 72, 153, var(--outline-opacity));
  }

  .xl\:outline-pink-400 {
    --outline-opacity: 1;
    outline-color: rgba(240, 109, 174, var(--outline-opacity));
  }

  .xl\:outline-pink-300 {
    --outline-opacity: 1;
    outline-color: rgba(244, 146, 194, var(--outline-opacity));
  }

  .xl\:outline-pink-200 {
    --outline-opacity: 1;
    outline-color: rgba(248, 183, 215, var(--outline-opacity));
  }

  .xl\:outline-pink-100 {
    --outline-opacity: 1;
    outline-color: rgba(251, 220, 235, var(--outline-opacity));
  }

  .xl\:outline-purple-600 {
    --outline-opacity: 1;
    outline-color: rgba(122, 68, 245, var(--outline-opacity));
  }

  .xl\:outline-purple-700 {
    --outline-opacity: 1;
    outline-color: rgba(105, 44, 243, var(--outline-opacity));
  }

  .xl\:outline-purple-800 {
    --outline-opacity: 1;
    outline-color: rgba(87, 20, 242, var(--outline-opacity));
  }

  .xl\:outline-purple-900 {
    --outline-opacity: 1;
    outline-color: rgba(77, 12, 224, var(--outline-opacity));
  }

  .xl\:outline-purple-500 {
    --outline-opacity: 1;
    outline-color: rgba(139, 92, 246, var(--outline-opacity));
  }

  .xl\:outline-purple-400 {
    --outline-opacity: 1;
    outline-color: rgba(167, 131, 248, var(--outline-opacity));
  }

  .xl\:outline-purple-300 {
    --outline-opacity: 1;
    outline-color: rgba(194, 169, 250, var(--outline-opacity));
  }

  .xl\:outline-purple-200 {
    --outline-opacity: 1;
    outline-color: rgba(222, 208, 252, var(--outline-opacity));
  }

  .xl\:outline-purple-100 {
    --outline-opacity: 1;
    outline-color: rgba(249, 247, 255, var(--outline-opacity));
  }

  .xl\:outline-gray-600 {
    --outline-opacity: 1;
    outline-color: rgba(95, 102, 114, var(--outline-opacity));
  }

  .xl\:outline-gray-700 {
    --outline-opacity: 1;
    outline-color: rgba(84, 89, 100, var(--outline-opacity));
  }

  .xl\:outline-gray-800 {
    --outline-opacity: 1;
    outline-color: rgba(72, 77, 86, var(--outline-opacity));
  }

  .xl\:outline-gray-900 {
    --outline-opacity: 1;
    outline-color: rgba(61, 65, 72, var(--outline-opacity));
  }

  .xl\:outline-gray-500 {
    --outline-opacity: 1;
    outline-color: rgba(107, 114, 128, var(--outline-opacity));
  }

  .xl\:outline-gray-400 {
    --outline-opacity: 1;
    outline-color: rgba(127, 134, 148, var(--outline-opacity));
  }

  .xl\:outline-gray-300 {
    --outline-opacity: 1;
    outline-color: rgba(150, 155, 167, var(--outline-opacity));
  }

  .xl\:outline-gray-200 {
    --outline-opacity: 1;
    outline-color: rgba(172, 176, 186, var(--outline-opacity));
  }

  .xl\:outline-gray-100 {
    --outline-opacity: 1;
    outline-color: rgba(194, 197, 204, var(--outline-opacity));
  }

  .xl\:outline-offset-0px {
    outline-offset: 0;
  }

  .xl\:outline-offset-1px {
    outline-offset: 1px;
  }

  .xl\:outline-offset-2px {
    outline-offset: 2px;
  }

  .xl\:outline-offset-3px {
    outline-offset: 3px;
  }

  .xl\:outline-offset-4px {
    outline-offset: 4px;
  }

  .xl\:outline-offset-5px {
    outline-offset: 5px;
  }

  .xl\:outline-offset-6px {
    outline-offset: 6px;
  }

  .xl\:outline-offset-7px {
    outline-offset: 7px;
  }

  .xl\:outline-offset-8px {
    outline-offset: 8px;
  }

  .xl\:outline-offset-9px {
    outline-offset: 9px;
  }

  .xl\:outline-offset-10px {
    outline-offset: 10px;
  }

  .xl\:outline-none {
    outline: none;
  }

  .xl\:direction-ltr {
    direction: ltr;
  }

  .xl\:direction-rtl {
    direction: rtl;
  }

  .xl\:writing-mode-tb {
    writing-mode: horizontal-tb;
  }

  .xl\:writing-mode-lr {
    writing-mode: vertical-lr;
  }

  .xl\:writing-mode-rl {
    writing-mode: vertical-rl;
  }
}
@media (min-width: 1366px) {
  .xxl\:appearance-auto {
    appearance: auto;
  }

  .xxl\:appearance-none {
    appearance: none;
  }

  .xxl\:align-items-start {
    align-items: flex-start;
  }

  .xxl\:align-items-end {
    align-items: flex-end;
  }

  .xxl\:align-items-center {
    align-items: center;
  }

  .xxl\:align-items-baseline {
    align-items: baseline;
  }

  .xxl\:align-items-stretch {
    align-items: stretch;
  }

  .xxl\:align-self-auto {
    align-self: auto;
  }

  .xxl\:align-self-start {
    align-self: flex-start;
  }

  .xxl\:align-self-end {
    align-self: flex-end;
  }

  .xxl\:align-self-center {
    align-self: center;
  }

  .xxl\:align-self-stretch {
    align-self: stretch;
  }

  .xxl\:background-attachment-fixed {
    background-attachment: fixed;
  }

  .xxl\:background-attachment-local {
    background-attachment: local;
  }

  .xxl\:background-attachment-scroll {
    background-attachment: scroll;
  }

  .xxl\:background-clip-border-box {
    background-clip: border-box;
  }

  .xxl\:background-clip-padding-box {
    background-clip: padding-box;
  }

  .xxl\:background-clip-content-box {
    background-clip: content-box;
  }

  .xxl\:background-clip-text {
    background-clip: text;
  }

  .xxl\:bg-red-600 {
    --bg-opacity: 1;
    background-color: rgba(237, 45, 45, var(--bg-opacity));
  }

  .xxl\:bg-red-700 {
    --bg-opacity: 1;
    background-color: rgba(235, 21, 21, var(--bg-opacity));
  }

  .xxl\:bg-red-800 {
    --bg-opacity: 1;
    background-color: rgba(212, 18, 18, var(--bg-opacity));
  }

  .xxl\:bg-red-900 {
    --bg-opacity: 1;
    background-color: rgba(189, 16, 16, var(--bg-opacity));
  }

  .xxl\:bg-red-500 {
    --bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--bg-opacity));
  }

  .xxl\:bg-red-400 {
    --bg-opacity: 1;
    background-color: rgba(242, 106, 106, var(--bg-opacity));
  }

  .xxl\:bg-red-300 {
    --bg-opacity: 1;
    background-color: rgba(245, 143, 143, var(--bg-opacity));
  }

  .xxl\:bg-red-200 {
    --bg-opacity: 1;
    background-color: rgba(249, 181, 181, var(--bg-opacity));
  }

  .xxl\:bg-red-100 {
    --bg-opacity: 1;
    background-color: rgba(252, 218, 218, var(--bg-opacity));
  }

  .xxl\:bg-green-600 {
    --bg-opacity: 1;
    background-color: rgba(14, 162, 113, var(--bg-opacity));
  }

  .xxl\:bg-green-700 {
    --bg-opacity: 1;
    background-color: rgba(12, 138, 96, var(--bg-opacity));
  }

  .xxl\:bg-green-800 {
    --bg-opacity: 1;
    background-color: rgba(10, 115, 80, var(--bg-opacity));
  }

  .xxl\:bg-green-900 {
    --bg-opacity: 1;
    background-color: rgba(8, 91, 64, var(--bg-opacity));
  }

  .xxl\:bg-green-500 {
    --bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--bg-opacity));
  }

  .xxl\:bg-green-400 {
    --bg-opacity: 1;
    background-color: rgba(19, 223, 155, var(--bg-opacity));
  }

  .xxl\:bg-green-300 {
    --bg-opacity: 1;
    background-color: rgba(46, 237, 174, var(--bg-opacity));
  }

  .xxl\:bg-green-200 {
    --bg-opacity: 1;
    background-color: rgba(83, 240, 188, var(--bg-opacity));
  }

  .xxl\:bg-green-100 {
    --bg-opacity: 1;
    background-color: rgba(121, 243, 203, var(--bg-opacity));
  }

  .xxl\:bg-blue-600 {
    --bg-opacity: 1;
    background-color: rgba(35, 114, 245, var(--bg-opacity));
  }

  .xxl\:bg-blue-700 {
    --bg-opacity: 1;
    background-color: rgba(11, 99, 243, var(--bg-opacity));
  }

  .xxl\:bg-blue-800 {
    --bg-opacity: 1;
    background-color: rgba(10, 89, 218, var(--bg-opacity));
  }

  .xxl\:bg-blue-900 {
    --bg-opacity: 1;
    background-color: rgba(9, 79, 194, var(--bg-opacity));
  }

  .xxl\:bg-blue-500 {
    --bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--bg-opacity));
  }

  .xxl\:bg-blue-400 {
    --bg-opacity: 1;
    background-color: rgba(98, 155, 248, var(--bg-opacity));
  }

  .xxl\:bg-blue-300 {
    --bg-opacity: 1;
    background-color: rgba(137, 180, 250, var(--bg-opacity));
  }

  .xxl\:bg-blue-200 {
    --bg-opacity: 1;
    background-color: rgba(176, 205, 251, var(--bg-opacity));
  }

  .xxl\:bg-blue-100 {
    --bg-opacity: 1;
    background-color: rgba(215, 230, 253, var(--bg-opacity));
  }

  .xxl\:bg-yellow-600 {
    --bg-opacity: 1;
    background-color: rgba(251, 184, 11, var(--bg-opacity));
  }

  .xxl\:bg-yellow-700 {
    --bg-opacity: 1;
    background-color: rgba(232, 168, 4, var(--bg-opacity));
  }

  .xxl\:bg-yellow-800 {
    --bg-opacity: 1;
    background-color: rgba(207, 150, 4, var(--bg-opacity));
  }

  .xxl\:bg-yellow-900 {
    --bg-opacity: 1;
    background-color: rgba(182, 132, 3, var(--bg-opacity));
  }

  .xxl\:bg-yellow-500 {
    --bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--bg-opacity));
  }

  .xxl\:bg-yellow-400 {
    --bg-opacity: 1;
    background-color: rgba(252, 203, 76, var(--bg-opacity));
  }

  .xxl\:bg-yellow-300 {
    --bg-opacity: 1;
    background-color: rgba(252, 214, 116, var(--bg-opacity));
  }

  .xxl\:bg-yellow-200 {
    --bg-opacity: 1;
    background-color: rgba(253, 226, 156, var(--bg-opacity));
  }

  .xxl\:bg-yellow-100 {
    --bg-opacity: 1;
    background-color: rgba(254, 238, 196, var(--bg-opacity));
  }

  .xxl\:bg-pink-600 {
    --bg-opacity: 1;
    background-color: rgba(234, 49, 140, var(--bg-opacity));
  }

  .xxl\:bg-pink-700 {
    --bg-opacity: 1;
    background-color: rgba(231, 26, 127, var(--bg-opacity));
  }

  .xxl\:bg-pink-800 {
    --bg-opacity: 1;
    background-color: rgba(210, 22, 115, var(--bg-opacity));
  }

  .xxl\:bg-pink-900 {
    --bg-opacity: 1;
    background-color: rgba(187, 19, 102, var(--bg-opacity));
  }

  .xxl\:bg-pink-500 {
    --bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--bg-opacity));
  }

  .xxl\:bg-pink-400 {
    --bg-opacity: 1;
    background-color: rgba(240, 109, 174, var(--bg-opacity));
  }

  .xxl\:bg-pink-300 {
    --bg-opacity: 1;
    background-color: rgba(244, 146, 194, var(--bg-opacity));
  }

  .xxl\:bg-pink-200 {
    --bg-opacity: 1;
    background-color: rgba(248, 183, 215, var(--bg-opacity));
  }

  .xxl\:bg-pink-100 {
    --bg-opacity: 1;
    background-color: rgba(251, 220, 235, var(--bg-opacity));
  }

  .xxl\:bg-purple-600 {
    --bg-opacity: 1;
    background-color: rgba(122, 68, 245, var(--bg-opacity));
  }

  .xxl\:bg-purple-700 {
    --bg-opacity: 1;
    background-color: rgba(105, 44, 243, var(--bg-opacity));
  }

  .xxl\:bg-purple-800 {
    --bg-opacity: 1;
    background-color: rgba(87, 20, 242, var(--bg-opacity));
  }

  .xxl\:bg-purple-900 {
    --bg-opacity: 1;
    background-color: rgba(77, 12, 224, var(--bg-opacity));
  }

  .xxl\:bg-purple-500 {
    --bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--bg-opacity));
  }

  .xxl\:bg-purple-400 {
    --bg-opacity: 1;
    background-color: rgba(167, 131, 248, var(--bg-opacity));
  }

  .xxl\:bg-purple-300 {
    --bg-opacity: 1;
    background-color: rgba(194, 169, 250, var(--bg-opacity));
  }

  .xxl\:bg-purple-200 {
    --bg-opacity: 1;
    background-color: rgba(222, 208, 252, var(--bg-opacity));
  }

  .xxl\:bg-purple-100 {
    --bg-opacity: 1;
    background-color: rgba(249, 247, 255, var(--bg-opacity));
  }

  .xxl\:bg-gray-600 {
    --bg-opacity: 1;
    background-color: rgba(95, 102, 114, var(--bg-opacity));
  }

  .xxl\:bg-gray-700 {
    --bg-opacity: 1;
    background-color: rgba(84, 89, 100, var(--bg-opacity));
  }

  .xxl\:bg-gray-800 {
    --bg-opacity: 1;
    background-color: rgba(72, 77, 86, var(--bg-opacity));
  }

  .xxl\:bg-gray-900 {
    --bg-opacity: 1;
    background-color: rgba(61, 65, 72, var(--bg-opacity));
  }

  .xxl\:bg-gray-500 {
    --bg-opacity: 1;
    background-color: rgba(107, 114, 128, var(--bg-opacity));
  }

  .xxl\:bg-gray-400 {
    --bg-opacity: 1;
    background-color: rgba(127, 134, 148, var(--bg-opacity));
  }

  .xxl\:bg-gray-300 {
    --bg-opacity: 1;
    background-color: rgba(150, 155, 167, var(--bg-opacity));
  }

  .xxl\:bg-gray-200 {
    --bg-opacity: 1;
    background-color: rgba(172, 176, 186, var(--bg-opacity));
  }

  .xxl\:bg-gray-100 {
    --bg-opacity: 1;
    background-color: rgba(194, 197, 204, var(--bg-opacity));
  }

  .xxl\:bg-opacity-0 {
    --bg-opacity: 0;
  }

  .xxl\:bg-opacity-5 {
    --bg-opacity: 0.05;
  }

  .xxl\:bg-opacity-10 {
    --bg-opacity: 0.1;
  }

  .xxl\:bg-opacity-15 {
    --bg-opacity: 0.15;
  }

  .xxl\:bg-opacity-20 {
    --bg-opacity: 0.2;
  }

  .xxl\:bg-opacity-25 {
    --bg-opacity: 0.25;
  }

  .xxl\:bg-opacity-30 {
    --bg-opacity: 0.3;
  }

  .xxl\:bg-opacity-35 {
    --bg-opacity: 0.35;
  }

  .xxl\:bg-opacity-40 {
    --bg-opacity: 0.4;
  }

  .xxl\:bg-opacity-45 {
    --bg-opacity: 0.45;
  }

  .xxl\:bg-opacity-50 {
    --bg-opacity: 0.5;
  }

  .xxl\:bg-opacity-55 {
    --bg-opacity: 0.55;
  }

  .xxl\:bg-opacity-60 {
    --bg-opacity: 0.6;
  }

  .xxl\:bg-opacity-65 {
    --bg-opacity: 0.65;
  }

  .xxl\:bg-opacity-70 {
    --bg-opacity: 0.7;
  }

  .xxl\:bg-opacity-75 {
    --bg-opacity: 0.75;
  }

  .xxl\:bg-opacity-80 {
    --bg-opacity: 0.8;
  }

  .xxl\:bg-opacity-85 {
    --bg-opacity: 0.85;
  }

  .xxl\:bg-opacity-90 {
    --bg-opacity: 0.9;
  }

  .xxl\:bg-opacity-95 {
    --bg-opacity: 0.95;
  }

  .xxl\:bg-opacity-100 {
    --bg-opacity: 100;
  }

  .xxl\:background-image-none {
    background-image: "none !important";
  }

  .xxl\:start-red-600 {
    --start-opacity: 1;
    --gradient-start: rgba(237, 45, 45, var(--start-opacity));
  }

  .xxl\:start-red-700 {
    --start-opacity: 1;
    --gradient-start: rgba(235, 21, 21, var(--start-opacity));
  }

  .xxl\:start-red-800 {
    --start-opacity: 1;
    --gradient-start: rgba(212, 18, 18, var(--start-opacity));
  }

  .xxl\:start-red-900 {
    --start-opacity: 1;
    --gradient-start: rgba(189, 16, 16, var(--start-opacity));
  }

  .xxl\:start-red-500 {
    --start-opacity: 1;
    --gradient-start: rgba(239, 68, 68, var(--start-opacity));
  }

  .xxl\:start-red-400 {
    --start-opacity: 1;
    --gradient-start: rgba(242, 106, 106, var(--start-opacity));
  }

  .xxl\:start-red-300 {
    --start-opacity: 1;
    --gradient-start: rgba(245, 143, 143, var(--start-opacity));
  }

  .xxl\:start-red-200 {
    --start-opacity: 1;
    --gradient-start: rgba(249, 181, 181, var(--start-opacity));
  }

  .xxl\:start-red-100 {
    --start-opacity: 1;
    --gradient-start: rgba(252, 218, 218, var(--start-opacity));
  }

  .xxl\:start-green-600 {
    --start-opacity: 1;
    --gradient-start: rgba(14, 162, 113, var(--start-opacity));
  }

  .xxl\:start-green-700 {
    --start-opacity: 1;
    --gradient-start: rgba(12, 138, 96, var(--start-opacity));
  }

  .xxl\:start-green-800 {
    --start-opacity: 1;
    --gradient-start: rgba(10, 115, 80, var(--start-opacity));
  }

  .xxl\:start-green-900 {
    --start-opacity: 1;
    --gradient-start: rgba(8, 91, 64, var(--start-opacity));
  }

  .xxl\:start-green-500 {
    --start-opacity: 1;
    --gradient-start: rgba(16, 185, 129, var(--start-opacity));
  }

  .xxl\:start-green-400 {
    --start-opacity: 1;
    --gradient-start: rgba(19, 223, 155, var(--start-opacity));
  }

  .xxl\:start-green-300 {
    --start-opacity: 1;
    --gradient-start: rgba(46, 237, 174, var(--start-opacity));
  }

  .xxl\:start-green-200 {
    --start-opacity: 1;
    --gradient-start: rgba(83, 240, 188, var(--start-opacity));
  }

  .xxl\:start-green-100 {
    --start-opacity: 1;
    --gradient-start: rgba(121, 243, 203, var(--start-opacity));
  }

  .xxl\:start-blue-600 {
    --start-opacity: 1;
    --gradient-start: rgba(35, 114, 245, var(--start-opacity));
  }

  .xxl\:start-blue-700 {
    --start-opacity: 1;
    --gradient-start: rgba(11, 99, 243, var(--start-opacity));
  }

  .xxl\:start-blue-800 {
    --start-opacity: 1;
    --gradient-start: rgba(10, 89, 218, var(--start-opacity));
  }

  .xxl\:start-blue-900 {
    --start-opacity: 1;
    --gradient-start: rgba(9, 79, 194, var(--start-opacity));
  }

  .xxl\:start-blue-500 {
    --start-opacity: 1;
    --gradient-start: rgba(59, 130, 246, var(--start-opacity));
  }

  .xxl\:start-blue-400 {
    --start-opacity: 1;
    --gradient-start: rgba(98, 155, 248, var(--start-opacity));
  }

  .xxl\:start-blue-300 {
    --start-opacity: 1;
    --gradient-start: rgba(137, 180, 250, var(--start-opacity));
  }

  .xxl\:start-blue-200 {
    --start-opacity: 1;
    --gradient-start: rgba(176, 205, 251, var(--start-opacity));
  }

  .xxl\:start-blue-100 {
    --start-opacity: 1;
    --gradient-start: rgba(215, 230, 253, var(--start-opacity));
  }

  .xxl\:start-yellow-600 {
    --start-opacity: 1;
    --gradient-start: rgba(251, 184, 11, var(--start-opacity));
  }

  .xxl\:start-yellow-700 {
    --start-opacity: 1;
    --gradient-start: rgba(232, 168, 4, var(--start-opacity));
  }

  .xxl\:start-yellow-800 {
    --start-opacity: 1;
    --gradient-start: rgba(207, 150, 4, var(--start-opacity));
  }

  .xxl\:start-yellow-900 {
    --start-opacity: 1;
    --gradient-start: rgba(182, 132, 3, var(--start-opacity));
  }

  .xxl\:start-yellow-500 {
    --start-opacity: 1;
    --gradient-start: rgba(251, 191, 36, var(--start-opacity));
  }

  .xxl\:start-yellow-400 {
    --start-opacity: 1;
    --gradient-start: rgba(252, 203, 76, var(--start-opacity));
  }

  .xxl\:start-yellow-300 {
    --start-opacity: 1;
    --gradient-start: rgba(252, 214, 116, var(--start-opacity));
  }

  .xxl\:start-yellow-200 {
    --start-opacity: 1;
    --gradient-start: rgba(253, 226, 156, var(--start-opacity));
  }

  .xxl\:start-yellow-100 {
    --start-opacity: 1;
    --gradient-start: rgba(254, 238, 196, var(--start-opacity));
  }

  .xxl\:start-pink-600 {
    --start-opacity: 1;
    --gradient-start: rgba(234, 49, 140, var(--start-opacity));
  }

  .xxl\:start-pink-700 {
    --start-opacity: 1;
    --gradient-start: rgba(231, 26, 127, var(--start-opacity));
  }

  .xxl\:start-pink-800 {
    --start-opacity: 1;
    --gradient-start: rgba(210, 22, 115, var(--start-opacity));
  }

  .xxl\:start-pink-900 {
    --start-opacity: 1;
    --gradient-start: rgba(187, 19, 102, var(--start-opacity));
  }

  .xxl\:start-pink-500 {
    --start-opacity: 1;
    --gradient-start: rgba(236, 72, 153, var(--start-opacity));
  }

  .xxl\:start-pink-400 {
    --start-opacity: 1;
    --gradient-start: rgba(240, 109, 174, var(--start-opacity));
  }

  .xxl\:start-pink-300 {
    --start-opacity: 1;
    --gradient-start: rgba(244, 146, 194, var(--start-opacity));
  }

  .xxl\:start-pink-200 {
    --start-opacity: 1;
    --gradient-start: rgba(248, 183, 215, var(--start-opacity));
  }

  .xxl\:start-pink-100 {
    --start-opacity: 1;
    --gradient-start: rgba(251, 220, 235, var(--start-opacity));
  }

  .xxl\:start-purple-600 {
    --start-opacity: 1;
    --gradient-start: rgba(122, 68, 245, var(--start-opacity));
  }

  .xxl\:start-purple-700 {
    --start-opacity: 1;
    --gradient-start: rgba(105, 44, 243, var(--start-opacity));
  }

  .xxl\:start-purple-800 {
    --start-opacity: 1;
    --gradient-start: rgba(87, 20, 242, var(--start-opacity));
  }

  .xxl\:start-purple-900 {
    --start-opacity: 1;
    --gradient-start: rgba(77, 12, 224, var(--start-opacity));
  }

  .xxl\:start-purple-500 {
    --start-opacity: 1;
    --gradient-start: rgba(139, 92, 246, var(--start-opacity));
  }

  .xxl\:start-purple-400 {
    --start-opacity: 1;
    --gradient-start: rgba(167, 131, 248, var(--start-opacity));
  }

  .xxl\:start-purple-300 {
    --start-opacity: 1;
    --gradient-start: rgba(194, 169, 250, var(--start-opacity));
  }

  .xxl\:start-purple-200 {
    --start-opacity: 1;
    --gradient-start: rgba(222, 208, 252, var(--start-opacity));
  }

  .xxl\:start-purple-100 {
    --start-opacity: 1;
    --gradient-start: rgba(249, 247, 255, var(--start-opacity));
  }

  .xxl\:start-gray-600 {
    --start-opacity: 1;
    --gradient-start: rgba(95, 102, 114, var(--start-opacity));
  }

  .xxl\:start-gray-700 {
    --start-opacity: 1;
    --gradient-start: rgba(84, 89, 100, var(--start-opacity));
  }

  .xxl\:start-gray-800 {
    --start-opacity: 1;
    --gradient-start: rgba(72, 77, 86, var(--start-opacity));
  }

  .xxl\:start-gray-900 {
    --start-opacity: 1;
    --gradient-start: rgba(61, 65, 72, var(--start-opacity));
  }

  .xxl\:start-gray-500 {
    --start-opacity: 1;
    --gradient-start: rgba(107, 114, 128, var(--start-opacity));
  }

  .xxl\:start-gray-400 {
    --start-opacity: 1;
    --gradient-start: rgba(127, 134, 148, var(--start-opacity));
  }

  .xxl\:start-gray-300 {
    --start-opacity: 1;
    --gradient-start: rgba(150, 155, 167, var(--start-opacity));
  }

  .xxl\:start-gray-200 {
    --start-opacity: 1;
    --gradient-start: rgba(172, 176, 186, var(--start-opacity));
  }

  .xxl\:start-gray-100 {
    --start-opacity: 1;
    --gradient-start: rgba(194, 197, 204, var(--start-opacity));
  }

  .xxl\:end-red-600 {
    --end-opacity: 1;
    --gradient-end: rgba(237, 45, 45, var(--end-opacity));
  }

  .xxl\:end-red-700 {
    --end-opacity: 1;
    --gradient-end: rgba(235, 21, 21, var(--end-opacity));
  }

  .xxl\:end-red-800 {
    --end-opacity: 1;
    --gradient-end: rgba(212, 18, 18, var(--end-opacity));
  }

  .xxl\:end-red-900 {
    --end-opacity: 1;
    --gradient-end: rgba(189, 16, 16, var(--end-opacity));
  }

  .xxl\:end-red-500 {
    --end-opacity: 1;
    --gradient-end: rgba(239, 68, 68, var(--end-opacity));
  }

  .xxl\:end-red-400 {
    --end-opacity: 1;
    --gradient-end: rgba(242, 106, 106, var(--end-opacity));
  }

  .xxl\:end-red-300 {
    --end-opacity: 1;
    --gradient-end: rgba(245, 143, 143, var(--end-opacity));
  }

  .xxl\:end-red-200 {
    --end-opacity: 1;
    --gradient-end: rgba(249, 181, 181, var(--end-opacity));
  }

  .xxl\:end-red-100 {
    --end-opacity: 1;
    --gradient-end: rgba(252, 218, 218, var(--end-opacity));
  }

  .xxl\:end-green-600 {
    --end-opacity: 1;
    --gradient-end: rgba(14, 162, 113, var(--end-opacity));
  }

  .xxl\:end-green-700 {
    --end-opacity: 1;
    --gradient-end: rgba(12, 138, 96, var(--end-opacity));
  }

  .xxl\:end-green-800 {
    --end-opacity: 1;
    --gradient-end: rgba(10, 115, 80, var(--end-opacity));
  }

  .xxl\:end-green-900 {
    --end-opacity: 1;
    --gradient-end: rgba(8, 91, 64, var(--end-opacity));
  }

  .xxl\:end-green-500 {
    --end-opacity: 1;
    --gradient-end: rgba(16, 185, 129, var(--end-opacity));
  }

  .xxl\:end-green-400 {
    --end-opacity: 1;
    --gradient-end: rgba(19, 223, 155, var(--end-opacity));
  }

  .xxl\:end-green-300 {
    --end-opacity: 1;
    --gradient-end: rgba(46, 237, 174, var(--end-opacity));
  }

  .xxl\:end-green-200 {
    --end-opacity: 1;
    --gradient-end: rgba(83, 240, 188, var(--end-opacity));
  }

  .xxl\:end-green-100 {
    --end-opacity: 1;
    --gradient-end: rgba(121, 243, 203, var(--end-opacity));
  }

  .xxl\:end-blue-600 {
    --end-opacity: 1;
    --gradient-end: rgba(35, 114, 245, var(--end-opacity));
  }

  .xxl\:end-blue-700 {
    --end-opacity: 1;
    --gradient-end: rgba(11, 99, 243, var(--end-opacity));
  }

  .xxl\:end-blue-800 {
    --end-opacity: 1;
    --gradient-end: rgba(10, 89, 218, var(--end-opacity));
  }

  .xxl\:end-blue-900 {
    --end-opacity: 1;
    --gradient-end: rgba(9, 79, 194, var(--end-opacity));
  }

  .xxl\:end-blue-500 {
    --end-opacity: 1;
    --gradient-end: rgba(59, 130, 246, var(--end-opacity));
  }

  .xxl\:end-blue-400 {
    --end-opacity: 1;
    --gradient-end: rgba(98, 155, 248, var(--end-opacity));
  }

  .xxl\:end-blue-300 {
    --end-opacity: 1;
    --gradient-end: rgba(137, 180, 250, var(--end-opacity));
  }

  .xxl\:end-blue-200 {
    --end-opacity: 1;
    --gradient-end: rgba(176, 205, 251, var(--end-opacity));
  }

  .xxl\:end-blue-100 {
    --end-opacity: 1;
    --gradient-end: rgba(215, 230, 253, var(--end-opacity));
  }

  .xxl\:end-yellow-600 {
    --end-opacity: 1;
    --gradient-end: rgba(251, 184, 11, var(--end-opacity));
  }

  .xxl\:end-yellow-700 {
    --end-opacity: 1;
    --gradient-end: rgba(232, 168, 4, var(--end-opacity));
  }

  .xxl\:end-yellow-800 {
    --end-opacity: 1;
    --gradient-end: rgba(207, 150, 4, var(--end-opacity));
  }

  .xxl\:end-yellow-900 {
    --end-opacity: 1;
    --gradient-end: rgba(182, 132, 3, var(--end-opacity));
  }

  .xxl\:end-yellow-500 {
    --end-opacity: 1;
    --gradient-end: rgba(251, 191, 36, var(--end-opacity));
  }

  .xxl\:end-yellow-400 {
    --end-opacity: 1;
    --gradient-end: rgba(252, 203, 76, var(--end-opacity));
  }

  .xxl\:end-yellow-300 {
    --end-opacity: 1;
    --gradient-end: rgba(252, 214, 116, var(--end-opacity));
  }

  .xxl\:end-yellow-200 {
    --end-opacity: 1;
    --gradient-end: rgba(253, 226, 156, var(--end-opacity));
  }

  .xxl\:end-yellow-100 {
    --end-opacity: 1;
    --gradient-end: rgba(254, 238, 196, var(--end-opacity));
  }

  .xxl\:end-pink-600 {
    --end-opacity: 1;
    --gradient-end: rgba(234, 49, 140, var(--end-opacity));
  }

  .xxl\:end-pink-700 {
    --end-opacity: 1;
    --gradient-end: rgba(231, 26, 127, var(--end-opacity));
  }

  .xxl\:end-pink-800 {
    --end-opacity: 1;
    --gradient-end: rgba(210, 22, 115, var(--end-opacity));
  }

  .xxl\:end-pink-900 {
    --end-opacity: 1;
    --gradient-end: rgba(187, 19, 102, var(--end-opacity));
  }

  .xxl\:end-pink-500 {
    --end-opacity: 1;
    --gradient-end: rgba(236, 72, 153, var(--end-opacity));
  }

  .xxl\:end-pink-400 {
    --end-opacity: 1;
    --gradient-end: rgba(240, 109, 174, var(--end-opacity));
  }

  .xxl\:end-pink-300 {
    --end-opacity: 1;
    --gradient-end: rgba(244, 146, 194, var(--end-opacity));
  }

  .xxl\:end-pink-200 {
    --end-opacity: 1;
    --gradient-end: rgba(248, 183, 215, var(--end-opacity));
  }

  .xxl\:end-pink-100 {
    --end-opacity: 1;
    --gradient-end: rgba(251, 220, 235, var(--end-opacity));
  }

  .xxl\:end-purple-600 {
    --end-opacity: 1;
    --gradient-end: rgba(122, 68, 245, var(--end-opacity));
  }

  .xxl\:end-purple-700 {
    --end-opacity: 1;
    --gradient-end: rgba(105, 44, 243, var(--end-opacity));
  }

  .xxl\:end-purple-800 {
    --end-opacity: 1;
    --gradient-end: rgba(87, 20, 242, var(--end-opacity));
  }

  .xxl\:end-purple-900 {
    --end-opacity: 1;
    --gradient-end: rgba(77, 12, 224, var(--end-opacity));
  }

  .xxl\:end-purple-500 {
    --end-opacity: 1;
    --gradient-end: rgba(139, 92, 246, var(--end-opacity));
  }

  .xxl\:end-purple-400 {
    --end-opacity: 1;
    --gradient-end: rgba(167, 131, 248, var(--end-opacity));
  }

  .xxl\:end-purple-300 {
    --end-opacity: 1;
    --gradient-end: rgba(194, 169, 250, var(--end-opacity));
  }

  .xxl\:end-purple-200 {
    --end-opacity: 1;
    --gradient-end: rgba(222, 208, 252, var(--end-opacity));
  }

  .xxl\:end-purple-100 {
    --end-opacity: 1;
    --gradient-end: rgba(249, 247, 255, var(--end-opacity));
  }

  .xxl\:end-gray-600 {
    --end-opacity: 1;
    --gradient-end: rgba(95, 102, 114, var(--end-opacity));
  }

  .xxl\:end-gray-700 {
    --end-opacity: 1;
    --gradient-end: rgba(84, 89, 100, var(--end-opacity));
  }

  .xxl\:end-gray-800 {
    --end-opacity: 1;
    --gradient-end: rgba(72, 77, 86, var(--end-opacity));
  }

  .xxl\:end-gray-900 {
    --end-opacity: 1;
    --gradient-end: rgba(61, 65, 72, var(--end-opacity));
  }

  .xxl\:end-gray-500 {
    --end-opacity: 1;
    --gradient-end: rgba(107, 114, 128, var(--end-opacity));
  }

  .xxl\:end-gray-400 {
    --end-opacity: 1;
    --gradient-end: rgba(127, 134, 148, var(--end-opacity));
  }

  .xxl\:end-gray-300 {
    --end-opacity: 1;
    --gradient-end: rgba(150, 155, 167, var(--end-opacity));
  }

  .xxl\:end-gray-200 {
    --end-opacity: 1;
    --gradient-end: rgba(172, 176, 186, var(--end-opacity));
  }

  .xxl\:end-gray-100 {
    --end-opacity: 1;
    --gradient-end: rgba(194, 197, 204, var(--end-opacity));
  }

  .xxl\:start-opacity-0 {
    --start-opacity: 0;
  }

  .xxl\:start-opacity-5 {
    --start-opacity: 0.05;
  }

  .xxl\:start-opacity-10 {
    --start-opacity: 0.1;
  }

  .xxl\:start-opacity-15 {
    --start-opacity: 0.15;
  }

  .xxl\:start-opacity-20 {
    --start-opacity: 0.2;
  }

  .xxl\:start-opacity-25 {
    --start-opacity: 0.25;
  }

  .xxl\:start-opacity-30 {
    --start-opacity: 0.3;
  }

  .xxl\:start-opacity-35 {
    --start-opacity: 0.35;
  }

  .xxl\:start-opacity-40 {
    --start-opacity: 0.4;
  }

  .xxl\:start-opacity-45 {
    --start-opacity: 0.45;
  }

  .xxl\:start-opacity-50 {
    --start-opacity: 0.5;
  }

  .xxl\:start-opacity-55 {
    --start-opacity: 0.55;
  }

  .xxl\:start-opacity-60 {
    --start-opacity: 0.6;
  }

  .xxl\:start-opacity-65 {
    --start-opacity: 0.65;
  }

  .xxl\:start-opacity-70 {
    --start-opacity: 0.7;
  }

  .xxl\:start-opacity-75 {
    --start-opacity: 0.75;
  }

  .xxl\:start-opacity-80 {
    --start-opacity: 0.8;
  }

  .xxl\:start-opacity-85 {
    --start-opacity: 0.85;
  }

  .xxl\:start-opacity-90 {
    --start-opacity: 0.9;
  }

  .xxl\:start-opacity-95 {
    --start-opacity: 0.95;
  }

  .xxl\:start-opacity-100 {
    --start-opacity: 100;
  }

  .xxl\:end-opacity-0 {
    --end-opacity: 0;
  }

  .xxl\:end-opacity-5 {
    --end-opacity: 0.05;
  }

  .xxl\:end-opacity-10 {
    --end-opacity: 0.1;
  }

  .xxl\:end-opacity-15 {
    --end-opacity: 0.15;
  }

  .xxl\:end-opacity-20 {
    --end-opacity: 0.2;
  }

  .xxl\:end-opacity-25 {
    --end-opacity: 0.25;
  }

  .xxl\:end-opacity-30 {
    --end-opacity: 0.3;
  }

  .xxl\:end-opacity-35 {
    --end-opacity: 0.35;
  }

  .xxl\:end-opacity-40 {
    --end-opacity: 0.4;
  }

  .xxl\:end-opacity-45 {
    --end-opacity: 0.45;
  }

  .xxl\:end-opacity-50 {
    --end-opacity: 0.5;
  }

  .xxl\:end-opacity-55 {
    --end-opacity: 0.55;
  }

  .xxl\:end-opacity-60 {
    --end-opacity: 0.6;
  }

  .xxl\:end-opacity-65 {
    --end-opacity: 0.65;
  }

  .xxl\:end-opacity-70 {
    --end-opacity: 0.7;
  }

  .xxl\:end-opacity-75 {
    --end-opacity: 0.75;
  }

  .xxl\:end-opacity-80 {
    --end-opacity: 0.8;
  }

  .xxl\:end-opacity-85 {
    --end-opacity: 0.85;
  }

  .xxl\:end-opacity-90 {
    --end-opacity: 0.9;
  }

  .xxl\:end-opacity-95 {
    --end-opacity: 0.95;
  }

  .xxl\:end-opacity-100 {
    --end-opacity: 100;
  }

  .xxl\:background-position-top {
    background-position: top;
  }

  .xxl\:background-position-right {
    background-position: right;
  }

  .xxl\:background-position-bottom {
    background-position: bottom;
  }

  .xxl\:background-position-left {
    background-position: left;
  }

  .xxl\:background-position-center {
    background-position: center;
  }

  .xxl\:background-position-left-top {
    background-position: left top;
  }

  .xxl\:background-position-left-bottom {
    background-position: left bottom;
  }

  .xxl\:background-position-right-top {
    background-position: right top;
  }

  .xxl\:background-position-right-bottom {
    background-position: right bottom;
  }

  .xxl\:background-repeat-repeat {
    background-repeat: repeat;
  }

  .xxl\:background-repeat-no-repeat {
    background-repeat: no-repeat;
  }

  .xxl\:background-repeat-repeat-x {
    background-repeat: repeat-x;
  }

  .xxl\:background-repeat-repeat-y {
    background-repeat: repeat-y;
  }

  .xxl\:background-repeat-round {
    background-repeat: round;
  }

  .xxl\:background-repeat-space {
    background-repeat: space;
  }

  .xxl\:background-size-auto {
    background-size: auto;
  }

  .xxl\:background-size-cover {
    background-size: cover;
  }

  .xxl\:background-size-contain {
    background-size: contain;
  }

  .xxl\:color-transparent {
    color: transparent;
  }

  .xxl\:color-primary {
    color: #FAE898;
  }

  .xxl\:color-secondary {
    color: #999999;
  }

  .xxl\:color-success {
    color: #198754;
  }

  .xxl\:color-info {
    color: #0dcaf0;
  }

  .xxl\:color-warning {
    color: #ffc107;
  }

  .xxl\:color-danger {
    color: #dc3545;
  }

  .xxl\:color-dark {
    color: #333333;
  }

  .xxl\:color-light {
    color: #f1f1f1;
  }

  .xxl\:color-black {
    color: #000000;
  }

  .xxl\:color-white {
    color: #ffffff;
  }

  .xxl\:bg-color-transparent {
    background-color: transparent;
  }

  .xxl\:bg-color-primary {
    background-color: #FAE898;
  }

  .xxl\:bg-color-secondary {
    background-color: #999999;
  }

  .xxl\:bg-color-success {
    background-color: #198754;
  }

  .xxl\:bg-color-info {
    background-color: #0dcaf0;
  }

  .xxl\:bg-color-warning {
    background-color: #ffc107;
  }

  .xxl\:bg-color-danger {
    background-color: #dc3545;
  }

  .xxl\:bg-color-dark {
    background-color: #333333;
  }

  .xxl\:bg-color-light {
    background-color: #f1f1f1;
  }

  .xxl\:bg-color-black {
    background-color: #000000;
  }

  .xxl\:bg-color-white {
    background-color: #ffffff;
  }

  .xxl\:border-color-transparent {
    border-color: transparent;
  }

  .xxl\:border-color-primary {
    border-color: #FAE898;
  }

  .xxl\:border-color-secondary {
    border-color: #999999;
  }

  .xxl\:border-color-success {
    border-color: #198754;
  }

  .xxl\:border-color-info {
    border-color: #0dcaf0;
  }

  .xxl\:border-color-warning {
    border-color: #ffc107;
  }

  .xxl\:border-color-danger {
    border-color: #dc3545;
  }

  .xxl\:border-color-dark {
    border-color: #333333;
  }

  .xxl\:border-color-light {
    border-color: #f1f1f1;
  }

  .xxl\:border-color-black {
    border-color: #000000;
  }

  .xxl\:border-color-white {
    border-color: #ffffff;
  }

  .xxl\:placeholder-transparent::placeholder {
    color: transparent;
  }

  .xxl\:placeholder-primary::placeholder {
    color: #FAE898;
  }

  .xxl\:placeholder-secondary::placeholder {
    color: #999999;
  }

  .xxl\:placeholder-success::placeholder {
    color: #198754;
  }

  .xxl\:placeholder-info::placeholder {
    color: #0dcaf0;
  }

  .xxl\:placeholder-warning::placeholder {
    color: #ffc107;
  }

  .xxl\:placeholder-danger::placeholder {
    color: #dc3545;
  }

  .xxl\:placeholder-dark::placeholder {
    color: #333333;
  }

  .xxl\:placeholder-light::placeholder {
    color: #f1f1f1;
  }

  .xxl\:placeholder-black::placeholder {
    color: #000000;
  }

  .xxl\:placeholder-white::placeholder {
    color: #ffffff;
  }

  .xxl\:placeholder-transparent {
    color: transparent;
  }

  .xxl\:placeholder-primary {
    color: #FAE898;
  }

  .xxl\:placeholder-secondary {
    color: #999999;
  }

  .xxl\:placeholder-success {
    color: #198754;
  }

  .xxl\:placeholder-info {
    color: #0dcaf0;
  }

  .xxl\:placeholder-warning {
    color: #ffc107;
  }

  .xxl\:placeholder-danger {
    color: #dc3545;
  }

  .xxl\:placeholder-dark {
    color: #333333;
  }

  .xxl\:placeholder-light {
    color: #f1f1f1;
  }

  .xxl\:placeholder-black {
    color: #000000;
  }

  .xxl\:placeholder-white {
    color: #ffffff;
  }

  .xxl\:border-collapse-collapse {
    border-collapse: collapse;
  }

  .xxl\:border-collapse-separate {
    border-collapse: separate;
  }

  .xxl\:border-red-600 {
    --border-opacity: 1;
    border-color: rgba(237, 45, 45, var(--border-opacity));
  }

  .xxl\:border-red-700 {
    --border-opacity: 1;
    border-color: rgba(235, 21, 21, var(--border-opacity));
  }

  .xxl\:border-red-800 {
    --border-opacity: 1;
    border-color: rgba(212, 18, 18, var(--border-opacity));
  }

  .xxl\:border-red-900 {
    --border-opacity: 1;
    border-color: rgba(189, 16, 16, var(--border-opacity));
  }

  .xxl\:border-red-500 {
    --border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--border-opacity));
  }

  .xxl\:border-red-400 {
    --border-opacity: 1;
    border-color: rgba(242, 106, 106, var(--border-opacity));
  }

  .xxl\:border-red-300 {
    --border-opacity: 1;
    border-color: rgba(245, 143, 143, var(--border-opacity));
  }

  .xxl\:border-red-200 {
    --border-opacity: 1;
    border-color: rgba(249, 181, 181, var(--border-opacity));
  }

  .xxl\:border-red-100 {
    --border-opacity: 1;
    border-color: rgba(252, 218, 218, var(--border-opacity));
  }

  .xxl\:border-green-600 {
    --border-opacity: 1;
    border-color: rgba(14, 162, 113, var(--border-opacity));
  }

  .xxl\:border-green-700 {
    --border-opacity: 1;
    border-color: rgba(12, 138, 96, var(--border-opacity));
  }

  .xxl\:border-green-800 {
    --border-opacity: 1;
    border-color: rgba(10, 115, 80, var(--border-opacity));
  }

  .xxl\:border-green-900 {
    --border-opacity: 1;
    border-color: rgba(8, 91, 64, var(--border-opacity));
  }

  .xxl\:border-green-500 {
    --border-opacity: 1;
    border-color: rgba(16, 185, 129, var(--border-opacity));
  }

  .xxl\:border-green-400 {
    --border-opacity: 1;
    border-color: rgba(19, 223, 155, var(--border-opacity));
  }

  .xxl\:border-green-300 {
    --border-opacity: 1;
    border-color: rgba(46, 237, 174, var(--border-opacity));
  }

  .xxl\:border-green-200 {
    --border-opacity: 1;
    border-color: rgba(83, 240, 188, var(--border-opacity));
  }

  .xxl\:border-green-100 {
    --border-opacity: 1;
    border-color: rgba(121, 243, 203, var(--border-opacity));
  }

  .xxl\:border-blue-600 {
    --border-opacity: 1;
    border-color: rgba(35, 114, 245, var(--border-opacity));
  }

  .xxl\:border-blue-700 {
    --border-opacity: 1;
    border-color: rgba(11, 99, 243, var(--border-opacity));
  }

  .xxl\:border-blue-800 {
    --border-opacity: 1;
    border-color: rgba(10, 89, 218, var(--border-opacity));
  }

  .xxl\:border-blue-900 {
    --border-opacity: 1;
    border-color: rgba(9, 79, 194, var(--border-opacity));
  }

  .xxl\:border-blue-500 {
    --border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--border-opacity));
  }

  .xxl\:border-blue-400 {
    --border-opacity: 1;
    border-color: rgba(98, 155, 248, var(--border-opacity));
  }

  .xxl\:border-blue-300 {
    --border-opacity: 1;
    border-color: rgba(137, 180, 250, var(--border-opacity));
  }

  .xxl\:border-blue-200 {
    --border-opacity: 1;
    border-color: rgba(176, 205, 251, var(--border-opacity));
  }

  .xxl\:border-blue-100 {
    --border-opacity: 1;
    border-color: rgba(215, 230, 253, var(--border-opacity));
  }

  .xxl\:border-yellow-600 {
    --border-opacity: 1;
    border-color: rgba(251, 184, 11, var(--border-opacity));
  }

  .xxl\:border-yellow-700 {
    --border-opacity: 1;
    border-color: rgba(232, 168, 4, var(--border-opacity));
  }

  .xxl\:border-yellow-800 {
    --border-opacity: 1;
    border-color: rgba(207, 150, 4, var(--border-opacity));
  }

  .xxl\:border-yellow-900 {
    --border-opacity: 1;
    border-color: rgba(182, 132, 3, var(--border-opacity));
  }

  .xxl\:border-yellow-500 {
    --border-opacity: 1;
    border-color: rgba(251, 191, 36, var(--border-opacity));
  }

  .xxl\:border-yellow-400 {
    --border-opacity: 1;
    border-color: rgba(252, 203, 76, var(--border-opacity));
  }

  .xxl\:border-yellow-300 {
    --border-opacity: 1;
    border-color: rgba(252, 214, 116, var(--border-opacity));
  }

  .xxl\:border-yellow-200 {
    --border-opacity: 1;
    border-color: rgba(253, 226, 156, var(--border-opacity));
  }

  .xxl\:border-yellow-100 {
    --border-opacity: 1;
    border-color: rgba(254, 238, 196, var(--border-opacity));
  }

  .xxl\:border-pink-600 {
    --border-opacity: 1;
    border-color: rgba(234, 49, 140, var(--border-opacity));
  }

  .xxl\:border-pink-700 {
    --border-opacity: 1;
    border-color: rgba(231, 26, 127, var(--border-opacity));
  }

  .xxl\:border-pink-800 {
    --border-opacity: 1;
    border-color: rgba(210, 22, 115, var(--border-opacity));
  }

  .xxl\:border-pink-900 {
    --border-opacity: 1;
    border-color: rgba(187, 19, 102, var(--border-opacity));
  }

  .xxl\:border-pink-500 {
    --border-opacity: 1;
    border-color: rgba(236, 72, 153, var(--border-opacity));
  }

  .xxl\:border-pink-400 {
    --border-opacity: 1;
    border-color: rgba(240, 109, 174, var(--border-opacity));
  }

  .xxl\:border-pink-300 {
    --border-opacity: 1;
    border-color: rgba(244, 146, 194, var(--border-opacity));
  }

  .xxl\:border-pink-200 {
    --border-opacity: 1;
    border-color: rgba(248, 183, 215, var(--border-opacity));
  }

  .xxl\:border-pink-100 {
    --border-opacity: 1;
    border-color: rgba(251, 220, 235, var(--border-opacity));
  }

  .xxl\:border-purple-600 {
    --border-opacity: 1;
    border-color: rgba(122, 68, 245, var(--border-opacity));
  }

  .xxl\:border-purple-700 {
    --border-opacity: 1;
    border-color: rgba(105, 44, 243, var(--border-opacity));
  }

  .xxl\:border-purple-800 {
    --border-opacity: 1;
    border-color: rgba(87, 20, 242, var(--border-opacity));
  }

  .xxl\:border-purple-900 {
    --border-opacity: 1;
    border-color: rgba(77, 12, 224, var(--border-opacity));
  }

  .xxl\:border-purple-500 {
    --border-opacity: 1;
    border-color: rgba(139, 92, 246, var(--border-opacity));
  }

  .xxl\:border-purple-400 {
    --border-opacity: 1;
    border-color: rgba(167, 131, 248, var(--border-opacity));
  }

  .xxl\:border-purple-300 {
    --border-opacity: 1;
    border-color: rgba(194, 169, 250, var(--border-opacity));
  }

  .xxl\:border-purple-200 {
    --border-opacity: 1;
    border-color: rgba(222, 208, 252, var(--border-opacity));
  }

  .xxl\:border-purple-100 {
    --border-opacity: 1;
    border-color: rgba(249, 247, 255, var(--border-opacity));
  }

  .xxl\:border-gray-600 {
    --border-opacity: 1;
    border-color: rgba(95, 102, 114, var(--border-opacity));
  }

  .xxl\:border-gray-700 {
    --border-opacity: 1;
    border-color: rgba(84, 89, 100, var(--border-opacity));
  }

  .xxl\:border-gray-800 {
    --border-opacity: 1;
    border-color: rgba(72, 77, 86, var(--border-opacity));
  }

  .xxl\:border-gray-900 {
    --border-opacity: 1;
    border-color: rgba(61, 65, 72, var(--border-opacity));
  }

  .xxl\:border-gray-500 {
    --border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--border-opacity));
  }

  .xxl\:border-gray-400 {
    --border-opacity: 1;
    border-color: rgba(127, 134, 148, var(--border-opacity));
  }

  .xxl\:border-gray-300 {
    --border-opacity: 1;
    border-color: rgba(150, 155, 167, var(--border-opacity));
  }

  .xxl\:border-gray-200 {
    --border-opacity: 1;
    border-color: rgba(172, 176, 186, var(--border-opacity));
  }

  .xxl\:border-gray-100 {
    --border-opacity: 1;
    border-color: rgba(194, 197, 204, var(--border-opacity));
  }

  .xxl\:border-opacity-0 {
    --border-opacity: 0;
  }

  .xxl\:border-opacity-5 {
    --border-opacity: 0.05;
  }

  .xxl\:border-opacity-10 {
    --border-opacity: 0.1;
  }

  .xxl\:border-opacity-15 {
    --border-opacity: 0.15;
  }

  .xxl\:border-opacity-20 {
    --border-opacity: 0.2;
  }

  .xxl\:border-opacity-25 {
    --border-opacity: 0.25;
  }

  .xxl\:border-opacity-30 {
    --border-opacity: 0.3;
  }

  .xxl\:border-opacity-35 {
    --border-opacity: 0.35;
  }

  .xxl\:border-opacity-40 {
    --border-opacity: 0.4;
  }

  .xxl\:border-opacity-45 {
    --border-opacity: 0.45;
  }

  .xxl\:border-opacity-50 {
    --border-opacity: 0.5;
  }

  .xxl\:border-opacity-55 {
    --border-opacity: 0.55;
  }

  .xxl\:border-opacity-60 {
    --border-opacity: 0.6;
  }

  .xxl\:border-opacity-65 {
    --border-opacity: 0.65;
  }

  .xxl\:border-opacity-70 {
    --border-opacity: 0.7;
  }

  .xxl\:border-opacity-75 {
    --border-opacity: 0.75;
  }

  .xxl\:border-opacity-80 {
    --border-opacity: 0.8;
  }

  .xxl\:border-opacity-85 {
    --border-opacity: 0.85;
  }

  .xxl\:border-opacity-90 {
    --border-opacity: 0.9;
  }

  .xxl\:border-opacity-95 {
    --border-opacity: 0.95;
  }

  .xxl\:border-opacity-100 {
    --border-opacity: 100;
  }

  .xxl\:br-5 {
    border-radius: 5%;
  }

  .xxl\:brtl-5 {
    border-top-left-radius: 5%;
  }

  .xxl\:brtr-5 {
    border-top-right-radius: 5%;
  }

  .xxl\:brbl-5 {
    border-bottom-left-radius: 5%;
  }

  .xxl\:brbr-5 {
    border-bottom-right-radius: 5%;
  }

  .xxl\:br-10 {
    border-radius: 10%;
  }

  .xxl\:brtl-10 {
    border-top-left-radius: 10%;
  }

  .xxl\:brtr-10 {
    border-top-right-radius: 10%;
  }

  .xxl\:brbl-10 {
    border-bottom-left-radius: 10%;
  }

  .xxl\:brbr-10 {
    border-bottom-right-radius: 10%;
  }

  .xxl\:br-15 {
    border-radius: 15%;
  }

  .xxl\:brtl-15 {
    border-top-left-radius: 15%;
  }

  .xxl\:brtr-15 {
    border-top-right-radius: 15%;
  }

  .xxl\:brbl-15 {
    border-bottom-left-radius: 15%;
  }

  .xxl\:brbr-15 {
    border-bottom-right-radius: 15%;
  }

  .xxl\:br-20 {
    border-radius: 20%;
  }

  .xxl\:brtl-20 {
    border-top-left-radius: 20%;
  }

  .xxl\:brtr-20 {
    border-top-right-radius: 20%;
  }

  .xxl\:brbl-20 {
    border-bottom-left-radius: 20%;
  }

  .xxl\:brbr-20 {
    border-bottom-right-radius: 20%;
  }

  .xxl\:br-25 {
    border-radius: 25%;
  }

  .xxl\:brtl-25 {
    border-top-left-radius: 25%;
  }

  .xxl\:brtr-25 {
    border-top-right-radius: 25%;
  }

  .xxl\:brbl-25 {
    border-bottom-left-radius: 25%;
  }

  .xxl\:brbr-25 {
    border-bottom-right-radius: 25%;
  }

  .xxl\:br-30 {
    border-radius: 30%;
  }

  .xxl\:brtl-30 {
    border-top-left-radius: 30%;
  }

  .xxl\:brtr-30 {
    border-top-right-radius: 30%;
  }

  .xxl\:brbl-30 {
    border-bottom-left-radius: 30%;
  }

  .xxl\:brbr-30 {
    border-bottom-right-radius: 30%;
  }

  .xxl\:br-35 {
    border-radius: 35%;
  }

  .xxl\:brtl-35 {
    border-top-left-radius: 35%;
  }

  .xxl\:brtr-35 {
    border-top-right-radius: 35%;
  }

  .xxl\:brbl-35 {
    border-bottom-left-radius: 35%;
  }

  .xxl\:brbr-35 {
    border-bottom-right-radius: 35%;
  }

  .xxl\:br-40 {
    border-radius: 40%;
  }

  .xxl\:brtl-40 {
    border-top-left-radius: 40%;
  }

  .xxl\:brtr-40 {
    border-top-right-radius: 40%;
  }

  .xxl\:brbl-40 {
    border-bottom-left-radius: 40%;
  }

  .xxl\:brbr-40 {
    border-bottom-right-radius: 40%;
  }

  .xxl\:br-45 {
    border-radius: 45%;
  }

  .xxl\:brtl-45 {
    border-top-left-radius: 45%;
  }

  .xxl\:brtr-45 {
    border-top-right-radius: 45%;
  }

  .xxl\:brbl-45 {
    border-bottom-left-radius: 45%;
  }

  .xxl\:brbr-45 {
    border-bottom-right-radius: 45%;
  }

  .xxl\:br-50 {
    border-radius: 50%;
  }

  .xxl\:brtl-50 {
    border-top-left-radius: 50%;
  }

  .xxl\:brtr-50 {
    border-top-right-radius: 50%;
  }

  .xxl\:brbl-50 {
    border-bottom-left-radius: 50%;
  }

  .xxl\:brbr-50 {
    border-bottom-right-radius: 50%;
  }

  .xxl\:br-55 {
    border-radius: 55%;
  }

  .xxl\:brtl-55 {
    border-top-left-radius: 55%;
  }

  .xxl\:brtr-55 {
    border-top-right-radius: 55%;
  }

  .xxl\:brbl-55 {
    border-bottom-left-radius: 55%;
  }

  .xxl\:brbr-55 {
    border-bottom-right-radius: 55%;
  }

  .xxl\:br-60 {
    border-radius: 60%;
  }

  .xxl\:brtl-60 {
    border-top-left-radius: 60%;
  }

  .xxl\:brtr-60 {
    border-top-right-radius: 60%;
  }

  .xxl\:brbl-60 {
    border-bottom-left-radius: 60%;
  }

  .xxl\:brbr-60 {
    border-bottom-right-radius: 60%;
  }

  .xxl\:br-65 {
    border-radius: 65%;
  }

  .xxl\:brtl-65 {
    border-top-left-radius: 65%;
  }

  .xxl\:brtr-65 {
    border-top-right-radius: 65%;
  }

  .xxl\:brbl-65 {
    border-bottom-left-radius: 65%;
  }

  .xxl\:brbr-65 {
    border-bottom-right-radius: 65%;
  }

  .xxl\:br-70 {
    border-radius: 70%;
  }

  .xxl\:brtl-70 {
    border-top-left-radius: 70%;
  }

  .xxl\:brtr-70 {
    border-top-right-radius: 70%;
  }

  .xxl\:brbl-70 {
    border-bottom-left-radius: 70%;
  }

  .xxl\:brbr-70 {
    border-bottom-right-radius: 70%;
  }

  .xxl\:br-75 {
    border-radius: 75%;
  }

  .xxl\:brtl-75 {
    border-top-left-radius: 75%;
  }

  .xxl\:brtr-75 {
    border-top-right-radius: 75%;
  }

  .xxl\:brbl-75 {
    border-bottom-left-radius: 75%;
  }

  .xxl\:brbr-75 {
    border-bottom-right-radius: 75%;
  }

  .xxl\:br-80 {
    border-radius: 80%;
  }

  .xxl\:brtl-80 {
    border-top-left-radius: 80%;
  }

  .xxl\:brtr-80 {
    border-top-right-radius: 80%;
  }

  .xxl\:brbl-80 {
    border-bottom-left-radius: 80%;
  }

  .xxl\:brbr-80 {
    border-bottom-right-radius: 80%;
  }

  .xxl\:br-85 {
    border-radius: 85%;
  }

  .xxl\:brtl-85 {
    border-top-left-radius: 85%;
  }

  .xxl\:brtr-85 {
    border-top-right-radius: 85%;
  }

  .xxl\:brbl-85 {
    border-bottom-left-radius: 85%;
  }

  .xxl\:brbr-85 {
    border-bottom-right-radius: 85%;
  }

  .xxl\:br-90 {
    border-radius: 90%;
  }

  .xxl\:brtl-90 {
    border-top-left-radius: 90%;
  }

  .xxl\:brtr-90 {
    border-top-right-radius: 90%;
  }

  .xxl\:brbl-90 {
    border-bottom-left-radius: 90%;
  }

  .xxl\:brbr-90 {
    border-bottom-right-radius: 90%;
  }

  .xxl\:br-95 {
    border-radius: 95%;
  }

  .xxl\:brtl-95 {
    border-top-left-radius: 95%;
  }

  .xxl\:brtr-95 {
    border-top-right-radius: 95%;
  }

  .xxl\:brbl-95 {
    border-bottom-left-radius: 95%;
  }

  .xxl\:brbr-95 {
    border-bottom-right-radius: 95%;
  }

  .xxl\:br-100 {
    border-radius: 100%;
  }

  .xxl\:brtl-100 {
    border-top-left-radius: 100%;
  }

  .xxl\:brtr-100 {
    border-top-right-radius: 100%;
  }

  .xxl\:brbl-100 {
    border-bottom-left-radius: 100%;
  }

  .xxl\:brbr-100 {
    border-bottom-right-radius: 100%;
  }

  .xxl\:br-0px {
    border-radius: 0;
  }

  .xxl\:brtl-0px {
    border-top-left-radius: 0;
  }

  .xxl\:brtr-0px {
    border-top-right-radius: 0;
  }

  .xxl\:brbl-0px {
    border-bottom-left-radius: 0;
  }

  .xxl\:brbr-0px {
    border-bottom-right-radius: 0;
  }

  .xxl\:br-5px {
    border-radius: 5px;
  }

  .xxl\:brtl-5px {
    border-top-left-radius: 5px;
  }

  .xxl\:brtr-5px {
    border-top-right-radius: 5px;
  }

  .xxl\:brbl-5px {
    border-bottom-left-radius: 5px;
  }

  .xxl\:brbr-5px {
    border-bottom-right-radius: 5px;
  }

  .xxl\:br-10px {
    border-radius: 10px;
  }

  .xxl\:brtl-10px {
    border-top-left-radius: 10px;
  }

  .xxl\:brtr-10px {
    border-top-right-radius: 10px;
  }

  .xxl\:brbl-10px {
    border-bottom-left-radius: 10px;
  }

  .xxl\:brbr-10px {
    border-bottom-right-radius: 10px;
  }

  .xxl\:br-15px {
    border-radius: 15px;
  }

  .xxl\:brtl-15px {
    border-top-left-radius: 15px;
  }

  .xxl\:brtr-15px {
    border-top-right-radius: 15px;
  }

  .xxl\:brbl-15px {
    border-bottom-left-radius: 15px;
  }

  .xxl\:brbr-15px {
    border-bottom-right-radius: 15px;
  }

  .xxl\:br-20px {
    border-radius: 20px;
  }

  .xxl\:brtl-20px {
    border-top-left-radius: 20px;
  }

  .xxl\:brtr-20px {
    border-top-right-radius: 20px;
  }

  .xxl\:brbl-20px {
    border-bottom-left-radius: 20px;
  }

  .xxl\:brbr-20px {
    border-bottom-right-radius: 20px;
  }

  .xxl\:br-25px {
    border-radius: 25px;
  }

  .xxl\:brtl-25px {
    border-top-left-radius: 25px;
  }

  .xxl\:brtr-25px {
    border-top-right-radius: 25px;
  }

  .xxl\:brbl-25px {
    border-bottom-left-radius: 25px;
  }

  .xxl\:brbr-25px {
    border-bottom-right-radius: 25px;
  }

  .xxl\:br-30px {
    border-radius: 30px;
  }

  .xxl\:brtl-30px {
    border-top-left-radius: 30px;
  }

  .xxl\:brtr-30px {
    border-top-right-radius: 30px;
  }

  .xxl\:brbl-30px {
    border-bottom-left-radius: 30px;
  }

  .xxl\:brbr-30px {
    border-bottom-right-radius: 30px;
  }

  .xxl\:br-35px {
    border-radius: 35px;
  }

  .xxl\:brtl-35px {
    border-top-left-radius: 35px;
  }

  .xxl\:brtr-35px {
    border-top-right-radius: 35px;
  }

  .xxl\:brbl-35px {
    border-bottom-left-radius: 35px;
  }

  .xxl\:brbr-35px {
    border-bottom-right-radius: 35px;
  }

  .xxl\:br-40px {
    border-radius: 40px;
  }

  .xxl\:brtl-40px {
    border-top-left-radius: 40px;
  }

  .xxl\:brtr-40px {
    border-top-right-radius: 40px;
  }

  .xxl\:brbl-40px {
    border-bottom-left-radius: 40px;
  }

  .xxl\:brbr-40px {
    border-bottom-right-radius: 40px;
  }

  .xxl\:br-45px {
    border-radius: 45px;
  }

  .xxl\:brtl-45px {
    border-top-left-radius: 45px;
  }

  .xxl\:brtr-45px {
    border-top-right-radius: 45px;
  }

  .xxl\:brbl-45px {
    border-bottom-left-radius: 45px;
  }

  .xxl\:brbr-45px {
    border-bottom-right-radius: 45px;
  }

  .xxl\:br-50px {
    border-radius: 50px;
  }

  .xxl\:brtl-50px {
    border-top-left-radius: 50px;
  }

  .xxl\:brtr-50px {
    border-top-right-radius: 50px;
  }

  .xxl\:brbl-50px {
    border-bottom-left-radius: 50px;
  }

  .xxl\:brbr-50px {
    border-bottom-right-radius: 50px;
  }

  .xxl\:br-55px {
    border-radius: 55px;
  }

  .xxl\:brtl-55px {
    border-top-left-radius: 55px;
  }

  .xxl\:brtr-55px {
    border-top-right-radius: 55px;
  }

  .xxl\:brbl-55px {
    border-bottom-left-radius: 55px;
  }

  .xxl\:brbr-55px {
    border-bottom-right-radius: 55px;
  }

  .xxl\:br-60px {
    border-radius: 60px;
  }

  .xxl\:brtl-60px {
    border-top-left-radius: 60px;
  }

  .xxl\:brtr-60px {
    border-top-right-radius: 60px;
  }

  .xxl\:brbl-60px {
    border-bottom-left-radius: 60px;
  }

  .xxl\:brbr-60px {
    border-bottom-right-radius: 60px;
  }

  .xxl\:br-65px {
    border-radius: 65px;
  }

  .xxl\:brtl-65px {
    border-top-left-radius: 65px;
  }

  .xxl\:brtr-65px {
    border-top-right-radius: 65px;
  }

  .xxl\:brbl-65px {
    border-bottom-left-radius: 65px;
  }

  .xxl\:brbr-65px {
    border-bottom-right-radius: 65px;
  }

  .xxl\:br-70px {
    border-radius: 70px;
  }

  .xxl\:brtl-70px {
    border-top-left-radius: 70px;
  }

  .xxl\:brtr-70px {
    border-top-right-radius: 70px;
  }

  .xxl\:brbl-70px {
    border-bottom-left-radius: 70px;
  }

  .xxl\:brbr-70px {
    border-bottom-right-radius: 70px;
  }

  .xxl\:br-75px {
    border-radius: 75px;
  }

  .xxl\:brtl-75px {
    border-top-left-radius: 75px;
  }

  .xxl\:brtr-75px {
    border-top-right-radius: 75px;
  }

  .xxl\:brbl-75px {
    border-bottom-left-radius: 75px;
  }

  .xxl\:brbr-75px {
    border-bottom-right-radius: 75px;
  }

  .xxl\:br-80px {
    border-radius: 80px;
  }

  .xxl\:brtl-80px {
    border-top-left-radius: 80px;
  }

  .xxl\:brtr-80px {
    border-top-right-radius: 80px;
  }

  .xxl\:brbl-80px {
    border-bottom-left-radius: 80px;
  }

  .xxl\:brbr-80px {
    border-bottom-right-radius: 80px;
  }

  .xxl\:br-85px {
    border-radius: 85px;
  }

  .xxl\:brtl-85px {
    border-top-left-radius: 85px;
  }

  .xxl\:brtr-85px {
    border-top-right-radius: 85px;
  }

  .xxl\:brbl-85px {
    border-bottom-left-radius: 85px;
  }

  .xxl\:brbr-85px {
    border-bottom-right-radius: 85px;
  }

  .xxl\:br-90px {
    border-radius: 90px;
  }

  .xxl\:brtl-90px {
    border-top-left-radius: 90px;
  }

  .xxl\:brtr-90px {
    border-top-right-radius: 90px;
  }

  .xxl\:brbl-90px {
    border-bottom-left-radius: 90px;
  }

  .xxl\:brbr-90px {
    border-bottom-right-radius: 90px;
  }

  .xxl\:br-95px {
    border-radius: 95px;
  }

  .xxl\:brtl-95px {
    border-top-left-radius: 95px;
  }

  .xxl\:brtr-95px {
    border-top-right-radius: 95px;
  }

  .xxl\:brbl-95px {
    border-bottom-left-radius: 95px;
  }

  .xxl\:brbr-95px {
    border-bottom-right-radius: 95px;
  }

  .xxl\:br-100px {
    border-radius: 100px;
  }

  .xxl\:brtl-100px {
    border-top-left-radius: 100px;
  }

  .xxl\:brtr-100px {
    border-top-right-radius: 100px;
  }

  .xxl\:brbl-100px {
    border-bottom-left-radius: 100px;
  }

  .xxl\:brbr-100px {
    border-bottom-right-radius: 100px;
  }

  .xxl\:br-none {
    border-radius: 0;
  }

  .xxl\:br-full {
    border-radius: 9999px;
  }

  .xxl\:brtl-full {
    border-top-left-radius: 9999px;
  }

  .xxl\:brtr-full {
    border-top-right-radius: 9999px;
  }

  .xxl\:brbl-full {
    border-bottom-left-radius: 9999px;
  }

  .xxl\:brbr-full {
    border-bottom-right-radius: 9999px;
  }

  .xxl\:border-style-solid {
    border-style: solid;
  }

  .xxl\:border-style-dashed {
    border-style: dashed;
  }

  .xxl\:border-style-dotted {
    border-style: dotted;
  }

  .xxl\:border-style-double {
    border-style: double;
  }

  .xxl\:border-style-none {
    border-style: none;
  }

  .xxl\:border-0px {
    border-width: 0;
  }

  .xxl\:border-t-0px {
    border-top-width: 0;
  }

  .xxl\:border-r-0px {
    border-right-width: 0;
  }

  .xxl\:border-b-0px {
    border-bottom-width: 0;
  }

  .xxl\:border-l-0px {
    border-left-width: 0;
  }

  .xxl\:border-1px {
    border-width: 1px;
  }

  .xxl\:border-t-1px {
    border-top-width: 1px;
  }

  .xxl\:border-r-1px {
    border-right-width: 1px;
  }

  .xxl\:border-b-1px {
    border-bottom-width: 1px;
  }

  .xxl\:border-l-1px {
    border-left-width: 1px;
  }

  .xxl\:border-2px {
    border-width: 2px;
  }

  .xxl\:border-t-2px {
    border-top-width: 2px;
  }

  .xxl\:border-r-2px {
    border-right-width: 2px;
  }

  .xxl\:border-b-2px {
    border-bottom-width: 2px;
  }

  .xxl\:border-l-2px {
    border-left-width: 2px;
  }

  .xxl\:border-3px {
    border-width: 3px;
  }

  .xxl\:border-t-3px {
    border-top-width: 3px;
  }

  .xxl\:border-r-3px {
    border-right-width: 3px;
  }

  .xxl\:border-b-3px {
    border-bottom-width: 3px;
  }

  .xxl\:border-l-3px {
    border-left-width: 3px;
  }

  .xxl\:border-4px {
    border-width: 4px;
  }

  .xxl\:border-t-4px {
    border-top-width: 4px;
  }

  .xxl\:border-r-4px {
    border-right-width: 4px;
  }

  .xxl\:border-b-4px {
    border-bottom-width: 4px;
  }

  .xxl\:border-l-4px {
    border-left-width: 4px;
  }

  .xxl\:border-5px {
    border-width: 5px;
  }

  .xxl\:border-t-5px {
    border-top-width: 5px;
  }

  .xxl\:border-r-5px {
    border-right-width: 5px;
  }

  .xxl\:border-b-5px {
    border-bottom-width: 5px;
  }

  .xxl\:border-l-5px {
    border-left-width: 5px;
  }

  .xxl\:border-6px {
    border-width: 6px;
  }

  .xxl\:border-t-6px {
    border-top-width: 6px;
  }

  .xxl\:border-r-6px {
    border-right-width: 6px;
  }

  .xxl\:border-b-6px {
    border-bottom-width: 6px;
  }

  .xxl\:border-l-6px {
    border-left-width: 6px;
  }

  .xxl\:border-7px {
    border-width: 7px;
  }

  .xxl\:border-t-7px {
    border-top-width: 7px;
  }

  .xxl\:border-r-7px {
    border-right-width: 7px;
  }

  .xxl\:border-b-7px {
    border-bottom-width: 7px;
  }

  .xxl\:border-l-7px {
    border-left-width: 7px;
  }

  .xxl\:border-8px {
    border-width: 8px;
  }

  .xxl\:border-t-8px {
    border-top-width: 8px;
  }

  .xxl\:border-r-8px {
    border-right-width: 8px;
  }

  .xxl\:border-b-8px {
    border-bottom-width: 8px;
  }

  .xxl\:border-l-8px {
    border-left-width: 8px;
  }

  .xxl\:border-9px {
    border-width: 9px;
  }

  .xxl\:border-t-9px {
    border-top-width: 9px;
  }

  .xxl\:border-r-9px {
    border-right-width: 9px;
  }

  .xxl\:border-b-9px {
    border-bottom-width: 9px;
  }

  .xxl\:border-l-9px {
    border-left-width: 9px;
  }

  .xxl\:border-10px {
    border-width: 10px;
  }

  .xxl\:border-t-10px {
    border-top-width: 10px;
  }

  .xxl\:border-r-10px {
    border-right-width: 10px;
  }

  .xxl\:border-b-10px {
    border-bottom-width: 10px;
  }

  .xxl\:border-l-10px {
    border-left-width: 10px;
  }

  .xxl\:border-none {
    border-width: 0;
  }

  .xxl\:box-shadow-none {
    box-shadow: 0 0 transparent;
  }

  .xxl\:box-shadow-xs {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  }

  .xxl\:box-shadow-sm {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }

  .xxl\:box-shadow-md {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  }

  .xxl\:box-shadow-lg {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  }

  .xxl\:box-shadow-xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  .xxl\:box-shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }

  .xxl\:box-sizing-border {
    box-sizing: border-box;
  }

  .xxl\:box-sizing-content {
    box-sizing: content-box;
  }

  .xxl\:clear-left {
    clear: left;
  }

  .xxl\:clear-right {
    clear: right;
  }

  .xxl\:clear-both {
    clear: both;
  }

  .xxl\:clear-none {
    clear: none;
  }

  .xxl\:text-red-600 {
    --text-opacity: 1;
    color: rgba(237, 45, 45, var(--text-opacity));
  }

  .xxl\:text-red-700 {
    --text-opacity: 1;
    color: rgba(235, 21, 21, var(--text-opacity));
  }

  .xxl\:text-red-800 {
    --text-opacity: 1;
    color: rgba(212, 18, 18, var(--text-opacity));
  }

  .xxl\:text-red-900 {
    --text-opacity: 1;
    color: rgba(189, 16, 16, var(--text-opacity));
  }

  .xxl\:text-red-500 {
    --text-opacity: 1;
    color: rgba(239, 68, 68, var(--text-opacity));
  }

  .xxl\:text-red-400 {
    --text-opacity: 1;
    color: rgba(242, 106, 106, var(--text-opacity));
  }

  .xxl\:text-red-300 {
    --text-opacity: 1;
    color: rgba(245, 143, 143, var(--text-opacity));
  }

  .xxl\:text-red-200 {
    --text-opacity: 1;
    color: rgba(249, 181, 181, var(--text-opacity));
  }

  .xxl\:text-red-100 {
    --text-opacity: 1;
    color: rgba(252, 218, 218, var(--text-opacity));
  }

  .xxl\:text-green-600 {
    --text-opacity: 1;
    color: rgba(14, 162, 113, var(--text-opacity));
  }

  .xxl\:text-green-700 {
    --text-opacity: 1;
    color: rgba(12, 138, 96, var(--text-opacity));
  }

  .xxl\:text-green-800 {
    --text-opacity: 1;
    color: rgba(10, 115, 80, var(--text-opacity));
  }

  .xxl\:text-green-900 {
    --text-opacity: 1;
    color: rgba(8, 91, 64, var(--text-opacity));
  }

  .xxl\:text-green-500 {
    --text-opacity: 1;
    color: rgba(16, 185, 129, var(--text-opacity));
  }

  .xxl\:text-green-400 {
    --text-opacity: 1;
    color: rgba(19, 223, 155, var(--text-opacity));
  }

  .xxl\:text-green-300 {
    --text-opacity: 1;
    color: rgba(46, 237, 174, var(--text-opacity));
  }

  .xxl\:text-green-200 {
    --text-opacity: 1;
    color: rgba(83, 240, 188, var(--text-opacity));
  }

  .xxl\:text-green-100 {
    --text-opacity: 1;
    color: rgba(121, 243, 203, var(--text-opacity));
  }

  .xxl\:text-blue-600 {
    --text-opacity: 1;
    color: rgba(35, 114, 245, var(--text-opacity));
  }

  .xxl\:text-blue-700 {
    --text-opacity: 1;
    color: rgba(11, 99, 243, var(--text-opacity));
  }

  .xxl\:text-blue-800 {
    --text-opacity: 1;
    color: rgba(10, 89, 218, var(--text-opacity));
  }

  .xxl\:text-blue-900 {
    --text-opacity: 1;
    color: rgba(9, 79, 194, var(--text-opacity));
  }

  .xxl\:text-blue-500 {
    --text-opacity: 1;
    color: rgba(59, 130, 246, var(--text-opacity));
  }

  .xxl\:text-blue-400 {
    --text-opacity: 1;
    color: rgba(98, 155, 248, var(--text-opacity));
  }

  .xxl\:text-blue-300 {
    --text-opacity: 1;
    color: rgba(137, 180, 250, var(--text-opacity));
  }

  .xxl\:text-blue-200 {
    --text-opacity: 1;
    color: rgba(176, 205, 251, var(--text-opacity));
  }

  .xxl\:text-blue-100 {
    --text-opacity: 1;
    color: rgba(215, 230, 253, var(--text-opacity));
  }

  .xxl\:text-yellow-600 {
    --text-opacity: 1;
    color: rgba(251, 184, 11, var(--text-opacity));
  }

  .xxl\:text-yellow-700 {
    --text-opacity: 1;
    color: rgba(232, 168, 4, var(--text-opacity));
  }

  .xxl\:text-yellow-800 {
    --text-opacity: 1;
    color: rgba(207, 150, 4, var(--text-opacity));
  }

  .xxl\:text-yellow-900 {
    --text-opacity: 1;
    color: rgba(182, 132, 3, var(--text-opacity));
  }

  .xxl\:text-yellow-500 {
    --text-opacity: 1;
    color: rgba(251, 191, 36, var(--text-opacity));
  }

  .xxl\:text-yellow-400 {
    --text-opacity: 1;
    color: rgba(252, 203, 76, var(--text-opacity));
  }

  .xxl\:text-yellow-300 {
    --text-opacity: 1;
    color: rgba(252, 214, 116, var(--text-opacity));
  }

  .xxl\:text-yellow-200 {
    --text-opacity: 1;
    color: rgba(253, 226, 156, var(--text-opacity));
  }

  .xxl\:text-yellow-100 {
    --text-opacity: 1;
    color: rgba(254, 238, 196, var(--text-opacity));
  }

  .xxl\:text-pink-600 {
    --text-opacity: 1;
    color: rgba(234, 49, 140, var(--text-opacity));
  }

  .xxl\:text-pink-700 {
    --text-opacity: 1;
    color: rgba(231, 26, 127, var(--text-opacity));
  }

  .xxl\:text-pink-800 {
    --text-opacity: 1;
    color: rgba(210, 22, 115, var(--text-opacity));
  }

  .xxl\:text-pink-900 {
    --text-opacity: 1;
    color: rgba(187, 19, 102, var(--text-opacity));
  }

  .xxl\:text-pink-500 {
    --text-opacity: 1;
    color: rgba(236, 72, 153, var(--text-opacity));
  }

  .xxl\:text-pink-400 {
    --text-opacity: 1;
    color: rgba(240, 109, 174, var(--text-opacity));
  }

  .xxl\:text-pink-300 {
    --text-opacity: 1;
    color: rgba(244, 146, 194, var(--text-opacity));
  }

  .xxl\:text-pink-200 {
    --text-opacity: 1;
    color: rgba(248, 183, 215, var(--text-opacity));
  }

  .xxl\:text-pink-100 {
    --text-opacity: 1;
    color: rgba(251, 220, 235, var(--text-opacity));
  }

  .xxl\:text-purple-600 {
    --text-opacity: 1;
    color: rgba(122, 68, 245, var(--text-opacity));
  }

  .xxl\:text-purple-700 {
    --text-opacity: 1;
    color: rgba(105, 44, 243, var(--text-opacity));
  }

  .xxl\:text-purple-800 {
    --text-opacity: 1;
    color: rgba(87, 20, 242, var(--text-opacity));
  }

  .xxl\:text-purple-900 {
    --text-opacity: 1;
    color: rgba(77, 12, 224, var(--text-opacity));
  }

  .xxl\:text-purple-500 {
    --text-opacity: 1;
    color: rgba(139, 92, 246, var(--text-opacity));
  }

  .xxl\:text-purple-400 {
    --text-opacity: 1;
    color: rgba(167, 131, 248, var(--text-opacity));
  }

  .xxl\:text-purple-300 {
    --text-opacity: 1;
    color: rgba(194, 169, 250, var(--text-opacity));
  }

  .xxl\:text-purple-200 {
    --text-opacity: 1;
    color: rgba(222, 208, 252, var(--text-opacity));
  }

  .xxl\:text-purple-100 {
    --text-opacity: 1;
    color: rgba(249, 247, 255, var(--text-opacity));
  }

  .xxl\:text-gray-600 {
    --text-opacity: 1;
    color: rgba(95, 102, 114, var(--text-opacity));
  }

  .xxl\:text-gray-700 {
    --text-opacity: 1;
    color: rgba(84, 89, 100, var(--text-opacity));
  }

  .xxl\:text-gray-800 {
    --text-opacity: 1;
    color: rgba(72, 77, 86, var(--text-opacity));
  }

  .xxl\:text-gray-900 {
    --text-opacity: 1;
    color: rgba(61, 65, 72, var(--text-opacity));
  }

  .xxl\:text-gray-500 {
    --text-opacity: 1;
    color: rgba(107, 114, 128, var(--text-opacity));
  }

  .xxl\:text-gray-400 {
    --text-opacity: 1;
    color: rgba(127, 134, 148, var(--text-opacity));
  }

  .xxl\:text-gray-300 {
    --text-opacity: 1;
    color: rgba(150, 155, 167, var(--text-opacity));
  }

  .xxl\:text-gray-200 {
    --text-opacity: 1;
    color: rgba(172, 176, 186, var(--text-opacity));
  }

  .xxl\:text-gray-100 {
    --text-opacity: 1;
    color: rgba(194, 197, 204, var(--text-opacity));
  }

  .xxl\:w-1\/12 {
    width: 8.3333333333%;
  }

  .xxl\:min-w-1\/12 {
    min-width: 8.3333333333%;
  }

  .xxl\:max-w-1\/12 {
    max-width: 8.3333333333%;
  }

  .xxl\:h-1\/12 {
    height: 8.3333333333%;
  }

  .xxl\:min-h-1\/12 {
    min-height: 8.3333333333%;
  }

  .xxl\:max-h-1\/12 {
    max-height: 8.3333333333%;
  }

  .xxl\:w-2\/12 {
    width: 16.6666666667%;
  }

  .xxl\:min-w-2\/12 {
    min-width: 16.6666666667%;
  }

  .xxl\:max-w-2\/12 {
    max-width: 16.6666666667%;
  }

  .xxl\:h-2\/12 {
    height: 16.6666666667%;
  }

  .xxl\:min-h-2\/12 {
    min-height: 16.6666666667%;
  }

  .xxl\:max-h-2\/12 {
    max-height: 16.6666666667%;
  }

  .xxl\:w-3\/12 {
    width: 25%;
  }

  .xxl\:min-w-3\/12 {
    min-width: 25%;
  }

  .xxl\:max-w-3\/12 {
    max-width: 25%;
  }

  .xxl\:h-3\/12 {
    height: 25%;
  }

  .xxl\:min-h-3\/12 {
    min-height: 25%;
  }

  .xxl\:max-h-3\/12 {
    max-height: 25%;
  }

  .xxl\:w-4\/12 {
    width: 33.3333333333%;
  }

  .xxl\:min-w-4\/12 {
    min-width: 33.3333333333%;
  }

  .xxl\:max-w-4\/12 {
    max-width: 33.3333333333%;
  }

  .xxl\:h-4\/12 {
    height: 33.3333333333%;
  }

  .xxl\:min-h-4\/12 {
    min-height: 33.3333333333%;
  }

  .xxl\:max-h-4\/12 {
    max-height: 33.3333333333%;
  }

  .xxl\:w-5\/12 {
    width: 41.6666666667%;
  }

  .xxl\:min-w-5\/12 {
    min-width: 41.6666666667%;
  }

  .xxl\:max-w-5\/12 {
    max-width: 41.6666666667%;
  }

  .xxl\:h-5\/12 {
    height: 41.6666666667%;
  }

  .xxl\:min-h-5\/12 {
    min-height: 41.6666666667%;
  }

  .xxl\:max-h-5\/12 {
    max-height: 41.6666666667%;
  }

  .xxl\:w-6\/12 {
    width: 50%;
  }

  .xxl\:min-w-6\/12 {
    min-width: 50%;
  }

  .xxl\:max-w-6\/12 {
    max-width: 50%;
  }

  .xxl\:h-6\/12 {
    height: 50%;
  }

  .xxl\:min-h-6\/12 {
    min-height: 50%;
  }

  .xxl\:max-h-6\/12 {
    max-height: 50%;
  }

  .xxl\:w-7\/12 {
    width: 58.3333333333%;
  }

  .xxl\:min-w-7\/12 {
    min-width: 58.3333333333%;
  }

  .xxl\:max-w-7\/12 {
    max-width: 58.3333333333%;
  }

  .xxl\:h-7\/12 {
    height: 58.3333333333%;
  }

  .xxl\:min-h-7\/12 {
    min-height: 58.3333333333%;
  }

  .xxl\:max-h-7\/12 {
    max-height: 58.3333333333%;
  }

  .xxl\:w-8\/12 {
    width: 66.6666666667%;
  }

  .xxl\:min-w-8\/12 {
    min-width: 66.6666666667%;
  }

  .xxl\:max-w-8\/12 {
    max-width: 66.6666666667%;
  }

  .xxl\:h-8\/12 {
    height: 66.6666666667%;
  }

  .xxl\:min-h-8\/12 {
    min-height: 66.6666666667%;
  }

  .xxl\:max-h-8\/12 {
    max-height: 66.6666666667%;
  }

  .xxl\:w-9\/12 {
    width: 75%;
  }

  .xxl\:min-w-9\/12 {
    min-width: 75%;
  }

  .xxl\:max-w-9\/12 {
    max-width: 75%;
  }

  .xxl\:h-9\/12 {
    height: 75%;
  }

  .xxl\:min-h-9\/12 {
    min-height: 75%;
  }

  .xxl\:max-h-9\/12 {
    max-height: 75%;
  }

  .xxl\:w-10\/12 {
    width: 83.3333333333%;
  }

  .xxl\:min-w-10\/12 {
    min-width: 83.3333333333%;
  }

  .xxl\:max-w-10\/12 {
    max-width: 83.3333333333%;
  }

  .xxl\:h-10\/12 {
    height: 83.3333333333%;
  }

  .xxl\:min-h-10\/12 {
    min-height: 83.3333333333%;
  }

  .xxl\:max-h-10\/12 {
    max-height: 83.3333333333%;
  }

  .xxl\:w-11\/12 {
    width: 91.6666666667%;
  }

  .xxl\:min-w-11\/12 {
    min-width: 91.6666666667%;
  }

  .xxl\:max-w-11\/12 {
    max-width: 91.6666666667%;
  }

  .xxl\:h-11\/12 {
    height: 91.6666666667%;
  }

  .xxl\:min-h-11\/12 {
    min-height: 91.6666666667%;
  }

  .xxl\:max-h-11\/12 {
    max-height: 91.6666666667%;
  }

  .xxl\:w-12\/12 {
    width: 100%;
  }

  .xxl\:min-w-12\/12 {
    min-width: 100%;
  }

  .xxl\:max-w-12\/12 {
    max-width: 100%;
  }

  .xxl\:h-12\/12 {
    height: 100%;
  }

  .xxl\:min-h-12\/12 {
    min-height: 100%;
  }

  .xxl\:max-h-12\/12 {
    max-height: 100%;
  }

  .xxl\:container {
    max-width: 1366px;
  }

  .container {
    max-width: 1366px;
  }

  .xxl\:container-fluid {
    width: 100%;
  }

  .xxl\:cursor-alias {
    cursor: alias;
  }

  .xxl\:cursor-all-scroll {
    cursor: all-scroll;
  }

  .xxl\:cursor-auto {
    cursor: auto;
  }

  .xxl\:cursor-cell {
    cursor: cell;
  }

  .xxl\:cursor-context-menu {
    cursor: context-menu;
  }

  .xxl\:cursor-col-resize {
    cursor: col-resize;
  }

  .xxl\:cursor-copy {
    cursor: copy;
  }

  .xxl\:cursor-crosshair {
    cursor: crosshair;
  }

  .xxl\:cursor-default {
    cursor: default;
  }

  .xxl\:cursor-e-resize {
    cursor: e-resize;
  }

  .xxl\:cursor-ew-resize {
    cursor: ew-resize;
  }

  .xxl\:cursor-grab {
    cursor: grab;
  }

  .xxl\:cursor-grabbing {
    cursor: grabbing;
  }

  .xxl\:cursor-help {
    cursor: help;
  }

  .xxl\:cursor-move {
    cursor: move;
  }

  .xxl\:cursor-n-resize {
    cursor: n-resize;
  }

  .xxl\:cursor-ne-resize {
    cursor: ne-resize;
  }

  .xxl\:cursor-nesw-resize {
    cursor: nesw-resize;
  }

  .xxl\:cursor-ns-resize {
    cursor: ns-resize;
  }

  .xxl\:cursor-nw-resize {
    cursor: nw-resize;
  }

  .xxl\:cursor-nwse-resize {
    cursor: nwse-resize;
  }

  .xxl\:cursor-no-drop {
    cursor: no-drop;
  }

  .xxl\:cursor-none {
    cursor: none;
  }

  .xxl\:cursor-not-allowed {
    cursor: not-allowed;
  }

  .xxl\:cursor-pointer {
    cursor: pointer;
  }

  .xxl\:cursor-progress {
    cursor: progress;
  }

  .xxl\:cursor-row-resize {
    cursor: row-resize;
  }

  .xxl\:cursor-s-resize {
    cursor: s-resize;
  }

  .xxl\:cursor-se-resize {
    cursor: se-resize;
  }

  .xxl\:cursor-sw-resize {
    cursor: sw-resize;
  }

  .xxl\:cursor-text {
    cursor: text;
  }

  .xxl\:cursor-w-resize {
    cursor: w-resize;
  }

  .xxl\:cursor-wait {
    cursor: wait;
  }

  .xxl\:cursor-zoom-in {
    cursor: zoom-in;
  }

  .xxl\:cursor-zoom-out {
    cursor: zoom-out;
  }

  .xxl\:display-inline {
    display: inline;
  }

  .xxl\:display-block {
    display: block;
  }

  .xxl\:display-contents {
    display: contents;
  }

  .xxl\:display-flex {
    display: flex;
  }

  .xxl\:display-flow-root {
    display: flow-root;
  }

  .xxl\:display-grid {
    display: grid;
  }

  .xxl\:display-inline-block {
    display: inline-block;
  }

  .xxl\:display-inline-flex {
    display: inline-flex;
  }

  .xxl\:display-inline-grid {
    display: inline-grid;
  }

  .xxl\:display-inline-table {
    display: inline-table;
  }

  .xxl\:display-list-item {
    display: list-item;
  }

  .xxl\:display-run-in {
    display: run-in;
  }

  .xxl\:display-table {
    display: table;
  }

  .xxl\:display-table-caption {
    display: table-caption;
  }

  .xxl\:display-table-column-group {
    display: table-column-group;
  }

  .xxl\:display-table-header-group {
    display: table-header-group;
  }

  .xxl\:display-table-footer-group {
    display: table-footer-group;
  }

  .xxl\:display-table-row-group {
    display: table-row-group;
  }

  .xxl\:display-table-cell {
    display: table-cell;
  }

  .xxl\:display-table-column {
    display: table-column;
  }

  .xxl\:display-table-row {
    display: table-row;
  }

  .xxl\:display-none {
    display: none;
  }

  .xxl\:display-initial {
    display: initial;
  }

  .xxl\:flex-direction-row {
    flex-direction: row;
  }

  .xxl\:flex-direction-row-reverse {
    flex-direction: row-reverse;
  }

  .xxl\:flex-direction-column {
    flex-direction: column;
  }

  .xxl\:flex-direction-column-reverse {
    flex-direction: column-reverse;
  }

  .xxl\:flex-grow-0 {
    flex-grow: 0;
  }

  .xxl\:flex-grow-1 {
    flex-grow: 1;
  }

  .xxl\:flex-grow-2 {
    flex-grow: 2;
  }

  .xxl\:flex-grow-3 {
    flex-grow: 3;
  }

  .xxl\:flex-grow-4 {
    flex-grow: 4;
  }

  .xxl\:flex-grow-5 {
    flex-grow: 5;
  }

  .xxl\:flex-grow-6 {
    flex-grow: 6;
  }

  .xxl\:flex-grow-7 {
    flex-grow: 7;
  }

  .xxl\:flex-grow-8 {
    flex-grow: 8;
  }

  .xxl\:flex-grow-9 {
    flex-grow: 9;
  }

  .xxl\:flex-grow-10 {
    flex-grow: 10;
  }

  .xxl\:flex-grow-11 {
    flex-grow: 11;
  }

  .xxl\:flex-grow-12 {
    flex-grow: 12;
  }

  .xxl\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .xxl\:flex-shrink-1 {
    flex-shrink: 1;
  }

  .xxl\:flex-shrink-2 {
    flex-shrink: 2;
  }

  .xxl\:flex-shrink-3 {
    flex-shrink: 3;
  }

  .xxl\:flex-shrink-4 {
    flex-shrink: 4;
  }

  .xxl\:flex-shrink-5 {
    flex-shrink: 5;
  }

  .xxl\:flex-shrink-6 {
    flex-shrink: 6;
  }

  .xxl\:flex-shrink-7 {
    flex-shrink: 7;
  }

  .xxl\:flex-shrink-8 {
    flex-shrink: 8;
  }

  .xxl\:flex-shrink-9 {
    flex-shrink: 9;
  }

  .xxl\:flex-shrink-10 {
    flex-shrink: 10;
  }

  .xxl\:flex-shrink-11 {
    flex-shrink: 11;
  }

  .xxl\:flex-shrink-12 {
    flex-shrink: 12;
  }

  .xxl\:flex-wrap-wrap {
    flex-wrap: wrap;
  }

  .xxl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .xxl\:flex-wrap-nowrap {
    flex-wrap: nowrap;
  }

  .xxl\:flex-1 {
    flex: 1 1 0%;
  }

  .xxl\:flex-auto {
    flex: 1 1 auto;
  }

  .xxl\:flex-initial {
    flex: 0 1 auto;
  }

  .xxl\:flex-none {
    flex: none;
  }

  .xxl\:float-right {
    float: right;
  }

  .xxl\:float-left {
    float: left;
  }

  .xxl\:float-none {
    float: none;
  }

  .xxl\:font-sans {
    font-family: "ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji";
  }

  .xxl\:font-serif {
    font-family: "ui-serif, Georgia, Cambria, Times New Roman, Times, serif";
  }

  .xxl\:font-mono {
    font-family: "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace";
  }

  .xxl\:font-flow {
    font-family: "flow";
  }

  .xxl\:fs-normal {
    font-size: 1rem;
  }

  .xxl\:fs-xs {
    font-size: 0.75rem;
  }

  .xxl\:fs-sm {
    font-size: 0.875rem;
  }

  .xxl\:fs-md {
    font-size: 1rem;
  }

  .xxl\:fs-lg {
    font-size: 1.125rem;
  }

  .xxl\:fs-xl {
    font-size: 1.25rem;
  }

  .xxl\:fs-2xl {
    font-size: 1.5rem;
  }

  .xxl\:fs-3xl {
    font-size: 1.875rem;
  }

  .xxl\:fs-4xl {
    font-size: 2.25rem;
  }

  .xxl\:fs-5xl {
    font-size: 3rem;
  }

  .xxl\:fs-6xl {
    font-size: 4rem;
  }

  .xxl\:fs-7xl {
    font-size: 5rem;
  }

  .xxl\:font-antialiased {
    -webkit-font-smoothing: antialiased;
  }

  .xxl\:font-subpixel-antialiased {
    -webkit-font-smoothing: subpixel-antialiased;
  }

  .xxl\:font-auto {
    -webkit-font-smoothing: auto;
  }

  .xxl\:font-none {
    -webkit-font-smoothing: none;
  }

  .xxl\:font-style-normal {
    font-style: normal;
  }

  .xxl\:font-style-italic {
    font-style: italic;
  }

  .xxl\:font-weight-thin {
    font-weight: 100;
  }

  .xxl\:font-weight-extralight {
    font-weight: 200;
  }

  .xxl\:font-weight-light {
    font-weight: 300;
  }

  .xxl\:font-weight-normal {
    font-weight: 400;
  }

  .xxl\:font-weight-medium {
    font-weight: 500;
  }

  .xxl\:font-weight-semibold {
    font-weight: 600;
  }

  .xxl\:font-weight-bold {
    font-weight: 700;
  }

  .xxl\:font-weight-extrabold {
    font-weight: 800;
  }

  .xxl\:font-weight-black {
    font-weight: 900;
  }

  .xxl\:h-0 {
    height: 0;
  }

  .xxl\:h-5 {
    height: 5%;
  }

  .xxl\:h-10 {
    height: 10%;
  }

  .xxl\:h-15 {
    height: 15%;
  }

  .xxl\:h-20 {
    height: 20%;
  }

  .xxl\:h-25 {
    height: 25%;
  }

  .xxl\:h-30 {
    height: 30%;
  }

  .xxl\:h-35 {
    height: 35%;
  }

  .xxl\:h-40 {
    height: 40%;
  }

  .xxl\:h-45 {
    height: 45%;
  }

  .xxl\:h-50 {
    height: 50%;
  }

  .xxl\:h-55 {
    height: 55%;
  }

  .xxl\:h-60 {
    height: 60%;
  }

  .xxl\:h-65 {
    height: 65%;
  }

  .xxl\:h-70 {
    height: 70%;
  }

  .xxl\:h-75 {
    height: 75%;
  }

  .xxl\:h-80 {
    height: 80%;
  }

  .xxl\:h-85 {
    height: 85%;
  }

  .xxl\:h-90 {
    height: 90%;
  }

  .xxl\:h-95 {
    height: 95%;
  }

  .xxl\:h-100 {
    height: 100%;
  }

  .xxl\:h-0px {
    height: 0;
  }

  .xxl\:h-10px {
    height: 10px;
  }

  .xxl\:h-20px {
    height: 20px;
  }

  .xxl\:h-30px {
    height: 30px;
  }

  .xxl\:h-40px {
    height: 40px;
  }

  .xxl\:h-50px {
    height: 50px;
  }

  .xxl\:h-60px {
    height: 60px;
  }

  .xxl\:h-70px {
    height: 70px;
  }

  .xxl\:h-80px {
    height: 80px;
  }

  .xxl\:h-90px {
    height: 90px;
  }

  .xxl\:h-100px {
    height: 100px;
  }

  .xxl\:h-110px {
    height: 110px;
  }

  .xxl\:h-120px {
    height: 120px;
  }

  .xxl\:h-130px {
    height: 130px;
  }

  .xxl\:h-140px {
    height: 140px;
  }

  .xxl\:h-150px {
    height: 150px;
  }

  .xxl\:h-160px {
    height: 160px;
  }

  .xxl\:h-170px {
    height: 170px;
  }

  .xxl\:h-180px {
    height: 180px;
  }

  .xxl\:h-190px {
    height: 190px;
  }

  .xxl\:h-200px {
    height: 200px;
  }

  .xxl\:h-210px {
    height: 210px;
  }

  .xxl\:h-220px {
    height: 220px;
  }

  .xxl\:h-230px {
    height: 230px;
  }

  .xxl\:h-240px {
    height: 240px;
  }

  .xxl\:h-250px {
    height: 250px;
  }

  .xxl\:h-260px {
    height: 260px;
  }

  .xxl\:h-270px {
    height: 270px;
  }

  .xxl\:h-280px {
    height: 280px;
  }

  .xxl\:h-290px {
    height: 290px;
  }

  .xxl\:h-300px {
    height: 300px;
  }

  .xxl\:justify-content-start {
    justify-content: flex-start;
  }

  .xxl\:justify-content-end {
    justify-content: flex-end;
  }

  .xxl\:justify-content-center {
    justify-content: center;
  }

  .xxl\:justify-content-between {
    justify-content: space-between;
  }

  .xxl\:justify-content-around {
    justify-content: space-around;
  }

  .xxl\:justify-content-evenly {
    justify-content: space-evenly;
  }

  .xxl\:justify-items-baseline {
    justify-items: baseline;
  }

  .xxl\:justify-items-start {
    justify-items: start;
  }

  .xxl\:justify-items-end {
    justify-items: end;
  }

  .xxl\:justify-items-center {
    justify-items: center;
  }

  .xxl\:justify-items-stretch {
    justify-items: stretch;
  }

  .xxl\:justify-self-auto {
    justify-self: auto;
  }

  .xxl\:justify-self-start {
    justify-self: start;
  }

  .xxl\:justify-self-end {
    justify-self: end;
  }

  .xxl\:justify-self-center {
    justify-self: center;
  }

  .xxl\:justify-self-stretch {
    justify-self: stretch;
  }

  .xxl\:letter-spacing-normal {
    letter-spacing: 0;
  }

  .xxl\:letter-spacing-xs {
    letter-spacing: 0.01em;
  }

  .xxl\:letter-spacing-sm {
    letter-spacing: 0.02em;
  }

  .xxl\:letter-spacing-md {
    letter-spacing: 0.03em;
  }

  .xxl\:letter-spacing-lg {
    letter-spacing: 0.04em;
  }

  .xxl\:letter-spacing-xl {
    letter-spacing: 0.05em;
  }

  .xxl\:letter-spacing-2xl {
    letter-spacing: 0.06em;
  }

  .xxl\:letter-spacing-3xl {
    letter-spacing: 0.07em;
  }

  .xxl\:letter-spacing-4xl {
    letter-spacing: 0.08em;
  }

  .xxl\:letter-spacing-5xl {
    letter-spacing: 0.09em;
  }

  .xxl\:letter-spacing-6xl {
    letter-spacing: 0.1em;
  }

  .xxl\:letter-spacing-7xl {
    letter-spacing: 0.11em;
  }

  .xxl\:line-height-normal {
    line-height: 1em;
  }

  .xxl\:line-height-xs {
    line-height: 1.1em;
  }

  .xxl\:line-height-sm {
    line-height: 1.2em;
  }

  .xxl\:line-height-md {
    line-height: 1.3em;
  }

  .xxl\:line-height-lg {
    line-height: 1.4em;
  }

  .xxl\:line-height-xl {
    line-height: 1.5em;
  }

  .xxl\:line-height-2xl {
    line-height: 1.6em;
  }

  .xxl\:line-height-3xl {
    line-height: 1.7em;
  }

  .xxl\:line-height-4xl {
    line-height: 1.8em;
  }

  .xxl\:line-height-5xl {
    line-height: 1.9em;
  }

  .xxl\:line-height-6xl {
    line-height: 2em;
  }

  .xxl\:line-height-7xl {
    line-height: 2.1em;
  }

  .xxl\:list-style-position-inside {
    list-style-position: inside;
  }

  .xxl\:list-style-position-outside {
    list-style-position: outside;
  }

  .xxl\:list-style-type-none {
    list-style-type: none;
  }

  .xxl\:list-style-type-disc {
    list-style-type: disc;
  }

  .xxl\:list-style-type-circle {
    list-style-type: circle;
  }

  .xxl\:list-style-type-square {
    list-style-type: square;
  }

  .xxl\:list-style-type-lower-alpha {
    list-style-type: lower-alpha;
  }

  .xxl\:list-style-type-lower-latin {
    list-style-type: lower-latin;
  }

  .xxl\:list-style-type-lower-roman {
    list-style-type: lower-roman;
  }

  .xxl\:list-style-type-upper-alpha {
    list-style-type: upper-alpha;
  }

  .xxl\:list-style-type-upper-latin {
    list-style-type: upper-latin;
  }

  .xxl\:list-style-type-upper-roman {
    list-style-type: upper-roman;
  }

  .xxl\:list-style-type-decimal {
    list-style-type: decimal;
  }

  .xxl\:m-0 {
    margin: 0;
  }

  .xxl\:mt-0 {
    margin-top: 0;
  }

  .xxl\:mr-0 {
    margin-right: 0;
  }

  .xxl\:mb-0 {
    margin-bottom: 0;
  }

  .xxl\:ml-0 {
    margin-left: 0;
  }

  .xxl\:m-5 {
    margin: 5%;
  }

  .xxl\:mt-5 {
    margin-top: 5%;
  }

  .xxl\:mr-5 {
    margin-right: 5%;
  }

  .xxl\:mb-5 {
    margin-bottom: 5%;
  }

  .xxl\:ml-5 {
    margin-left: 5%;
  }

  .xxl\:m-10 {
    margin: 10%;
  }

  .xxl\:mt-10 {
    margin-top: 10%;
  }

  .xxl\:mr-10 {
    margin-right: 10%;
  }

  .xxl\:mb-10 {
    margin-bottom: 10%;
  }

  .xxl\:ml-10 {
    margin-left: 10%;
  }

  .xxl\:m-15 {
    margin: 15%;
  }

  .xxl\:mt-15 {
    margin-top: 15%;
  }

  .xxl\:mr-15 {
    margin-right: 15%;
  }

  .xxl\:mb-15 {
    margin-bottom: 15%;
  }

  .xxl\:ml-15 {
    margin-left: 15%;
  }

  .xxl\:m-20 {
    margin: 20%;
  }

  .xxl\:mt-20 {
    margin-top: 20%;
  }

  .xxl\:mr-20 {
    margin-right: 20%;
  }

  .xxl\:mb-20 {
    margin-bottom: 20%;
  }

  .xxl\:ml-20 {
    margin-left: 20%;
  }

  .xxl\:m-25 {
    margin: 25%;
  }

  .xxl\:mt-25 {
    margin-top: 25%;
  }

  .xxl\:mr-25 {
    margin-right: 25%;
  }

  .xxl\:mb-25 {
    margin-bottom: 25%;
  }

  .xxl\:ml-25 {
    margin-left: 25%;
  }

  .xxl\:m-30 {
    margin: 30%;
  }

  .xxl\:mt-30 {
    margin-top: 30%;
  }

  .xxl\:mr-30 {
    margin-right: 30%;
  }

  .xxl\:mb-30 {
    margin-bottom: 30%;
  }

  .xxl\:ml-30 {
    margin-left: 30%;
  }

  .xxl\:m-35 {
    margin: 35%;
  }

  .xxl\:mt-35 {
    margin-top: 35%;
  }

  .xxl\:mr-35 {
    margin-right: 35%;
  }

  .xxl\:mb-35 {
    margin-bottom: 35%;
  }

  .xxl\:ml-35 {
    margin-left: 35%;
  }

  .xxl\:m-40 {
    margin: 40%;
  }

  .xxl\:mt-40 {
    margin-top: 40%;
  }

  .xxl\:mr-40 {
    margin-right: 40%;
  }

  .xxl\:mb-40 {
    margin-bottom: 40%;
  }

  .xxl\:ml-40 {
    margin-left: 40%;
  }

  .xxl\:m-45 {
    margin: 45%;
  }

  .xxl\:mt-45 {
    margin-top: 45%;
  }

  .xxl\:mr-45 {
    margin-right: 45%;
  }

  .xxl\:mb-45 {
    margin-bottom: 45%;
  }

  .xxl\:ml-45 {
    margin-left: 45%;
  }

  .xxl\:m-50 {
    margin: 50%;
  }

  .xxl\:mt-50 {
    margin-top: 50%;
  }

  .xxl\:mr-50 {
    margin-right: 50%;
  }

  .xxl\:mb-50 {
    margin-bottom: 50%;
  }

  .xxl\:ml-50 {
    margin-left: 50%;
  }

  .xxl\:m-55 {
    margin: 55%;
  }

  .xxl\:mt-55 {
    margin-top: 55%;
  }

  .xxl\:mr-55 {
    margin-right: 55%;
  }

  .xxl\:mb-55 {
    margin-bottom: 55%;
  }

  .xxl\:ml-55 {
    margin-left: 55%;
  }

  .xxl\:m-60 {
    margin: 60%;
  }

  .xxl\:mt-60 {
    margin-top: 60%;
  }

  .xxl\:mr-60 {
    margin-right: 60%;
  }

  .xxl\:mb-60 {
    margin-bottom: 60%;
  }

  .xxl\:ml-60 {
    margin-left: 60%;
  }

  .xxl\:m-65 {
    margin: 65%;
  }

  .xxl\:mt-65 {
    margin-top: 65%;
  }

  .xxl\:mr-65 {
    margin-right: 65%;
  }

  .xxl\:mb-65 {
    margin-bottom: 65%;
  }

  .xxl\:ml-65 {
    margin-left: 65%;
  }

  .xxl\:m-70 {
    margin: 70%;
  }

  .xxl\:mt-70 {
    margin-top: 70%;
  }

  .xxl\:mr-70 {
    margin-right: 70%;
  }

  .xxl\:mb-70 {
    margin-bottom: 70%;
  }

  .xxl\:ml-70 {
    margin-left: 70%;
  }

  .xxl\:m-75 {
    margin: 75%;
  }

  .xxl\:mt-75 {
    margin-top: 75%;
  }

  .xxl\:mr-75 {
    margin-right: 75%;
  }

  .xxl\:mb-75 {
    margin-bottom: 75%;
  }

  .xxl\:ml-75 {
    margin-left: 75%;
  }

  .xxl\:m-80 {
    margin: 80%;
  }

  .xxl\:mt-80 {
    margin-top: 80%;
  }

  .xxl\:mr-80 {
    margin-right: 80%;
  }

  .xxl\:mb-80 {
    margin-bottom: 80%;
  }

  .xxl\:ml-80 {
    margin-left: 80%;
  }

  .xxl\:m-85 {
    margin: 85%;
  }

  .xxl\:mt-85 {
    margin-top: 85%;
  }

  .xxl\:mr-85 {
    margin-right: 85%;
  }

  .xxl\:mb-85 {
    margin-bottom: 85%;
  }

  .xxl\:ml-85 {
    margin-left: 85%;
  }

  .xxl\:m-90 {
    margin: 90%;
  }

  .xxl\:mt-90 {
    margin-top: 90%;
  }

  .xxl\:mr-90 {
    margin-right: 90%;
  }

  .xxl\:mb-90 {
    margin-bottom: 90%;
  }

  .xxl\:ml-90 {
    margin-left: 90%;
  }

  .xxl\:m-95 {
    margin: 95%;
  }

  .xxl\:mt-95 {
    margin-top: 95%;
  }

  .xxl\:mr-95 {
    margin-right: 95%;
  }

  .xxl\:mb-95 {
    margin-bottom: 95%;
  }

  .xxl\:ml-95 {
    margin-left: 95%;
  }

  .xxl\:m-100 {
    margin: 100%;
  }

  .xxl\:mt-100 {
    margin-top: 100%;
  }

  .xxl\:mr-100 {
    margin-right: 100%;
  }

  .xxl\:mb-100 {
    margin-bottom: 100%;
  }

  .xxl\:ml-100 {
    margin-left: 100%;
  }

  .xxl\:m-0px {
    margin: 0;
  }

  .xxl\:mt-0px {
    margin-top: 0;
  }

  .xxl\:mr-0px {
    margin-right: 0;
  }

  .xxl\:mb-0px {
    margin-bottom: 0;
  }

  .xxl\:ml-0px {
    margin-left: 0;
  }

  .xxl\:m-5px {
    margin: 5px;
  }

  .xxl\:mt-5px {
    margin-top: 5px;
  }

  .xxl\:mr-5px {
    margin-right: 5px;
  }

  .xxl\:mb-5px {
    margin-bottom: 5px;
  }

  .xxl\:ml-5px {
    margin-left: 5px;
  }

  .xxl\:m-10px {
    margin: 10px;
  }

  .xxl\:mt-10px {
    margin-top: 10px;
  }

  .xxl\:mr-10px {
    margin-right: 10px;
  }

  .xxl\:mb-10px {
    margin-bottom: 10px;
  }

  .xxl\:ml-10px {
    margin-left: 10px;
  }

  .xxl\:m-15px {
    margin: 15px;
  }

  .xxl\:mt-15px {
    margin-top: 15px;
  }

  .xxl\:mr-15px {
    margin-right: 15px;
  }

  .xxl\:mb-15px {
    margin-bottom: 15px;
  }

  .xxl\:ml-15px {
    margin-left: 15px;
  }

  .xxl\:m-20px {
    margin: 20px;
  }

  .xxl\:mt-20px {
    margin-top: 20px;
  }

  .xxl\:mr-20px {
    margin-right: 20px;
  }

  .xxl\:mb-20px {
    margin-bottom: 20px;
  }

  .xxl\:ml-20px {
    margin-left: 20px;
  }

  .xxl\:m-25px {
    margin: 25px;
  }

  .xxl\:mt-25px {
    margin-top: 25px;
  }

  .xxl\:mr-25px {
    margin-right: 25px;
  }

  .xxl\:mb-25px {
    margin-bottom: 25px;
  }

  .xxl\:ml-25px {
    margin-left: 25px;
  }

  .xxl\:m-30px {
    margin: 30px;
  }

  .xxl\:mt-30px {
    margin-top: 30px;
  }

  .xxl\:mr-30px {
    margin-right: 30px;
  }

  .xxl\:mb-30px {
    margin-bottom: 30px;
  }

  .xxl\:ml-30px {
    margin-left: 30px;
  }

  .xxl\:m-35px {
    margin: 35px;
  }

  .xxl\:mt-35px {
    margin-top: 35px;
  }

  .xxl\:mr-35px {
    margin-right: 35px;
  }

  .xxl\:mb-35px {
    margin-bottom: 35px;
  }

  .xxl\:ml-35px {
    margin-left: 35px;
  }

  .xxl\:m-40px {
    margin: 40px;
  }

  .xxl\:mt-40px {
    margin-top: 40px;
  }

  .xxl\:mr-40px {
    margin-right: 40px;
  }

  .xxl\:mb-40px {
    margin-bottom: 40px;
  }

  .xxl\:ml-40px {
    margin-left: 40px;
  }

  .xxl\:m-45px {
    margin: 45px;
  }

  .xxl\:mt-45px {
    margin-top: 45px;
  }

  .xxl\:mr-45px {
    margin-right: 45px;
  }

  .xxl\:mb-45px {
    margin-bottom: 45px;
  }

  .xxl\:ml-45px {
    margin-left: 45px;
  }

  .xxl\:m-50px {
    margin: 50px;
  }

  .xxl\:mt-50px {
    margin-top: 50px;
  }

  .xxl\:mr-50px {
    margin-right: 50px;
  }

  .xxl\:mb-50px {
    margin-bottom: 50px;
  }

  .xxl\:ml-50px {
    margin-left: 50px;
  }

  .xxl\:m-55px {
    margin: 55px;
  }

  .xxl\:mt-55px {
    margin-top: 55px;
  }

  .xxl\:mr-55px {
    margin-right: 55px;
  }

  .xxl\:mb-55px {
    margin-bottom: 55px;
  }

  .xxl\:ml-55px {
    margin-left: 55px;
  }

  .xxl\:m-60px {
    margin: 60px;
  }

  .xxl\:mt-60px {
    margin-top: 60px;
  }

  .xxl\:mr-60px {
    margin-right: 60px;
  }

  .xxl\:mb-60px {
    margin-bottom: 60px;
  }

  .xxl\:ml-60px {
    margin-left: 60px;
  }

  .xxl\:m-65px {
    margin: 65px;
  }

  .xxl\:mt-65px {
    margin-top: 65px;
  }

  .xxl\:mr-65px {
    margin-right: 65px;
  }

  .xxl\:mb-65px {
    margin-bottom: 65px;
  }

  .xxl\:ml-65px {
    margin-left: 65px;
  }

  .xxl\:m-70px {
    margin: 70px;
  }

  .xxl\:mt-70px {
    margin-top: 70px;
  }

  .xxl\:mr-70px {
    margin-right: 70px;
  }

  .xxl\:mb-70px {
    margin-bottom: 70px;
  }

  .xxl\:ml-70px {
    margin-left: 70px;
  }

  .xxl\:m-75px {
    margin: 75px;
  }

  .xxl\:mt-75px {
    margin-top: 75px;
  }

  .xxl\:mr-75px {
    margin-right: 75px;
  }

  .xxl\:mb-75px {
    margin-bottom: 75px;
  }

  .xxl\:ml-75px {
    margin-left: 75px;
  }

  .xxl\:m-80px {
    margin: 80px;
  }

  .xxl\:mt-80px {
    margin-top: 80px;
  }

  .xxl\:mr-80px {
    margin-right: 80px;
  }

  .xxl\:mb-80px {
    margin-bottom: 80px;
  }

  .xxl\:ml-80px {
    margin-left: 80px;
  }

  .xxl\:m-85px {
    margin: 85px;
  }

  .xxl\:mt-85px {
    margin-top: 85px;
  }

  .xxl\:mr-85px {
    margin-right: 85px;
  }

  .xxl\:mb-85px {
    margin-bottom: 85px;
  }

  .xxl\:ml-85px {
    margin-left: 85px;
  }

  .xxl\:m-90px {
    margin: 90px;
  }

  .xxl\:mt-90px {
    margin-top: 90px;
  }

  .xxl\:mr-90px {
    margin-right: 90px;
  }

  .xxl\:mb-90px {
    margin-bottom: 90px;
  }

  .xxl\:ml-90px {
    margin-left: 90px;
  }

  .xxl\:m-95px {
    margin: 95px;
  }

  .xxl\:mt-95px {
    margin-top: 95px;
  }

  .xxl\:mr-95px {
    margin-right: 95px;
  }

  .xxl\:mb-95px {
    margin-bottom: 95px;
  }

  .xxl\:ml-95px {
    margin-left: 95px;
  }

  .xxl\:m-100px {
    margin: 100px;
  }

  .xxl\:mt-100px {
    margin-top: 100px;
  }

  .xxl\:mr-100px {
    margin-right: 100px;
  }

  .xxl\:mb-100px {
    margin-bottom: 100px;
  }

  .xxl\:ml-100px {
    margin-left: 100px;
  }

  .xxl\:m-auto {
    margin: auto;
  }

  .xxl\:max-h-0 {
    max-height: 0;
  }

  .xxl\:max-h-5 {
    max-height: 5%;
  }

  .xxl\:max-h-10 {
    max-height: 10%;
  }

  .xxl\:max-h-15 {
    max-height: 15%;
  }

  .xxl\:max-h-20 {
    max-height: 20%;
  }

  .xxl\:max-h-25 {
    max-height: 25%;
  }

  .xxl\:max-h-30 {
    max-height: 30%;
  }

  .xxl\:max-h-35 {
    max-height: 35%;
  }

  .xxl\:max-h-40 {
    max-height: 40%;
  }

  .xxl\:max-h-45 {
    max-height: 45%;
  }

  .xxl\:max-h-50 {
    max-height: 50%;
  }

  .xxl\:max-h-55 {
    max-height: 55%;
  }

  .xxl\:max-h-60 {
    max-height: 60%;
  }

  .xxl\:max-h-65 {
    max-height: 65%;
  }

  .xxl\:max-h-70 {
    max-height: 70%;
  }

  .xxl\:max-h-75 {
    max-height: 75%;
  }

  .xxl\:max-h-80 {
    max-height: 80%;
  }

  .xxl\:max-h-85 {
    max-height: 85%;
  }

  .xxl\:max-h-90 {
    max-height: 90%;
  }

  .xxl\:max-h-95 {
    max-height: 95%;
  }

  .xxl\:max-h-100 {
    max-height: 100%;
  }

  .xxl\:max-h-0px {
    max-height: 0;
  }

  .xxl\:max-h-10px {
    max-height: 10px;
  }

  .xxl\:max-h-20px {
    max-height: 20px;
  }

  .xxl\:max-h-30px {
    max-height: 30px;
  }

  .xxl\:max-h-40px {
    max-height: 40px;
  }

  .xxl\:max-h-50px {
    max-height: 50px;
  }

  .xxl\:max-h-60px {
    max-height: 60px;
  }

  .xxl\:max-h-70px {
    max-height: 70px;
  }

  .xxl\:max-h-80px {
    max-height: 80px;
  }

  .xxl\:max-h-90px {
    max-height: 90px;
  }

  .xxl\:max-h-100px {
    max-height: 100px;
  }

  .xxl\:max-h-110px {
    max-height: 110px;
  }

  .xxl\:max-h-120px {
    max-height: 120px;
  }

  .xxl\:max-h-130px {
    max-height: 130px;
  }

  .xxl\:max-h-140px {
    max-height: 140px;
  }

  .xxl\:max-h-150px {
    max-height: 150px;
  }

  .xxl\:max-h-160px {
    max-height: 160px;
  }

  .xxl\:max-h-170px {
    max-height: 170px;
  }

  .xxl\:max-h-180px {
    max-height: 180px;
  }

  .xxl\:max-h-190px {
    max-height: 190px;
  }

  .xxl\:max-h-200px {
    max-height: 200px;
  }

  .xxl\:max-h-210px {
    max-height: 210px;
  }

  .xxl\:max-h-220px {
    max-height: 220px;
  }

  .xxl\:max-h-230px {
    max-height: 230px;
  }

  .xxl\:max-h-240px {
    max-height: 240px;
  }

  .xxl\:max-h-250px {
    max-height: 250px;
  }

  .xxl\:max-h-260px {
    max-height: 260px;
  }

  .xxl\:max-h-270px {
    max-height: 270px;
  }

  .xxl\:max-h-280px {
    max-height: 280px;
  }

  .xxl\:max-h-290px {
    max-height: 290px;
  }

  .xxl\:max-h-300px {
    max-height: 300px;
  }

  .xxl\:max-w-0 {
    max-width: 0;
  }

  .xxl\:max-w-5 {
    max-width: 5%;
  }

  .xxl\:max-w-10 {
    max-width: 10%;
  }

  .xxl\:max-w-15 {
    max-width: 15%;
  }

  .xxl\:max-w-20 {
    max-width: 20%;
  }

  .xxl\:max-w-25 {
    max-width: 25%;
  }

  .xxl\:max-w-30 {
    max-width: 30%;
  }

  .xxl\:max-w-35 {
    max-width: 35%;
  }

  .xxl\:max-w-40 {
    max-width: 40%;
  }

  .xxl\:max-w-45 {
    max-width: 45%;
  }

  .xxl\:max-w-50 {
    max-width: 50%;
  }

  .xxl\:max-w-55 {
    max-width: 55%;
  }

  .xxl\:max-w-60 {
    max-width: 60%;
  }

  .xxl\:max-w-65 {
    max-width: 65%;
  }

  .xxl\:max-w-70 {
    max-width: 70%;
  }

  .xxl\:max-w-75 {
    max-width: 75%;
  }

  .xxl\:max-w-80 {
    max-width: 80%;
  }

  .xxl\:max-w-85 {
    max-width: 85%;
  }

  .xxl\:max-w-90 {
    max-width: 90%;
  }

  .xxl\:max-w-95 {
    max-width: 95%;
  }

  .xxl\:max-w-100 {
    max-width: 100%;
  }

  .xxl\:max-w-0px {
    max-width: 0;
  }

  .xxl\:max-w-5px {
    max-width: 5px;
  }

  .xxl\:max-w-10px {
    max-width: 10px;
  }

  .xxl\:max-w-15px {
    max-width: 15px;
  }

  .xxl\:max-w-20px {
    max-width: 20px;
  }

  .xxl\:max-w-25px {
    max-width: 25px;
  }

  .xxl\:max-w-30px {
    max-width: 30px;
  }

  .xxl\:max-w-35px {
    max-width: 35px;
  }

  .xxl\:max-w-40px {
    max-width: 40px;
  }

  .xxl\:max-w-45px {
    max-width: 45px;
  }

  .xxl\:max-w-50px {
    max-width: 50px;
  }

  .xxl\:max-w-55px {
    max-width: 55px;
  }

  .xxl\:max-w-60px {
    max-width: 60px;
  }

  .xxl\:max-w-65px {
    max-width: 65px;
  }

  .xxl\:max-w-70px {
    max-width: 70px;
  }

  .xxl\:max-w-75px {
    max-width: 75px;
  }

  .xxl\:max-w-80px {
    max-width: 80px;
  }

  .xxl\:max-w-85px {
    max-width: 85px;
  }

  .xxl\:max-w-90px {
    max-width: 90px;
  }

  .xxl\:max-w-95px {
    max-width: 95px;
  }

  .xxl\:max-w-100px {
    max-width: 100px;
  }

  .xxl\:max-w-105px {
    max-width: 105px;
  }

  .xxl\:max-w-110px {
    max-width: 110px;
  }

  .xxl\:max-w-115px {
    max-width: 115px;
  }

  .xxl\:max-w-120px {
    max-width: 120px;
  }

  .xxl\:max-w-125px {
    max-width: 125px;
  }

  .xxl\:max-w-130px {
    max-width: 130px;
  }

  .xxl\:max-w-135px {
    max-width: 135px;
  }

  .xxl\:max-w-140px {
    max-width: 140px;
  }

  .xxl\:max-w-145px {
    max-width: 145px;
  }

  .xxl\:max-w-150px {
    max-width: 150px;
  }

  .xxl\:max-w-155px {
    max-width: 155px;
  }

  .xxl\:max-w-160px {
    max-width: 160px;
  }

  .xxl\:max-w-165px {
    max-width: 165px;
  }

  .xxl\:max-w-170px {
    max-width: 170px;
  }

  .xxl\:max-w-175px {
    max-width: 175px;
  }

  .xxl\:max-w-180px {
    max-width: 180px;
  }

  .xxl\:max-w-185px {
    max-width: 185px;
  }

  .xxl\:max-w-190px {
    max-width: 190px;
  }

  .xxl\:max-w-195px {
    max-width: 195px;
  }

  .xxl\:max-w-200px {
    max-width: 200px;
  }

  .xxl\:max-w-205px {
    max-width: 205px;
  }

  .xxl\:max-w-210px {
    max-width: 210px;
  }

  .xxl\:max-w-215px {
    max-width: 215px;
  }

  .xxl\:max-w-220px {
    max-width: 220px;
  }

  .xxl\:max-w-225px {
    max-width: 225px;
  }

  .xxl\:max-w-230px {
    max-width: 230px;
  }

  .xxl\:max-w-235px {
    max-width: 235px;
  }

  .xxl\:max-w-240px {
    max-width: 240px;
  }

  .xxl\:max-w-245px {
    max-width: 245px;
  }

  .xxl\:max-w-250px {
    max-width: 250px;
  }

  .xxl\:max-w-255px {
    max-width: 255px;
  }

  .xxl\:max-w-260px {
    max-width: 260px;
  }

  .xxl\:max-w-265px {
    max-width: 265px;
  }

  .xxl\:max-w-270px {
    max-width: 270px;
  }

  .xxl\:max-w-275px {
    max-width: 275px;
  }

  .xxl\:max-w-280px {
    max-width: 280px;
  }

  .xxl\:max-w-285px {
    max-width: 285px;
  }

  .xxl\:max-w-290px {
    max-width: 290px;
  }

  .xxl\:max-w-295px {
    max-width: 295px;
  }

  .xxl\:max-w-300px {
    max-width: 300px;
  }

  .xxl\:min-h-0 {
    min-height: 0;
  }

  .xxl\:min-h-5 {
    min-height: 5%;
  }

  .xxl\:min-h-10 {
    min-height: 10%;
  }

  .xxl\:min-h-15 {
    min-height: 15%;
  }

  .xxl\:min-h-20 {
    min-height: 20%;
  }

  .xxl\:min-h-25 {
    min-height: 25%;
  }

  .xxl\:min-h-30 {
    min-height: 30%;
  }

  .xxl\:min-h-35 {
    min-height: 35%;
  }

  .xxl\:min-h-40 {
    min-height: 40%;
  }

  .xxl\:min-h-45 {
    min-height: 45%;
  }

  .xxl\:min-h-50 {
    min-height: 50%;
  }

  .xxl\:min-h-55 {
    min-height: 55%;
  }

  .xxl\:min-h-60 {
    min-height: 60%;
  }

  .xxl\:min-h-65 {
    min-height: 65%;
  }

  .xxl\:min-h-70 {
    min-height: 70%;
  }

  .xxl\:min-h-75 {
    min-height: 75%;
  }

  .xxl\:min-h-80 {
    min-height: 80%;
  }

  .xxl\:min-h-85 {
    min-height: 85%;
  }

  .xxl\:min-h-90 {
    min-height: 90%;
  }

  .xxl\:min-h-95 {
    min-height: 95%;
  }

  .xxl\:min-h-100 {
    min-height: 100%;
  }

  .xxl\:min-h-0px {
    min-height: 0;
  }

  .xxl\:min-h-10px {
    min-height: 10px;
  }

  .xxl\:min-h-20px {
    min-height: 20px;
  }

  .xxl\:min-h-30px {
    min-height: 30px;
  }

  .xxl\:min-h-40px {
    min-height: 40px;
  }

  .xxl\:min-h-50px {
    min-height: 50px;
  }

  .xxl\:min-h-60px {
    min-height: 60px;
  }

  .xxl\:min-h-70px {
    min-height: 70px;
  }

  .xxl\:min-h-80px {
    min-height: 80px;
  }

  .xxl\:min-h-90px {
    min-height: 90px;
  }

  .xxl\:min-h-100px {
    min-height: 100px;
  }

  .xxl\:min-h-110px {
    min-height: 110px;
  }

  .xxl\:min-h-120px {
    min-height: 120px;
  }

  .xxl\:min-h-130px {
    min-height: 130px;
  }

  .xxl\:min-h-140px {
    min-height: 140px;
  }

  .xxl\:min-h-150px {
    min-height: 150px;
  }

  .xxl\:min-h-160px {
    min-height: 160px;
  }

  .xxl\:min-h-170px {
    min-height: 170px;
  }

  .xxl\:min-h-180px {
    min-height: 180px;
  }

  .xxl\:min-h-190px {
    min-height: 190px;
  }

  .xxl\:min-h-200px {
    min-height: 200px;
  }

  .xxl\:min-h-210px {
    min-height: 210px;
  }

  .xxl\:min-h-220px {
    min-height: 220px;
  }

  .xxl\:min-h-230px {
    min-height: 230px;
  }

  .xxl\:min-h-240px {
    min-height: 240px;
  }

  .xxl\:min-h-250px {
    min-height: 250px;
  }

  .xxl\:min-h-260px {
    min-height: 260px;
  }

  .xxl\:min-h-270px {
    min-height: 270px;
  }

  .xxl\:min-h-280px {
    min-height: 280px;
  }

  .xxl\:min-h-290px {
    min-height: 290px;
  }

  .xxl\:min-h-300px {
    min-height: 300px;
  }

  .xxl\:min-w-0 {
    min-width: 0;
  }

  .xxl\:min-w-5 {
    min-width: 5%;
  }

  .xxl\:min-w-10 {
    min-width: 10%;
  }

  .xxl\:min-w-15 {
    min-width: 15%;
  }

  .xxl\:min-w-20 {
    min-width: 20%;
  }

  .xxl\:min-w-25 {
    min-width: 25%;
  }

  .xxl\:min-w-30 {
    min-width: 30%;
  }

  .xxl\:min-w-35 {
    min-width: 35%;
  }

  .xxl\:min-w-40 {
    min-width: 40%;
  }

  .xxl\:min-w-45 {
    min-width: 45%;
  }

  .xxl\:min-w-50 {
    min-width: 50%;
  }

  .xxl\:min-w-55 {
    min-width: 55%;
  }

  .xxl\:min-w-60 {
    min-width: 60%;
  }

  .xxl\:min-w-65 {
    min-width: 65%;
  }

  .xxl\:min-w-70 {
    min-width: 70%;
  }

  .xxl\:min-w-75 {
    min-width: 75%;
  }

  .xxl\:min-w-80 {
    min-width: 80%;
  }

  .xxl\:min-w-85 {
    min-width: 85%;
  }

  .xxl\:min-w-90 {
    min-width: 90%;
  }

  .xxl\:min-w-95 {
    min-width: 95%;
  }

  .xxl\:min-w-100 {
    min-width: 100%;
  }

  .xxl\:min-w-0px {
    min-width: 0;
  }

  .xxl\:min-w-5px {
    min-width: 5px;
  }

  .xxl\:min-w-10px {
    min-width: 10px;
  }

  .xxl\:min-w-15px {
    min-width: 15px;
  }

  .xxl\:min-w-20px {
    min-width: 20px;
  }

  .xxl\:min-w-25px {
    min-width: 25px;
  }

  .xxl\:min-w-30px {
    min-width: 30px;
  }

  .xxl\:min-w-35px {
    min-width: 35px;
  }

  .xxl\:min-w-40px {
    min-width: 40px;
  }

  .xxl\:min-w-45px {
    min-width: 45px;
  }

  .xxl\:min-w-50px {
    min-width: 50px;
  }

  .xxl\:min-w-55px {
    min-width: 55px;
  }

  .xxl\:min-w-60px {
    min-width: 60px;
  }

  .xxl\:min-w-65px {
    min-width: 65px;
  }

  .xxl\:min-w-70px {
    min-width: 70px;
  }

  .xxl\:min-w-75px {
    min-width: 75px;
  }

  .xxl\:min-w-80px {
    min-width: 80px;
  }

  .xxl\:min-w-85px {
    min-width: 85px;
  }

  .xxl\:min-w-90px {
    min-width: 90px;
  }

  .xxl\:min-w-95px {
    min-width: 95px;
  }

  .xxl\:min-w-100px {
    min-width: 100px;
  }

  .xxl\:min-w-105px {
    min-width: 105px;
  }

  .xxl\:min-w-110px {
    min-width: 110px;
  }

  .xxl\:min-w-115px {
    min-width: 115px;
  }

  .xxl\:min-w-120px {
    min-width: 120px;
  }

  .xxl\:min-w-125px {
    min-width: 125px;
  }

  .xxl\:min-w-130px {
    min-width: 130px;
  }

  .xxl\:min-w-135px {
    min-width: 135px;
  }

  .xxl\:min-w-140px {
    min-width: 140px;
  }

  .xxl\:min-w-145px {
    min-width: 145px;
  }

  .xxl\:min-w-150px {
    min-width: 150px;
  }

  .xxl\:min-w-155px {
    min-width: 155px;
  }

  .xxl\:min-w-160px {
    min-width: 160px;
  }

  .xxl\:min-w-165px {
    min-width: 165px;
  }

  .xxl\:min-w-170px {
    min-width: 170px;
  }

  .xxl\:min-w-175px {
    min-width: 175px;
  }

  .xxl\:min-w-180px {
    min-width: 180px;
  }

  .xxl\:min-w-185px {
    min-width: 185px;
  }

  .xxl\:min-w-190px {
    min-width: 190px;
  }

  .xxl\:min-w-195px {
    min-width: 195px;
  }

  .xxl\:min-w-200px {
    min-width: 200px;
  }

  .xxl\:min-w-205px {
    min-width: 205px;
  }

  .xxl\:min-w-210px {
    min-width: 210px;
  }

  .xxl\:min-w-215px {
    min-width: 215px;
  }

  .xxl\:min-w-220px {
    min-width: 220px;
  }

  .xxl\:min-w-225px {
    min-width: 225px;
  }

  .xxl\:min-w-230px {
    min-width: 230px;
  }

  .xxl\:min-w-235px {
    min-width: 235px;
  }

  .xxl\:min-w-240px {
    min-width: 240px;
  }

  .xxl\:min-w-245px {
    min-width: 245px;
  }

  .xxl\:min-w-250px {
    min-width: 250px;
  }

  .xxl\:min-w-255px {
    min-width: 255px;
  }

  .xxl\:min-w-260px {
    min-width: 260px;
  }

  .xxl\:min-w-265px {
    min-width: 265px;
  }

  .xxl\:min-w-270px {
    min-width: 270px;
  }

  .xxl\:min-w-275px {
    min-width: 275px;
  }

  .xxl\:min-w-280px {
    min-width: 280px;
  }

  .xxl\:min-w-285px {
    min-width: 285px;
  }

  .xxl\:min-w-290px {
    min-width: 290px;
  }

  .xxl\:min-w-295px {
    min-width: 295px;
  }

  .xxl\:min-w-300px {
    min-width: 300px;
  }

  .xxl\:object-fit-contain {
    object-fit: contain;
  }

  .xxl\:object-fit-cover {
    object-fit: cover;
  }

  .xxl\:object-fit-fill {
    object-fit: fill;
  }

  .xxl\:object-fit-none {
    object-fit: none;
  }

  .xxl\:object-fit-scale-down {
    object-fit: scale-down;
  }

  .xxl\:object-fit-inherit {
    object-fit: inherit;
  }

  .xxl\:object-position-top {
    object-position: top;
  }

  .xxl\:object-position-right {
    object-position: right;
  }

  .xxl\:object-position-bottom {
    object-position: bottom;
  }

  .xxl\:object-position-left {
    object-position: left;
  }

  .xxl\:object-position-center {
    object-position: center;
  }

  .xxl\:object-position-left-top {
    object-position: left top;
  }

  .xxl\:object-position-left-bottom {
    object-position: left bottom;
  }

  .xxl\:object-position-right-top {
    object-position: right top;
  }

  .xxl\:object-position-right-bottom {
    object-position: right bottom;
  }

  .xxl\:opacity-0 {
    opacity: 0;
  }

  .xxl\:opacity-5 {
    opacity: 0.05;
  }

  .xxl\:opacity-10 {
    opacity: 0.1;
  }

  .xxl\:opacity-15 {
    opacity: 0.15;
  }

  .xxl\:opacity-20 {
    opacity: 0.2;
  }

  .xxl\:opacity-25 {
    opacity: 0.25;
  }

  .xxl\:opacity-30 {
    opacity: 0.3;
  }

  .xxl\:opacity-35 {
    opacity: 0.35;
  }

  .xxl\:opacity-40 {
    opacity: 0.4;
  }

  .xxl\:opacity-45 {
    opacity: 0.45;
  }

  .xxl\:opacity-50 {
    opacity: 0.5;
  }

  .xxl\:opacity-55 {
    opacity: 0.55;
  }

  .xxl\:opacity-60 {
    opacity: 0.6;
  }

  .xxl\:opacity-65 {
    opacity: 0.65;
  }

  .xxl\:opacity-70 {
    opacity: 0.7;
  }

  .xxl\:opacity-75 {
    opacity: 0.75;
  }

  .xxl\:opacity-80 {
    opacity: 0.8;
  }

  .xxl\:opacity-85 {
    opacity: 0.85;
  }

  .xxl\:opacity-90 {
    opacity: 0.9;
  }

  .xxl\:opacity-95 {
    opacity: 0.95;
  }

  .xxl\:opacity-100 {
    opacity: 100;
  }

  .xxl\:order-0 {
    order: 0;
  }

  .xxl\:order-1 {
    order: 1;
  }

  .xxl\:order-2 {
    order: 2;
  }

  .xxl\:order-3 {
    order: 3;
  }

  .xxl\:order-4 {
    order: 4;
  }

  .xxl\:order-5 {
    order: 5;
  }

  .xxl\:order-6 {
    order: 6;
  }

  .xxl\:order-7 {
    order: 7;
  }

  .xxl\:order-8 {
    order: 8;
  }

  .xxl\:order-9 {
    order: 9;
  }

  .xxl\:order-10 {
    order: 10;
  }

  .xxl\:overflow-wrap-normal {
    overflow-wrap: normal;
  }

  .xxl\:overflow-wrap-anywhere {
    overflow-wrap: anywhere;
  }

  .xxl\:overflow-wrap-break-word {
    overflow-wrap: break-word;
  }

  .xxl\:overflow-auto {
    overflow: auto;
  }

  .xxl\:overflow-hidden {
    overflow: hidden;
  }

  .xxl\:overflow-visible {
    overflow: visible;
  }

  .xxl\:overflow-scroll {
    overflow: scroll;
  }

  .xxl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xxl\:overflow-y-auto {
    overflow-y: auto;
  }

  .xxl\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .xxl\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .xxl\:overflow-x-visible {
    overflow-x: visible;
  }

  .xxl\:overflow-y-visible {
    overflow-y: visible;
  }

  .xxl\:overflow-x-scroll {
    overflow-x: scroll;
  }

  .xxl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xxl\:overscroll-behavior-auto {
    overscroll-behavior: auto;
  }

  .xxl\:overscroll-behavior-contain {
    overscroll-behavior: contain;
  }

  .xxl\:overscroll-behavior-none {
    overscroll-behavior: none;
  }

  .xxl\:overscroll-behavior-y-auto {
    overscroll-behavior-y: auto;
  }

  .xxl\:overscroll-behavior-y-contain {
    overscroll-behavior-y: contain;
  }

  .xxl\:overscroll-behavior-y-none {
    overscroll-behavior-y: none;
  }

  .xxl\:overscroll-behavior-x-auto {
    overscroll-behavior-x: auto;
  }

  .xxl\:overscroll-behavior-x-contain {
    overscroll-behavior-x: contain;
  }

  .xxl\:overscroll-behavior-x-none {
    overscroll-behavior-x: none;
  }

  .xxl\:p-0 {
    padding: 0;
  }

  .xxl\:pt-0 {
    padding-top: 0;
  }

  .xxl\:pr-0 {
    padding-right: 0;
  }

  .xxl\:pb-0 {
    padding-bottom: 0;
  }

  .xxl\:pl-0 {
    padding-left: 0;
  }

  .xxl\:p-5 {
    padding: 5%;
  }

  .xxl\:pt-5 {
    padding-top: 5%;
  }

  .xxl\:pr-5 {
    padding-right: 5%;
  }

  .xxl\:pb-5 {
    padding-bottom: 5%;
  }

  .xxl\:pl-5 {
    padding-left: 5%;
  }

  .xxl\:p-10 {
    padding: 10%;
  }

  .xxl\:pt-10 {
    padding-top: 10%;
  }

  .xxl\:pr-10 {
    padding-right: 10%;
  }

  .xxl\:pb-10 {
    padding-bottom: 10%;
  }

  .xxl\:pl-10 {
    padding-left: 10%;
  }

  .xxl\:p-15 {
    padding: 15%;
  }

  .xxl\:pt-15 {
    padding-top: 15%;
  }

  .xxl\:pr-15 {
    padding-right: 15%;
  }

  .xxl\:pb-15 {
    padding-bottom: 15%;
  }

  .xxl\:pl-15 {
    padding-left: 15%;
  }

  .xxl\:p-20 {
    padding: 20%;
  }

  .xxl\:pt-20 {
    padding-top: 20%;
  }

  .xxl\:pr-20 {
    padding-right: 20%;
  }

  .xxl\:pb-20 {
    padding-bottom: 20%;
  }

  .xxl\:pl-20 {
    padding-left: 20%;
  }

  .xxl\:p-25 {
    padding: 25%;
  }

  .xxl\:pt-25 {
    padding-top: 25%;
  }

  .xxl\:pr-25 {
    padding-right: 25%;
  }

  .xxl\:pb-25 {
    padding-bottom: 25%;
  }

  .xxl\:pl-25 {
    padding-left: 25%;
  }

  .xxl\:p-30 {
    padding: 30%;
  }

  .xxl\:pt-30 {
    padding-top: 30%;
  }

  .xxl\:pr-30 {
    padding-right: 30%;
  }

  .xxl\:pb-30 {
    padding-bottom: 30%;
  }

  .xxl\:pl-30 {
    padding-left: 30%;
  }

  .xxl\:p-35 {
    padding: 35%;
  }

  .xxl\:pt-35 {
    padding-top: 35%;
  }

  .xxl\:pr-35 {
    padding-right: 35%;
  }

  .xxl\:pb-35 {
    padding-bottom: 35%;
  }

  .xxl\:pl-35 {
    padding-left: 35%;
  }

  .xxl\:p-40 {
    padding: 40%;
  }

  .xxl\:pt-40 {
    padding-top: 40%;
  }

  .xxl\:pr-40 {
    padding-right: 40%;
  }

  .xxl\:pb-40 {
    padding-bottom: 40%;
  }

  .xxl\:pl-40 {
    padding-left: 40%;
  }

  .xxl\:p-45 {
    padding: 45%;
  }

  .xxl\:pt-45 {
    padding-top: 45%;
  }

  .xxl\:pr-45 {
    padding-right: 45%;
  }

  .xxl\:pb-45 {
    padding-bottom: 45%;
  }

  .xxl\:pl-45 {
    padding-left: 45%;
  }

  .xxl\:p-50 {
    padding: 50%;
  }

  .xxl\:pt-50 {
    padding-top: 50%;
  }

  .xxl\:pr-50 {
    padding-right: 50%;
  }

  .xxl\:pb-50 {
    padding-bottom: 50%;
  }

  .xxl\:pl-50 {
    padding-left: 50%;
  }

  .xxl\:p-55 {
    padding: 55%;
  }

  .xxl\:pt-55 {
    padding-top: 55%;
  }

  .xxl\:pr-55 {
    padding-right: 55%;
  }

  .xxl\:pb-55 {
    padding-bottom: 55%;
  }

  .xxl\:pl-55 {
    padding-left: 55%;
  }

  .xxl\:p-60 {
    padding: 60%;
  }

  .xxl\:pt-60 {
    padding-top: 60%;
  }

  .xxl\:pr-60 {
    padding-right: 60%;
  }

  .xxl\:pb-60 {
    padding-bottom: 60%;
  }

  .xxl\:pl-60 {
    padding-left: 60%;
  }

  .xxl\:p-65 {
    padding: 65%;
  }

  .xxl\:pt-65 {
    padding-top: 65%;
  }

  .xxl\:pr-65 {
    padding-right: 65%;
  }

  .xxl\:pb-65 {
    padding-bottom: 65%;
  }

  .xxl\:pl-65 {
    padding-left: 65%;
  }

  .xxl\:p-70 {
    padding: 70%;
  }

  .xxl\:pt-70 {
    padding-top: 70%;
  }

  .xxl\:pr-70 {
    padding-right: 70%;
  }

  .xxl\:pb-70 {
    padding-bottom: 70%;
  }

  .xxl\:pl-70 {
    padding-left: 70%;
  }

  .xxl\:p-75 {
    padding: 75%;
  }

  .xxl\:pt-75 {
    padding-top: 75%;
  }

  .xxl\:pr-75 {
    padding-right: 75%;
  }

  .xxl\:pb-75 {
    padding-bottom: 75%;
  }

  .xxl\:pl-75 {
    padding-left: 75%;
  }

  .xxl\:p-80 {
    padding: 80%;
  }

  .xxl\:pt-80 {
    padding-top: 80%;
  }

  .xxl\:pr-80 {
    padding-right: 80%;
  }

  .xxl\:pb-80 {
    padding-bottom: 80%;
  }

  .xxl\:pl-80 {
    padding-left: 80%;
  }

  .xxl\:p-85 {
    padding: 85%;
  }

  .xxl\:pt-85 {
    padding-top: 85%;
  }

  .xxl\:pr-85 {
    padding-right: 85%;
  }

  .xxl\:pb-85 {
    padding-bottom: 85%;
  }

  .xxl\:pl-85 {
    padding-left: 85%;
  }

  .xxl\:p-90 {
    padding: 90%;
  }

  .xxl\:pt-90 {
    padding-top: 90%;
  }

  .xxl\:pr-90 {
    padding-right: 90%;
  }

  .xxl\:pb-90 {
    padding-bottom: 90%;
  }

  .xxl\:pl-90 {
    padding-left: 90%;
  }

  .xxl\:p-95 {
    padding: 95%;
  }

  .xxl\:pt-95 {
    padding-top: 95%;
  }

  .xxl\:pr-95 {
    padding-right: 95%;
  }

  .xxl\:pb-95 {
    padding-bottom: 95%;
  }

  .xxl\:pl-95 {
    padding-left: 95%;
  }

  .xxl\:p-100 {
    padding: 100%;
  }

  .xxl\:pt-100 {
    padding-top: 100%;
  }

  .xxl\:pr-100 {
    padding-right: 100%;
  }

  .xxl\:pb-100 {
    padding-bottom: 100%;
  }

  .xxl\:pl-100 {
    padding-left: 100%;
  }

  .xxl\:p-0px {
    padding: 0;
  }

  .xxl\:pt-0px {
    padding-top: 0;
  }

  .xxl\:pr-0px {
    padding-right: 0;
  }

  .xxl\:pb-0px {
    padding-bottom: 0;
  }

  .xxl\:pl-0px {
    padding-left: 0;
  }

  .xxl\:p-5px {
    padding: 5px;
  }

  .xxl\:pt-5px {
    padding-top: 5px;
  }

  .xxl\:pr-5px {
    padding-right: 5px;
  }

  .xxl\:pb-5px {
    padding-bottom: 5px;
  }

  .xxl\:pl-5px {
    padding-left: 5px;
  }

  .xxl\:p-10px {
    padding: 10px;
  }

  .xxl\:pt-10px {
    padding-top: 10px;
  }

  .xxl\:pr-10px {
    padding-right: 10px;
  }

  .xxl\:pb-10px {
    padding-bottom: 10px;
  }

  .xxl\:pl-10px {
    padding-left: 10px;
  }

  .xxl\:p-15px {
    padding: 15px;
  }

  .xxl\:pt-15px {
    padding-top: 15px;
  }

  .xxl\:pr-15px {
    padding-right: 15px;
  }

  .xxl\:pb-15px {
    padding-bottom: 15px;
  }

  .xxl\:pl-15px {
    padding-left: 15px;
  }

  .xxl\:p-20px {
    padding: 20px;
  }

  .xxl\:pt-20px {
    padding-top: 20px;
  }

  .xxl\:pr-20px {
    padding-right: 20px;
  }

  .xxl\:pb-20px {
    padding-bottom: 20px;
  }

  .xxl\:pl-20px {
    padding-left: 20px;
  }

  .xxl\:p-25px {
    padding: 25px;
  }

  .xxl\:pt-25px {
    padding-top: 25px;
  }

  .xxl\:pr-25px {
    padding-right: 25px;
  }

  .xxl\:pb-25px {
    padding-bottom: 25px;
  }

  .xxl\:pl-25px {
    padding-left: 25px;
  }

  .xxl\:p-30px {
    padding: 30px;
  }

  .xxl\:pt-30px {
    padding-top: 30px;
  }

  .xxl\:pr-30px {
    padding-right: 30px;
  }

  .xxl\:pb-30px {
    padding-bottom: 30px;
  }

  .xxl\:pl-30px {
    padding-left: 30px;
  }

  .xxl\:p-35px {
    padding: 35px;
  }

  .xxl\:pt-35px {
    padding-top: 35px;
  }

  .xxl\:pr-35px {
    padding-right: 35px;
  }

  .xxl\:pb-35px {
    padding-bottom: 35px;
  }

  .xxl\:pl-35px {
    padding-left: 35px;
  }

  .xxl\:p-40px {
    padding: 40px;
  }

  .xxl\:pt-40px {
    padding-top: 40px;
  }

  .xxl\:pr-40px {
    padding-right: 40px;
  }

  .xxl\:pb-40px {
    padding-bottom: 40px;
  }

  .xxl\:pl-40px {
    padding-left: 40px;
  }

  .xxl\:p-45px {
    padding: 45px;
  }

  .xxl\:pt-45px {
    padding-top: 45px;
  }

  .xxl\:pr-45px {
    padding-right: 45px;
  }

  .xxl\:pb-45px {
    padding-bottom: 45px;
  }

  .xxl\:pl-45px {
    padding-left: 45px;
  }

  .xxl\:p-50px {
    padding: 50px;
  }

  .xxl\:pt-50px {
    padding-top: 50px;
  }

  .xxl\:pr-50px {
    padding-right: 50px;
  }

  .xxl\:pb-50px {
    padding-bottom: 50px;
  }

  .xxl\:pl-50px {
    padding-left: 50px;
  }

  .xxl\:p-55px {
    padding: 55px;
  }

  .xxl\:pt-55px {
    padding-top: 55px;
  }

  .xxl\:pr-55px {
    padding-right: 55px;
  }

  .xxl\:pb-55px {
    padding-bottom: 55px;
  }

  .xxl\:pl-55px {
    padding-left: 55px;
  }

  .xxl\:p-60px {
    padding: 60px;
  }

  .xxl\:pt-60px {
    padding-top: 60px;
  }

  .xxl\:pr-60px {
    padding-right: 60px;
  }

  .xxl\:pb-60px {
    padding-bottom: 60px;
  }

  .xxl\:pl-60px {
    padding-left: 60px;
  }

  .xxl\:p-65px {
    padding: 65px;
  }

  .xxl\:pt-65px {
    padding-top: 65px;
  }

  .xxl\:pr-65px {
    padding-right: 65px;
  }

  .xxl\:pb-65px {
    padding-bottom: 65px;
  }

  .xxl\:pl-65px {
    padding-left: 65px;
  }

  .xxl\:p-70px {
    padding: 70px;
  }

  .xxl\:pt-70px {
    padding-top: 70px;
  }

  .xxl\:pr-70px {
    padding-right: 70px;
  }

  .xxl\:pb-70px {
    padding-bottom: 70px;
  }

  .xxl\:pl-70px {
    padding-left: 70px;
  }

  .xxl\:p-75px {
    padding: 75px;
  }

  .xxl\:pt-75px {
    padding-top: 75px;
  }

  .xxl\:pr-75px {
    padding-right: 75px;
  }

  .xxl\:pb-75px {
    padding-bottom: 75px;
  }

  .xxl\:pl-75px {
    padding-left: 75px;
  }

  .xxl\:p-80px {
    padding: 80px;
  }

  .xxl\:pt-80px {
    padding-top: 80px;
  }

  .xxl\:pr-80px {
    padding-right: 80px;
  }

  .xxl\:pb-80px {
    padding-bottom: 80px;
  }

  .xxl\:pl-80px {
    padding-left: 80px;
  }

  .xxl\:p-85px {
    padding: 85px;
  }

  .xxl\:pt-85px {
    padding-top: 85px;
  }

  .xxl\:pr-85px {
    padding-right: 85px;
  }

  .xxl\:pb-85px {
    padding-bottom: 85px;
  }

  .xxl\:pl-85px {
    padding-left: 85px;
  }

  .xxl\:p-90px {
    padding: 90px;
  }

  .xxl\:pt-90px {
    padding-top: 90px;
  }

  .xxl\:pr-90px {
    padding-right: 90px;
  }

  .xxl\:pb-90px {
    padding-bottom: 90px;
  }

  .xxl\:pl-90px {
    padding-left: 90px;
  }

  .xxl\:p-95px {
    padding: 95px;
  }

  .xxl\:pt-95px {
    padding-top: 95px;
  }

  .xxl\:pr-95px {
    padding-right: 95px;
  }

  .xxl\:pb-95px {
    padding-bottom: 95px;
  }

  .xxl\:pl-95px {
    padding-left: 95px;
  }

  .xxl\:p-100px {
    padding: 100px;
  }

  .xxl\:pt-100px {
    padding-top: 100px;
  }

  .xxl\:pr-100px {
    padding-right: 100px;
  }

  .xxl\:pb-100px {
    padding-bottom: 100px;
  }

  .xxl\:pl-100px {
    padding-left: 100px;
  }

  .xxl\:place-content-start {
    place-content: start;
  }

  .xxl\:place-content-end {
    place-content: end;
  }

  .xxl\:place-content-center {
    place-content: center;
  }

  .xxl\:place-content-between {
    place-content: space-between;
  }

  .xxl\:place-content-around {
    place-content: space-around;
  }

  .xxl\:place-content-evenly {
    place-content: space-evenly;
  }

  .xxl\:place-content-stretch {
    place-content: stretch;
  }

  .xxl\:place-items-auto {
    place-items: auto;
  }

  .xxl\:place-items-start {
    place-items: start;
  }

  .xxl\:place-items-end {
    place-items: end;
  }

  .xxl\:place-items-center {
    place-items: center;
  }

  .xxl\:place-items-stretch {
    place-items: stretch;
  }

  .xxl\:place-self-auto {
    place-self: auto;
  }

  .xxl\:place-self-start {
    place-self: start;
  }

  .xxl\:place-self-end {
    place-self: end;
  }

  .xxl\:place-self-center {
    place-self: center;
  }

  .xxl\:place-self-stretch {
    place-self: stretch;
  }

  .xxl\:pointer-events-none {
    pointer-events: none;
  }

  .xxl\:pointer-events-auto {
    pointer-events: auto;
  }

  .xxl\:position-static {
    position: static;
  }

  .xxl\:position-relative {
    position: relative;
  }

  .xxl\:position-fixed {
    position: fixed;
  }

  .xxl\:position-absolute {
    position: absolute;
  }

  .xxl\:position-sticky {
    position: sticky;
  }

  .xxl\:resize-none {
    resize: none;
  }

  .xxl\:resize-vertical {
    resize: vertical;
  }

  .xxl\:resize-horizontal {
    resize: horizontal;
  }

  .xxl\:resize-both {
    resize: both;
  }

  .xxl\:table-layout-auto {
    table-layout: auto;
  }

  .xxl\:table-layout-fixed {
    table-layout: fixed;
  }

  .xxl\:text-align-left {
    text-align: left;
  }

  .xxl\:text-align-center {
    text-align: center;
  }

  .xxl\:text-align-right {
    text-align: right;
  }

  .xxl\:text-align-justify {
    text-align: justify;
  }

  .xxl\:text-decoration-underline {
    text-decoration: underline;
  }

  .xxl\:text-decoration-overline {
    text-decoration: overline;
  }

  .xxl\:text-decoration-line-through {
    text-decoration: line-through;
  }

  .xxl\:text-decoration-none {
    text-decoration: none;
  }

  .xxl\:text-opacity-0 {
    --text-opacity: 0;
  }

  .xxl\:text-opacity-5 {
    --text-opacity: 0.05;
  }

  .xxl\:text-opacity-10 {
    --text-opacity: 0.1;
  }

  .xxl\:text-opacity-15 {
    --text-opacity: 0.15;
  }

  .xxl\:text-opacity-20 {
    --text-opacity: 0.2;
  }

  .xxl\:text-opacity-25 {
    --text-opacity: 0.25;
  }

  .xxl\:text-opacity-30 {
    --text-opacity: 0.3;
  }

  .xxl\:text-opacity-35 {
    --text-opacity: 0.35;
  }

  .xxl\:text-opacity-40 {
    --text-opacity: 0.4;
  }

  .xxl\:text-opacity-45 {
    --text-opacity: 0.45;
  }

  .xxl\:text-opacity-50 {
    --text-opacity: 0.5;
  }

  .xxl\:text-opacity-55 {
    --text-opacity: 0.55;
  }

  .xxl\:text-opacity-60 {
    --text-opacity: 0.6;
  }

  .xxl\:text-opacity-65 {
    --text-opacity: 0.65;
  }

  .xxl\:text-opacity-70 {
    --text-opacity: 0.7;
  }

  .xxl\:text-opacity-75 {
    --text-opacity: 0.75;
  }

  .xxl\:text-opacity-80 {
    --text-opacity: 0.8;
  }

  .xxl\:text-opacity-85 {
    --text-opacity: 0.85;
  }

  .xxl\:text-opacity-90 {
    --text-opacity: 0.9;
  }

  .xxl\:text-opacity-95 {
    --text-opacity: 0.95;
  }

  .xxl\:text-opacity-100 {
    --text-opacity: 100;
  }

  .xxl\:text-overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .xxl\:text-overflow-clip {
    text-overflow: clip;
  }

  .xxl\:text-transform-uppercase {
    text-transform: uppercase;
  }

  .xxl\:text-transform-lowercase {
    text-transform: lowercase;
  }

  .xxl\:text-transform-capitalize {
    text-transform: capitalize;
  }

  .xxl\:text-transform-none {
    text-transform: none;
  }

  .xxl\:top-0 {
    top: 0;
  }

  .xxl\:-top-0 {
    top: -0;
  }

  .xxl\:right-0 {
    right: 0;
  }

  .xxl\:-right-0 {
    right: -0;
  }

  .xxl\:bottom-0 {
    bottom: 0;
  }

  .xxl\:-bottom-0 {
    bottom: -0;
  }

  .xxl\:left-0 {
    left: 0;
  }

  .xxl\:-left-0 {
    left: -0;
  }

  .xxl\:top-10 {
    top: 10%;
  }

  .xxl\:-top-10 {
    top: -10%;
  }

  .xxl\:right-10 {
    right: 10%;
  }

  .xxl\:-right-10 {
    right: -10%;
  }

  .xxl\:bottom-10 {
    bottom: 10%;
  }

  .xxl\:-bottom-10 {
    bottom: -10%;
  }

  .xxl\:left-10 {
    left: 10%;
  }

  .xxl\:-left-10 {
    left: -10%;
  }

  .xxl\:top-20 {
    top: 20%;
  }

  .xxl\:-top-20 {
    top: -20%;
  }

  .xxl\:right-20 {
    right: 20%;
  }

  .xxl\:-right-20 {
    right: -20%;
  }

  .xxl\:bottom-20 {
    bottom: 20%;
  }

  .xxl\:-bottom-20 {
    bottom: -20%;
  }

  .xxl\:left-20 {
    left: 20%;
  }

  .xxl\:-left-20 {
    left: -20%;
  }

  .xxl\:top-30 {
    top: 30%;
  }

  .xxl\:-top-30 {
    top: -30%;
  }

  .xxl\:right-30 {
    right: 30%;
  }

  .xxl\:-right-30 {
    right: -30%;
  }

  .xxl\:bottom-30 {
    bottom: 30%;
  }

  .xxl\:-bottom-30 {
    bottom: -30%;
  }

  .xxl\:left-30 {
    left: 30%;
  }

  .xxl\:-left-30 {
    left: -30%;
  }

  .xxl\:top-40 {
    top: 40%;
  }

  .xxl\:-top-40 {
    top: -40%;
  }

  .xxl\:right-40 {
    right: 40%;
  }

  .xxl\:-right-40 {
    right: -40%;
  }

  .xxl\:bottom-40 {
    bottom: 40%;
  }

  .xxl\:-bottom-40 {
    bottom: -40%;
  }

  .xxl\:left-40 {
    left: 40%;
  }

  .xxl\:-left-40 {
    left: -40%;
  }

  .xxl\:top-50 {
    top: 50%;
  }

  .xxl\:-top-50 {
    top: -50%;
  }

  .xxl\:right-50 {
    right: 50%;
  }

  .xxl\:-right-50 {
    right: -50%;
  }

  .xxl\:bottom-50 {
    bottom: 50%;
  }

  .xxl\:-bottom-50 {
    bottom: -50%;
  }

  .xxl\:left-50 {
    left: 50%;
  }

  .xxl\:-left-50 {
    left: -50%;
  }

  .xxl\:top-60 {
    top: 60%;
  }

  .xxl\:-top-60 {
    top: -60%;
  }

  .xxl\:right-60 {
    right: 60%;
  }

  .xxl\:-right-60 {
    right: -60%;
  }

  .xxl\:bottom-60 {
    bottom: 60%;
  }

  .xxl\:-bottom-60 {
    bottom: -60%;
  }

  .xxl\:left-60 {
    left: 60%;
  }

  .xxl\:-left-60 {
    left: -60%;
  }

  .xxl\:top-70 {
    top: 70%;
  }

  .xxl\:-top-70 {
    top: -70%;
  }

  .xxl\:right-70 {
    right: 70%;
  }

  .xxl\:-right-70 {
    right: -70%;
  }

  .xxl\:bottom-70 {
    bottom: 70%;
  }

  .xxl\:-bottom-70 {
    bottom: -70%;
  }

  .xxl\:left-70 {
    left: 70%;
  }

  .xxl\:-left-70 {
    left: -70%;
  }

  .xxl\:top-80 {
    top: 80%;
  }

  .xxl\:-top-80 {
    top: -80%;
  }

  .xxl\:right-80 {
    right: 80%;
  }

  .xxl\:-right-80 {
    right: -80%;
  }

  .xxl\:bottom-80 {
    bottom: 80%;
  }

  .xxl\:-bottom-80 {
    bottom: -80%;
  }

  .xxl\:left-80 {
    left: 80%;
  }

  .xxl\:-left-80 {
    left: -80%;
  }

  .xxl\:top-90 {
    top: 90%;
  }

  .xxl\:-top-90 {
    top: -90%;
  }

  .xxl\:right-90 {
    right: 90%;
  }

  .xxl\:-right-90 {
    right: -90%;
  }

  .xxl\:bottom-90 {
    bottom: 90%;
  }

  .xxl\:-bottom-90 {
    bottom: -90%;
  }

  .xxl\:left-90 {
    left: 90%;
  }

  .xxl\:-left-90 {
    left: -90%;
  }

  .xxl\:top-100 {
    top: 100%;
  }

  .xxl\:-top-100 {
    top: -100%;
  }

  .xxl\:right-100 {
    right: 100%;
  }

  .xxl\:-right-100 {
    right: -100%;
  }

  .xxl\:bottom-100 {
    bottom: 100%;
  }

  .xxl\:-bottom-100 {
    bottom: -100%;
  }

  .xxl\:left-100 {
    left: 100%;
  }

  .xxl\:-left-100 {
    left: -100%;
  }

  .xxl\:top-0px {
    top: 0;
  }

  .xxl\:-top-0px {
    top: -0;
  }

  .xxl\:right-0px {
    right: 0;
  }

  .xxl\:-right-0px {
    right: -0;
  }

  .xxl\:bottom-0px {
    bottom: 0;
  }

  .xxl\:-bottom-0px {
    bottom: -0;
  }

  .xxl\:left-0px {
    left: 0;
  }

  .xxl\:-left-0px {
    left: -0;
  }

  .xxl\:top-10px {
    top: 10px;
  }

  .xxl\:-top-10px {
    top: -10px;
  }

  .xxl\:right-10px {
    right: 10px;
  }

  .xxl\:-right-10px {
    right: -10px;
  }

  .xxl\:bottom-10px {
    bottom: 10px;
  }

  .xxl\:-bottom-10px {
    bottom: -10px;
  }

  .xxl\:left-10px {
    left: 10px;
  }

  .xxl\:-left-10px {
    left: -10px;
  }

  .xxl\:top-20px {
    top: 20px;
  }

  .xxl\:-top-20px {
    top: -20px;
  }

  .xxl\:right-20px {
    right: 20px;
  }

  .xxl\:-right-20px {
    right: -20px;
  }

  .xxl\:bottom-20px {
    bottom: 20px;
  }

  .xxl\:-bottom-20px {
    bottom: -20px;
  }

  .xxl\:left-20px {
    left: 20px;
  }

  .xxl\:-left-20px {
    left: -20px;
  }

  .xxl\:top-30px {
    top: 30px;
  }

  .xxl\:-top-30px {
    top: -30px;
  }

  .xxl\:right-30px {
    right: 30px;
  }

  .xxl\:-right-30px {
    right: -30px;
  }

  .xxl\:bottom-30px {
    bottom: 30px;
  }

  .xxl\:-bottom-30px {
    bottom: -30px;
  }

  .xxl\:left-30px {
    left: 30px;
  }

  .xxl\:-left-30px {
    left: -30px;
  }

  .xxl\:top-40px {
    top: 40px;
  }

  .xxl\:-top-40px {
    top: -40px;
  }

  .xxl\:right-40px {
    right: 40px;
  }

  .xxl\:-right-40px {
    right: -40px;
  }

  .xxl\:bottom-40px {
    bottom: 40px;
  }

  .xxl\:-bottom-40px {
    bottom: -40px;
  }

  .xxl\:left-40px {
    left: 40px;
  }

  .xxl\:-left-40px {
    left: -40px;
  }

  .xxl\:top-50px {
    top: 50px;
  }

  .xxl\:-top-50px {
    top: -50px;
  }

  .xxl\:right-50px {
    right: 50px;
  }

  .xxl\:-right-50px {
    right: -50px;
  }

  .xxl\:bottom-50px {
    bottom: 50px;
  }

  .xxl\:-bottom-50px {
    bottom: -50px;
  }

  .xxl\:left-50px {
    left: 50px;
  }

  .xxl\:-left-50px {
    left: -50px;
  }

  .xxl\:top-60px {
    top: 60px;
  }

  .xxl\:-top-60px {
    top: -60px;
  }

  .xxl\:right-60px {
    right: 60px;
  }

  .xxl\:-right-60px {
    right: -60px;
  }

  .xxl\:bottom-60px {
    bottom: 60px;
  }

  .xxl\:-bottom-60px {
    bottom: -60px;
  }

  .xxl\:left-60px {
    left: 60px;
  }

  .xxl\:-left-60px {
    left: -60px;
  }

  .xxl\:top-70px {
    top: 70px;
  }

  .xxl\:-top-70px {
    top: -70px;
  }

  .xxl\:right-70px {
    right: 70px;
  }

  .xxl\:-right-70px {
    right: -70px;
  }

  .xxl\:bottom-70px {
    bottom: 70px;
  }

  .xxl\:-bottom-70px {
    bottom: -70px;
  }

  .xxl\:left-70px {
    left: 70px;
  }

  .xxl\:-left-70px {
    left: -70px;
  }

  .xxl\:top-80px {
    top: 80px;
  }

  .xxl\:-top-80px {
    top: -80px;
  }

  .xxl\:right-80px {
    right: 80px;
  }

  .xxl\:-right-80px {
    right: -80px;
  }

  .xxl\:bottom-80px {
    bottom: 80px;
  }

  .xxl\:-bottom-80px {
    bottom: -80px;
  }

  .xxl\:left-80px {
    left: 80px;
  }

  .xxl\:-left-80px {
    left: -80px;
  }

  .xxl\:top-90px {
    top: 90px;
  }

  .xxl\:-top-90px {
    top: -90px;
  }

  .xxl\:right-90px {
    right: 90px;
  }

  .xxl\:-right-90px {
    right: -90px;
  }

  .xxl\:bottom-90px {
    bottom: 90px;
  }

  .xxl\:-bottom-90px {
    bottom: -90px;
  }

  .xxl\:left-90px {
    left: 90px;
  }

  .xxl\:-left-90px {
    left: -90px;
  }

  .xxl\:top-100px {
    top: 100px;
  }

  .xxl\:-top-100px {
    top: -100px;
  }

  .xxl\:right-100px {
    right: 100px;
  }

  .xxl\:-right-100px {
    right: -100px;
  }

  .xxl\:bottom-100px {
    bottom: 100px;
  }

  .xxl\:-bottom-100px {
    bottom: -100px;
  }

  .xxl\:left-100px {
    left: 100px;
  }

  .xxl\:-left-100px {
    left: -100px;
  }

  .xxl\:inset-0 {
    inset: 0;
  }

  .xxl\:-inset-0 {
    inset: -0;
  }

  .xxl\:inset-10 {
    inset: 10%;
  }

  .xxl\:-inset-10 {
    inset: -10%;
  }

  .xxl\:inset-20 {
    inset: 20%;
  }

  .xxl\:-inset-20 {
    inset: -20%;
  }

  .xxl\:inset-30 {
    inset: 30%;
  }

  .xxl\:-inset-30 {
    inset: -30%;
  }

  .xxl\:inset-40 {
    inset: 40%;
  }

  .xxl\:-inset-40 {
    inset: -40%;
  }

  .xxl\:inset-50 {
    inset: 50%;
  }

  .xxl\:-inset-50 {
    inset: -50%;
  }

  .xxl\:inset-60 {
    inset: 60%;
  }

  .xxl\:-inset-60 {
    inset: -60%;
  }

  .xxl\:inset-70 {
    inset: 70%;
  }

  .xxl\:-inset-70 {
    inset: -70%;
  }

  .xxl\:inset-80 {
    inset: 80%;
  }

  .xxl\:-inset-80 {
    inset: -80%;
  }

  .xxl\:inset-90 {
    inset: 90%;
  }

  .xxl\:-inset-90 {
    inset: -90%;
  }

  .xxl\:inset-100 {
    inset: 100%;
  }

  .xxl\:-inset-100 {
    inset: -100%;
  }

  .xxl\:inset-0px {
    inset: 0;
  }

  .xxl\:-inset-0px {
    inset: -0;
  }

  .xxl\:inset-10px {
    inset: 10px;
  }

  .xxl\:-inset-10px {
    inset: -10px;
  }

  .xxl\:inset-20px {
    inset: 20px;
  }

  .xxl\:-inset-20px {
    inset: -20px;
  }

  .xxl\:inset-30px {
    inset: 30px;
  }

  .xxl\:-inset-30px {
    inset: -30px;
  }

  .xxl\:inset-40px {
    inset: 40px;
  }

  .xxl\:-inset-40px {
    inset: -40px;
  }

  .xxl\:inset-50px {
    inset: 50px;
  }

  .xxl\:-inset-50px {
    inset: -50px;
  }

  .xxl\:inset-60px {
    inset: 60px;
  }

  .xxl\:-inset-60px {
    inset: -60px;
  }

  .xxl\:inset-70px {
    inset: 70px;
  }

  .xxl\:-inset-70px {
    inset: -70px;
  }

  .xxl\:inset-80px {
    inset: 80px;
  }

  .xxl\:-inset-80px {
    inset: -80px;
  }

  .xxl\:inset-90px {
    inset: 90px;
  }

  .xxl\:-inset-90px {
    inset: -90px;
  }

  .xxl\:inset-100px {
    inset: 100px;
  }

  .xxl\:-inset-100px {
    inset: -100px;
  }

  .xxl\:origin-top {
    transform-origin: top;
  }

  .xxl\:origin-right {
    transform-origin: right;
  }

  .xxl\:origin-bottom {
    transform-origin: bottom;
  }

  .xxl\:origin-left {
    transform-origin: left;
  }

  .xxl\:origin-center {
    transform-origin: center;
  }

  .xxl\:origin-top-left {
    transform-origin: top left;
  }

  .xxl\:origin-top-right {
    transform-origin: top right;
  }

  .xxl\:origin-bottom-left {
    transform-origin: bottom left;
  }

  .xxl\:origin-bottom-right {
    transform-origin: bottom right;
  }

  .xxl\:transform-none {
    transform: none;
  }

  .xxl\:translate-x-0 {
    --translate-x: 0;
  }

  .xxl\:translate-y-0 {
    --translate-y: 0;
  }

  .xxl\:translate-x-5 {
    --translate-x: 5%;
  }

  .xxl\:translate-y-5 {
    --translate-y: 5%;
  }

  .xxl\:translate-x-10 {
    --translate-x: 10%;
  }

  .xxl\:translate-y-10 {
    --translate-y: 10%;
  }

  .xxl\:translate-x-15 {
    --translate-x: 15%;
  }

  .xxl\:translate-y-15 {
    --translate-y: 15%;
  }

  .xxl\:translate-x-20 {
    --translate-x: 20%;
  }

  .xxl\:translate-y-20 {
    --translate-y: 20%;
  }

  .xxl\:translate-x-25 {
    --translate-x: 25%;
  }

  .xxl\:translate-y-25 {
    --translate-y: 25%;
  }

  .xxl\:translate-x-30 {
    --translate-x: 30%;
  }

  .xxl\:translate-y-30 {
    --translate-y: 30%;
  }

  .xxl\:translate-x-35 {
    --translate-x: 35%;
  }

  .xxl\:translate-y-35 {
    --translate-y: 35%;
  }

  .xxl\:translate-x-40 {
    --translate-x: 40%;
  }

  .xxl\:translate-y-40 {
    --translate-y: 40%;
  }

  .xxl\:translate-x-45 {
    --translate-x: 45%;
  }

  .xxl\:translate-y-45 {
    --translate-y: 45%;
  }

  .xxl\:translate-x-50 {
    --translate-x: 50%;
  }

  .xxl\:translate-y-50 {
    --translate-y: 50%;
  }

  .xxl\:translate-x-55 {
    --translate-x: 55%;
  }

  .xxl\:translate-y-55 {
    --translate-y: 55%;
  }

  .xxl\:translate-x-60 {
    --translate-x: 60%;
  }

  .xxl\:translate-y-60 {
    --translate-y: 60%;
  }

  .xxl\:translate-x-65 {
    --translate-x: 65%;
  }

  .xxl\:translate-y-65 {
    --translate-y: 65%;
  }

  .xxl\:translate-x-70 {
    --translate-x: 70%;
  }

  .xxl\:translate-y-70 {
    --translate-y: 70%;
  }

  .xxl\:translate-x-75 {
    --translate-x: 75%;
  }

  .xxl\:translate-y-75 {
    --translate-y: 75%;
  }

  .xxl\:translate-x-80 {
    --translate-x: 80%;
  }

  .xxl\:translate-y-80 {
    --translate-y: 80%;
  }

  .xxl\:translate-x-85 {
    --translate-x: 85%;
  }

  .xxl\:translate-y-85 {
    --translate-y: 85%;
  }

  .xxl\:translate-x-90 {
    --translate-x: 90%;
  }

  .xxl\:translate-y-90 {
    --translate-y: 90%;
  }

  .xxl\:translate-x-95 {
    --translate-x: 95%;
  }

  .xxl\:translate-y-95 {
    --translate-y: 95%;
  }

  .xxl\:translate-x-100 {
    --translate-x: 100%;
  }

  .xxl\:translate-y-100 {
    --translate-y: 100%;
  }

  .xxl\:rotate-0 {
    --rotate: 0;
  }

  .xxl\:rotate-15 {
    --rotate: 15deg;
  }

  .xxl\:rotate-30 {
    --rotate: 30deg;
  }

  .xxl\:rotate-45 {
    --rotate: 45deg;
  }

  .xxl\:rotate-60 {
    --rotate: 60deg;
  }

  .xxl\:rotate-75 {
    --rotate: 75deg;
  }

  .xxl\:rotate-90 {
    --rotate: 90deg;
  }

  .xxl\:rotate-105 {
    --rotate: 105deg;
  }

  .xxl\:rotate-120 {
    --rotate: 120deg;
  }

  .xxl\:rotate-135 {
    --rotate: 135deg;
  }

  .xxl\:rotate-150 {
    --rotate: 150deg;
  }

  .xxl\:rotate-165 {
    --rotate: 165deg;
  }

  .xxl\:rotate-180 {
    --rotate: 180deg;
  }

  .xxl\:rotate-195 {
    --rotate: 195deg;
  }

  .xxl\:rotate-210 {
    --rotate: 210deg;
  }

  .xxl\:rotate-225 {
    --rotate: 225deg;
  }

  .xxl\:rotate-240 {
    --rotate: 240deg;
  }

  .xxl\:rotate-255 {
    --rotate: 255deg;
  }

  .xxl\:rotate-270 {
    --rotate: 270deg;
  }

  .xxl\:rotate-285 {
    --rotate: 285deg;
  }

  .xxl\:rotate-300 {
    --rotate: 300deg;
  }

  .xxl\:rotate-315 {
    --rotate: 315deg;
  }

  .xxl\:rotate-330 {
    --rotate: 330deg;
  }

  .xxl\:rotate-345 {
    --rotate: 345deg;
  }

  .xxl\:rotate-360 {
    --rotate: 360deg;
  }

  .xxl\:scale-x-0 {
    --scale-x: 0;
  }

  .xxl\:scale-x-25 {
    --scale-x: 0.25;
  }

  .xxl\:scale-x-50 {
    --scale-x: 0.5;
  }

  .xxl\:scale-x-75 {
    --scale-x: 0.75;
  }

  .xxl\:scale-x-100 {
    --scale-x: 1;
  }

  .xxl\:scale-x-125 {
    --scale-x: 1.25;
  }

  .xxl\:scale-x-150 {
    --scale-x: 1.5;
  }

  .xxl\:scale-x-175 {
    --scale-x: 1.75;
  }

  .xxl\:scale-x-200 {
    --scale-x: 2;
  }

  .xxl\:scale-y-0 {
    --scale-y: 0;
  }

  .xxl\:scale-y-25 {
    --scale-y: 0.25;
  }

  .xxl\:scale-y-50 {
    --scale-y: 0.5;
  }

  .xxl\:scale-y-75 {
    --scale-y: 0.75;
  }

  .xxl\:scale-y-100 {
    --scale-y: 1;
  }

  .xxl\:scale-y-125 {
    --scale-y: 1.25;
  }

  .xxl\:scale-y-150 {
    --scale-y: 1.5;
  }

  .xxl\:scale-y-175 {
    --scale-y: 1.75;
  }

  .xxl\:scale-y-200 {
    --scale-y: 2;
  }

  .xxl\:skew-x-0 {
    --skew-x: 0;
  }

  .xxl\:skew-y-0 {
    --skew-y: 0;
  }

  .xxl\:skew-x-15 {
    --skew-x: 15deg;
  }

  .xxl\:skew-y-15 {
    --skew-y: 15deg;
  }

  .xxl\:skew-x-30 {
    --skew-x: 30deg;
  }

  .xxl\:skew-y-30 {
    --skew-y: 30deg;
  }

  .xxl\:skew-x-45 {
    --skew-x: 45deg;
  }

  .xxl\:skew-y-45 {
    --skew-y: 45deg;
  }

  .xxl\:skew-x-60 {
    --skew-x: 60deg;
  }

  .xxl\:skew-y-60 {
    --skew-y: 60deg;
  }

  .xxl\:skew-x-75 {
    --skew-x: 75deg;
  }

  .xxl\:skew-y-75 {
    --skew-y: 75deg;
  }

  .xxl\:skew-x-90 {
    --skew-x: 90deg;
  }

  .xxl\:skew-y-90 {
    --skew-y: 90deg;
  }

  .xxl\:skew-x-105 {
    --skew-x: 105deg;
  }

  .xxl\:skew-y-105 {
    --skew-y: 105deg;
  }

  .xxl\:skew-x-120 {
    --skew-x: 120deg;
  }

  .xxl\:skew-y-120 {
    --skew-y: 120deg;
  }

  .xxl\:skew-x-135 {
    --skew-x: 135deg;
  }

  .xxl\:skew-y-135 {
    --skew-y: 135deg;
  }

  .xxl\:skew-x-150 {
    --skew-x: 150deg;
  }

  .xxl\:skew-y-150 {
    --skew-y: 150deg;
  }

  .xxl\:skew-x-165 {
    --skew-x: 165deg;
  }

  .xxl\:skew-y-165 {
    --skew-y: 165deg;
  }

  .xxl\:skew-x-180 {
    --skew-x: 180deg;
  }

  .xxl\:skew-y-180 {
    --skew-y: 180deg;
  }

  .xxl\:skew-x-195 {
    --skew-x: 195deg;
  }

  .xxl\:skew-y-195 {
    --skew-y: 195deg;
  }

  .xxl\:skew-x-210 {
    --skew-x: 210deg;
  }

  .xxl\:skew-y-210 {
    --skew-y: 210deg;
  }

  .xxl\:skew-x-225 {
    --skew-x: 225deg;
  }

  .xxl\:skew-y-225 {
    --skew-y: 225deg;
  }

  .xxl\:skew-x-240 {
    --skew-x: 240deg;
  }

  .xxl\:skew-y-240 {
    --skew-y: 240deg;
  }

  .xxl\:skew-x-255 {
    --skew-x: 255deg;
  }

  .xxl\:skew-y-255 {
    --skew-y: 255deg;
  }

  .xxl\:skew-x-270 {
    --skew-x: 270deg;
  }

  .xxl\:skew-y-270 {
    --skew-y: 270deg;
  }

  .xxl\:skew-x-285 {
    --skew-x: 285deg;
  }

  .xxl\:skew-y-285 {
    --skew-y: 285deg;
  }

  .xxl\:skew-x-300 {
    --skew-x: 300deg;
  }

  .xxl\:skew-y-300 {
    --skew-y: 300deg;
  }

  .xxl\:skew-x-315 {
    --skew-x: 315deg;
  }

  .xxl\:skew-y-315 {
    --skew-y: 315deg;
  }

  .xxl\:skew-x-330 {
    --skew-x: 330deg;
  }

  .xxl\:skew-y-330 {
    --skew-y: 330deg;
  }

  .xxl\:skew-x-345 {
    --skew-x: 345deg;
  }

  .xxl\:skew-y-345 {
    --skew-y: 345deg;
  }

  .xxl\:skew-x-360 {
    --skew-x: 360deg;
  }

  .xxl\:skew-y-360 {
    --skew-y: 360deg;
  }

  .xxl\:user-select-none {
    user-select: none;
  }

  .xxl\:user-select-text {
    user-select: text;
  }

  .xxl\:user-select-all {
    user-select: all;
  }

  .xxl\:user-select-auto {
    user-select: auto;
  }

  .xxl\:vertical-align-baseline {
    vertical-align: baseline;
  }

  .xxl\:vertical-align-top {
    vertical-align: top;
  }

  .xxl\:vertical-align-middle {
    vertical-align: middle;
  }

  .xxl\:vertical-align-bottom {
    vertical-align: bottom;
  }

  .xxl\:vertical-align-sub {
    vertical-align: sub;
  }

  .xxl\:vertical-align-super {
    vertical-align: super;
  }

  .xxl\:vertical-align-unset {
    vertical-align: unset;
  }

  .xxl\:vertical-align-text-top {
    vertical-align: text-top;
  }

  .xxl\:vertical-align-text-bottom {
    vertical-align: text-bottom;
  }

  .xxl\:visibility-visible {
    visibility: visible;
  }

  .xxl\:visibility-hidden {
    visibility: hidden;
  }

  .xxl\:white-space-normal {
    white-space: normal;
  }

  .xxl\:white-space-nowrap {
    white-space: nowrap;
  }

  .xxl\:white-space-pre {
    white-space: pre;
  }

  .xxl\:white-space-pre-line {
    white-space: pre-line;
  }

  .xxl\:white-space-pre-wrap {
    white-space: pre-wrap;
  }

  .xxl\:w-0 {
    width: 0;
  }

  .xxl\:w-5 {
    width: 5%;
  }

  .xxl\:w-10 {
    width: 10%;
  }

  .xxl\:w-15 {
    width: 15%;
  }

  .xxl\:w-20 {
    width: 20%;
  }

  .xxl\:w-25 {
    width: 25%;
  }

  .xxl\:w-30 {
    width: 30%;
  }

  .xxl\:w-35 {
    width: 35%;
  }

  .xxl\:w-40 {
    width: 40%;
  }

  .xxl\:w-45 {
    width: 45%;
  }

  .xxl\:w-50 {
    width: 50%;
  }

  .xxl\:w-55 {
    width: 55%;
  }

  .xxl\:w-60 {
    width: 60%;
  }

  .xxl\:w-65 {
    width: 65%;
  }

  .xxl\:w-70 {
    width: 70%;
  }

  .xxl\:w-75 {
    width: 75%;
  }

  .xxl\:w-80 {
    width: 80%;
  }

  .xxl\:w-85 {
    width: 85%;
  }

  .xxl\:w-90 {
    width: 90%;
  }

  .xxl\:w-95 {
    width: 95%;
  }

  .xxl\:w-100 {
    width: 100%;
  }

  .xxl\:w-0px {
    width: 0;
  }

  .xxl\:w-5px {
    width: 5px;
  }

  .xxl\:w-10px {
    width: 10px;
  }

  .xxl\:w-15px {
    width: 15px;
  }

  .xxl\:w-20px {
    width: 20px;
  }

  .xxl\:w-25px {
    width: 25px;
  }

  .xxl\:w-30px {
    width: 30px;
  }

  .xxl\:w-35px {
    width: 35px;
  }

  .xxl\:w-40px {
    width: 40px;
  }

  .xxl\:w-45px {
    width: 45px;
  }

  .xxl\:w-50px {
    width: 50px;
  }

  .xxl\:w-55px {
    width: 55px;
  }

  .xxl\:w-60px {
    width: 60px;
  }

  .xxl\:w-65px {
    width: 65px;
  }

  .xxl\:w-70px {
    width: 70px;
  }

  .xxl\:w-75px {
    width: 75px;
  }

  .xxl\:w-80px {
    width: 80px;
  }

  .xxl\:w-85px {
    width: 85px;
  }

  .xxl\:w-90px {
    width: 90px;
  }

  .xxl\:w-95px {
    width: 95px;
  }

  .xxl\:w-100px {
    width: 100px;
  }

  .xxl\:w-105px {
    width: 105px;
  }

  .xxl\:w-110px {
    width: 110px;
  }

  .xxl\:w-115px {
    width: 115px;
  }

  .xxl\:w-120px {
    width: 120px;
  }

  .xxl\:w-125px {
    width: 125px;
  }

  .xxl\:w-130px {
    width: 130px;
  }

  .xxl\:w-135px {
    width: 135px;
  }

  .xxl\:w-140px {
    width: 140px;
  }

  .xxl\:w-145px {
    width: 145px;
  }

  .xxl\:w-150px {
    width: 150px;
  }

  .xxl\:w-155px {
    width: 155px;
  }

  .xxl\:w-160px {
    width: 160px;
  }

  .xxl\:w-165px {
    width: 165px;
  }

  .xxl\:w-170px {
    width: 170px;
  }

  .xxl\:w-175px {
    width: 175px;
  }

  .xxl\:w-180px {
    width: 180px;
  }

  .xxl\:w-185px {
    width: 185px;
  }

  .xxl\:w-190px {
    width: 190px;
  }

  .xxl\:w-195px {
    width: 195px;
  }

  .xxl\:w-200px {
    width: 200px;
  }

  .xxl\:w-205px {
    width: 205px;
  }

  .xxl\:w-210px {
    width: 210px;
  }

  .xxl\:w-215px {
    width: 215px;
  }

  .xxl\:w-220px {
    width: 220px;
  }

  .xxl\:w-225px {
    width: 225px;
  }

  .xxl\:w-230px {
    width: 230px;
  }

  .xxl\:w-235px {
    width: 235px;
  }

  .xxl\:w-240px {
    width: 240px;
  }

  .xxl\:w-245px {
    width: 245px;
  }

  .xxl\:w-250px {
    width: 250px;
  }

  .xxl\:w-255px {
    width: 255px;
  }

  .xxl\:w-260px {
    width: 260px;
  }

  .xxl\:w-265px {
    width: 265px;
  }

  .xxl\:w-270px {
    width: 270px;
  }

  .xxl\:w-275px {
    width: 275px;
  }

  .xxl\:w-280px {
    width: 280px;
  }

  .xxl\:w-285px {
    width: 285px;
  }

  .xxl\:w-290px {
    width: 290px;
  }

  .xxl\:w-295px {
    width: 295px;
  }

  .xxl\:w-300px {
    width: 300px;
  }

  .xxl\:width-width {
    width: auto;
  }

  .xxl\:width-min-content {
    width: min-content;
  }

  .xxl\:width-max-content {
    width: max-content;
  }

  .xxl\:word-break-normal {
    word-break: normal;
  }

  .xxl\:word-break-break-all {
    word-break: break-all;
  }

  .xxl\:word-break-break-word {
    word-break: break-word;
  }

  .xxl\:word-break-keep-all {
    word-break: keep-all;
  }

  .xxl\:z-0 {
    z-index: 0;
  }

  .xxl\:z-10 {
    z-index: 10;
  }

  .xxl\:z-20 {
    z-index: 20;
  }

  .xxl\:z-30 {
    z-index: 30;
  }

  .xxl\:z-40 {
    z-index: 40;
  }

  .xxl\:z-50 {
    z-index: 50;
  }

  .xxl\:z-60 {
    z-index: 60;
  }

  .xxl\:z-70 {
    z-index: 70;
  }

  .xxl\:z-80 {
    z-index: 80;
  }

  .xxl\:z-90 {
    z-index: 90;
  }

  .xxl\:z-100 {
    z-index: 100;
  }

  .xxl\:grid-template-columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xxl\:grid-template-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xxl\:grid-template-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xxl\:grid-template-columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xxl\:grid-template-columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xxl\:grid-template-columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xxl\:grid-template-columns-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xxl\:grid-template-columns-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xxl\:grid-template-columns-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xxl\:grid-template-columns-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xxl\:grid-template-columns-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xxl\:grid-template-columns-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xxl\:grid-template-columns-none {
    grid-template-columns: none;
  }

  .xxl\:grid-column-auto {
    grid-column: auto;
  }

  .xxl\:grid-column-1 {
    grid-column: span 1/span 1;
  }

  .xxl\:grid-column-2 {
    grid-column: span 2/span 2;
  }

  .xxl\:grid-column-3 {
    grid-column: span 3/span 3;
  }

  .xxl\:grid-column-4 {
    grid-column: span 4/span 4;
  }

  .xxl\:grid-column-5 {
    grid-column: span 5/span 5;
  }

  .xxl\:grid-column-6 {
    grid-column: span 6/span 6;
  }

  .xxl\:grid-column-7 {
    grid-column: span 7/span 7;
  }

  .xxl\:grid-column-8 {
    grid-column: span 8/span 8;
  }

  .xxl\:grid-column-9 {
    grid-column: span 9/span 9;
  }

  .xxl\:grid-column-10 {
    grid-column: span 10/span 10;
  }

  .xxl\:grid-column-11 {
    grid-column: span 11/span 11;
  }

  .xxl\:grid-column-12 {
    grid-column: span 12/span 12;
  }

  .xxl\:grid-column-start-auto {
    grid-column-start: auto;
  }

  .xxl\:grid-column-start-1 {
    grid-column-start: 1;
  }

  .xxl\:grid-column-start-2 {
    grid-column-start: 2;
  }

  .xxl\:grid-column-start-3 {
    grid-column-start: 3;
  }

  .xxl\:grid-column-start-4 {
    grid-column-start: 4;
  }

  .xxl\:grid-column-start-5 {
    grid-column-start: 5;
  }

  .xxl\:grid-column-start-6 {
    grid-column-start: 6;
  }

  .xxl\:grid-column-start-7 {
    grid-column-start: 7;
  }

  .xxl\:grid-column-start-8 {
    grid-column-start: 8;
  }

  .xxl\:grid-column-start-9 {
    grid-column-start: 9;
  }

  .xxl\:grid-column-start-10 {
    grid-column-start: 10;
  }

  .xxl\:grid-column-start-11 {
    grid-column-start: 11;
  }

  .xxl\:grid-column-start-12 {
    grid-column-start: 12;
  }

  .xxl\:grid-column-end-auto {
    grid-column-end: auto;
  }

  .xxl\:grid-column-end-1 {
    grid-column-end: 1;
  }

  .xxl\:grid-column-end-2 {
    grid-column-end: 2;
  }

  .xxl\:grid-column-end-3 {
    grid-column-end: 3;
  }

  .xxl\:grid-column-end-4 {
    grid-column-end: 4;
  }

  .xxl\:grid-column-end-5 {
    grid-column-end: 5;
  }

  .xxl\:grid-column-end-6 {
    grid-column-end: 6;
  }

  .xxl\:grid-column-end-7 {
    grid-column-end: 7;
  }

  .xxl\:grid-column-end-8 {
    grid-column-end: 8;
  }

  .xxl\:grid-column-end-9 {
    grid-column-end: 9;
  }

  .xxl\:grid-column-end-10 {
    grid-column-end: 10;
  }

  .xxl\:grid-column-end-11 {
    grid-column-end: 11;
  }

  .xxl\:grid-column-end-12 {
    grid-column-end: 12;
  }

  .xxl\:grid-template-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .xxl\:grid-template-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xxl\:grid-template-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .xxl\:grid-template-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .xxl\:grid-template-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .xxl\:grid-template-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .xxl\:grid-template-rows-none {
    grid-template-rows: none;
  }

  .xxl\:grid-row-auto {
    grid-row: auto;
  }

  .xxl\:grid-row-1 {
    grid-row: span 1/span 1;
  }

  .xxl\:grid-row-2 {
    grid-row: span 2/span 2;
  }

  .xxl\:grid-row-3 {
    grid-row: span 3/span 3;
  }

  .xxl\:grid-row-4 {
    grid-row: span 4/span 4;
  }

  .xxl\:grid-row-5 {
    grid-row: span 5/span 5;
  }

  .xxl\:grid-row-6 {
    grid-row: span 6/span 6;
  }

  .xxl\:grid-row-start-auto {
    grid-row-start: auto;
  }

  .xxl\:grid-row-start-1 {
    grid-row-start: 1;
  }

  .xxl\:grid-row-start-2 {
    grid-row-start: 2;
  }

  .xxl\:grid-row-start-3 {
    grid-row-start: 3;
  }

  .xxl\:grid-row-start-4 {
    grid-row-start: 4;
  }

  .xxl\:grid-row-start-5 {
    grid-row-start: 5;
  }

  .xxl\:grid-row-start-6 {
    grid-row-start: 6;
  }

  .xxl\:grid-row-end-auto {
    grid-row-end: auto;
  }

  .xxl\:grid-row-end-1 {
    grid-row-end: 1;
  }

  .xxl\:grid-row-end-2 {
    grid-row-end: 2;
  }

  .xxl\:grid-row-end-3 {
    grid-row-end: 3;
  }

  .xxl\:grid-row-end-4 {
    grid-row-end: 4;
  }

  .xxl\:grid-row-end-5 {
    grid-row-end: 5;
  }

  .xxl\:grid-row-end-6 {
    grid-row-end: 6;
  }

  .xxl\:grid-auto-flow-row {
    grid-auto-flow: row;
  }

  .xxl\:grid-auto-flow-column {
    grid-auto-flow: column;
  }

  .xxl\:grid-auto-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .xxl\:grid-auto-flow-column-dense {
    grid-auto-flow: column dense;
  }

  .xxl\:grid-auto-columns-auto {
    grid-auto-columns: auto;
  }

  .xxl\:grid-auto-columns-min {
    grid-auto-columns: min-content;
  }

  .xxl\:grid-auto-columns-max {
    grid-auto-columns: max-content;
  }

  .xxl\:grid-auto-rows-auto {
    grid-auto-rows: auto;
  }

  .xxl\:grid-auto-rows-min {
    grid-auto-rows: min-content;
  }

  .xxl\:grid-auto-rows-max {
    grid-auto-rows: max-content;
  }

  .xxl\:gap-0 {
    gap: 0;
  }

  .xxl\:gap-1 {
    gap: 0.125rem;
  }

  .xxl\:gap-2 {
    gap: 0.25rem;
  }

  .xxl\:gap-3 {
    gap: 0.375rem;
  }

  .xxl\:gap-4 {
    gap: 0.5;
  }

  .xxl\:gap-5 {
    gap: 0.625rem;
  }

  .xxl\:gap-6 {
    gap: 0.75rem;
  }

  .xxl\:gap-7 {
    gap: 0.875rem;
  }

  .xxl\:gap-8 {
    gap: 1rem;
  }

  .xxl\:gap-9 {
    gap: 1.25rem;
  }

  .xxl\:gap-10 {
    gap: 1.5rem;
  }

  .xxl\:gap-11 {
    gap: 1.75rem;
  }

  .xxl\:gap-12 {
    gap: 2rem;
  }

  .xxl\:row-gap-0 {
    row-gap: 0;
  }

  .xxl\:row-gap-1 {
    row-gap: 0.125rem;
  }

  .xxl\:row-gap-2 {
    row-gap: 0.25rem;
  }

  .xxl\:row-gap-3 {
    row-gap: 0.375rem;
  }

  .xxl\:row-gap-4 {
    row-gap: 0.5;
  }

  .xxl\:row-gap-5 {
    row-gap: 0.625rem;
  }

  .xxl\:row-gap-6 {
    row-gap: 0.75rem;
  }

  .xxl\:row-gap-7 {
    row-gap: 0.875rem;
  }

  .xxl\:row-gap-8 {
    row-gap: 1rem;
  }

  .xxl\:row-gap-9 {
    row-gap: 1.25rem;
  }

  .xxl\:row-gap-10 {
    row-gap: 1.5rem;
  }

  .xxl\:row-gap-11 {
    row-gap: 1.75rem;
  }

  .xxl\:row-gap-12 {
    row-gap: 2rem;
  }

  .xxl\:column-gap-0 {
    column-gap: 0;
  }

  .xxl\:column-gap-1 {
    column-gap: 0.125rem;
  }

  .xxl\:column-gap-2 {
    column-gap: 0.25rem;
  }

  .xxl\:column-gap-3 {
    column-gap: 0.375rem;
  }

  .xxl\:column-gap-4 {
    column-gap: 0.5;
  }

  .xxl\:column-gap-5 {
    column-gap: 0.625rem;
  }

  .xxl\:column-gap-6 {
    column-gap: 0.75rem;
  }

  .xxl\:column-gap-7 {
    column-gap: 0.875rem;
  }

  .xxl\:column-gap-8 {
    column-gap: 1rem;
  }

  .xxl\:column-gap-9 {
    column-gap: 1.25rem;
  }

  .xxl\:column-gap-10 {
    column-gap: 1.5rem;
  }

  .xxl\:column-gap-11 {
    column-gap: 1.75rem;
  }

  .xxl\:column-gap-12 {
    column-gap: 2rem;
  }

  .xxl\:isolation-isolate {
    isolation: isolate;
  }

  .xxl\:isolation-auto {
    isolation: auto;
  }

  .xxl\:mix-blend-mode-normal {
    mix-blend-mode: normal;
  }

  .xxl\:mix-blend-mode-multiply {
    mix-blend-mode: multiply;
  }

  .xxl\:mix-blend-mode-screen {
    mix-blend-mode: screen;
  }

  .xxl\:mix-blend-mode-overlay {
    mix-blend-mode: overlay;
  }

  .xxl\:mix-blend-mode-darken {
    mix-blend-mode: darken;
  }

  .xxl\:mix-blend-mode-lighten {
    mix-blend-mode: lighten;
  }

  .xxl\:mix-blend-mode-color-dodge {
    mix-blend-mode: color-dodge;
  }

  .xxl\:mix-blend-mode-color-burn {
    mix-blend-mode: color-burn;
  }

  .xxl\:mix-blend-mode-hard-light {
    mix-blend-mode: hard-light;
  }

  .xxl\:mix-blend-mode-soft-light {
    mix-blend-mode: soft-light;
  }

  .xxl\:mix-blend-mode-difference {
    mix-blend-mode: difference;
  }

  .xxl\:mix-blend-mode-exclusion {
    mix-blend-mode: exclusion;
  }

  .xxl\:mix-blend-mode-hue {
    mix-blend-mode: hue;
  }

  .xxl\:mix-blend-mode-saturation {
    mix-blend-mode: saturation;
  }

  .xxl\:mix-blend-mode-color {
    mix-blend-mode: color;
  }

  .xxl\:mix-blend-mode-luminosity {
    mix-blend-mode: luminosity;
  }

  .xxl\:background-blend-mode-normal {
    background-blend-mode: normal;
  }

  .xxl\:background-blend-mode-multiply {
    background-blend-mode: multiply;
  }

  .xxl\:background-blend-mode-screen {
    background-blend-mode: screen;
  }

  .xxl\:background-blend-mode-overlay {
    background-blend-mode: overlay;
  }

  .xxl\:background-blend-mode-darken {
    background-blend-mode: darken;
  }

  .xxl\:background-blend-mode-lighten {
    background-blend-mode: lighten;
  }

  .xxl\:background-blend-mode-color-dodge {
    background-blend-mode: color-dodge;
  }

  .xxl\:background-blend-mode-color-burn {
    background-blend-mode: color-burn;
  }

  .xxl\:background-blend-mode-hard-light {
    background-blend-mode: hard-light;
  }

  .xxl\:background-blend-mode-soft-light {
    background-blend-mode: soft-light;
  }

  .xxl\:background-blend-mode-difference {
    background-blend-mode: difference;
  }

  .xxl\:background-blend-mode-exclusion {
    background-blend-mode: exclusion;
  }

  .xxl\:background-blend-mode-hue {
    background-blend-mode: hue;
  }

  .xxl\:background-blend-mode-saturation {
    background-blend-mode: saturation;
  }

  .xxl\:background-blend-mode-color {
    background-blend-mode: color;
  }

  .xxl\:background-blend-mode-luminosity {
    background-blend-mode: luminosity;
  }

  .xxl\:filter-none {
    filter: none;
  }

  .xxl\:filter-blur-0 {
    --filter-blur: blur(0);
  }

  .xxl\:filter-blur-4 {
    --filter-blur: blur(4px);
  }

  .xxl\:filter-blur-8 {
    --filter-blur: blur(8px);
  }

  .xxl\:filter-blur-12 {
    --filter-blur: blur(12px);
  }

  .xxl\:filter-blur-16 {
    --filter-blur: blur(16px);
  }

  .xxl\:filter-blur-20 {
    --filter-blur: blur(20px);
  }

  .xxl\:filter-blur-24 {
    --filter-blur: blur(24px);
  }

  .xxl\:filter-blur-28 {
    --filter-blur: blur(28px);
  }

  .xxl\:filter-blur-32 {
    --filter-blur: blur(32px);
  }

  .xxl\:filter-blur-64 {
    --filter-blur: blur(64px);
  }

  .xxl\:filter-blur-128 {
    --filter-blur: blur(128px);
  }

  .xxl\:filter-brightness-0 {
    --filter-brightness: brightness(0);
  }

  .xxl\:filter-brightness-25 {
    --filter-brightness: brightness(0.25);
  }

  .xxl\:filter-brightness-50 {
    --filter-brightness: brightness(0.5);
  }

  .xxl\:filter-brightness-75 {
    --filter-brightness: brightness(0.75);
  }

  .xxl\:filter-brightness-100 {
    --filter-brightness: brightness(1);
  }

  .xxl\:filter-brightness-125 {
    --filter-brightness: brightness(1.25);
  }

  .xxl\:filter-brightness-150 {
    --filter-brightness: brightness(1.5);
  }

  .xxl\:filter-brightness-175 {
    --filter-brightness: brightness(1.75);
  }

  .xxl\:filter-brightness-200 {
    --filter-brightness: brightness(2);
  }

  .xxl\:filter-contrast-0 {
    --filter-contrast: contrast(0);
  }

  .xxl\:filter-contrast-25 {
    --filter-contrast: contrast(0.25);
  }

  .xxl\:filter-contrast-50 {
    --filter-contrast: contrast(0.5);
  }

  .xxl\:filter-contrast-75 {
    --filter-contrast: contrast(0.75);
  }

  .xxl\:filter-contrast-100 {
    --filter-contrast: contrast(1);
  }

  .xxl\:filter-contrast-125 {
    --filter-contrast: contrast(1.25);
  }

  .xxl\:filter-contrast-150 {
    --filter-contrast: contrast(1.5);
  }

  .xxl\:filter-contrast-175 {
    --filter-contrast: contrast(1.75);
  }

  .xxl\:filter-contrast-200 {
    --filter-contrast: contrast(2);
  }

  .xxl\:filter-grayscale-0 {
    --filter-grayscale: grayscale(0);
  }

  .xxl\:filter-grayscale-1 {
    --filter-grayscale: grayscale(1);
  }

  .xxl\:filter-hue-rotate-0 {
    --filter-hue-rotate: hue-rotate(0deg);
  }

  .xxl\:filter-hue-rotate-15 {
    --filter-hue-rotate: hue-rotate(15deg);
  }

  .xxl\:filter-hue-rotate-30 {
    --filter-hue-rotate: hue-rotate(30deg);
  }

  .xxl\:filter-hue-rotate-45 {
    --filter-hue-rotate: hue-rotate(45deg);
  }

  .xxl\:filter-hue-rotate-60 {
    --filter-hue-rotate: hue-rotate(60deg);
  }

  .xxl\:filter-hue-rotate-75 {
    --filter-hue-rotate: hue-rotate(75deg);
  }

  .xxl\:filter-hue-rotate-90 {
    --filter-hue-rotate: hue-rotate(90deg);
  }

  .xxl\:filter-hue-rotate-135 {
    --filter-hue-rotate: hue-rotate(135deg);
  }

  .xxl\:filter-hue-rotate-190 {
    --filter-hue-rotate: hue-rotate(190deg);
  }

  .xxl\:-filter-hue-rotate-0 {
    --filter-hue-rotate: hue-rotate(0deg);
  }

  .xxl\:-filter-hue-rotate-15 {
    --filter-hue-rotate: hue-rotate(-15deg);
  }

  .xxl\:-filter-hue-rotate-30 {
    --filter-hue-rotate: hue-rotate(-30deg);
  }

  .xxl\:-filter-hue-rotate-45 {
    --filter-hue-rotate: hue-rotate(-45deg);
  }

  .xxl\:-filter-hue-rotate-60 {
    --filter-hue-rotate: hue-rotate(-60deg);
  }

  .xxl\:-filter-hue-rotate-75 {
    --filter-hue-rotate: hue-rotate(-75deg);
  }

  .xxl\:-filter-hue-rotate-90 {
    --filter-hue-rotate: hue-rotate(-90deg);
  }

  .xxl\:-filter-hue-rotate-135 {
    --filter-hue-rotate: hue-rotate(-135deg);
  }

  .xxl\:-filter-hue-rotate-190 {
    --filter-hue-rotate: hue-rotate(-190deg);
  }

  .xxl\:filter-invert-0 {
    --filter-invert: invert(0);
  }

  .xxl\:filter-invert-1 {
    --filter-invert: invert(1);
  }

  .xxl\:filter-saturate-0 {
    --filter-saturate: saturate(0);
  }

  .xxl\:filter-saturate-25 {
    --filter-saturate: saturate(0.25);
  }

  .xxl\:filter-saturate-50 {
    --filter-saturate: saturate(0.5);
  }

  .xxl\:filter-saturate-75 {
    --filter-saturate: saturate(0.75);
  }

  .xxl\:filter-saturate-100 {
    --filter-saturate: saturate(1);
  }

  .xxl\:filter-saturate-125 {
    --filter-saturate: saturate(1.25);
  }

  .xxl\:filter-saturate-150 {
    --filter-saturate: saturate(1.5);
  }

  .xxl\:filter-saturate-175 {
    --filter-saturate: saturate(1.75);
  }

  .xxl\:filter-saturate-200 {
    --filter-saturate: saturate(2);
  }

  .xxl\:filter-sepia-0 {
    --filter-sepia: sepia(0);
  }

  .xxl\:filter-sepia-1 {
    --filter-sepia: sepia(1);
  }

  .xxl\:backdrop-filter-none {
    backdrop-filter: none;
  }

  .xxl\:backdrop-filter-blur-0 {
    --backdrop-filter-blur: blur(0);
  }

  .xxl\:backdrop-filter-blur-4 {
    --backdrop-filter-blur: blur(4px);
  }

  .xxl\:backdrop-filter-blur-8 {
    --backdrop-filter-blur: blur(8px);
  }

  .xxl\:backdrop-filter-blur-12 {
    --backdrop-filter-blur: blur(12px);
  }

  .xxl\:backdrop-filter-blur-16 {
    --backdrop-filter-blur: blur(16px);
  }

  .xxl\:backdrop-filter-blur-20 {
    --backdrop-filter-blur: blur(20px);
  }

  .xxl\:backdrop-filter-blur-24 {
    --backdrop-filter-blur: blur(24px);
  }

  .xxl\:backdrop-filter-blur-28 {
    --backdrop-filter-blur: blur(28px);
  }

  .xxl\:backdrop-filter-blur-32 {
    --backdrop-filter-blur: blur(32px);
  }

  .xxl\:backdrop-filter-blur-64 {
    --backdrop-filter-blur: blur(64px);
  }

  .xxl\:backdrop-filter-blur-128 {
    --backdrop-filter-blur: blur(128px);
  }

  .xxl\:backdrop-filter-brightness-0 {
    --backdrop-filter-brightness: brightness(0);
  }

  .xxl\:backdrop-filter-brightness-25 {
    --backdrop-filter-brightness: brightness(0.25);
  }

  .xxl\:backdrop-filter-brightness-50 {
    --backdrop-filter-brightness: brightness(0.5);
  }

  .xxl\:backdrop-filter-brightness-75 {
    --backdrop-filter-brightness: brightness(0.75);
  }

  .xxl\:backdrop-filter-brightness-100 {
    --backdrop-filter-brightness: brightness(1);
  }

  .xxl\:backdrop-filter-brightness-125 {
    --backdrop-filter-brightness: brightness(1.25);
  }

  .xxl\:backdrop-filter-brightness-150 {
    --backdrop-filter-brightness: brightness(1.5);
  }

  .xxl\:backdrop-filter-brightness-175 {
    --backdrop-filter-brightness: brightness(1.75);
  }

  .xxl\:backdrop-filter-brightness-200 {
    --backdrop-filter-brightness: brightness(2);
  }

  .xxl\:backdrop-filter-contrast-0 {
    --backdrop-filter-contrast: contrast(0);
  }

  .xxl\:backdrop-filter-contrast-25 {
    --backdrop-filter-contrast: contrast(0.25);
  }

  .xxl\:backdrop-filter-contrast-50 {
    --backdrop-filter-contrast: contrast(0.5);
  }

  .xxl\:backdrop-filter-contrast-75 {
    --backdrop-filter-contrast: contrast(0.75);
  }

  .xxl\:backdrop-filter-contrast-100 {
    --backdrop-filter-contrast: contrast(1);
  }

  .xxl\:backdrop-filter-contrast-125 {
    --backdrop-filter-contrast: contrast(1.25);
  }

  .xxl\:backdrop-filter-contrast-150 {
    --backdrop-filter-contrast: contrast(1.5);
  }

  .xxl\:backdrop-filter-contrast-175 {
    --backdrop-filter-contrast: contrast(1.75);
  }

  .xxl\:backdrop-filter-contrast-200 {
    --backdrop-filter-contrast: contrast(2);
  }

  .xxl\:backdrop-filter-grayscale-0 {
    --backdrop-filter-grayscale: grayscale(0);
  }

  .xxl\:backdrop-filter-grayscale-1 {
    --backdrop-filter-grayscale: grayscale(1);
  }

  .xxl\:backdrop-filter-hue-rotate-0 {
    --backdrop-filter-hue-rotate: hue-rotate(0deg);
  }

  .xxl\:backdrop-filter-hue-rotate-15 {
    --backdrop-filter-hue-rotate: hue-rotate(15deg);
  }

  .xxl\:backdrop-filter-hue-rotate-30 {
    --backdrop-filter-hue-rotate: hue-rotate(30deg);
  }

  .xxl\:backdrop-filter-hue-rotate-45 {
    --backdrop-filter-hue-rotate: hue-rotate(45deg);
  }

  .xxl\:backdrop-filter-hue-rotate-60 {
    --backdrop-filter-hue-rotate: hue-rotate(60deg);
  }

  .xxl\:backdrop-filter-hue-rotate-75 {
    --backdrop-filter-hue-rotate: hue-rotate(75deg);
  }

  .xxl\:backdrop-filter-hue-rotate-90 {
    --backdrop-filter-hue-rotate: hue-rotate(90deg);
  }

  .xxl\:backdrop-filter-hue-rotate-135 {
    --backdrop-filter-hue-rotate: hue-rotate(135deg);
  }

  .xxl\:backdrop-filter-hue-rotate-190 {
    --backdrop-filter-hue-rotate: hue-rotate(190deg);
  }

  .xxl\:-backdrop-filter-hue-rotate-0 {
    --backdrop-filter-hue-rotate: hue-rotate(0deg);
  }

  .xxl\:-backdrop-filter-hue-rotate-15 {
    --backdrop-filter-hue-rotate: hue-rotate(15deg);
  }

  .xxl\:-backdrop-filter-hue-rotate-30 {
    --backdrop-filter-hue-rotate: hue-rotate(30deg);
  }

  .xxl\:-backdrop-filter-hue-rotate-45 {
    --backdrop-filter-hue-rotate: hue-rotate(45deg);
  }

  .xxl\:-backdrop-filter-hue-rotate-60 {
    --backdrop-filter-hue-rotate: hue-rotate(60deg);
  }

  .xxl\:-backdrop-filter-hue-rotate-75 {
    --backdrop-filter-hue-rotate: hue-rotate(75deg);
  }

  .xxl\:-backdrop-filter-hue-rotate-90 {
    --backdrop-filter-hue-rotate: hue-rotate(90deg);
  }

  .xxl\:-backdrop-filter-hue-rotate-135 {
    --backdrop-filter-hue-rotate: hue-rotate(135deg);
  }

  .xxl\:-backdrop-filter-hue-rotate-190 {
    --backdrop-filter-hue-rotate: hue-rotate(190deg);
  }

  .xxl\:backdrop-filter-invert-0 {
    --backdrop-filter-invert: invert(0);
  }

  .xxl\:backdrop-filter-invert-1 {
    --backdrop-filter-invert: invert(1);
  }

  .xxl\:backdrop-filter-saturate-0 {
    --backdrop-filter-saturate: saturate(0);
  }

  .xxl\:backdrop-filter-saturate-25 {
    --backdrop-filter-saturate: saturate(0.25);
  }

  .xxl\:backdrop-filter-saturate-50 {
    --backdrop-filter-saturate: saturate(0.5);
  }

  .xxl\:backdrop-filter-saturate-75 {
    --backdrop-filter-saturate: saturate(0.75);
  }

  .xxl\:backdrop-filter-saturate-100 {
    --backdrop-filter-saturate: saturate(1);
  }

  .xxl\:backdrop-filter-saturate-125 {
    --backdrop-filter-saturate: saturate(1.25);
  }

  .xxl\:backdrop-filter-saturate-150 {
    --backdrop-filter-saturate: saturate(1.5);
  }

  .xxl\:backdrop-filter-saturate-175 {
    --backdrop-filter-saturate: saturate(1.75);
  }

  .xxl\:backdrop-filter-saturate-200 {
    --backdrop-filter-saturate: saturate(2);
  }

  .xxl\:backdrop-filter-sepia-0 {
    --backdrop-filter-sepia: sepia(0);
  }

  .xxl\:backdrop-filter-sepia-1 {
    --backdrop-filter-sepia: sepia(1);
  }

  .xxl\:fill-current {
    fill: currentColor;
  }

  .xxl\:stroke-current {
    stroke: currentColor;
  }

  .xxl\:stroke-width-0 {
    stroke-width: 0;
  }

  .xxl\:stroke-width-1 {
    stroke-width: 1;
  }

  .xxl\:stroke-width-2 {
    stroke-width: 2;
  }

  .xxl\:stroke-width-3 {
    stroke-width: 3;
  }

  .xxl\:stroke-width-4 {
    stroke-width: 4;
  }

  .xxl\:stroke-width-5 {
    stroke-width: 5;
  }

  .xxl\:stroke-width-6 {
    stroke-width: 6;
  }

  .xxl\:stroke-width-7 {
    stroke-width: 7;
  }

  .xxl\:stroke-width-8 {
    stroke-width: 8;
  }

  .xxl\:stroke-width-9 {
    stroke-width: 9;
  }

  .xxl\:stroke-width-10 {
    stroke-width: 10;
  }

  .xxl\:stroke-linecap-butt {
    stroke-linecap: butt;
  }

  .xxl\:stroke-linecap-round {
    stroke-linecap: round;
  }

  .xxl\:stroke-linecap-square {
    stroke-linecap: square;
  }

  .xxl\:stroke-dasharray-5 {
    stroke-dasharray: 5;
  }

  .xxl\:stroke-dasharray-10 {
    stroke-dasharray: 10;
  }

  .xxl\:stroke-dasharray-15 {
    stroke-dasharray: 15;
  }

  .xxl\:stroke-dasharray-20 {
    stroke-dasharray: 20;
  }

  .xxl\:stroke-dasharray-25 {
    stroke-dasharray: 25;
  }

  .xxl\:stroke-dasharray-30 {
    stroke-dasharray: 30;
  }

  .xxl\:stroke-dasharray-35 {
    stroke-dasharray: 35;
  }

  .xxl\:stroke-dasharray-40 {
    stroke-dasharray: 40;
  }

  .xxl\:stroke-dasharray-45 {
    stroke-dasharray: 45;
  }

  .xxl\:stroke-dasharray-50 {
    stroke-dasharray: 50;
  }

  .xxl\:outline-style-auto {
    outline-style: auto;
  }

  .xxl\:outline-style-solid {
    outline-style: solid;
  }

  .xxl\:outline-style-dashed {
    outline-style: dashed;
  }

  .xxl\:outline-style-dotted {
    outline-style: dotted;
  }

  .xxl\:outline-style-double {
    outline-style: double;
  }

  .xxl\:outline-style-none {
    outline-style: none;
  }

  .xxl\:outline-width-medium {
    outline-width: medium;
  }

  .xxl\:outline-width-thin {
    outline-width: thin;
  }

  .xxl\:outline-width-thick {
    outline-width: thick;
  }

  .xxl\:outline-red-600 {
    --outline-opacity: 1;
    outline-color: rgba(237, 45, 45, var(--outline-opacity));
  }

  .xxl\:outline-red-700 {
    --outline-opacity: 1;
    outline-color: rgba(235, 21, 21, var(--outline-opacity));
  }

  .xxl\:outline-red-800 {
    --outline-opacity: 1;
    outline-color: rgba(212, 18, 18, var(--outline-opacity));
  }

  .xxl\:outline-red-900 {
    --outline-opacity: 1;
    outline-color: rgba(189, 16, 16, var(--outline-opacity));
  }

  .xxl\:outline-red-500 {
    --outline-opacity: 1;
    outline-color: rgba(239, 68, 68, var(--outline-opacity));
  }

  .xxl\:outline-red-400 {
    --outline-opacity: 1;
    outline-color: rgba(242, 106, 106, var(--outline-opacity));
  }

  .xxl\:outline-red-300 {
    --outline-opacity: 1;
    outline-color: rgba(245, 143, 143, var(--outline-opacity));
  }

  .xxl\:outline-red-200 {
    --outline-opacity: 1;
    outline-color: rgba(249, 181, 181, var(--outline-opacity));
  }

  .xxl\:outline-red-100 {
    --outline-opacity: 1;
    outline-color: rgba(252, 218, 218, var(--outline-opacity));
  }

  .xxl\:outline-green-600 {
    --outline-opacity: 1;
    outline-color: rgba(14, 162, 113, var(--outline-opacity));
  }

  .xxl\:outline-green-700 {
    --outline-opacity: 1;
    outline-color: rgba(12, 138, 96, var(--outline-opacity));
  }

  .xxl\:outline-green-800 {
    --outline-opacity: 1;
    outline-color: rgba(10, 115, 80, var(--outline-opacity));
  }

  .xxl\:outline-green-900 {
    --outline-opacity: 1;
    outline-color: rgba(8, 91, 64, var(--outline-opacity));
  }

  .xxl\:outline-green-500 {
    --outline-opacity: 1;
    outline-color: rgba(16, 185, 129, var(--outline-opacity));
  }

  .xxl\:outline-green-400 {
    --outline-opacity: 1;
    outline-color: rgba(19, 223, 155, var(--outline-opacity));
  }

  .xxl\:outline-green-300 {
    --outline-opacity: 1;
    outline-color: rgba(46, 237, 174, var(--outline-opacity));
  }

  .xxl\:outline-green-200 {
    --outline-opacity: 1;
    outline-color: rgba(83, 240, 188, var(--outline-opacity));
  }

  .xxl\:outline-green-100 {
    --outline-opacity: 1;
    outline-color: rgba(121, 243, 203, var(--outline-opacity));
  }

  .xxl\:outline-blue-600 {
    --outline-opacity: 1;
    outline-color: rgba(35, 114, 245, var(--outline-opacity));
  }

  .xxl\:outline-blue-700 {
    --outline-opacity: 1;
    outline-color: rgba(11, 99, 243, var(--outline-opacity));
  }

  .xxl\:outline-blue-800 {
    --outline-opacity: 1;
    outline-color: rgba(10, 89, 218, var(--outline-opacity));
  }

  .xxl\:outline-blue-900 {
    --outline-opacity: 1;
    outline-color: rgba(9, 79, 194, var(--outline-opacity));
  }

  .xxl\:outline-blue-500 {
    --outline-opacity: 1;
    outline-color: rgba(59, 130, 246, var(--outline-opacity));
  }

  .xxl\:outline-blue-400 {
    --outline-opacity: 1;
    outline-color: rgba(98, 155, 248, var(--outline-opacity));
  }

  .xxl\:outline-blue-300 {
    --outline-opacity: 1;
    outline-color: rgba(137, 180, 250, var(--outline-opacity));
  }

  .xxl\:outline-blue-200 {
    --outline-opacity: 1;
    outline-color: rgba(176, 205, 251, var(--outline-opacity));
  }

  .xxl\:outline-blue-100 {
    --outline-opacity: 1;
    outline-color: rgba(215, 230, 253, var(--outline-opacity));
  }

  .xxl\:outline-yellow-600 {
    --outline-opacity: 1;
    outline-color: rgba(251, 184, 11, var(--outline-opacity));
  }

  .xxl\:outline-yellow-700 {
    --outline-opacity: 1;
    outline-color: rgba(232, 168, 4, var(--outline-opacity));
  }

  .xxl\:outline-yellow-800 {
    --outline-opacity: 1;
    outline-color: rgba(207, 150, 4, var(--outline-opacity));
  }

  .xxl\:outline-yellow-900 {
    --outline-opacity: 1;
    outline-color: rgba(182, 132, 3, var(--outline-opacity));
  }

  .xxl\:outline-yellow-500 {
    --outline-opacity: 1;
    outline-color: rgba(251, 191, 36, var(--outline-opacity));
  }

  .xxl\:outline-yellow-400 {
    --outline-opacity: 1;
    outline-color: rgba(252, 203, 76, var(--outline-opacity));
  }

  .xxl\:outline-yellow-300 {
    --outline-opacity: 1;
    outline-color: rgba(252, 214, 116, var(--outline-opacity));
  }

  .xxl\:outline-yellow-200 {
    --outline-opacity: 1;
    outline-color: rgba(253, 226, 156, var(--outline-opacity));
  }

  .xxl\:outline-yellow-100 {
    --outline-opacity: 1;
    outline-color: rgba(254, 238, 196, var(--outline-opacity));
  }

  .xxl\:outline-pink-600 {
    --outline-opacity: 1;
    outline-color: rgba(234, 49, 140, var(--outline-opacity));
  }

  .xxl\:outline-pink-700 {
    --outline-opacity: 1;
    outline-color: rgba(231, 26, 127, var(--outline-opacity));
  }

  .xxl\:outline-pink-800 {
    --outline-opacity: 1;
    outline-color: rgba(210, 22, 115, var(--outline-opacity));
  }

  .xxl\:outline-pink-900 {
    --outline-opacity: 1;
    outline-color: rgba(187, 19, 102, var(--outline-opacity));
  }

  .xxl\:outline-pink-500 {
    --outline-opacity: 1;
    outline-color: rgba(236, 72, 153, var(--outline-opacity));
  }

  .xxl\:outline-pink-400 {
    --outline-opacity: 1;
    outline-color: rgba(240, 109, 174, var(--outline-opacity));
  }

  .xxl\:outline-pink-300 {
    --outline-opacity: 1;
    outline-color: rgba(244, 146, 194, var(--outline-opacity));
  }

  .xxl\:outline-pink-200 {
    --outline-opacity: 1;
    outline-color: rgba(248, 183, 215, var(--outline-opacity));
  }

  .xxl\:outline-pink-100 {
    --outline-opacity: 1;
    outline-color: rgba(251, 220, 235, var(--outline-opacity));
  }

  .xxl\:outline-purple-600 {
    --outline-opacity: 1;
    outline-color: rgba(122, 68, 245, var(--outline-opacity));
  }

  .xxl\:outline-purple-700 {
    --outline-opacity: 1;
    outline-color: rgba(105, 44, 243, var(--outline-opacity));
  }

  .xxl\:outline-purple-800 {
    --outline-opacity: 1;
    outline-color: rgba(87, 20, 242, var(--outline-opacity));
  }

  .xxl\:outline-purple-900 {
    --outline-opacity: 1;
    outline-color: rgba(77, 12, 224, var(--outline-opacity));
  }

  .xxl\:outline-purple-500 {
    --outline-opacity: 1;
    outline-color: rgba(139, 92, 246, var(--outline-opacity));
  }

  .xxl\:outline-purple-400 {
    --outline-opacity: 1;
    outline-color: rgba(167, 131, 248, var(--outline-opacity));
  }

  .xxl\:outline-purple-300 {
    --outline-opacity: 1;
    outline-color: rgba(194, 169, 250, var(--outline-opacity));
  }

  .xxl\:outline-purple-200 {
    --outline-opacity: 1;
    outline-color: rgba(222, 208, 252, var(--outline-opacity));
  }

  .xxl\:outline-purple-100 {
    --outline-opacity: 1;
    outline-color: rgba(249, 247, 255, var(--outline-opacity));
  }

  .xxl\:outline-gray-600 {
    --outline-opacity: 1;
    outline-color: rgba(95, 102, 114, var(--outline-opacity));
  }

  .xxl\:outline-gray-700 {
    --outline-opacity: 1;
    outline-color: rgba(84, 89, 100, var(--outline-opacity));
  }

  .xxl\:outline-gray-800 {
    --outline-opacity: 1;
    outline-color: rgba(72, 77, 86, var(--outline-opacity));
  }

  .xxl\:outline-gray-900 {
    --outline-opacity: 1;
    outline-color: rgba(61, 65, 72, var(--outline-opacity));
  }

  .xxl\:outline-gray-500 {
    --outline-opacity: 1;
    outline-color: rgba(107, 114, 128, var(--outline-opacity));
  }

  .xxl\:outline-gray-400 {
    --outline-opacity: 1;
    outline-color: rgba(127, 134, 148, var(--outline-opacity));
  }

  .xxl\:outline-gray-300 {
    --outline-opacity: 1;
    outline-color: rgba(150, 155, 167, var(--outline-opacity));
  }

  .xxl\:outline-gray-200 {
    --outline-opacity: 1;
    outline-color: rgba(172, 176, 186, var(--outline-opacity));
  }

  .xxl\:outline-gray-100 {
    --outline-opacity: 1;
    outline-color: rgba(194, 197, 204, var(--outline-opacity));
  }

  .xxl\:outline-offset-0px {
    outline-offset: 0;
  }

  .xxl\:outline-offset-1px {
    outline-offset: 1px;
  }

  .xxl\:outline-offset-2px {
    outline-offset: 2px;
  }

  .xxl\:outline-offset-3px {
    outline-offset: 3px;
  }

  .xxl\:outline-offset-4px {
    outline-offset: 4px;
  }

  .xxl\:outline-offset-5px {
    outline-offset: 5px;
  }

  .xxl\:outline-offset-6px {
    outline-offset: 6px;
  }

  .xxl\:outline-offset-7px {
    outline-offset: 7px;
  }

  .xxl\:outline-offset-8px {
    outline-offset: 8px;
  }

  .xxl\:outline-offset-9px {
    outline-offset: 9px;
  }

  .xxl\:outline-offset-10px {
    outline-offset: 10px;
  }

  .xxl\:outline-none {
    outline: none;
  }

  .xxl\:direction-ltr {
    direction: ltr;
  }

  .xxl\:direction-rtl {
    direction: rtl;
  }

  .xxl\:writing-mode-tb {
    writing-mode: horizontal-tb;
  }

  .xxl\:writing-mode-lr {
    writing-mode: vertical-lr;
  }

  .xxl\:writing-mode-rl {
    writing-mode: vertical-rl;
  }
}
.appearance-auto {
  appearance: auto;
}

.appearance-none {
  appearance: none;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

.align-self-center {
  align-self: center;
}

.align-self-stretch {
  align-self: stretch;
}

.background-attachment-fixed {
  background-attachment: fixed;
}

.background-attachment-local {
  background-attachment: local;
}

.background-attachment-scroll {
  background-attachment: scroll;
}

.background-clip-border-box {
  background-clip: border-box;
}

.background-clip-padding-box {
  background-clip: padding-box;
}

.background-clip-content-box {
  background-clip: content-box;
}

.background-clip-text {
  background-clip: text;
}

.bg-red-600 {
  --bg-opacity: 1;
  background-color: rgba(237, 45, 45, var(--bg-opacity));
}

.bg-red-700 {
  --bg-opacity: 1;
  background-color: rgba(235, 21, 21, var(--bg-opacity));
}

.bg-red-800 {
  --bg-opacity: 1;
  background-color: rgba(212, 18, 18, var(--bg-opacity));
}

.bg-red-900 {
  --bg-opacity: 1;
  background-color: rgba(189, 16, 16, var(--bg-opacity));
}

.bg-red-500 {
  --bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--bg-opacity));
}

.bg-red-400 {
  --bg-opacity: 1;
  background-color: rgba(242, 106, 106, var(--bg-opacity));
}

.bg-red-300 {
  --bg-opacity: 1;
  background-color: rgba(245, 143, 143, var(--bg-opacity));
}

.bg-red-200 {
  --bg-opacity: 1;
  background-color: rgba(249, 181, 181, var(--bg-opacity));
}

.bg-red-100 {
  --bg-opacity: 1;
  background-color: rgba(252, 218, 218, var(--bg-opacity));
}

.bg-green-600 {
  --bg-opacity: 1;
  background-color: rgba(14, 162, 113, var(--bg-opacity));
}

.bg-green-700 {
  --bg-opacity: 1;
  background-color: rgba(12, 138, 96, var(--bg-opacity));
}

.bg-green-800 {
  --bg-opacity: 1;
  background-color: rgba(10, 115, 80, var(--bg-opacity));
}

.bg-green-900 {
  --bg-opacity: 1;
  background-color: rgba(8, 91, 64, var(--bg-opacity));
}

.bg-green-500 {
  --bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--bg-opacity));
}

.bg-green-400 {
  --bg-opacity: 1;
  background-color: rgba(19, 223, 155, var(--bg-opacity));
}

.bg-green-300 {
  --bg-opacity: 1;
  background-color: rgba(46, 237, 174, var(--bg-opacity));
}

.bg-green-200 {
  --bg-opacity: 1;
  background-color: rgba(83, 240, 188, var(--bg-opacity));
}

.bg-green-100 {
  --bg-opacity: 1;
  background-color: rgba(121, 243, 203, var(--bg-opacity));
}

.bg-blue-600 {
  --bg-opacity: 1;
  background-color: rgba(35, 114, 245, var(--bg-opacity));
}

.bg-blue-700 {
  --bg-opacity: 1;
  background-color: rgba(11, 99, 243, var(--bg-opacity));
}

.bg-blue-800 {
  --bg-opacity: 1;
  background-color: rgba(10, 89, 218, var(--bg-opacity));
}

.bg-blue-900 {
  --bg-opacity: 1;
  background-color: rgba(9, 79, 194, var(--bg-opacity));
}

.bg-blue-500 {
  --bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--bg-opacity));
}

.bg-blue-400 {
  --bg-opacity: 1;
  background-color: rgba(98, 155, 248, var(--bg-opacity));
}

.bg-blue-300 {
  --bg-opacity: 1;
  background-color: rgba(137, 180, 250, var(--bg-opacity));
}

.bg-blue-200 {
  --bg-opacity: 1;
  background-color: rgba(176, 205, 251, var(--bg-opacity));
}

.bg-blue-100 {
  --bg-opacity: 1;
  background-color: rgba(215, 230, 253, var(--bg-opacity));
}

.bg-yellow-600 {
  --bg-opacity: 1;
  background-color: rgba(251, 184, 11, var(--bg-opacity));
}

.bg-yellow-700 {
  --bg-opacity: 1;
  background-color: rgba(232, 168, 4, var(--bg-opacity));
}

.bg-yellow-800 {
  --bg-opacity: 1;
  background-color: rgba(207, 150, 4, var(--bg-opacity));
}

.bg-yellow-900 {
  --bg-opacity: 1;
  background-color: rgba(182, 132, 3, var(--bg-opacity));
}

.bg-yellow-500 {
  --bg-opacity: 1;
  background-color: rgba(251, 191, 36, var(--bg-opacity));
}

.bg-yellow-400 {
  --bg-opacity: 1;
  background-color: rgba(252, 203, 76, var(--bg-opacity));
}

.bg-yellow-300 {
  --bg-opacity: 1;
  background-color: rgba(252, 214, 116, var(--bg-opacity));
}

.bg-yellow-200 {
  --bg-opacity: 1;
  background-color: rgba(253, 226, 156, var(--bg-opacity));
}

.bg-yellow-100 {
  --bg-opacity: 1;
  background-color: rgba(254, 238, 196, var(--bg-opacity));
}

.bg-pink-600 {
  --bg-opacity: 1;
  background-color: rgba(234, 49, 140, var(--bg-opacity));
}

.bg-pink-700 {
  --bg-opacity: 1;
  background-color: rgba(231, 26, 127, var(--bg-opacity));
}

.bg-pink-800 {
  --bg-opacity: 1;
  background-color: rgba(210, 22, 115, var(--bg-opacity));
}

.bg-pink-900 {
  --bg-opacity: 1;
  background-color: rgba(187, 19, 102, var(--bg-opacity));
}

.bg-pink-500 {
  --bg-opacity: 1;
  background-color: rgba(236, 72, 153, var(--bg-opacity));
}

.bg-pink-400 {
  --bg-opacity: 1;
  background-color: rgba(240, 109, 174, var(--bg-opacity));
}

.bg-pink-300 {
  --bg-opacity: 1;
  background-color: rgba(244, 146, 194, var(--bg-opacity));
}

.bg-pink-200 {
  --bg-opacity: 1;
  background-color: rgba(248, 183, 215, var(--bg-opacity));
}

.bg-pink-100 {
  --bg-opacity: 1;
  background-color: rgba(251, 220, 235, var(--bg-opacity));
}

.bg-purple-600 {
  --bg-opacity: 1;
  background-color: rgba(122, 68, 245, var(--bg-opacity));
}

.bg-purple-700 {
  --bg-opacity: 1;
  background-color: rgba(105, 44, 243, var(--bg-opacity));
}

.bg-purple-800 {
  --bg-opacity: 1;
  background-color: rgba(87, 20, 242, var(--bg-opacity));
}

.bg-purple-900 {
  --bg-opacity: 1;
  background-color: rgba(77, 12, 224, var(--bg-opacity));
}

.bg-purple-500 {
  --bg-opacity: 1;
  background-color: rgba(139, 92, 246, var(--bg-opacity));
}

.bg-purple-400 {
  --bg-opacity: 1;
  background-color: rgba(167, 131, 248, var(--bg-opacity));
}

.bg-purple-300 {
  --bg-opacity: 1;
  background-color: rgba(194, 169, 250, var(--bg-opacity));
}

.bg-purple-200 {
  --bg-opacity: 1;
  background-color: rgba(222, 208, 252, var(--bg-opacity));
}

.bg-purple-100 {
  --bg-opacity: 1;
  background-color: rgba(249, 247, 255, var(--bg-opacity));
}

.bg-gray-600 {
  --bg-opacity: 1;
  background-color: rgba(95, 102, 114, var(--bg-opacity));
}

.bg-gray-700 {
  --bg-opacity: 1;
  background-color: rgba(84, 89, 100, var(--bg-opacity));
}

.bg-gray-800 {
  --bg-opacity: 1;
  background-color: rgba(72, 77, 86, var(--bg-opacity));
}

.bg-gray-900 {
  --bg-opacity: 1;
  background-color: rgba(61, 65, 72, var(--bg-opacity));
}

.bg-gray-500 {
  --bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--bg-opacity));
}

.bg-gray-400 {
  --bg-opacity: 1;
  background-color: rgba(127, 134, 148, var(--bg-opacity));
}

.bg-gray-300 {
  --bg-opacity: 1;
  background-color: rgba(150, 155, 167, var(--bg-opacity));
}

.bg-gray-200 {
  --bg-opacity: 1;
  background-color: rgba(172, 176, 186, var(--bg-opacity));
}

.bg-gray-100 {
  --bg-opacity: 1;
  background-color: rgba(194, 197, 204, var(--bg-opacity));
}

.bg-opacity-0 {
  --bg-opacity: 0;
}

.bg-opacity-5 {
  --bg-opacity: 0.05;
}

.bg-opacity-10 {
  --bg-opacity: 0.1;
}

.bg-opacity-15 {
  --bg-opacity: 0.15;
}

.bg-opacity-20 {
  --bg-opacity: 0.2;
}

.bg-opacity-25 {
  --bg-opacity: 0.25;
}

.bg-opacity-30 {
  --bg-opacity: 0.3;
}

.bg-opacity-35 {
  --bg-opacity: 0.35;
}

.bg-opacity-40 {
  --bg-opacity: 0.4;
}

.bg-opacity-45 {
  --bg-opacity: 0.45;
}

.bg-opacity-50 {
  --bg-opacity: 0.5;
}

.bg-opacity-55 {
  --bg-opacity: 0.55;
}

.bg-opacity-60 {
  --bg-opacity: 0.6;
}

.bg-opacity-65 {
  --bg-opacity: 0.65;
}

.bg-opacity-70 {
  --bg-opacity: 0.7;
}

.bg-opacity-75 {
  --bg-opacity: 0.75;
}

.bg-opacity-80 {
  --bg-opacity: 0.8;
}

.bg-opacity-85 {
  --bg-opacity: 0.85;
}

.bg-opacity-90 {
  --bg-opacity: 0.9;
}

.bg-opacity-95 {
  --bg-opacity: 0.95;
}

.bg-opacity-100 {
  --bg-opacity: 100;
}

.background-image-none {
  background-image: "none !important";
}

.start-red-600 {
  --start-opacity: 1;
  --gradient-start: rgba(237, 45, 45, var(--start-opacity));
}

.start-red-700 {
  --start-opacity: 1;
  --gradient-start: rgba(235, 21, 21, var(--start-opacity));
}

.start-red-800 {
  --start-opacity: 1;
  --gradient-start: rgba(212, 18, 18, var(--start-opacity));
}

.start-red-900 {
  --start-opacity: 1;
  --gradient-start: rgba(189, 16, 16, var(--start-opacity));
}

.start-red-500 {
  --start-opacity: 1;
  --gradient-start: rgba(239, 68, 68, var(--start-opacity));
}

.start-red-400 {
  --start-opacity: 1;
  --gradient-start: rgba(242, 106, 106, var(--start-opacity));
}

.start-red-300 {
  --start-opacity: 1;
  --gradient-start: rgba(245, 143, 143, var(--start-opacity));
}

.start-red-200 {
  --start-opacity: 1;
  --gradient-start: rgba(249, 181, 181, var(--start-opacity));
}

.start-red-100 {
  --start-opacity: 1;
  --gradient-start: rgba(252, 218, 218, var(--start-opacity));
}

.start-green-600 {
  --start-opacity: 1;
  --gradient-start: rgba(14, 162, 113, var(--start-opacity));
}

.start-green-700 {
  --start-opacity: 1;
  --gradient-start: rgba(12, 138, 96, var(--start-opacity));
}

.start-green-800 {
  --start-opacity: 1;
  --gradient-start: rgba(10, 115, 80, var(--start-opacity));
}

.start-green-900 {
  --start-opacity: 1;
  --gradient-start: rgba(8, 91, 64, var(--start-opacity));
}

.start-green-500 {
  --start-opacity: 1;
  --gradient-start: rgba(16, 185, 129, var(--start-opacity));
}

.start-green-400 {
  --start-opacity: 1;
  --gradient-start: rgba(19, 223, 155, var(--start-opacity));
}

.start-green-300 {
  --start-opacity: 1;
  --gradient-start: rgba(46, 237, 174, var(--start-opacity));
}

.start-green-200 {
  --start-opacity: 1;
  --gradient-start: rgba(83, 240, 188, var(--start-opacity));
}

.start-green-100 {
  --start-opacity: 1;
  --gradient-start: rgba(121, 243, 203, var(--start-opacity));
}

.start-blue-600 {
  --start-opacity: 1;
  --gradient-start: rgba(35, 114, 245, var(--start-opacity));
}

.start-blue-700 {
  --start-opacity: 1;
  --gradient-start: rgba(11, 99, 243, var(--start-opacity));
}

.start-blue-800 {
  --start-opacity: 1;
  --gradient-start: rgba(10, 89, 218, var(--start-opacity));
}

.start-blue-900 {
  --start-opacity: 1;
  --gradient-start: rgba(9, 79, 194, var(--start-opacity));
}

.start-blue-500 {
  --start-opacity: 1;
  --gradient-start: rgba(59, 130, 246, var(--start-opacity));
}

.start-blue-400 {
  --start-opacity: 1;
  --gradient-start: rgba(98, 155, 248, var(--start-opacity));
}

.start-blue-300 {
  --start-opacity: 1;
  --gradient-start: rgba(137, 180, 250, var(--start-opacity));
}

.start-blue-200 {
  --start-opacity: 1;
  --gradient-start: rgba(176, 205, 251, var(--start-opacity));
}

.start-blue-100 {
  --start-opacity: 1;
  --gradient-start: rgba(215, 230, 253, var(--start-opacity));
}

.start-yellow-600 {
  --start-opacity: 1;
  --gradient-start: rgba(251, 184, 11, var(--start-opacity));
}

.start-yellow-700 {
  --start-opacity: 1;
  --gradient-start: rgba(232, 168, 4, var(--start-opacity));
}

.start-yellow-800 {
  --start-opacity: 1;
  --gradient-start: rgba(207, 150, 4, var(--start-opacity));
}

.start-yellow-900 {
  --start-opacity: 1;
  --gradient-start: rgba(182, 132, 3, var(--start-opacity));
}

.start-yellow-500 {
  --start-opacity: 1;
  --gradient-start: rgba(251, 191, 36, var(--start-opacity));
}

.start-yellow-400 {
  --start-opacity: 1;
  --gradient-start: rgba(252, 203, 76, var(--start-opacity));
}

.start-yellow-300 {
  --start-opacity: 1;
  --gradient-start: rgba(252, 214, 116, var(--start-opacity));
}

.start-yellow-200 {
  --start-opacity: 1;
  --gradient-start: rgba(253, 226, 156, var(--start-opacity));
}

.start-yellow-100 {
  --start-opacity: 1;
  --gradient-start: rgba(254, 238, 196, var(--start-opacity));
}

.start-pink-600 {
  --start-opacity: 1;
  --gradient-start: rgba(234, 49, 140, var(--start-opacity));
}

.start-pink-700 {
  --start-opacity: 1;
  --gradient-start: rgba(231, 26, 127, var(--start-opacity));
}

.start-pink-800 {
  --start-opacity: 1;
  --gradient-start: rgba(210, 22, 115, var(--start-opacity));
}

.start-pink-900 {
  --start-opacity: 1;
  --gradient-start: rgba(187, 19, 102, var(--start-opacity));
}

.start-pink-500 {
  --start-opacity: 1;
  --gradient-start: rgba(236, 72, 153, var(--start-opacity));
}

.start-pink-400 {
  --start-opacity: 1;
  --gradient-start: rgba(240, 109, 174, var(--start-opacity));
}

.start-pink-300 {
  --start-opacity: 1;
  --gradient-start: rgba(244, 146, 194, var(--start-opacity));
}

.start-pink-200 {
  --start-opacity: 1;
  --gradient-start: rgba(248, 183, 215, var(--start-opacity));
}

.start-pink-100 {
  --start-opacity: 1;
  --gradient-start: rgba(251, 220, 235, var(--start-opacity));
}

.start-purple-600 {
  --start-opacity: 1;
  --gradient-start: rgba(122, 68, 245, var(--start-opacity));
}

.start-purple-700 {
  --start-opacity: 1;
  --gradient-start: rgba(105, 44, 243, var(--start-opacity));
}

.start-purple-800 {
  --start-opacity: 1;
  --gradient-start: rgba(87, 20, 242, var(--start-opacity));
}

.start-purple-900 {
  --start-opacity: 1;
  --gradient-start: rgba(77, 12, 224, var(--start-opacity));
}

.start-purple-500 {
  --start-opacity: 1;
  --gradient-start: rgba(139, 92, 246, var(--start-opacity));
}

.start-purple-400 {
  --start-opacity: 1;
  --gradient-start: rgba(167, 131, 248, var(--start-opacity));
}

.start-purple-300 {
  --start-opacity: 1;
  --gradient-start: rgba(194, 169, 250, var(--start-opacity));
}

.start-purple-200 {
  --start-opacity: 1;
  --gradient-start: rgba(222, 208, 252, var(--start-opacity));
}

.start-purple-100 {
  --start-opacity: 1;
  --gradient-start: rgba(249, 247, 255, var(--start-opacity));
}

.start-gray-600 {
  --start-opacity: 1;
  --gradient-start: rgba(95, 102, 114, var(--start-opacity));
}

.start-gray-700 {
  --start-opacity: 1;
  --gradient-start: rgba(84, 89, 100, var(--start-opacity));
}

.start-gray-800 {
  --start-opacity: 1;
  --gradient-start: rgba(72, 77, 86, var(--start-opacity));
}

.start-gray-900 {
  --start-opacity: 1;
  --gradient-start: rgba(61, 65, 72, var(--start-opacity));
}

.start-gray-500 {
  --start-opacity: 1;
  --gradient-start: rgba(107, 114, 128, var(--start-opacity));
}

.start-gray-400 {
  --start-opacity: 1;
  --gradient-start: rgba(127, 134, 148, var(--start-opacity));
}

.start-gray-300 {
  --start-opacity: 1;
  --gradient-start: rgba(150, 155, 167, var(--start-opacity));
}

.start-gray-200 {
  --start-opacity: 1;
  --gradient-start: rgba(172, 176, 186, var(--start-opacity));
}

.start-gray-100 {
  --start-opacity: 1;
  --gradient-start: rgba(194, 197, 204, var(--start-opacity));
}

.end-red-600 {
  --end-opacity: 1;
  --gradient-end: rgba(237, 45, 45, var(--end-opacity));
}

.end-red-700 {
  --end-opacity: 1;
  --gradient-end: rgba(235, 21, 21, var(--end-opacity));
}

.end-red-800 {
  --end-opacity: 1;
  --gradient-end: rgba(212, 18, 18, var(--end-opacity));
}

.end-red-900 {
  --end-opacity: 1;
  --gradient-end: rgba(189, 16, 16, var(--end-opacity));
}

.end-red-500 {
  --end-opacity: 1;
  --gradient-end: rgba(239, 68, 68, var(--end-opacity));
}

.end-red-400 {
  --end-opacity: 1;
  --gradient-end: rgba(242, 106, 106, var(--end-opacity));
}

.end-red-300 {
  --end-opacity: 1;
  --gradient-end: rgba(245, 143, 143, var(--end-opacity));
}

.end-red-200 {
  --end-opacity: 1;
  --gradient-end: rgba(249, 181, 181, var(--end-opacity));
}

.end-red-100 {
  --end-opacity: 1;
  --gradient-end: rgba(252, 218, 218, var(--end-opacity));
}

.end-green-600 {
  --end-opacity: 1;
  --gradient-end: rgba(14, 162, 113, var(--end-opacity));
}

.end-green-700 {
  --end-opacity: 1;
  --gradient-end: rgba(12, 138, 96, var(--end-opacity));
}

.end-green-800 {
  --end-opacity: 1;
  --gradient-end: rgba(10, 115, 80, var(--end-opacity));
}

.end-green-900 {
  --end-opacity: 1;
  --gradient-end: rgba(8, 91, 64, var(--end-opacity));
}

.end-green-500 {
  --end-opacity: 1;
  --gradient-end: rgba(16, 185, 129, var(--end-opacity));
}

.end-green-400 {
  --end-opacity: 1;
  --gradient-end: rgba(19, 223, 155, var(--end-opacity));
}

.end-green-300 {
  --end-opacity: 1;
  --gradient-end: rgba(46, 237, 174, var(--end-opacity));
}

.end-green-200 {
  --end-opacity: 1;
  --gradient-end: rgba(83, 240, 188, var(--end-opacity));
}

.end-green-100 {
  --end-opacity: 1;
  --gradient-end: rgba(121, 243, 203, var(--end-opacity));
}

.end-blue-600 {
  --end-opacity: 1;
  --gradient-end: rgba(35, 114, 245, var(--end-opacity));
}

.end-blue-700 {
  --end-opacity: 1;
  --gradient-end: rgba(11, 99, 243, var(--end-opacity));
}

.end-blue-800 {
  --end-opacity: 1;
  --gradient-end: rgba(10, 89, 218, var(--end-opacity));
}

.end-blue-900 {
  --end-opacity: 1;
  --gradient-end: rgba(9, 79, 194, var(--end-opacity));
}

.end-blue-500 {
  --end-opacity: 1;
  --gradient-end: rgba(59, 130, 246, var(--end-opacity));
}

.end-blue-400 {
  --end-opacity: 1;
  --gradient-end: rgba(98, 155, 248, var(--end-opacity));
}

.end-blue-300 {
  --end-opacity: 1;
  --gradient-end: rgba(137, 180, 250, var(--end-opacity));
}

.end-blue-200 {
  --end-opacity: 1;
  --gradient-end: rgba(176, 205, 251, var(--end-opacity));
}

.end-blue-100 {
  --end-opacity: 1;
  --gradient-end: rgba(215, 230, 253, var(--end-opacity));
}

.end-yellow-600 {
  --end-opacity: 1;
  --gradient-end: rgba(251, 184, 11, var(--end-opacity));
}

.end-yellow-700 {
  --end-opacity: 1;
  --gradient-end: rgba(232, 168, 4, var(--end-opacity));
}

.end-yellow-800 {
  --end-opacity: 1;
  --gradient-end: rgba(207, 150, 4, var(--end-opacity));
}

.end-yellow-900 {
  --end-opacity: 1;
  --gradient-end: rgba(182, 132, 3, var(--end-opacity));
}

.end-yellow-500 {
  --end-opacity: 1;
  --gradient-end: rgba(251, 191, 36, var(--end-opacity));
}

.end-yellow-400 {
  --end-opacity: 1;
  --gradient-end: rgba(252, 203, 76, var(--end-opacity));
}

.end-yellow-300 {
  --end-opacity: 1;
  --gradient-end: rgba(252, 214, 116, var(--end-opacity));
}

.end-yellow-200 {
  --end-opacity: 1;
  --gradient-end: rgba(253, 226, 156, var(--end-opacity));
}

.end-yellow-100 {
  --end-opacity: 1;
  --gradient-end: rgba(254, 238, 196, var(--end-opacity));
}

.end-pink-600 {
  --end-opacity: 1;
  --gradient-end: rgba(234, 49, 140, var(--end-opacity));
}

.end-pink-700 {
  --end-opacity: 1;
  --gradient-end: rgba(231, 26, 127, var(--end-opacity));
}

.end-pink-800 {
  --end-opacity: 1;
  --gradient-end: rgba(210, 22, 115, var(--end-opacity));
}

.end-pink-900 {
  --end-opacity: 1;
  --gradient-end: rgba(187, 19, 102, var(--end-opacity));
}

.end-pink-500 {
  --end-opacity: 1;
  --gradient-end: rgba(236, 72, 153, var(--end-opacity));
}

.end-pink-400 {
  --end-opacity: 1;
  --gradient-end: rgba(240, 109, 174, var(--end-opacity));
}

.end-pink-300 {
  --end-opacity: 1;
  --gradient-end: rgba(244, 146, 194, var(--end-opacity));
}

.end-pink-200 {
  --end-opacity: 1;
  --gradient-end: rgba(248, 183, 215, var(--end-opacity));
}

.end-pink-100 {
  --end-opacity: 1;
  --gradient-end: rgba(251, 220, 235, var(--end-opacity));
}

.end-purple-600 {
  --end-opacity: 1;
  --gradient-end: rgba(122, 68, 245, var(--end-opacity));
}

.end-purple-700 {
  --end-opacity: 1;
  --gradient-end: rgba(105, 44, 243, var(--end-opacity));
}

.end-purple-800 {
  --end-opacity: 1;
  --gradient-end: rgba(87, 20, 242, var(--end-opacity));
}

.end-purple-900 {
  --end-opacity: 1;
  --gradient-end: rgba(77, 12, 224, var(--end-opacity));
}

.end-purple-500 {
  --end-opacity: 1;
  --gradient-end: rgba(139, 92, 246, var(--end-opacity));
}

.end-purple-400 {
  --end-opacity: 1;
  --gradient-end: rgba(167, 131, 248, var(--end-opacity));
}

.end-purple-300 {
  --end-opacity: 1;
  --gradient-end: rgba(194, 169, 250, var(--end-opacity));
}

.end-purple-200 {
  --end-opacity: 1;
  --gradient-end: rgba(222, 208, 252, var(--end-opacity));
}

.end-purple-100 {
  --end-opacity: 1;
  --gradient-end: rgba(249, 247, 255, var(--end-opacity));
}

.end-gray-600 {
  --end-opacity: 1;
  --gradient-end: rgba(95, 102, 114, var(--end-opacity));
}

.end-gray-700 {
  --end-opacity: 1;
  --gradient-end: rgba(84, 89, 100, var(--end-opacity));
}

.end-gray-800 {
  --end-opacity: 1;
  --gradient-end: rgba(72, 77, 86, var(--end-opacity));
}

.end-gray-900 {
  --end-opacity: 1;
  --gradient-end: rgba(61, 65, 72, var(--end-opacity));
}

.end-gray-500 {
  --end-opacity: 1;
  --gradient-end: rgba(107, 114, 128, var(--end-opacity));
}

.end-gray-400 {
  --end-opacity: 1;
  --gradient-end: rgba(127, 134, 148, var(--end-opacity));
}

.end-gray-300 {
  --end-opacity: 1;
  --gradient-end: rgba(150, 155, 167, var(--end-opacity));
}

.end-gray-200 {
  --end-opacity: 1;
  --gradient-end: rgba(172, 176, 186, var(--end-opacity));
}

.end-gray-100 {
  --end-opacity: 1;
  --gradient-end: rgba(194, 197, 204, var(--end-opacity));
}

.start-opacity-0 {
  --start-opacity: 0;
}

.start-opacity-5 {
  --start-opacity: 0.05;
}

.start-opacity-10 {
  --start-opacity: 0.1;
}

.start-opacity-15 {
  --start-opacity: 0.15;
}

.start-opacity-20 {
  --start-opacity: 0.2;
}

.start-opacity-25 {
  --start-opacity: 0.25;
}

.start-opacity-30 {
  --start-opacity: 0.3;
}

.start-opacity-35 {
  --start-opacity: 0.35;
}

.start-opacity-40 {
  --start-opacity: 0.4;
}

.start-opacity-45 {
  --start-opacity: 0.45;
}

.start-opacity-50 {
  --start-opacity: 0.5;
}

.start-opacity-55 {
  --start-opacity: 0.55;
}

.start-opacity-60 {
  --start-opacity: 0.6;
}

.start-opacity-65 {
  --start-opacity: 0.65;
}

.start-opacity-70 {
  --start-opacity: 0.7;
}

.start-opacity-75 {
  --start-opacity: 0.75;
}

.start-opacity-80 {
  --start-opacity: 0.8;
}

.start-opacity-85 {
  --start-opacity: 0.85;
}

.start-opacity-90 {
  --start-opacity: 0.9;
}

.start-opacity-95 {
  --start-opacity: 0.95;
}

.start-opacity-100 {
  --start-opacity: 100;
}

.end-opacity-0 {
  --end-opacity: 0;
}

.end-opacity-5 {
  --end-opacity: 0.05;
}

.end-opacity-10 {
  --end-opacity: 0.1;
}

.end-opacity-15 {
  --end-opacity: 0.15;
}

.end-opacity-20 {
  --end-opacity: 0.2;
}

.end-opacity-25 {
  --end-opacity: 0.25;
}

.end-opacity-30 {
  --end-opacity: 0.3;
}

.end-opacity-35 {
  --end-opacity: 0.35;
}

.end-opacity-40 {
  --end-opacity: 0.4;
}

.end-opacity-45 {
  --end-opacity: 0.45;
}

.end-opacity-50 {
  --end-opacity: 0.5;
}

.end-opacity-55 {
  --end-opacity: 0.55;
}

.end-opacity-60 {
  --end-opacity: 0.6;
}

.end-opacity-65 {
  --end-opacity: 0.65;
}

.end-opacity-70 {
  --end-opacity: 0.7;
}

.end-opacity-75 {
  --end-opacity: 0.75;
}

.end-opacity-80 {
  --end-opacity: 0.8;
}

.end-opacity-85 {
  --end-opacity: 0.85;
}

.end-opacity-90 {
  --end-opacity: 0.9;
}

.end-opacity-95 {
  --end-opacity: 0.95;
}

.end-opacity-100 {
  --end-opacity: 100;
}

.background-position-top {
  background-position: top;
}

.background-position-right {
  background-position: right;
}

.background-position-bottom {
  background-position: bottom;
}

.background-position-left {
  background-position: left;
}

.background-position-center {
  background-position: center;
}

.background-position-left-top {
  background-position: left top;
}

.background-position-left-bottom {
  background-position: left bottom;
}

.background-position-right-top {
  background-position: right top;
}

.background-position-right-bottom {
  background-position: right bottom;
}

.background-repeat-repeat {
  background-repeat: repeat;
}

.background-repeat-no-repeat {
  background-repeat: no-repeat;
}

.background-repeat-repeat-x {
  background-repeat: repeat-x;
}

.background-repeat-repeat-y {
  background-repeat: repeat-y;
}

.background-repeat-round {
  background-repeat: round;
}

.background-repeat-space {
  background-repeat: space;
}

.background-size-auto {
  background-size: auto;
}

.background-size-cover {
  background-size: cover;
}

.background-size-contain {
  background-size: contain;
}

.color-transparent {
  color: transparent;
}

.color-primary {
  color: #FAE898;
}

.color-secondary {
  color: #999999;
}

.color-success {
  color: #198754;
}

.color-info {
  color: #0dcaf0;
}

.color-warning {
  color: #ffc107;
}

.color-danger {
  color: #dc3545;
}

.color-dark {
  color: #333333;
}

.color-light {
  color: #f1f1f1;
}

.color-black {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

.bg-color-transparent {
  background-color: transparent;
}

.bg-color-primary {
  background-color: #FAE898;
}

.bg-color-secondary {
  background-color: #999999;
}

.bg-color-success {
  background-color: #198754;
}

.bg-color-info {
  background-color: #0dcaf0;
}

.bg-color-warning {
  background-color: #ffc107;
}

.bg-color-danger {
  background-color: #dc3545;
}

.bg-color-dark {
  background-color: #333333;
}

.bg-color-light {
  background-color: #f1f1f1;
}

.bg-color-black {
  background-color: #000000;
}

.bg-color-white {
  background-color: #ffffff;
}

.border-color-transparent {
  border-color: transparent;
}

.border-color-primary {
  border-color: #FAE898;
}

.border-color-secondary {
  border-color: #999999;
}

.border-color-success {
  border-color: #198754;
}

.border-color-info {
  border-color: #0dcaf0;
}

.border-color-warning {
  border-color: #ffc107;
}

.border-color-danger {
  border-color: #dc3545;
}

.border-color-dark {
  border-color: #333333;
}

.border-color-light {
  border-color: #f1f1f1;
}

.border-color-black {
  border-color: #000000;
}

.border-color-white {
  border-color: #ffffff;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-primary::placeholder {
  color: #FAE898;
}

.placeholder-secondary::placeholder {
  color: #999999;
}

.placeholder-success::placeholder {
  color: #198754;
}

.placeholder-info::placeholder {
  color: #0dcaf0;
}

.placeholder-warning::placeholder {
  color: #ffc107;
}

.placeholder-danger::placeholder {
  color: #dc3545;
}

.placeholder-dark::placeholder {
  color: #333333;
}

.placeholder-light::placeholder {
  color: #f1f1f1;
}

.placeholder-black::placeholder {
  color: #000000;
}

.placeholder-white::placeholder {
  color: #ffffff;
}

.placeholder-transparent {
  color: transparent;
}

.placeholder-primary {
  color: #FAE898;
}

.placeholder-secondary {
  color: #999999;
}

.placeholder-success {
  color: #198754;
}

.placeholder-info {
  color: #0dcaf0;
}

.placeholder-warning {
  color: #ffc107;
}

.placeholder-danger {
  color: #dc3545;
}

.placeholder-dark {
  color: #333333;
}

.placeholder-light {
  color: #f1f1f1;
}

.placeholder-black {
  color: #000000;
}

.placeholder-white {
  color: #ffffff;
}

.border-collapse-collapse {
  border-collapse: collapse;
}

.border-collapse-separate {
  border-collapse: separate;
}

.border-red-600 {
  --border-opacity: 1;
  border-color: rgba(237, 45, 45, var(--border-opacity));
}

.border-red-700 {
  --border-opacity: 1;
  border-color: rgba(235, 21, 21, var(--border-opacity));
}

.border-red-800 {
  --border-opacity: 1;
  border-color: rgba(212, 18, 18, var(--border-opacity));
}

.border-red-900 {
  --border-opacity: 1;
  border-color: rgba(189, 16, 16, var(--border-opacity));
}

.border-red-500 {
  --border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--border-opacity));
}

.border-red-400 {
  --border-opacity: 1;
  border-color: rgba(242, 106, 106, var(--border-opacity));
}

.border-red-300 {
  --border-opacity: 1;
  border-color: rgba(245, 143, 143, var(--border-opacity));
}

.border-red-200 {
  --border-opacity: 1;
  border-color: rgba(249, 181, 181, var(--border-opacity));
}

.border-red-100 {
  --border-opacity: 1;
  border-color: rgba(252, 218, 218, var(--border-opacity));
}

.border-green-600 {
  --border-opacity: 1;
  border-color: rgba(14, 162, 113, var(--border-opacity));
}

.border-green-700 {
  --border-opacity: 1;
  border-color: rgba(12, 138, 96, var(--border-opacity));
}

.border-green-800 {
  --border-opacity: 1;
  border-color: rgba(10, 115, 80, var(--border-opacity));
}

.border-green-900 {
  --border-opacity: 1;
  border-color: rgba(8, 91, 64, var(--border-opacity));
}

.border-green-500 {
  --border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--border-opacity));
}

.border-green-400 {
  --border-opacity: 1;
  border-color: rgba(19, 223, 155, var(--border-opacity));
}

.border-green-300 {
  --border-opacity: 1;
  border-color: rgba(46, 237, 174, var(--border-opacity));
}

.border-green-200 {
  --border-opacity: 1;
  border-color: rgba(83, 240, 188, var(--border-opacity));
}

.border-green-100 {
  --border-opacity: 1;
  border-color: rgba(121, 243, 203, var(--border-opacity));
}

.border-blue-600 {
  --border-opacity: 1;
  border-color: rgba(35, 114, 245, var(--border-opacity));
}

.border-blue-700 {
  --border-opacity: 1;
  border-color: rgba(11, 99, 243, var(--border-opacity));
}

.border-blue-800 {
  --border-opacity: 1;
  border-color: rgba(10, 89, 218, var(--border-opacity));
}

.border-blue-900 {
  --border-opacity: 1;
  border-color: rgba(9, 79, 194, var(--border-opacity));
}

.border-blue-500 {
  --border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--border-opacity));
}

.border-blue-400 {
  --border-opacity: 1;
  border-color: rgba(98, 155, 248, var(--border-opacity));
}

.border-blue-300 {
  --border-opacity: 1;
  border-color: rgba(137, 180, 250, var(--border-opacity));
}

.border-blue-200 {
  --border-opacity: 1;
  border-color: rgba(176, 205, 251, var(--border-opacity));
}

.border-blue-100 {
  --border-opacity: 1;
  border-color: rgba(215, 230, 253, var(--border-opacity));
}

.border-yellow-600 {
  --border-opacity: 1;
  border-color: rgba(251, 184, 11, var(--border-opacity));
}

.border-yellow-700 {
  --border-opacity: 1;
  border-color: rgba(232, 168, 4, var(--border-opacity));
}

.border-yellow-800 {
  --border-opacity: 1;
  border-color: rgba(207, 150, 4, var(--border-opacity));
}

.border-yellow-900 {
  --border-opacity: 1;
  border-color: rgba(182, 132, 3, var(--border-opacity));
}

.border-yellow-500 {
  --border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--border-opacity));
}

.border-yellow-400 {
  --border-opacity: 1;
  border-color: rgba(252, 203, 76, var(--border-opacity));
}

.border-yellow-300 {
  --border-opacity: 1;
  border-color: rgba(252, 214, 116, var(--border-opacity));
}

.border-yellow-200 {
  --border-opacity: 1;
  border-color: rgba(253, 226, 156, var(--border-opacity));
}

.border-yellow-100 {
  --border-opacity: 1;
  border-color: rgba(254, 238, 196, var(--border-opacity));
}

.border-pink-600 {
  --border-opacity: 1;
  border-color: rgba(234, 49, 140, var(--border-opacity));
}

.border-pink-700 {
  --border-opacity: 1;
  border-color: rgba(231, 26, 127, var(--border-opacity));
}

.border-pink-800 {
  --border-opacity: 1;
  border-color: rgba(210, 22, 115, var(--border-opacity));
}

.border-pink-900 {
  --border-opacity: 1;
  border-color: rgba(187, 19, 102, var(--border-opacity));
}

.border-pink-500 {
  --border-opacity: 1;
  border-color: rgba(236, 72, 153, var(--border-opacity));
}

.border-pink-400 {
  --border-opacity: 1;
  border-color: rgba(240, 109, 174, var(--border-opacity));
}

.border-pink-300 {
  --border-opacity: 1;
  border-color: rgba(244, 146, 194, var(--border-opacity));
}

.border-pink-200 {
  --border-opacity: 1;
  border-color: rgba(248, 183, 215, var(--border-opacity));
}

.border-pink-100 {
  --border-opacity: 1;
  border-color: rgba(251, 220, 235, var(--border-opacity));
}

.border-purple-600 {
  --border-opacity: 1;
  border-color: rgba(122, 68, 245, var(--border-opacity));
}

.border-purple-700 {
  --border-opacity: 1;
  border-color: rgba(105, 44, 243, var(--border-opacity));
}

.border-purple-800 {
  --border-opacity: 1;
  border-color: rgba(87, 20, 242, var(--border-opacity));
}

.border-purple-900 {
  --border-opacity: 1;
  border-color: rgba(77, 12, 224, var(--border-opacity));
}

.border-purple-500 {
  --border-opacity: 1;
  border-color: rgba(139, 92, 246, var(--border-opacity));
}

.border-purple-400 {
  --border-opacity: 1;
  border-color: rgba(167, 131, 248, var(--border-opacity));
}

.border-purple-300 {
  --border-opacity: 1;
  border-color: rgba(194, 169, 250, var(--border-opacity));
}

.border-purple-200 {
  --border-opacity: 1;
  border-color: rgba(222, 208, 252, var(--border-opacity));
}

.border-purple-100 {
  --border-opacity: 1;
  border-color: rgba(249, 247, 255, var(--border-opacity));
}

.border-gray-600 {
  --border-opacity: 1;
  border-color: rgba(95, 102, 114, var(--border-opacity));
}

.border-gray-700 {
  --border-opacity: 1;
  border-color: rgba(84, 89, 100, var(--border-opacity));
}

.border-gray-800 {
  --border-opacity: 1;
  border-color: rgba(72, 77, 86, var(--border-opacity));
}

.border-gray-900 {
  --border-opacity: 1;
  border-color: rgba(61, 65, 72, var(--border-opacity));
}

.border-gray-500 {
  --border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--border-opacity));
}

.border-gray-400 {
  --border-opacity: 1;
  border-color: rgba(127, 134, 148, var(--border-opacity));
}

.border-gray-300 {
  --border-opacity: 1;
  border-color: rgba(150, 155, 167, var(--border-opacity));
}

.border-gray-200 {
  --border-opacity: 1;
  border-color: rgba(172, 176, 186, var(--border-opacity));
}

.border-gray-100 {
  --border-opacity: 1;
  border-color: rgba(194, 197, 204, var(--border-opacity));
}

.border-opacity-0 {
  --border-opacity: 0;
}

.border-opacity-5 {
  --border-opacity: 0.05;
}

.border-opacity-10 {
  --border-opacity: 0.1;
}

.border-opacity-15 {
  --border-opacity: 0.15;
}

.border-opacity-20 {
  --border-opacity: 0.2;
}

.border-opacity-25 {
  --border-opacity: 0.25;
}

.border-opacity-30 {
  --border-opacity: 0.3;
}

.border-opacity-35 {
  --border-opacity: 0.35;
}

.border-opacity-40 {
  --border-opacity: 0.4;
}

.border-opacity-45 {
  --border-opacity: 0.45;
}

.border-opacity-50 {
  --border-opacity: 0.5;
}

.border-opacity-55 {
  --border-opacity: 0.55;
}

.border-opacity-60 {
  --border-opacity: 0.6;
}

.border-opacity-65 {
  --border-opacity: 0.65;
}

.border-opacity-70 {
  --border-opacity: 0.7;
}

.border-opacity-75 {
  --border-opacity: 0.75;
}

.border-opacity-80 {
  --border-opacity: 0.8;
}

.border-opacity-85 {
  --border-opacity: 0.85;
}

.border-opacity-90 {
  --border-opacity: 0.9;
}

.border-opacity-95 {
  --border-opacity: 0.95;
}

.border-opacity-100 {
  --border-opacity: 100;
}

.br-5 {
  border-radius: 5%;
}

.brtl-5 {
  border-top-left-radius: 5%;
}

.brtr-5 {
  border-top-right-radius: 5%;
}

.brbl-5 {
  border-bottom-left-radius: 5%;
}

.brbr-5 {
  border-bottom-right-radius: 5%;
}

.br-10 {
  border-radius: 10%;
}

.brtl-10 {
  border-top-left-radius: 10%;
}

.brtr-10 {
  border-top-right-radius: 10%;
}

.brbl-10 {
  border-bottom-left-radius: 10%;
}

.brbr-10 {
  border-bottom-right-radius: 10%;
}

.br-15 {
  border-radius: 15%;
}

.brtl-15 {
  border-top-left-radius: 15%;
}

.brtr-15 {
  border-top-right-radius: 15%;
}

.brbl-15 {
  border-bottom-left-radius: 15%;
}

.brbr-15 {
  border-bottom-right-radius: 15%;
}

.br-20 {
  border-radius: 20%;
}

.brtl-20 {
  border-top-left-radius: 20%;
}

.brtr-20 {
  border-top-right-radius: 20%;
}

.brbl-20 {
  border-bottom-left-radius: 20%;
}

.brbr-20 {
  border-bottom-right-radius: 20%;
}

.br-25 {
  border-radius: 25%;
}

.brtl-25 {
  border-top-left-radius: 25%;
}

.brtr-25 {
  border-top-right-radius: 25%;
}

.brbl-25 {
  border-bottom-left-radius: 25%;
}

.brbr-25 {
  border-bottom-right-radius: 25%;
}

.br-30 {
  border-radius: 30%;
}

.brtl-30 {
  border-top-left-radius: 30%;
}

.brtr-30 {
  border-top-right-radius: 30%;
}

.brbl-30 {
  border-bottom-left-radius: 30%;
}

.brbr-30 {
  border-bottom-right-radius: 30%;
}

.br-35 {
  border-radius: 35%;
}

.brtl-35 {
  border-top-left-radius: 35%;
}

.brtr-35 {
  border-top-right-radius: 35%;
}

.brbl-35 {
  border-bottom-left-radius: 35%;
}

.brbr-35 {
  border-bottom-right-radius: 35%;
}

.br-40 {
  border-radius: 40%;
}

.brtl-40 {
  border-top-left-radius: 40%;
}

.brtr-40 {
  border-top-right-radius: 40%;
}

.brbl-40 {
  border-bottom-left-radius: 40%;
}

.brbr-40 {
  border-bottom-right-radius: 40%;
}

.br-45 {
  border-radius: 45%;
}

.brtl-45 {
  border-top-left-radius: 45%;
}

.brtr-45 {
  border-top-right-radius: 45%;
}

.brbl-45 {
  border-bottom-left-radius: 45%;
}

.brbr-45 {
  border-bottom-right-radius: 45%;
}

.br-50 {
  border-radius: 50%;
}

.brtl-50 {
  border-top-left-radius: 50%;
}

.brtr-50 {
  border-top-right-radius: 50%;
}

.brbl-50 {
  border-bottom-left-radius: 50%;
}

.brbr-50 {
  border-bottom-right-radius: 50%;
}

.br-55 {
  border-radius: 55%;
}

.brtl-55 {
  border-top-left-radius: 55%;
}

.brtr-55 {
  border-top-right-radius: 55%;
}

.brbl-55 {
  border-bottom-left-radius: 55%;
}

.brbr-55 {
  border-bottom-right-radius: 55%;
}

.br-60 {
  border-radius: 60%;
}

.brtl-60 {
  border-top-left-radius: 60%;
}

.brtr-60 {
  border-top-right-radius: 60%;
}

.brbl-60 {
  border-bottom-left-radius: 60%;
}

.brbr-60 {
  border-bottom-right-radius: 60%;
}

.br-65 {
  border-radius: 65%;
}

.brtl-65 {
  border-top-left-radius: 65%;
}

.brtr-65 {
  border-top-right-radius: 65%;
}

.brbl-65 {
  border-bottom-left-radius: 65%;
}

.brbr-65 {
  border-bottom-right-radius: 65%;
}

.br-70 {
  border-radius: 70%;
}

.brtl-70 {
  border-top-left-radius: 70%;
}

.brtr-70 {
  border-top-right-radius: 70%;
}

.brbl-70 {
  border-bottom-left-radius: 70%;
}

.brbr-70 {
  border-bottom-right-radius: 70%;
}

.br-75 {
  border-radius: 75%;
}

.brtl-75 {
  border-top-left-radius: 75%;
}

.brtr-75 {
  border-top-right-radius: 75%;
}

.brbl-75 {
  border-bottom-left-radius: 75%;
}

.brbr-75 {
  border-bottom-right-radius: 75%;
}

.br-80 {
  border-radius: 80%;
}

.brtl-80 {
  border-top-left-radius: 80%;
}

.brtr-80 {
  border-top-right-radius: 80%;
}

.brbl-80 {
  border-bottom-left-radius: 80%;
}

.brbr-80 {
  border-bottom-right-radius: 80%;
}

.br-85 {
  border-radius: 85%;
}

.brtl-85 {
  border-top-left-radius: 85%;
}

.brtr-85 {
  border-top-right-radius: 85%;
}

.brbl-85 {
  border-bottom-left-radius: 85%;
}

.brbr-85 {
  border-bottom-right-radius: 85%;
}

.br-90 {
  border-radius: 90%;
}

.brtl-90 {
  border-top-left-radius: 90%;
}

.brtr-90 {
  border-top-right-radius: 90%;
}

.brbl-90 {
  border-bottom-left-radius: 90%;
}

.brbr-90 {
  border-bottom-right-radius: 90%;
}

.br-95 {
  border-radius: 95%;
}

.brtl-95 {
  border-top-left-radius: 95%;
}

.brtr-95 {
  border-top-right-radius: 95%;
}

.brbl-95 {
  border-bottom-left-radius: 95%;
}

.brbr-95 {
  border-bottom-right-radius: 95%;
}

.br-100 {
  border-radius: 100%;
}

.brtl-100 {
  border-top-left-radius: 100%;
}

.brtr-100 {
  border-top-right-radius: 100%;
}

.brbl-100 {
  border-bottom-left-radius: 100%;
}

.brbr-100 {
  border-bottom-right-radius: 100%;
}

.br-0px {
  border-radius: 0;
}

.brtl-0px {
  border-top-left-radius: 0;
}

.brtr-0px {
  border-top-right-radius: 0;
}

.brbl-0px {
  border-bottom-left-radius: 0;
}

.brbr-0px {
  border-bottom-right-radius: 0;
}

.br-5px {
  border-radius: 5px;
}

.brtl-5px {
  border-top-left-radius: 5px;
}

.brtr-5px {
  border-top-right-radius: 5px;
}

.brbl-5px {
  border-bottom-left-radius: 5px;
}

.brbr-5px {
  border-bottom-right-radius: 5px;
}

.br-10px {
  border-radius: 10px;
}

.brtl-10px {
  border-top-left-radius: 10px;
}

.brtr-10px {
  border-top-right-radius: 10px;
}

.brbl-10px {
  border-bottom-left-radius: 10px;
}

.brbr-10px {
  border-bottom-right-radius: 10px;
}

.br-15px {
  border-radius: 15px;
}

.brtl-15px {
  border-top-left-radius: 15px;
}

.brtr-15px {
  border-top-right-radius: 15px;
}

.brbl-15px {
  border-bottom-left-radius: 15px;
}

.brbr-15px {
  border-bottom-right-radius: 15px;
}

.br-20px {
  border-radius: 20px;
}

.brtl-20px {
  border-top-left-radius: 20px;
}

.brtr-20px {
  border-top-right-radius: 20px;
}

.brbl-20px {
  border-bottom-left-radius: 20px;
}

.brbr-20px {
  border-bottom-right-radius: 20px;
}

.br-25px {
  border-radius: 25px;
}

.brtl-25px {
  border-top-left-radius: 25px;
}

.brtr-25px {
  border-top-right-radius: 25px;
}

.brbl-25px {
  border-bottom-left-radius: 25px;
}

.brbr-25px {
  border-bottom-right-radius: 25px;
}

.br-30px {
  border-radius: 30px;
}

.brtl-30px {
  border-top-left-radius: 30px;
}

.brtr-30px {
  border-top-right-radius: 30px;
}

.brbl-30px {
  border-bottom-left-radius: 30px;
}

.brbr-30px {
  border-bottom-right-radius: 30px;
}

.br-35px {
  border-radius: 35px;
}

.brtl-35px {
  border-top-left-radius: 35px;
}

.brtr-35px {
  border-top-right-radius: 35px;
}

.brbl-35px {
  border-bottom-left-radius: 35px;
}

.brbr-35px {
  border-bottom-right-radius: 35px;
}

.br-40px {
  border-radius: 40px;
}

.brtl-40px {
  border-top-left-radius: 40px;
}

.brtr-40px {
  border-top-right-radius: 40px;
}

.brbl-40px {
  border-bottom-left-radius: 40px;
}

.brbr-40px {
  border-bottom-right-radius: 40px;
}

.br-45px {
  border-radius: 45px;
}

.brtl-45px {
  border-top-left-radius: 45px;
}

.brtr-45px {
  border-top-right-radius: 45px;
}

.brbl-45px {
  border-bottom-left-radius: 45px;
}

.brbr-45px {
  border-bottom-right-radius: 45px;
}

.br-50px {
  border-radius: 50px;
}

.brtl-50px {
  border-top-left-radius: 50px;
}

.brtr-50px {
  border-top-right-radius: 50px;
}

.brbl-50px {
  border-bottom-left-radius: 50px;
}

.brbr-50px {
  border-bottom-right-radius: 50px;
}

.br-55px {
  border-radius: 55px;
}

.brtl-55px {
  border-top-left-radius: 55px;
}

.brtr-55px {
  border-top-right-radius: 55px;
}

.brbl-55px {
  border-bottom-left-radius: 55px;
}

.brbr-55px {
  border-bottom-right-radius: 55px;
}

.br-60px {
  border-radius: 60px;
}

.brtl-60px {
  border-top-left-radius: 60px;
}

.brtr-60px {
  border-top-right-radius: 60px;
}

.brbl-60px {
  border-bottom-left-radius: 60px;
}

.brbr-60px {
  border-bottom-right-radius: 60px;
}

.br-65px {
  border-radius: 65px;
}

.brtl-65px {
  border-top-left-radius: 65px;
}

.brtr-65px {
  border-top-right-radius: 65px;
}

.brbl-65px {
  border-bottom-left-radius: 65px;
}

.brbr-65px {
  border-bottom-right-radius: 65px;
}

.br-70px {
  border-radius: 70px;
}

.brtl-70px {
  border-top-left-radius: 70px;
}

.brtr-70px {
  border-top-right-radius: 70px;
}

.brbl-70px {
  border-bottom-left-radius: 70px;
}

.brbr-70px {
  border-bottom-right-radius: 70px;
}

.br-75px {
  border-radius: 75px;
}

.brtl-75px {
  border-top-left-radius: 75px;
}

.brtr-75px {
  border-top-right-radius: 75px;
}

.brbl-75px {
  border-bottom-left-radius: 75px;
}

.brbr-75px {
  border-bottom-right-radius: 75px;
}

.br-80px {
  border-radius: 80px;
}

.brtl-80px {
  border-top-left-radius: 80px;
}

.brtr-80px {
  border-top-right-radius: 80px;
}

.brbl-80px {
  border-bottom-left-radius: 80px;
}

.brbr-80px {
  border-bottom-right-radius: 80px;
}

.br-85px {
  border-radius: 85px;
}

.brtl-85px {
  border-top-left-radius: 85px;
}

.brtr-85px {
  border-top-right-radius: 85px;
}

.brbl-85px {
  border-bottom-left-radius: 85px;
}

.brbr-85px {
  border-bottom-right-radius: 85px;
}

.br-90px {
  border-radius: 90px;
}

.brtl-90px {
  border-top-left-radius: 90px;
}

.brtr-90px {
  border-top-right-radius: 90px;
}

.brbl-90px {
  border-bottom-left-radius: 90px;
}

.brbr-90px {
  border-bottom-right-radius: 90px;
}

.br-95px {
  border-radius: 95px;
}

.brtl-95px {
  border-top-left-radius: 95px;
}

.brtr-95px {
  border-top-right-radius: 95px;
}

.brbl-95px {
  border-bottom-left-radius: 95px;
}

.brbr-95px {
  border-bottom-right-radius: 95px;
}

.br-100px {
  border-radius: 100px;
}

.brtl-100px {
  border-top-left-radius: 100px;
}

.brtr-100px {
  border-top-right-radius: 100px;
}

.brbl-100px {
  border-bottom-left-radius: 100px;
}

.brbr-100px {
  border-bottom-right-radius: 100px;
}

.br-none {
  border-radius: 0;
}

.br-full {
  border-radius: 9999px;
}

.brtl-full {
  border-top-left-radius: 9999px;
}

.brtr-full {
  border-top-right-radius: 9999px;
}

.brbl-full {
  border-bottom-left-radius: 9999px;
}

.brbr-full {
  border-bottom-right-radius: 9999px;
}

.border-style-solid {
  border-style: solid;
}

.border-style-dashed {
  border-style: dashed;
}

.border-style-dotted {
  border-style: dotted;
}

.border-style-double {
  border-style: double;
}

.border-style-none {
  border-style: none;
}

.border-0px {
  border-width: 0;
}

.border-t-0px {
  border-top-width: 0;
}

.border-r-0px {
  border-right-width: 0;
}

.border-b-0px {
  border-bottom-width: 0;
}

.border-l-0px {
  border-left-width: 0;
}

.border-1px {
  border-width: 1px;
}

.border-t-1px {
  border-top-width: 1px;
}

.border-r-1px {
  border-right-width: 1px;
}

.border-b-1px {
  border-bottom-width: 1px;
}

.border-l-1px {
  border-left-width: 1px;
}

.border-2px {
  border-width: 2px;
}

.border-t-2px {
  border-top-width: 2px;
}

.border-r-2px {
  border-right-width: 2px;
}

.border-b-2px {
  border-bottom-width: 2px;
}

.border-l-2px {
  border-left-width: 2px;
}

.border-3px {
  border-width: 3px;
}

.border-t-3px {
  border-top-width: 3px;
}

.border-r-3px {
  border-right-width: 3px;
}

.border-b-3px {
  border-bottom-width: 3px;
}

.border-l-3px {
  border-left-width: 3px;
}

.border-4px {
  border-width: 4px;
}

.border-t-4px {
  border-top-width: 4px;
}

.border-r-4px {
  border-right-width: 4px;
}

.border-b-4px {
  border-bottom-width: 4px;
}

.border-l-4px {
  border-left-width: 4px;
}

.border-5px {
  border-width: 5px;
}

.border-t-5px {
  border-top-width: 5px;
}

.border-r-5px {
  border-right-width: 5px;
}

.border-b-5px {
  border-bottom-width: 5px;
}

.border-l-5px {
  border-left-width: 5px;
}

.border-6px {
  border-width: 6px;
}

.border-t-6px {
  border-top-width: 6px;
}

.border-r-6px {
  border-right-width: 6px;
}

.border-b-6px {
  border-bottom-width: 6px;
}

.border-l-6px {
  border-left-width: 6px;
}

.border-7px {
  border-width: 7px;
}

.border-t-7px {
  border-top-width: 7px;
}

.border-r-7px {
  border-right-width: 7px;
}

.border-b-7px {
  border-bottom-width: 7px;
}

.border-l-7px {
  border-left-width: 7px;
}

.border-8px {
  border-width: 8px;
}

.border-t-8px {
  border-top-width: 8px;
}

.border-r-8px {
  border-right-width: 8px;
}

.border-b-8px {
  border-bottom-width: 8px;
}

.border-l-8px {
  border-left-width: 8px;
}

.border-9px {
  border-width: 9px;
}

.border-t-9px {
  border-top-width: 9px;
}

.border-r-9px {
  border-right-width: 9px;
}

.border-b-9px {
  border-bottom-width: 9px;
}

.border-l-9px {
  border-left-width: 9px;
}

.border-10px {
  border-width: 10px;
}

.border-t-10px {
  border-top-width: 10px;
}

.border-r-10px {
  border-right-width: 10px;
}

.border-b-10px {
  border-bottom-width: 10px;
}

.border-l-10px {
  border-left-width: 10px;
}

.border-none {
  border-width: 0;
}

.box-shadow-none {
  box-shadow: 0 0 transparent;
}

.box-shadow-xs {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.box-shadow-sm {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.box-shadow-md {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.box-shadow-lg {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.box-shadow-xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.box-shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.box-sizing-border {
  box-sizing: border-box;
}

.box-sizing-content {
  box-sizing: content-box;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.text-red-600 {
  --text-opacity: 1;
  color: rgba(237, 45, 45, var(--text-opacity));
}

.text-red-700 {
  --text-opacity: 1;
  color: rgba(235, 21, 21, var(--text-opacity));
}

.text-red-800 {
  --text-opacity: 1;
  color: rgba(212, 18, 18, var(--text-opacity));
}

.text-red-900 {
  --text-opacity: 1;
  color: rgba(189, 16, 16, var(--text-opacity));
}

.text-red-500 {
  --text-opacity: 1;
  color: rgba(239, 68, 68, var(--text-opacity));
}

.text-red-400 {
  --text-opacity: 1;
  color: rgba(242, 106, 106, var(--text-opacity));
}

.text-red-300 {
  --text-opacity: 1;
  color: rgba(245, 143, 143, var(--text-opacity));
}

.text-red-200 {
  --text-opacity: 1;
  color: rgba(249, 181, 181, var(--text-opacity));
}

.text-red-100 {
  --text-opacity: 1;
  color: rgba(252, 218, 218, var(--text-opacity));
}

.text-green-600 {
  --text-opacity: 1;
  color: rgba(14, 162, 113, var(--text-opacity));
}

.text-green-700 {
  --text-opacity: 1;
  color: rgba(12, 138, 96, var(--text-opacity));
}

.text-green-800 {
  --text-opacity: 1;
  color: rgba(10, 115, 80, var(--text-opacity));
}

.text-green-900 {
  --text-opacity: 1;
  color: rgba(8, 91, 64, var(--text-opacity));
}

.text-green-500 {
  --text-opacity: 1;
  color: rgba(16, 185, 129, var(--text-opacity));
}

.text-green-400 {
  --text-opacity: 1;
  color: rgba(19, 223, 155, var(--text-opacity));
}

.text-green-300 {
  --text-opacity: 1;
  color: rgba(46, 237, 174, var(--text-opacity));
}

.text-green-200 {
  --text-opacity: 1;
  color: rgba(83, 240, 188, var(--text-opacity));
}

.text-green-100 {
  --text-opacity: 1;
  color: rgba(121, 243, 203, var(--text-opacity));
}

.text-blue-600 {
  --text-opacity: 1;
  color: rgba(35, 114, 245, var(--text-opacity));
}

.text-blue-700 {
  --text-opacity: 1;
  color: rgba(11, 99, 243, var(--text-opacity));
}

.text-blue-800 {
  --text-opacity: 1;
  color: rgba(10, 89, 218, var(--text-opacity));
}

.text-blue-900 {
  --text-opacity: 1;
  color: rgba(9, 79, 194, var(--text-opacity));
}

.text-blue-500 {
  --text-opacity: 1;
  color: rgba(59, 130, 246, var(--text-opacity));
}

.text-blue-400 {
  --text-opacity: 1;
  color: rgba(98, 155, 248, var(--text-opacity));
}

.text-blue-300 {
  --text-opacity: 1;
  color: rgba(137, 180, 250, var(--text-opacity));
}

.text-blue-200 {
  --text-opacity: 1;
  color: rgba(176, 205, 251, var(--text-opacity));
}

.text-blue-100 {
  --text-opacity: 1;
  color: rgba(215, 230, 253, var(--text-opacity));
}

.text-yellow-600 {
  --text-opacity: 1;
  color: rgba(251, 184, 11, var(--text-opacity));
}

.text-yellow-700 {
  --text-opacity: 1;
  color: rgba(232, 168, 4, var(--text-opacity));
}

.text-yellow-800 {
  --text-opacity: 1;
  color: rgba(207, 150, 4, var(--text-opacity));
}

.text-yellow-900 {
  --text-opacity: 1;
  color: rgba(182, 132, 3, var(--text-opacity));
}

.text-yellow-500 {
  --text-opacity: 1;
  color: rgba(251, 191, 36, var(--text-opacity));
}

.text-yellow-400 {
  --text-opacity: 1;
  color: rgba(252, 203, 76, var(--text-opacity));
}

.text-yellow-300 {
  --text-opacity: 1;
  color: rgba(252, 214, 116, var(--text-opacity));
}

.text-yellow-200 {
  --text-opacity: 1;
  color: rgba(253, 226, 156, var(--text-opacity));
}

.text-yellow-100 {
  --text-opacity: 1;
  color: rgba(254, 238, 196, var(--text-opacity));
}

.text-pink-600 {
  --text-opacity: 1;
  color: rgba(234, 49, 140, var(--text-opacity));
}

.text-pink-700 {
  --text-opacity: 1;
  color: rgba(231, 26, 127, var(--text-opacity));
}

.text-pink-800 {
  --text-opacity: 1;
  color: rgba(210, 22, 115, var(--text-opacity));
}

.text-pink-900 {
  --text-opacity: 1;
  color: rgba(187, 19, 102, var(--text-opacity));
}

.text-pink-500 {
  --text-opacity: 1;
  color: rgba(236, 72, 153, var(--text-opacity));
}

.text-pink-400 {
  --text-opacity: 1;
  color: rgba(240, 109, 174, var(--text-opacity));
}

.text-pink-300 {
  --text-opacity: 1;
  color: rgba(244, 146, 194, var(--text-opacity));
}

.text-pink-200 {
  --text-opacity: 1;
  color: rgba(248, 183, 215, var(--text-opacity));
}

.text-pink-100 {
  --text-opacity: 1;
  color: rgba(251, 220, 235, var(--text-opacity));
}

.text-purple-600 {
  --text-opacity: 1;
  color: rgba(122, 68, 245, var(--text-opacity));
}

.text-purple-700 {
  --text-opacity: 1;
  color: rgba(105, 44, 243, var(--text-opacity));
}

.text-purple-800 {
  --text-opacity: 1;
  color: rgba(87, 20, 242, var(--text-opacity));
}

.text-purple-900 {
  --text-opacity: 1;
  color: rgba(77, 12, 224, var(--text-opacity));
}

.text-purple-500 {
  --text-opacity: 1;
  color: rgba(139, 92, 246, var(--text-opacity));
}

.text-purple-400 {
  --text-opacity: 1;
  color: rgba(167, 131, 248, var(--text-opacity));
}

.text-purple-300 {
  --text-opacity: 1;
  color: rgba(194, 169, 250, var(--text-opacity));
}

.text-purple-200 {
  --text-opacity: 1;
  color: rgba(222, 208, 252, var(--text-opacity));
}

.text-purple-100 {
  --text-opacity: 1;
  color: rgba(249, 247, 255, var(--text-opacity));
}

.text-gray-600 {
  --text-opacity: 1;
  color: rgba(95, 102, 114, var(--text-opacity));
}

.text-gray-700 {
  --text-opacity: 1;
  color: rgba(84, 89, 100, var(--text-opacity));
}

.text-gray-800 {
  --text-opacity: 1;
  color: rgba(72, 77, 86, var(--text-opacity));
}

.text-gray-900 {
  --text-opacity: 1;
  color: rgba(61, 65, 72, var(--text-opacity));
}

.text-gray-500 {
  --text-opacity: 1;
  color: rgba(107, 114, 128, var(--text-opacity));
}

.text-gray-400 {
  --text-opacity: 1;
  color: rgba(127, 134, 148, var(--text-opacity));
}

.text-gray-300 {
  --text-opacity: 1;
  color: rgba(150, 155, 167, var(--text-opacity));
}

.text-gray-200 {
  --text-opacity: 1;
  color: rgba(172, 176, 186, var(--text-opacity));
}

.text-gray-100 {
  --text-opacity: 1;
  color: rgba(194, 197, 204, var(--text-opacity));
}

.w-1\/12 {
  width: 8.3333333333%;
}

.min-w-1\/12 {
  min-width: 8.3333333333%;
}

.max-w-1\/12 {
  max-width: 8.3333333333%;
}

.h-1\/12 {
  height: 8.3333333333%;
}

.min-h-1\/12 {
  min-height: 8.3333333333%;
}

.max-h-1\/12 {
  max-height: 8.3333333333%;
}

.w-2\/12 {
  width: 16.6666666667%;
}

.min-w-2\/12 {
  min-width: 16.6666666667%;
}

.max-w-2\/12 {
  max-width: 16.6666666667%;
}

.h-2\/12 {
  height: 16.6666666667%;
}

.min-h-2\/12 {
  min-height: 16.6666666667%;
}

.max-h-2\/12 {
  max-height: 16.6666666667%;
}

.w-3\/12 {
  width: 25%;
}

.min-w-3\/12 {
  min-width: 25%;
}

.max-w-3\/12 {
  max-width: 25%;
}

.h-3\/12 {
  height: 25%;
}

.min-h-3\/12 {
  min-height: 25%;
}

.max-h-3\/12 {
  max-height: 25%;
}

.w-4\/12 {
  width: 33.3333333333%;
}

.min-w-4\/12 {
  min-width: 33.3333333333%;
}

.max-w-4\/12 {
  max-width: 33.3333333333%;
}

.h-4\/12 {
  height: 33.3333333333%;
}

.min-h-4\/12 {
  min-height: 33.3333333333%;
}

.max-h-4\/12 {
  max-height: 33.3333333333%;
}

.w-5\/12 {
  width: 41.6666666667%;
}

.min-w-5\/12 {
  min-width: 41.6666666667%;
}

.max-w-5\/12 {
  max-width: 41.6666666667%;
}

.h-5\/12 {
  height: 41.6666666667%;
}

.min-h-5\/12 {
  min-height: 41.6666666667%;
}

.max-h-5\/12 {
  max-height: 41.6666666667%;
}

.w-6\/12 {
  width: 50%;
}

.min-w-6\/12 {
  min-width: 50%;
}

.max-w-6\/12 {
  max-width: 50%;
}

.h-6\/12 {
  height: 50%;
}

.min-h-6\/12 {
  min-height: 50%;
}

.max-h-6\/12 {
  max-height: 50%;
}

.w-7\/12 {
  width: 58.3333333333%;
}

.min-w-7\/12 {
  min-width: 58.3333333333%;
}

.max-w-7\/12 {
  max-width: 58.3333333333%;
}

.h-7\/12 {
  height: 58.3333333333%;
}

.min-h-7\/12 {
  min-height: 58.3333333333%;
}

.max-h-7\/12 {
  max-height: 58.3333333333%;
}

.w-8\/12 {
  width: 66.6666666667%;
}

.min-w-8\/12 {
  min-width: 66.6666666667%;
}

.max-w-8\/12 {
  max-width: 66.6666666667%;
}

.h-8\/12 {
  height: 66.6666666667%;
}

.min-h-8\/12 {
  min-height: 66.6666666667%;
}

.max-h-8\/12 {
  max-height: 66.6666666667%;
}

.w-9\/12 {
  width: 75%;
}

.min-w-9\/12 {
  min-width: 75%;
}

.max-w-9\/12 {
  max-width: 75%;
}

.h-9\/12 {
  height: 75%;
}

.min-h-9\/12 {
  min-height: 75%;
}

.max-h-9\/12 {
  max-height: 75%;
}

.w-10\/12 {
  width: 83.3333333333%;
}

.min-w-10\/12 {
  min-width: 83.3333333333%;
}

.max-w-10\/12 {
  max-width: 83.3333333333%;
}

.h-10\/12 {
  height: 83.3333333333%;
}

.min-h-10\/12 {
  min-height: 83.3333333333%;
}

.max-h-10\/12 {
  max-height: 83.3333333333%;
}

.w-11\/12 {
  width: 91.6666666667%;
}

.min-w-11\/12 {
  min-width: 91.6666666667%;
}

.max-w-11\/12 {
  max-width: 91.6666666667%;
}

.h-11\/12 {
  height: 91.6666666667%;
}

.min-h-11\/12 {
  min-height: 91.6666666667%;
}

.max-h-11\/12 {
  max-height: 91.6666666667%;
}

.w-12\/12 {
  width: 100%;
}

.min-w-12\/12 {
  min-width: 100%;
}

.max-w-12\/12 {
  max-width: 100%;
}

.h-12\/12 {
  height: 100%;
}

.min-h-12\/12 {
  min-height: 100%;
}

.max-h-12\/12 {
  max-height: 100%;
}

.container-fluid {
  width: 100%;
}

.cursor-alias {
  cursor: alias;
}

.cursor-all-scroll {
  cursor: all-scroll;
}

.cursor-auto {
  cursor: auto;
}

.cursor-cell {
  cursor: cell;
}

.cursor-context-menu {
  cursor: context-menu;
}

.cursor-col-resize {
  cursor: col-resize;
}

.cursor-copy {
  cursor: copy;
}

.cursor-crosshair {
  cursor: crosshair;
}

.cursor-default {
  cursor: default;
}

.cursor-e-resize {
  cursor: e-resize;
}

.cursor-ew-resize {
  cursor: ew-resize;
}

.cursor-grab {
  cursor: grab;
}

.cursor-grabbing {
  cursor: grabbing;
}

.cursor-help {
  cursor: help;
}

.cursor-move {
  cursor: move;
}

.cursor-n-resize {
  cursor: n-resize;
}

.cursor-ne-resize {
  cursor: ne-resize;
}

.cursor-nesw-resize {
  cursor: nesw-resize;
}

.cursor-ns-resize {
  cursor: ns-resize;
}

.cursor-nw-resize {
  cursor: nw-resize;
}

.cursor-nwse-resize {
  cursor: nwse-resize;
}

.cursor-no-drop {
  cursor: no-drop;
}

.cursor-none {
  cursor: none;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-progress {
  cursor: progress;
}

.cursor-row-resize {
  cursor: row-resize;
}

.cursor-s-resize {
  cursor: s-resize;
}

.cursor-se-resize {
  cursor: se-resize;
}

.cursor-sw-resize {
  cursor: sw-resize;
}

.cursor-text {
  cursor: text;
}

.cursor-w-resize {
  cursor: w-resize;
}

.cursor-wait {
  cursor: wait;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.cursor-zoom-out {
  cursor: zoom-out;
}

.display-inline {
  display: inline;
}

.display-block {
  display: block;
}

.display-contents {
  display: contents;
}

.display-flex {
  display: flex;
}

.display-flow-root {
  display: flow-root;
}

.display-grid {
  display: grid;
}

.display-inline-block {
  display: inline-block;
}

.display-inline-flex {
  display: inline-flex;
}

.display-inline-grid {
  display: inline-grid;
}

.display-inline-table {
  display: inline-table;
}

.display-list-item {
  display: list-item;
}

.display-run-in {
  display: run-in;
}

.display-table {
  display: table;
}

.display-table-caption {
  display: table-caption;
}

.display-table-column-group {
  display: table-column-group;
}

.display-table-header-group {
  display: table-header-group;
}

.display-table-footer-group {
  display: table-footer-group;
}

.display-table-row-group {
  display: table-row-group;
}

.display-table-cell {
  display: table-cell;
}

.display-table-column {
  display: table-column;
}

.display-table-row {
  display: table-row;
}

.display-none {
  display: none;
}

.display-initial {
  display: initial;
}

.flex-direction-row {
  flex-direction: row;
}

.flex-direction-row-reverse {
  flex-direction: row-reverse;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-direction-column-reverse {
  flex-direction: column-reverse;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-grow-2 {
  flex-grow: 2;
}

.flex-grow-3 {
  flex-grow: 3;
}

.flex-grow-4 {
  flex-grow: 4;
}

.flex-grow-5 {
  flex-grow: 5;
}

.flex-grow-6 {
  flex-grow: 6;
}

.flex-grow-7 {
  flex-grow: 7;
}

.flex-grow-8 {
  flex-grow: 8;
}

.flex-grow-9 {
  flex-grow: 9;
}

.flex-grow-10 {
  flex-grow: 10;
}

.flex-grow-11 {
  flex-grow: 11;
}

.flex-grow-12 {
  flex-grow: 12;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.flex-shrink-2 {
  flex-shrink: 2;
}

.flex-shrink-3 {
  flex-shrink: 3;
}

.flex-shrink-4 {
  flex-shrink: 4;
}

.flex-shrink-5 {
  flex-shrink: 5;
}

.flex-shrink-6 {
  flex-shrink: 6;
}

.flex-shrink-7 {
  flex-shrink: 7;
}

.flex-shrink-8 {
  flex-shrink: 8;
}

.flex-shrink-9 {
  flex-shrink: 9;
}

.flex-shrink-10 {
  flex-shrink: 10;
}

.flex-shrink-11 {
  flex-shrink: 11;
}

.flex-shrink-12 {
  flex-shrink: 12;
}

.flex-wrap-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-wrap-nowrap {
  flex-wrap: nowrap;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.font-sans {
  font-family: "ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji";
}

.font-serif {
  font-family: "ui-serif, Georgia, Cambria, Times New Roman, Times, serif";
}

.font-mono {
  font-family: "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace";
}

.font-flow {
  font-family: "flow";
}

.fs-normal {
  font-size: 1rem;
}

.fs-xs {
  font-size: 0.75rem;
}

.fs-sm {
  font-size: 0.875rem;
}

.fs-md {
  font-size: 1rem;
}

.fs-lg {
  font-size: 1.125rem;
}

.fs-xl {
  font-size: 1.25rem;
}

.fs-2xl {
  font-size: 1.5rem;
}

.fs-3xl {
  font-size: 1.875rem;
}

.fs-4xl {
  font-size: 2.25rem;
}

.fs-5xl {
  font-size: 3rem;
}

.fs-6xl {
  font-size: 4rem;
}

.fs-7xl {
  font-size: 5rem;
}

.font-antialiased {
  -webkit-font-smoothing: antialiased;
}

.font-subpixel-antialiased {
  -webkit-font-smoothing: subpixel-antialiased;
}

.font-auto {
  -webkit-font-smoothing: auto;
}

.font-none {
  -webkit-font-smoothing: none;
}

.font-style-normal {
  font-style: normal;
}

.font-style-italic {
  font-style: italic;
}

.font-weight-thin {
  font-weight: 100;
}

.font-weight-extralight {
  font-weight: 200;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semibold {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-extrabold {
  font-weight: 800;
}

.font-weight-black {
  font-weight: 900;
}

.h-0 {
  height: 0;
}

.h-5 {
  height: 5%;
}

.h-10 {
  height: 10%;
}

.h-15 {
  height: 15%;
}

.h-20 {
  height: 20%;
}

.h-25 {
  height: 25%;
}

.h-30 {
  height: 30%;
}

.h-35 {
  height: 35%;
}

.h-40 {
  height: 40%;
}

.h-45 {
  height: 45%;
}

.h-50 {
  height: 50%;
}

.h-55 {
  height: 55%;
}

.h-60 {
  height: 60%;
}

.h-65 {
  height: 65%;
}

.h-70 {
  height: 70%;
}

.h-75 {
  height: 75%;
}

.h-80 {
  height: 80%;
}

.h-85 {
  height: 85%;
}

.h-90 {
  height: 90%;
}

.h-95 {
  height: 95%;
}

.h-100 {
  height: 100%;
}

.h-0px {
  height: 0;
}

.h-10px {
  height: 10px;
}

.h-20px {
  height: 20px;
}

.h-30px {
  height: 30px;
}

.h-40px {
  height: 40px;
}

.h-50px {
  height: 50px;
}

.h-60px {
  height: 60px;
}

.h-70px {
  height: 70px;
}

.h-80px {
  height: 80px;
}

.h-90px {
  height: 90px;
}

.h-100px {
  height: 100px;
}

.h-110px {
  height: 110px;
}

.h-120px {
  height: 120px;
}

.h-130px {
  height: 130px;
}

.h-140px {
  height: 140px;
}

.h-150px {
  height: 150px;
}

.h-160px {
  height: 160px;
}

.h-170px {
  height: 170px;
}

.h-180px {
  height: 180px;
}

.h-190px {
  height: 190px;
}

.h-200px {
  height: 200px;
}

.h-210px {
  height: 210px;
}

.h-220px {
  height: 220px;
}

.h-230px {
  height: 230px;
}

.h-240px {
  height: 240px;
}

.h-250px {
  height: 250px;
}

.h-260px {
  height: 260px;
}

.h-270px {
  height: 270px;
}

.h-280px {
  height: 280px;
}

.h-290px {
  height: 290px;
}

.h-300px {
  height: 300px;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.justify-items-baseline {
  justify-items: baseline;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.letter-spacing-normal {
  letter-spacing: 0;
}

.letter-spacing-xs {
  letter-spacing: 0.01em;
}

.letter-spacing-sm {
  letter-spacing: 0.02em;
}

.letter-spacing-md {
  letter-spacing: 0.03em;
}

.letter-spacing-lg {
  letter-spacing: 0.04em;
}

.letter-spacing-xl {
  letter-spacing: 0.05em;
}

.letter-spacing-2xl {
  letter-spacing: 0.06em;
}

.letter-spacing-3xl {
  letter-spacing: 0.07em;
}

.letter-spacing-4xl {
  letter-spacing: 0.08em;
}

.letter-spacing-5xl {
  letter-spacing: 0.09em;
}

.letter-spacing-6xl {
  letter-spacing: 0.1em;
}

.letter-spacing-7xl {
  letter-spacing: 0.11em;
}

.line-height-normal {
  line-height: 1em;
}

.line-height-xs {
  line-height: 1.1em;
}

.line-height-sm {
  line-height: 1.2em;
}

.line-height-md {
  line-height: 1.3em;
}

.line-height-lg {
  line-height: 1.4em;
}

.line-height-xl {
  line-height: 1.5em;
}

.line-height-2xl {
  line-height: 1.6em;
}

.line-height-3xl {
  line-height: 1.7em;
}

.line-height-4xl {
  line-height: 1.8em;
}

.line-height-5xl {
  line-height: 1.9em;
}

.line-height-6xl {
  line-height: 2em;
}

.line-height-7xl {
  line-height: 2.1em;
}

.list-style-position-inside {
  list-style-position: inside;
}

.list-style-position-outside {
  list-style-position: outside;
}

.list-style-type-none {
  list-style-type: none;
}

.list-style-type-disc {
  list-style-type: disc;
}

.list-style-type-circle {
  list-style-type: circle;
}

.list-style-type-square {
  list-style-type: square;
}

.list-style-type-lower-alpha {
  list-style-type: lower-alpha;
}

.list-style-type-lower-latin {
  list-style-type: lower-latin;
}

.list-style-type-lower-roman {
  list-style-type: lower-roman;
}

.list-style-type-upper-alpha {
  list-style-type: upper-alpha;
}

.list-style-type-upper-latin {
  list-style-type: upper-latin;
}

.list-style-type-upper-roman {
  list-style-type: upper-roman;
}

.list-style-type-decimal {
  list-style-type: decimal;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.m-5 {
  margin: 5%;
}

.mt-5 {
  margin-top: 5%;
}

.mr-5 {
  margin-right: 5%;
}

.mb-5 {
  margin-bottom: 5%;
}

.ml-5 {
  margin-left: 5%;
}

.m-10 {
  margin: 10%;
}

.mt-10 {
  margin-top: 10%;
}

.mr-10 {
  margin-right: 10%;
}

.mb-10 {
  margin-bottom: 10%;
}

.ml-10 {
  margin-left: 10%;
}

.m-15 {
  margin: 15%;
}

.mt-15 {
  margin-top: 15%;
}

.mr-15 {
  margin-right: 15%;
}

.mb-15 {
  margin-bottom: 15%;
}

.ml-15 {
  margin-left: 15%;
}

.m-20 {
  margin: 20%;
}

.mt-20 {
  margin-top: 20%;
}

.mr-20 {
  margin-right: 20%;
}

.mb-20 {
  margin-bottom: 20%;
}

.ml-20 {
  margin-left: 20%;
}

.m-25 {
  margin: 25%;
}

.mt-25 {
  margin-top: 25%;
}

.mr-25 {
  margin-right: 25%;
}

.mb-25 {
  margin-bottom: 25%;
}

.ml-25 {
  margin-left: 25%;
}

.m-30 {
  margin: 30%;
}

.mt-30 {
  margin-top: 30%;
}

.mr-30 {
  margin-right: 30%;
}

.mb-30 {
  margin-bottom: 30%;
}

.ml-30 {
  margin-left: 30%;
}

.m-35 {
  margin: 35%;
}

.mt-35 {
  margin-top: 35%;
}

.mr-35 {
  margin-right: 35%;
}

.mb-35 {
  margin-bottom: 35%;
}

.ml-35 {
  margin-left: 35%;
}

.m-40 {
  margin: 40%;
}

.mt-40 {
  margin-top: 40%;
}

.mr-40 {
  margin-right: 40%;
}

.mb-40 {
  margin-bottom: 40%;
}

.ml-40 {
  margin-left: 40%;
}

.m-45 {
  margin: 45%;
}

.mt-45 {
  margin-top: 45%;
}

.mr-45 {
  margin-right: 45%;
}

.mb-45 {
  margin-bottom: 45%;
}

.ml-45 {
  margin-left: 45%;
}

.m-50 {
  margin: 50%;
}

.mt-50 {
  margin-top: 50%;
}

.mr-50 {
  margin-right: 50%;
}

.mb-50 {
  margin-bottom: 50%;
}

.ml-50 {
  margin-left: 50%;
}

.m-55 {
  margin: 55%;
}

.mt-55 {
  margin-top: 55%;
}

.mr-55 {
  margin-right: 55%;
}

.mb-55 {
  margin-bottom: 55%;
}

.ml-55 {
  margin-left: 55%;
}

.m-60 {
  margin: 60%;
}

.mt-60 {
  margin-top: 60%;
}

.mr-60 {
  margin-right: 60%;
}

.mb-60 {
  margin-bottom: 60%;
}

.ml-60 {
  margin-left: 60%;
}

.m-65 {
  margin: 65%;
}

.mt-65 {
  margin-top: 65%;
}

.mr-65 {
  margin-right: 65%;
}

.mb-65 {
  margin-bottom: 65%;
}

.ml-65 {
  margin-left: 65%;
}

.m-70 {
  margin: 70%;
}

.mt-70 {
  margin-top: 70%;
}

.mr-70 {
  margin-right: 70%;
}

.mb-70 {
  margin-bottom: 70%;
}

.ml-70 {
  margin-left: 70%;
}

.m-75 {
  margin: 75%;
}

.mt-75 {
  margin-top: 75%;
}

.mr-75 {
  margin-right: 75%;
}

.mb-75 {
  margin-bottom: 75%;
}

.ml-75 {
  margin-left: 75%;
}

.m-80 {
  margin: 80%;
}

.mt-80 {
  margin-top: 80%;
}

.mr-80 {
  margin-right: 80%;
}

.mb-80 {
  margin-bottom: 80%;
}

.ml-80 {
  margin-left: 80%;
}

.m-85 {
  margin: 85%;
}

.mt-85 {
  margin-top: 85%;
}

.mr-85 {
  margin-right: 85%;
}

.mb-85 {
  margin-bottom: 85%;
}

.ml-85 {
  margin-left: 85%;
}

.m-90 {
  margin: 90%;
}

.mt-90 {
  margin-top: 90%;
}

.mr-90 {
  margin-right: 90%;
}

.mb-90 {
  margin-bottom: 90%;
}

.ml-90 {
  margin-left: 90%;
}

.m-95 {
  margin: 95%;
}

.mt-95 {
  margin-top: 95%;
}

.mr-95 {
  margin-right: 95%;
}

.mb-95 {
  margin-bottom: 95%;
}

.ml-95 {
  margin-left: 95%;
}

.m-100 {
  margin: 100%;
}

.mt-100 {
  margin-top: 100%;
}

.mr-100 {
  margin-right: 100%;
}

.mb-100 {
  margin-bottom: 100%;
}

.ml-100 {
  margin-left: 100%;
}

.m-0px {
  margin: 0;
}

.mt-0px {
  margin-top: 0;
}

.mr-0px {
  margin-right: 0;
}

.mb-0px {
  margin-bottom: 0;
}

.ml-0px {
  margin-left: 0;
}

.m-5px {
  margin: 5px;
}

.mt-5px {
  margin-top: 5px;
}

.mr-5px {
  margin-right: 5px;
}

.mb-5px {
  margin-bottom: 5px;
}

.ml-5px {
  margin-left: 5px;
}

.m-10px {
  margin: 10px;
}

.mt-10px {
  margin-top: 10px;
}

.mr-10px {
  margin-right: 10px;
}

.mb-10px {
  margin-bottom: 10px;
}

.ml-10px {
  margin-left: 10px;
}

.m-15px {
  margin: 15px;
}

.mt-15px {
  margin-top: 15px;
}

.mr-15px {
  margin-right: 15px;
}

.mb-15px {
  margin-bottom: 15px;
}

.ml-15px {
  margin-left: 15px;
}

.m-20px {
  margin: 20px;
}

.mt-20px {
  margin-top: 20px;
}

.mr-20px {
  margin-right: 20px;
}

.mb-20px {
  margin-bottom: 20px;
}

.ml-20px {
  margin-left: 20px;
}

.m-25px {
  margin: 25px;
}

.mt-25px {
  margin-top: 25px;
}

.mr-25px {
  margin-right: 25px;
}

.mb-25px {
  margin-bottom: 25px;
}

.ml-25px {
  margin-left: 25px;
}

.m-30px {
  margin: 30px;
}

.mt-30px {
  margin-top: 30px;
}

.mr-30px {
  margin-right: 30px;
}

.mb-30px {
  margin-bottom: 30px;
}

.ml-30px {
  margin-left: 30px;
}

.m-35px {
  margin: 35px;
}

.mt-35px {
  margin-top: 35px;
}

.mr-35px {
  margin-right: 35px;
}

.mb-35px {
  margin-bottom: 35px;
}

.ml-35px {
  margin-left: 35px;
}

.m-40px {
  margin: 40px;
}

.mt-40px {
  margin-top: 40px;
}

.mr-40px {
  margin-right: 40px;
}

.mb-40px {
  margin-bottom: 40px;
}

.ml-40px {
  margin-left: 40px;
}

.m-45px {
  margin: 45px;
}

.mt-45px {
  margin-top: 45px;
}

.mr-45px {
  margin-right: 45px;
}

.mb-45px {
  margin-bottom: 45px;
}

.ml-45px {
  margin-left: 45px;
}

.m-50px {
  margin: 50px;
}

.mt-50px {
  margin-top: 50px;
}

.mr-50px {
  margin-right: 50px;
}

.mb-50px {
  margin-bottom: 50px;
}

.ml-50px {
  margin-left: 50px;
}

.m-55px {
  margin: 55px;
}

.mt-55px {
  margin-top: 55px;
}

.mr-55px {
  margin-right: 55px;
}

.mb-55px {
  margin-bottom: 55px;
}

.ml-55px {
  margin-left: 55px;
}

.m-60px {
  margin: 60px;
}

.mt-60px {
  margin-top: 60px;
}

.mr-60px {
  margin-right: 60px;
}

.mb-60px {
  margin-bottom: 60px;
}

.ml-60px {
  margin-left: 60px;
}

.m-65px {
  margin: 65px;
}

.mt-65px {
  margin-top: 65px;
}

.mr-65px {
  margin-right: 65px;
}

.mb-65px {
  margin-bottom: 65px;
}

.ml-65px {
  margin-left: 65px;
}

.m-70px {
  margin: 70px;
}

.mt-70px {
  margin-top: 70px;
}

.mr-70px {
  margin-right: 70px;
}

.mb-70px {
  margin-bottom: 70px;
}

.ml-70px {
  margin-left: 70px;
}

.m-75px {
  margin: 75px;
}

.mt-75px {
  margin-top: 75px;
}

.mr-75px {
  margin-right: 75px;
}

.mb-75px {
  margin-bottom: 75px;
}

.ml-75px {
  margin-left: 75px;
}

.m-80px {
  margin: 80px;
}

.mt-80px {
  margin-top: 80px;
}

.mr-80px {
  margin-right: 80px;
}

.mb-80px {
  margin-bottom: 80px;
}

.ml-80px {
  margin-left: 80px;
}

.m-85px {
  margin: 85px;
}

.mt-85px {
  margin-top: 85px;
}

.mr-85px {
  margin-right: 85px;
}

.mb-85px {
  margin-bottom: 85px;
}

.ml-85px {
  margin-left: 85px;
}

.m-90px {
  margin: 90px;
}

.mt-90px {
  margin-top: 90px;
}

.mr-90px {
  margin-right: 90px;
}

.mb-90px {
  margin-bottom: 90px;
}

.ml-90px {
  margin-left: 90px;
}

.m-95px {
  margin: 95px;
}

.mt-95px {
  margin-top: 95px;
}

.mr-95px {
  margin-right: 95px;
}

.mb-95px {
  margin-bottom: 95px;
}

.ml-95px {
  margin-left: 95px;
}

.m-100px {
  margin: 100px;
}

.mt-100px {
  margin-top: 100px;
}

.mr-100px {
  margin-right: 100px;
}

.mb-100px {
  margin-bottom: 100px;
}

.ml-100px {
  margin-left: 100px;
}

.m-auto {
  margin: auto;
}

.max-h-0 {
  max-height: 0;
}

.max-h-5 {
  max-height: 5%;
}

.max-h-10 {
  max-height: 10%;
}

.max-h-15 {
  max-height: 15%;
}

.max-h-20 {
  max-height: 20%;
}

.max-h-25 {
  max-height: 25%;
}

.max-h-30 {
  max-height: 30%;
}

.max-h-35 {
  max-height: 35%;
}

.max-h-40 {
  max-height: 40%;
}

.max-h-45 {
  max-height: 45%;
}

.max-h-50 {
  max-height: 50%;
}

.max-h-55 {
  max-height: 55%;
}

.max-h-60 {
  max-height: 60%;
}

.max-h-65 {
  max-height: 65%;
}

.max-h-70 {
  max-height: 70%;
}

.max-h-75 {
  max-height: 75%;
}

.max-h-80 {
  max-height: 80%;
}

.max-h-85 {
  max-height: 85%;
}

.max-h-90 {
  max-height: 90%;
}

.max-h-95 {
  max-height: 95%;
}

.max-h-100 {
  max-height: 100%;
}

.max-h-0px {
  max-height: 0;
}

.max-h-10px {
  max-height: 10px;
}

.max-h-20px {
  max-height: 20px;
}

.max-h-30px {
  max-height: 30px;
}

.max-h-40px {
  max-height: 40px;
}

.max-h-50px {
  max-height: 50px;
}

.max-h-60px {
  max-height: 60px;
}

.max-h-70px {
  max-height: 70px;
}

.max-h-80px {
  max-height: 80px;
}

.max-h-90px {
  max-height: 90px;
}

.max-h-100px {
  max-height: 100px;
}

.max-h-110px {
  max-height: 110px;
}

.max-h-120px {
  max-height: 120px;
}

.max-h-130px {
  max-height: 130px;
}

.max-h-140px {
  max-height: 140px;
}

.max-h-150px {
  max-height: 150px;
}

.max-h-160px {
  max-height: 160px;
}

.max-h-170px {
  max-height: 170px;
}

.max-h-180px {
  max-height: 180px;
}

.max-h-190px {
  max-height: 190px;
}

.max-h-200px {
  max-height: 200px;
}

.max-h-210px {
  max-height: 210px;
}

.max-h-220px {
  max-height: 220px;
}

.max-h-230px {
  max-height: 230px;
}

.max-h-240px {
  max-height: 240px;
}

.max-h-250px {
  max-height: 250px;
}

.max-h-260px {
  max-height: 260px;
}

.max-h-270px {
  max-height: 270px;
}

.max-h-280px {
  max-height: 280px;
}

.max-h-290px {
  max-height: 290px;
}

.max-h-300px {
  max-height: 300px;
}

.max-w-0 {
  max-width: 0;
}

.max-w-5 {
  max-width: 5%;
}

.max-w-10 {
  max-width: 10%;
}

.max-w-15 {
  max-width: 15%;
}

.max-w-20 {
  max-width: 20%;
}

.max-w-25 {
  max-width: 25%;
}

.max-w-30 {
  max-width: 30%;
}

.max-w-35 {
  max-width: 35%;
}

.max-w-40 {
  max-width: 40%;
}

.max-w-45 {
  max-width: 45%;
}

.max-w-50 {
  max-width: 50%;
}

.max-w-55 {
  max-width: 55%;
}

.max-w-60 {
  max-width: 60%;
}

.max-w-65 {
  max-width: 65%;
}

.max-w-70 {
  max-width: 70%;
}

.max-w-75 {
  max-width: 75%;
}

.max-w-80 {
  max-width: 80%;
}

.max-w-85 {
  max-width: 85%;
}

.max-w-90 {
  max-width: 90%;
}

.max-w-95 {
  max-width: 95%;
}

.max-w-100 {
  max-width: 100%;
}

.max-w-0px {
  max-width: 0;
}

.max-w-5px {
  max-width: 5px;
}

.max-w-10px {
  max-width: 10px;
}

.max-w-15px {
  max-width: 15px;
}

.max-w-20px {
  max-width: 20px;
}

.max-w-25px {
  max-width: 25px;
}

.max-w-30px {
  max-width: 30px;
}

.max-w-35px {
  max-width: 35px;
}

.max-w-40px {
  max-width: 40px;
}

.max-w-45px {
  max-width: 45px;
}

.max-w-50px {
  max-width: 50px;
}

.max-w-55px {
  max-width: 55px;
}

.max-w-60px {
  max-width: 60px;
}

.max-w-65px {
  max-width: 65px;
}

.max-w-70px {
  max-width: 70px;
}

.max-w-75px {
  max-width: 75px;
}

.max-w-80px {
  max-width: 80px;
}

.max-w-85px {
  max-width: 85px;
}

.max-w-90px {
  max-width: 90px;
}

.max-w-95px {
  max-width: 95px;
}

.max-w-100px {
  max-width: 100px;
}

.max-w-105px {
  max-width: 105px;
}

.max-w-110px {
  max-width: 110px;
}

.max-w-115px {
  max-width: 115px;
}

.max-w-120px {
  max-width: 120px;
}

.max-w-125px {
  max-width: 125px;
}

.max-w-130px {
  max-width: 130px;
}

.max-w-135px {
  max-width: 135px;
}

.max-w-140px {
  max-width: 140px;
}

.max-w-145px {
  max-width: 145px;
}

.max-w-150px {
  max-width: 150px;
}

.max-w-155px {
  max-width: 155px;
}

.max-w-160px {
  max-width: 160px;
}

.max-w-165px {
  max-width: 165px;
}

.max-w-170px {
  max-width: 170px;
}

.max-w-175px {
  max-width: 175px;
}

.max-w-180px {
  max-width: 180px;
}

.max-w-185px {
  max-width: 185px;
}

.max-w-190px {
  max-width: 190px;
}

.max-w-195px {
  max-width: 195px;
}

.max-w-200px {
  max-width: 200px;
}

.max-w-205px {
  max-width: 205px;
}

.max-w-210px {
  max-width: 210px;
}

.max-w-215px {
  max-width: 215px;
}

.max-w-220px {
  max-width: 220px;
}

.max-w-225px {
  max-width: 225px;
}

.max-w-230px {
  max-width: 230px;
}

.max-w-235px {
  max-width: 235px;
}

.max-w-240px {
  max-width: 240px;
}

.max-w-245px {
  max-width: 245px;
}

.max-w-250px {
  max-width: 250px;
}

.max-w-255px {
  max-width: 255px;
}

.max-w-260px {
  max-width: 260px;
}

.max-w-265px {
  max-width: 265px;
}

.max-w-270px {
  max-width: 270px;
}

.max-w-275px {
  max-width: 275px;
}

.max-w-280px {
  max-width: 280px;
}

.max-w-285px {
  max-width: 285px;
}

.max-w-290px {
  max-width: 290px;
}

.max-w-295px {
  max-width: 295px;
}

.max-w-300px {
  max-width: 300px;
}

.min-h-0 {
  min-height: 0;
}

.min-h-5 {
  min-height: 5%;
}

.min-h-10 {
  min-height: 10%;
}

.min-h-15 {
  min-height: 15%;
}

.min-h-20 {
  min-height: 20%;
}

.min-h-25 {
  min-height: 25%;
}

.min-h-30 {
  min-height: 30%;
}

.min-h-35 {
  min-height: 35%;
}

.min-h-40 {
  min-height: 40%;
}

.min-h-45 {
  min-height: 45%;
}

.min-h-50 {
  min-height: 50%;
}

.min-h-55 {
  min-height: 55%;
}

.min-h-60 {
  min-height: 60%;
}

.min-h-65 {
  min-height: 65%;
}

.min-h-70 {
  min-height: 70%;
}

.min-h-75 {
  min-height: 75%;
}

.min-h-80 {
  min-height: 80%;
}

.min-h-85 {
  min-height: 85%;
}

.min-h-90 {
  min-height: 90%;
}

.min-h-95 {
  min-height: 95%;
}

.min-h-100 {
  min-height: 100%;
}

.min-h-0px {
  min-height: 0;
}

.min-h-10px {
  min-height: 10px;
}

.min-h-20px {
  min-height: 20px;
}

.min-h-30px {
  min-height: 30px;
}

.min-h-40px {
  min-height: 40px;
}

.min-h-50px {
  min-height: 50px;
}

.min-h-60px {
  min-height: 60px;
}

.min-h-70px {
  min-height: 70px;
}

.min-h-80px {
  min-height: 80px;
}

.min-h-90px {
  min-height: 90px;
}

.min-h-100px {
  min-height: 100px;
}

.min-h-110px {
  min-height: 110px;
}

.min-h-120px {
  min-height: 120px;
}

.min-h-130px {
  min-height: 130px;
}

.min-h-140px {
  min-height: 140px;
}

.min-h-150px {
  min-height: 150px;
}

.min-h-160px {
  min-height: 160px;
}

.min-h-170px {
  min-height: 170px;
}

.min-h-180px {
  min-height: 180px;
}

.min-h-190px {
  min-height: 190px;
}

.min-h-200px {
  min-height: 200px;
}

.min-h-210px {
  min-height: 210px;
}

.min-h-220px {
  min-height: 220px;
}

.min-h-230px {
  min-height: 230px;
}

.min-h-240px {
  min-height: 240px;
}

.min-h-250px {
  min-height: 250px;
}

.min-h-260px {
  min-height: 260px;
}

.min-h-270px {
  min-height: 270px;
}

.min-h-280px {
  min-height: 280px;
}

.min-h-290px {
  min-height: 290px;
}

.min-h-300px {
  min-height: 300px;
}

.min-w-0 {
  min-width: 0;
}

.min-w-5 {
  min-width: 5%;
}

.min-w-10 {
  min-width: 10%;
}

.min-w-15 {
  min-width: 15%;
}

.min-w-20 {
  min-width: 20%;
}

.min-w-25 {
  min-width: 25%;
}

.min-w-30 {
  min-width: 30%;
}

.min-w-35 {
  min-width: 35%;
}

.min-w-40 {
  min-width: 40%;
}

.min-w-45 {
  min-width: 45%;
}

.min-w-50 {
  min-width: 50%;
}

.min-w-55 {
  min-width: 55%;
}

.min-w-60 {
  min-width: 60%;
}

.min-w-65 {
  min-width: 65%;
}

.min-w-70 {
  min-width: 70%;
}

.min-w-75 {
  min-width: 75%;
}

.min-w-80 {
  min-width: 80%;
}

.min-w-85 {
  min-width: 85%;
}

.min-w-90 {
  min-width: 90%;
}

.min-w-95 {
  min-width: 95%;
}

.min-w-100 {
  min-width: 100%;
}

.min-w-0px {
  min-width: 0;
}

.min-w-5px {
  min-width: 5px;
}

.min-w-10px {
  min-width: 10px;
}

.min-w-15px {
  min-width: 15px;
}

.min-w-20px {
  min-width: 20px;
}

.min-w-25px {
  min-width: 25px;
}

.min-w-30px {
  min-width: 30px;
}

.min-w-35px {
  min-width: 35px;
}

.min-w-40px {
  min-width: 40px;
}

.min-w-45px {
  min-width: 45px;
}

.min-w-50px {
  min-width: 50px;
}

.min-w-55px {
  min-width: 55px;
}

.min-w-60px {
  min-width: 60px;
}

.min-w-65px {
  min-width: 65px;
}

.min-w-70px {
  min-width: 70px;
}

.min-w-75px {
  min-width: 75px;
}

.min-w-80px {
  min-width: 80px;
}

.min-w-85px {
  min-width: 85px;
}

.min-w-90px {
  min-width: 90px;
}

.min-w-95px {
  min-width: 95px;
}

.min-w-100px {
  min-width: 100px;
}

.min-w-105px {
  min-width: 105px;
}

.min-w-110px {
  min-width: 110px;
}

.min-w-115px {
  min-width: 115px;
}

.min-w-120px {
  min-width: 120px;
}

.min-w-125px {
  min-width: 125px;
}

.min-w-130px {
  min-width: 130px;
}

.min-w-135px {
  min-width: 135px;
}

.min-w-140px {
  min-width: 140px;
}

.min-w-145px {
  min-width: 145px;
}

.min-w-150px {
  min-width: 150px;
}

.min-w-155px {
  min-width: 155px;
}

.min-w-160px {
  min-width: 160px;
}

.min-w-165px {
  min-width: 165px;
}

.min-w-170px {
  min-width: 170px;
}

.min-w-175px {
  min-width: 175px;
}

.min-w-180px {
  min-width: 180px;
}

.min-w-185px {
  min-width: 185px;
}

.min-w-190px {
  min-width: 190px;
}

.min-w-195px {
  min-width: 195px;
}

.min-w-200px {
  min-width: 200px;
}

.min-w-205px {
  min-width: 205px;
}

.min-w-210px {
  min-width: 210px;
}

.min-w-215px {
  min-width: 215px;
}

.min-w-220px {
  min-width: 220px;
}

.min-w-225px {
  min-width: 225px;
}

.min-w-230px {
  min-width: 230px;
}

.min-w-235px {
  min-width: 235px;
}

.min-w-240px {
  min-width: 240px;
}

.min-w-245px {
  min-width: 245px;
}

.min-w-250px {
  min-width: 250px;
}

.min-w-255px {
  min-width: 255px;
}

.min-w-260px {
  min-width: 260px;
}

.min-w-265px {
  min-width: 265px;
}

.min-w-270px {
  min-width: 270px;
}

.min-w-275px {
  min-width: 275px;
}

.min-w-280px {
  min-width: 280px;
}

.min-w-285px {
  min-width: 285px;
}

.min-w-290px {
  min-width: 290px;
}

.min-w-295px {
  min-width: 295px;
}

.min-w-300px {
  min-width: 300px;
}

.object-fit-contain {
  object-fit: contain;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-fill {
  object-fit: fill;
}

.object-fit-none {
  object-fit: none;
}

.object-fit-scale-down {
  object-fit: scale-down;
}

.object-fit-inherit {
  object-fit: inherit;
}

.object-position-top {
  object-position: top;
}

.object-position-right {
  object-position: right;
}

.object-position-bottom {
  object-position: bottom;
}

.object-position-left {
  object-position: left;
}

.object-position-center {
  object-position: center;
}

.object-position-left-top {
  object-position: left top;
}

.object-position-left-bottom {
  object-position: left bottom;
}

.object-position-right-top {
  object-position: right top;
}

.object-position-right-bottom {
  object-position: right bottom;
}

.opacity-0 {
  opacity: 0;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-35 {
  opacity: 0.35;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.opacity-100 {
  opacity: 100;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.overflow-wrap-normal {
  overflow-wrap: normal;
}

.overflow-wrap-anywhere {
  overflow-wrap: anywhere;
}

.overflow-wrap-break-word {
  overflow-wrap: break-word;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overscroll-behavior-auto {
  overscroll-behavior: auto;
}

.overscroll-behavior-contain {
  overscroll-behavior: contain;
}

.overscroll-behavior-none {
  overscroll-behavior: none;
}

.overscroll-behavior-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-behavior-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-behavior-y-none {
  overscroll-behavior-y: none;
}

.overscroll-behavior-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-behavior-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-behavior-x-none {
  overscroll-behavior-x: none;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.p-5 {
  padding: 5%;
}

.pt-5 {
  padding-top: 5%;
}

.pr-5 {
  padding-right: 5%;
}

.pb-5 {
  padding-bottom: 5%;
}

.pl-5 {
  padding-left: 5%;
}

.p-10 {
  padding: 10%;
}

.pt-10 {
  padding-top: 10%;
}

.pr-10 {
  padding-right: 10%;
}

.pb-10 {
  padding-bottom: 10%;
}

.pl-10 {
  padding-left: 10%;
}

.p-15 {
  padding: 15%;
}

.pt-15 {
  padding-top: 15%;
}

.pr-15 {
  padding-right: 15%;
}

.pb-15 {
  padding-bottom: 15%;
}

.pl-15 {
  padding-left: 15%;
}

.p-20 {
  padding: 20%;
}

.pt-20 {
  padding-top: 20%;
}

.pr-20 {
  padding-right: 20%;
}

.pb-20 {
  padding-bottom: 20%;
}

.pl-20 {
  padding-left: 20%;
}

.p-25 {
  padding: 25%;
}

.pt-25 {
  padding-top: 25%;
}

.pr-25 {
  padding-right: 25%;
}

.pb-25 {
  padding-bottom: 25%;
}

.pl-25 {
  padding-left: 25%;
}

.p-30 {
  padding: 30%;
}

.pt-30 {
  padding-top: 30%;
}

.pr-30 {
  padding-right: 30%;
}

.pb-30 {
  padding-bottom: 30%;
}

.pl-30 {
  padding-left: 30%;
}

.p-35 {
  padding: 35%;
}

.pt-35 {
  padding-top: 35%;
}

.pr-35 {
  padding-right: 35%;
}

.pb-35 {
  padding-bottom: 35%;
}

.pl-35 {
  padding-left: 35%;
}

.p-40 {
  padding: 40%;
}

.pt-40 {
  padding-top: 40%;
}

.pr-40 {
  padding-right: 40%;
}

.pb-40 {
  padding-bottom: 40%;
}

.pl-40 {
  padding-left: 40%;
}

.p-45 {
  padding: 45%;
}

.pt-45 {
  padding-top: 45%;
}

.pr-45 {
  padding-right: 45%;
}

.pb-45 {
  padding-bottom: 45%;
}

.pl-45 {
  padding-left: 45%;
}

.p-50 {
  padding: 50%;
}

.pt-50 {
  padding-top: 50%;
}

.pr-50 {
  padding-right: 50%;
}

.pb-50 {
  padding-bottom: 50%;
}

.pl-50 {
  padding-left: 50%;
}

.p-55 {
  padding: 55%;
}

.pt-55 {
  padding-top: 55%;
}

.pr-55 {
  padding-right: 55%;
}

.pb-55 {
  padding-bottom: 55%;
}

.pl-55 {
  padding-left: 55%;
}

.p-60 {
  padding: 60%;
}

.pt-60 {
  padding-top: 60%;
}

.pr-60 {
  padding-right: 60%;
}

.pb-60 {
  padding-bottom: 60%;
}

.pl-60 {
  padding-left: 60%;
}

.p-65 {
  padding: 65%;
}

.pt-65 {
  padding-top: 65%;
}

.pr-65 {
  padding-right: 65%;
}

.pb-65 {
  padding-bottom: 65%;
}

.pl-65 {
  padding-left: 65%;
}

.p-70 {
  padding: 70%;
}

.pt-70 {
  padding-top: 70%;
}

.pr-70 {
  padding-right: 70%;
}

.pb-70 {
  padding-bottom: 70%;
}

.pl-70 {
  padding-left: 70%;
}

.p-75 {
  padding: 75%;
}

.pt-75 {
  padding-top: 75%;
}

.pr-75 {
  padding-right: 75%;
}

.pb-75 {
  padding-bottom: 75%;
}

.pl-75 {
  padding-left: 75%;
}

.p-80 {
  padding: 80%;
}

.pt-80 {
  padding-top: 80%;
}

.pr-80 {
  padding-right: 80%;
}

.pb-80 {
  padding-bottom: 80%;
}

.pl-80 {
  padding-left: 80%;
}

.p-85 {
  padding: 85%;
}

.pt-85 {
  padding-top: 85%;
}

.pr-85 {
  padding-right: 85%;
}

.pb-85 {
  padding-bottom: 85%;
}

.pl-85 {
  padding-left: 85%;
}

.p-90 {
  padding: 90%;
}

.pt-90 {
  padding-top: 90%;
}

.pr-90 {
  padding-right: 90%;
}

.pb-90 {
  padding-bottom: 90%;
}

.pl-90 {
  padding-left: 90%;
}

.p-95 {
  padding: 95%;
}

.pt-95 {
  padding-top: 95%;
}

.pr-95 {
  padding-right: 95%;
}

.pb-95 {
  padding-bottom: 95%;
}

.pl-95 {
  padding-left: 95%;
}

.p-100 {
  padding: 100%;
}

.pt-100 {
  padding-top: 100%;
}

.pr-100 {
  padding-right: 100%;
}

.pb-100 {
  padding-bottom: 100%;
}

.pl-100 {
  padding-left: 100%;
}

.p-0px {
  padding: 0;
}

.pt-0px {
  padding-top: 0;
}

.pr-0px {
  padding-right: 0;
}

.pb-0px {
  padding-bottom: 0;
}

.pl-0px {
  padding-left: 0;
}

.p-5px {
  padding: 5px;
}

.pt-5px {
  padding-top: 5px;
}

.pr-5px {
  padding-right: 5px;
}

.pb-5px {
  padding-bottom: 5px;
}

.pl-5px {
  padding-left: 5px;
}

.p-10px {
  padding: 10px;
}

.pt-10px {
  padding-top: 10px;
}

.pr-10px {
  padding-right: 10px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pl-10px {
  padding-left: 10px;
}

.p-15px {
  padding: 15px;
}

.pt-15px {
  padding-top: 15px;
}

.pr-15px {
  padding-right: 15px;
}

.pb-15px {
  padding-bottom: 15px;
}

.pl-15px {
  padding-left: 15px;
}

.p-20px {
  padding: 20px;
}

.pt-20px {
  padding-top: 20px;
}

.pr-20px {
  padding-right: 20px;
}

.pb-20px {
  padding-bottom: 20px;
}

.pl-20px {
  padding-left: 20px;
}

.p-25px {
  padding: 25px;
}

.pt-25px {
  padding-top: 25px;
}

.pr-25px {
  padding-right: 25px;
}

.pb-25px {
  padding-bottom: 25px;
}

.pl-25px {
  padding-left: 25px;
}

.p-30px {
  padding: 30px;
}

.pt-30px {
  padding-top: 30px;
}

.pr-30px {
  padding-right: 30px;
}

.pb-30px {
  padding-bottom: 30px;
}

.pl-30px {
  padding-left: 30px;
}

.p-35px {
  padding: 35px;
}

.pt-35px {
  padding-top: 35px;
}

.pr-35px {
  padding-right: 35px;
}

.pb-35px {
  padding-bottom: 35px;
}

.pl-35px {
  padding-left: 35px;
}

.p-40px {
  padding: 40px;
}

.pt-40px {
  padding-top: 40px;
}

.pr-40px {
  padding-right: 40px;
}

.pb-40px {
  padding-bottom: 40px;
}

.pl-40px {
  padding-left: 40px;
}

.p-45px {
  padding: 45px;
}

.pt-45px {
  padding-top: 45px;
}

.pr-45px {
  padding-right: 45px;
}

.pb-45px {
  padding-bottom: 45px;
}

.pl-45px {
  padding-left: 45px;
}

.p-50px {
  padding: 50px;
}

.pt-50px {
  padding-top: 50px;
}

.pr-50px {
  padding-right: 50px;
}

.pb-50px {
  padding-bottom: 50px;
}

.pl-50px {
  padding-left: 50px;
}

.p-55px {
  padding: 55px;
}

.pt-55px {
  padding-top: 55px;
}

.pr-55px {
  padding-right: 55px;
}

.pb-55px {
  padding-bottom: 55px;
}

.pl-55px {
  padding-left: 55px;
}

.p-60px {
  padding: 60px;
}

.pt-60px {
  padding-top: 60px;
}

.pr-60px {
  padding-right: 60px;
}

.pb-60px {
  padding-bottom: 60px;
}

.pl-60px {
  padding-left: 60px;
}

.p-65px {
  padding: 65px;
}

.pt-65px {
  padding-top: 65px;
}

.pr-65px {
  padding-right: 65px;
}

.pb-65px {
  padding-bottom: 65px;
}

.pl-65px {
  padding-left: 65px;
}

.p-70px {
  padding: 70px;
}

.pt-70px {
  padding-top: 70px;
}

.pr-70px {
  padding-right: 70px;
}

.pb-70px {
  padding-bottom: 70px;
}

.pl-70px {
  padding-left: 70px;
}

.p-75px {
  padding: 75px;
}

.pt-75px {
  padding-top: 75px;
}

.pr-75px {
  padding-right: 75px;
}

.pb-75px {
  padding-bottom: 75px;
}

.pl-75px {
  padding-left: 75px;
}

.p-80px {
  padding: 80px;
}

.pt-80px {
  padding-top: 80px;
}

.pr-80px {
  padding-right: 80px;
}

.pb-80px {
  padding-bottom: 80px;
}

.pl-80px {
  padding-left: 80px;
}

.p-85px {
  padding: 85px;
}

.pt-85px {
  padding-top: 85px;
}

.pr-85px {
  padding-right: 85px;
}

.pb-85px {
  padding-bottom: 85px;
}

.pl-85px {
  padding-left: 85px;
}

.p-90px {
  padding: 90px;
}

.pt-90px {
  padding-top: 90px;
}

.pr-90px {
  padding-right: 90px;
}

.pb-90px {
  padding-bottom: 90px;
}

.pl-90px {
  padding-left: 90px;
}

.p-95px {
  padding: 95px;
}

.pt-95px {
  padding-top: 95px;
}

.pr-95px {
  padding-right: 95px;
}

.pb-95px {
  padding-bottom: 95px;
}

.pl-95px {
  padding-left: 95px;
}

.p-100px {
  padding: 100px;
}

.pt-100px {
  padding-top: 100px;
}

.pr-100px {
  padding-right: 100px;
}

.pb-100px {
  padding-bottom: 100px;
}

.pl-100px {
  padding-left: 100px;
}

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

.place-content-center {
  place-content: center;
}

.place-content-between {
  place-content: space-between;
}

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-stretch {
  place-content: stretch;
}

.place-items-auto {
  place-items: auto;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

.place-items-stretch {
  place-items: stretch;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-fixed {
  position: fixed;
}

.position-absolute {
  position: absolute;
}

.position-sticky {
  position: sticky;
}

.resize-none {
  resize: none;
}

.resize-vertical {
  resize: vertical;
}

.resize-horizontal {
  resize: horizontal;
}

.resize-both {
  resize: both;
}

.table-layout-auto {
  table-layout: auto;
}

.table-layout-fixed {
  table-layout: fixed;
}

.text-align-left {
  text-align: left;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.text-align-justify {
  text-align: justify;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-decoration-overline {
  text-decoration: overline;
}

.text-decoration-line-through {
  text-decoration: line-through;
}

.text-decoration-none {
  text-decoration: none;
}

.text-opacity-0 {
  --text-opacity: 0;
}

.text-opacity-5 {
  --text-opacity: 0.05;
}

.text-opacity-10 {
  --text-opacity: 0.1;
}

.text-opacity-15 {
  --text-opacity: 0.15;
}

.text-opacity-20 {
  --text-opacity: 0.2;
}

.text-opacity-25 {
  --text-opacity: 0.25;
}

.text-opacity-30 {
  --text-opacity: 0.3;
}

.text-opacity-35 {
  --text-opacity: 0.35;
}

.text-opacity-40 {
  --text-opacity: 0.4;
}

.text-opacity-45 {
  --text-opacity: 0.45;
}

.text-opacity-50 {
  --text-opacity: 0.5;
}

.text-opacity-55 {
  --text-opacity: 0.55;
}

.text-opacity-60 {
  --text-opacity: 0.6;
}

.text-opacity-65 {
  --text-opacity: 0.65;
}

.text-opacity-70 {
  --text-opacity: 0.7;
}

.text-opacity-75 {
  --text-opacity: 0.75;
}

.text-opacity-80 {
  --text-opacity: 0.8;
}

.text-opacity-85 {
  --text-opacity: 0.85;
}

.text-opacity-90 {
  --text-opacity: 0.9;
}

.text-opacity-95 {
  --text-opacity: 0.95;
}

.text-opacity-100 {
  --text-opacity: 100;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis;
}

.text-overflow-clip {
  text-overflow: clip;
}

.text-transform-uppercase {
  text-transform: uppercase;
}

.text-transform-lowercase {
  text-transform: lowercase;
}

.text-transform-capitalize {
  text-transform: capitalize;
}

.text-transform-none {
  text-transform: none;
}

.top-0 {
  top: 0;
}

.-top-0 {
  top: -0;
}

.right-0 {
  right: 0;
}

.-right-0 {
  right: -0;
}

.bottom-0 {
  bottom: 0;
}

.-bottom-0 {
  bottom: -0;
}

.left-0 {
  left: 0;
}

.-left-0 {
  left: -0;
}

.top-10 {
  top: 10%;
}

.-top-10 {
  top: -10%;
}

.right-10 {
  right: 10%;
}

.-right-10 {
  right: -10%;
}

.bottom-10 {
  bottom: 10%;
}

.-bottom-10 {
  bottom: -10%;
}

.left-10 {
  left: 10%;
}

.-left-10 {
  left: -10%;
}

.top-20 {
  top: 20%;
}

.-top-20 {
  top: -20%;
}

.right-20 {
  right: 20%;
}

.-right-20 {
  right: -20%;
}

.bottom-20 {
  bottom: 20%;
}

.-bottom-20 {
  bottom: -20%;
}

.left-20 {
  left: 20%;
}

.-left-20 {
  left: -20%;
}

.top-30 {
  top: 30%;
}

.-top-30 {
  top: -30%;
}

.right-30 {
  right: 30%;
}

.-right-30 {
  right: -30%;
}

.bottom-30 {
  bottom: 30%;
}

.-bottom-30 {
  bottom: -30%;
}

.left-30 {
  left: 30%;
}

.-left-30 {
  left: -30%;
}

.top-40 {
  top: 40%;
}

.-top-40 {
  top: -40%;
}

.right-40 {
  right: 40%;
}

.-right-40 {
  right: -40%;
}

.bottom-40 {
  bottom: 40%;
}

.-bottom-40 {
  bottom: -40%;
}

.left-40 {
  left: 40%;
}

.-left-40 {
  left: -40%;
}

.top-50 {
  top: 50%;
}

.-top-50 {
  top: -50%;
}

.right-50 {
  right: 50%;
}

.-right-50 {
  right: -50%;
}

.bottom-50 {
  bottom: 50%;
}

.-bottom-50 {
  bottom: -50%;
}

.left-50 {
  left: 50%;
}

.-left-50 {
  left: -50%;
}

.top-60 {
  top: 60%;
}

.-top-60 {
  top: -60%;
}

.right-60 {
  right: 60%;
}

.-right-60 {
  right: -60%;
}

.bottom-60 {
  bottom: 60%;
}

.-bottom-60 {
  bottom: -60%;
}

.left-60 {
  left: 60%;
}

.-left-60 {
  left: -60%;
}

.top-70 {
  top: 70%;
}

.-top-70 {
  top: -70%;
}

.right-70 {
  right: 70%;
}

.-right-70 {
  right: -70%;
}

.bottom-70 {
  bottom: 70%;
}

.-bottom-70 {
  bottom: -70%;
}

.left-70 {
  left: 70%;
}

.-left-70 {
  left: -70%;
}

.top-80 {
  top: 80%;
}

.-top-80 {
  top: -80%;
}

.right-80 {
  right: 80%;
}

.-right-80 {
  right: -80%;
}

.bottom-80 {
  bottom: 80%;
}

.-bottom-80 {
  bottom: -80%;
}

.left-80 {
  left: 80%;
}

.-left-80 {
  left: -80%;
}

.top-90 {
  top: 90%;
}

.-top-90 {
  top: -90%;
}

.right-90 {
  right: 90%;
}

.-right-90 {
  right: -90%;
}

.bottom-90 {
  bottom: 90%;
}

.-bottom-90 {
  bottom: -90%;
}

.left-90 {
  left: 90%;
}

.-left-90 {
  left: -90%;
}

.top-100 {
  top: 100%;
}

.-top-100 {
  top: -100%;
}

.right-100 {
  right: 100%;
}

.-right-100 {
  right: -100%;
}

.bottom-100 {
  bottom: 100%;
}

.-bottom-100 {
  bottom: -100%;
}

.left-100 {
  left: 100%;
}

.-left-100 {
  left: -100%;
}

.top-0px {
  top: 0;
}

.-top-0px {
  top: -0;
}

.right-0px {
  right: 0;
}

.-right-0px {
  right: -0;
}

.bottom-0px {
  bottom: 0;
}

.-bottom-0px {
  bottom: -0;
}

.left-0px {
  left: 0;
}

.-left-0px {
  left: -0;
}

.top-10px {
  top: 10px;
}

.-top-10px {
  top: -10px;
}

.right-10px {
  right: 10px;
}

.-right-10px {
  right: -10px;
}

.bottom-10px {
  bottom: 10px;
}

.-bottom-10px {
  bottom: -10px;
}

.left-10px {
  left: 10px;
}

.-left-10px {
  left: -10px;
}

.top-20px {
  top: 20px;
}

.-top-20px {
  top: -20px;
}

.right-20px {
  right: 20px;
}

.-right-20px {
  right: -20px;
}

.bottom-20px {
  bottom: 20px;
}

.-bottom-20px {
  bottom: -20px;
}

.left-20px {
  left: 20px;
}

.-left-20px {
  left: -20px;
}

.top-30px {
  top: 30px;
}

.-top-30px {
  top: -30px;
}

.right-30px {
  right: 30px;
}

.-right-30px {
  right: -30px;
}

.bottom-30px {
  bottom: 30px;
}

.-bottom-30px {
  bottom: -30px;
}

.left-30px {
  left: 30px;
}

.-left-30px {
  left: -30px;
}

.top-40px {
  top: 40px;
}

.-top-40px {
  top: -40px;
}

.right-40px {
  right: 40px;
}

.-right-40px {
  right: -40px;
}

.bottom-40px {
  bottom: 40px;
}

.-bottom-40px {
  bottom: -40px;
}

.left-40px {
  left: 40px;
}

.-left-40px {
  left: -40px;
}

.top-50px {
  top: 50px;
}

.-top-50px {
  top: -50px;
}

.right-50px {
  right: 50px;
}

.-right-50px {
  right: -50px;
}

.bottom-50px {
  bottom: 50px;
}

.-bottom-50px {
  bottom: -50px;
}

.left-50px {
  left: 50px;
}

.-left-50px {
  left: -50px;
}

.top-60px {
  top: 60px;
}

.-top-60px {
  top: -60px;
}

.right-60px {
  right: 60px;
}

.-right-60px {
  right: -60px;
}

.bottom-60px {
  bottom: 60px;
}

.-bottom-60px {
  bottom: -60px;
}

.left-60px {
  left: 60px;
}

.-left-60px {
  left: -60px;
}

.top-70px {
  top: 70px;
}

.-top-70px {
  top: -70px;
}

.right-70px {
  right: 70px;
}

.-right-70px {
  right: -70px;
}

.bottom-70px {
  bottom: 70px;
}

.-bottom-70px {
  bottom: -70px;
}

.left-70px {
  left: 70px;
}

.-left-70px {
  left: -70px;
}

.top-80px {
  top: 80px;
}

.-top-80px {
  top: -80px;
}

.right-80px {
  right: 80px;
}

.-right-80px {
  right: -80px;
}

.bottom-80px {
  bottom: 80px;
}

.-bottom-80px {
  bottom: -80px;
}

.left-80px {
  left: 80px;
}

.-left-80px {
  left: -80px;
}

.top-90px {
  top: 90px;
}

.-top-90px {
  top: -90px;
}

.right-90px {
  right: 90px;
}

.-right-90px {
  right: -90px;
}

.bottom-90px {
  bottom: 90px;
}

.-bottom-90px {
  bottom: -90px;
}

.left-90px {
  left: 90px;
}

.-left-90px {
  left: -90px;
}

.top-100px {
  top: 100px;
}

.-top-100px {
  top: -100px;
}

.right-100px {
  right: 100px;
}

.-right-100px {
  right: -100px;
}

.bottom-100px {
  bottom: 100px;
}

.-bottom-100px {
  bottom: -100px;
}

.left-100px {
  left: 100px;
}

.-left-100px {
  left: -100px;
}

.inset-0 {
  inset: 0;
}

.-inset-0 {
  inset: -0;
}

.inset-10 {
  inset: 10%;
}

.-inset-10 {
  inset: -10%;
}

.inset-20 {
  inset: 20%;
}

.-inset-20 {
  inset: -20%;
}

.inset-30 {
  inset: 30%;
}

.-inset-30 {
  inset: -30%;
}

.inset-40 {
  inset: 40%;
}

.-inset-40 {
  inset: -40%;
}

.inset-50 {
  inset: 50%;
}

.-inset-50 {
  inset: -50%;
}

.inset-60 {
  inset: 60%;
}

.-inset-60 {
  inset: -60%;
}

.inset-70 {
  inset: 70%;
}

.-inset-70 {
  inset: -70%;
}

.inset-80 {
  inset: 80%;
}

.-inset-80 {
  inset: -80%;
}

.inset-90 {
  inset: 90%;
}

.-inset-90 {
  inset: -90%;
}

.inset-100 {
  inset: 100%;
}

.-inset-100 {
  inset: -100%;
}

.inset-0px {
  inset: 0;
}

.-inset-0px {
  inset: -0;
}

.inset-10px {
  inset: 10px;
}

.-inset-10px {
  inset: -10px;
}

.inset-20px {
  inset: 20px;
}

.-inset-20px {
  inset: -20px;
}

.inset-30px {
  inset: 30px;
}

.-inset-30px {
  inset: -30px;
}

.inset-40px {
  inset: 40px;
}

.-inset-40px {
  inset: -40px;
}

.inset-50px {
  inset: 50px;
}

.-inset-50px {
  inset: -50px;
}

.inset-60px {
  inset: 60px;
}

.-inset-60px {
  inset: -60px;
}

.inset-70px {
  inset: 70px;
}

.-inset-70px {
  inset: -70px;
}

.inset-80px {
  inset: 80px;
}

.-inset-80px {
  inset: -80px;
}

.inset-90px {
  inset: 90px;
}

.-inset-90px {
  inset: -90px;
}

.inset-100px {
  inset: 100px;
}

.-inset-100px {
  inset: -100px;
}

.origin-top {
  transform-origin: top;
}

.origin-right {
  transform-origin: right;
}

.origin-bottom {
  transform-origin: bottom;
}

.origin-left {
  transform-origin: left;
}

.origin-center {
  transform-origin: center;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-top-right {
  transform-origin: top right;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.transform-none {
  transform: none;
}

.transform {
  --translate-x: 0;
  --translate-y: 0;
  --rotate: 0;
  --skew-x: 0;
  --skew-y: 0;
  --scale-x: 1;
  --scale-y: 1;
  transform: translateX(var(--translate-x)) translateY(var(--translate-y)) rotate(var(--rotate)) skewX(var(--skew-x)) skewY(var(--skew-y)) scaleX(var(--scale-x)) scaleY(var(--scale-y));
}

.translate-x-0 {
  --translate-x: 0;
}

.translate-y-0 {
  --translate-y: 0;
}

.translate-x-5 {
  --translate-x: 5%;
}

.translate-y-5 {
  --translate-y: 5%;
}

.translate-x-10 {
  --translate-x: 10%;
}

.translate-y-10 {
  --translate-y: 10%;
}

.translate-x-15 {
  --translate-x: 15%;
}

.translate-y-15 {
  --translate-y: 15%;
}

.translate-x-20 {
  --translate-x: 20%;
}

.translate-y-20 {
  --translate-y: 20%;
}

.translate-x-25 {
  --translate-x: 25%;
}

.translate-y-25 {
  --translate-y: 25%;
}

.translate-x-30 {
  --translate-x: 30%;
}

.translate-y-30 {
  --translate-y: 30%;
}

.translate-x-35 {
  --translate-x: 35%;
}

.translate-y-35 {
  --translate-y: 35%;
}

.translate-x-40 {
  --translate-x: 40%;
}

.translate-y-40 {
  --translate-y: 40%;
}

.translate-x-45 {
  --translate-x: 45%;
}

.translate-y-45 {
  --translate-y: 45%;
}

.translate-x-50 {
  --translate-x: 50%;
}

.translate-y-50 {
  --translate-y: 50%;
}

.translate-x-55 {
  --translate-x: 55%;
}

.translate-y-55 {
  --translate-y: 55%;
}

.translate-x-60 {
  --translate-x: 60%;
}

.translate-y-60 {
  --translate-y: 60%;
}

.translate-x-65 {
  --translate-x: 65%;
}

.translate-y-65 {
  --translate-y: 65%;
}

.translate-x-70 {
  --translate-x: 70%;
}

.translate-y-70 {
  --translate-y: 70%;
}

.translate-x-75 {
  --translate-x: 75%;
}

.translate-y-75 {
  --translate-y: 75%;
}

.translate-x-80 {
  --translate-x: 80%;
}

.translate-y-80 {
  --translate-y: 80%;
}

.translate-x-85 {
  --translate-x: 85%;
}

.translate-y-85 {
  --translate-y: 85%;
}

.translate-x-90 {
  --translate-x: 90%;
}

.translate-y-90 {
  --translate-y: 90%;
}

.translate-x-95 {
  --translate-x: 95%;
}

.translate-y-95 {
  --translate-y: 95%;
}

.translate-x-100 {
  --translate-x: 100%;
}

.translate-y-100 {
  --translate-y: 100%;
}

.rotate-0 {
  --rotate: 0;
}

.rotate-15 {
  --rotate: 15deg;
}

.rotate-30 {
  --rotate: 30deg;
}

.rotate-45 {
  --rotate: 45deg;
}

.rotate-60 {
  --rotate: 60deg;
}

.rotate-75 {
  --rotate: 75deg;
}

.rotate-90 {
  --rotate: 90deg;
}

.rotate-105 {
  --rotate: 105deg;
}

.rotate-120 {
  --rotate: 120deg;
}

.rotate-135 {
  --rotate: 135deg;
}

.rotate-150 {
  --rotate: 150deg;
}

.rotate-165 {
  --rotate: 165deg;
}

.rotate-180 {
  --rotate: 180deg;
}

.rotate-195 {
  --rotate: 195deg;
}

.rotate-210 {
  --rotate: 210deg;
}

.rotate-225 {
  --rotate: 225deg;
}

.rotate-240 {
  --rotate: 240deg;
}

.rotate-255 {
  --rotate: 255deg;
}

.rotate-270 {
  --rotate: 270deg;
}

.rotate-285 {
  --rotate: 285deg;
}

.rotate-300 {
  --rotate: 300deg;
}

.rotate-315 {
  --rotate: 315deg;
}

.rotate-330 {
  --rotate: 330deg;
}

.rotate-345 {
  --rotate: 345deg;
}

.rotate-360 {
  --rotate: 360deg;
}

.scale-x-0 {
  --scale-x: 0;
}

.scale-x-25 {
  --scale-x: 0.25;
}

.scale-x-50 {
  --scale-x: 0.5;
}

.scale-x-75 {
  --scale-x: 0.75;
}

.scale-x-100 {
  --scale-x: 1;
}

.scale-x-125 {
  --scale-x: 1.25;
}

.scale-x-150 {
  --scale-x: 1.5;
}

.scale-x-175 {
  --scale-x: 1.75;
}

.scale-x-200 {
  --scale-x: 2;
}

.scale-y-0 {
  --scale-y: 0;
}

.scale-y-25 {
  --scale-y: 0.25;
}

.scale-y-50 {
  --scale-y: 0.5;
}

.scale-y-75 {
  --scale-y: 0.75;
}

.scale-y-100 {
  --scale-y: 1;
}

.scale-y-125 {
  --scale-y: 1.25;
}

.scale-y-150 {
  --scale-y: 1.5;
}

.scale-y-175 {
  --scale-y: 1.75;
}

.scale-y-200 {
  --scale-y: 2;
}

.skew-x-0 {
  --skew-x: 0;
}

.skew-y-0 {
  --skew-y: 0;
}

.skew-x-15 {
  --skew-x: 15deg;
}

.skew-y-15 {
  --skew-y: 15deg;
}

.skew-x-30 {
  --skew-x: 30deg;
}

.skew-y-30 {
  --skew-y: 30deg;
}

.skew-x-45 {
  --skew-x: 45deg;
}

.skew-y-45 {
  --skew-y: 45deg;
}

.skew-x-60 {
  --skew-x: 60deg;
}

.skew-y-60 {
  --skew-y: 60deg;
}

.skew-x-75 {
  --skew-x: 75deg;
}

.skew-y-75 {
  --skew-y: 75deg;
}

.skew-x-90 {
  --skew-x: 90deg;
}

.skew-y-90 {
  --skew-y: 90deg;
}

.skew-x-105 {
  --skew-x: 105deg;
}

.skew-y-105 {
  --skew-y: 105deg;
}

.skew-x-120 {
  --skew-x: 120deg;
}

.skew-y-120 {
  --skew-y: 120deg;
}

.skew-x-135 {
  --skew-x: 135deg;
}

.skew-y-135 {
  --skew-y: 135deg;
}

.skew-x-150 {
  --skew-x: 150deg;
}

.skew-y-150 {
  --skew-y: 150deg;
}

.skew-x-165 {
  --skew-x: 165deg;
}

.skew-y-165 {
  --skew-y: 165deg;
}

.skew-x-180 {
  --skew-x: 180deg;
}

.skew-y-180 {
  --skew-y: 180deg;
}

.skew-x-195 {
  --skew-x: 195deg;
}

.skew-y-195 {
  --skew-y: 195deg;
}

.skew-x-210 {
  --skew-x: 210deg;
}

.skew-y-210 {
  --skew-y: 210deg;
}

.skew-x-225 {
  --skew-x: 225deg;
}

.skew-y-225 {
  --skew-y: 225deg;
}

.skew-x-240 {
  --skew-x: 240deg;
}

.skew-y-240 {
  --skew-y: 240deg;
}

.skew-x-255 {
  --skew-x: 255deg;
}

.skew-y-255 {
  --skew-y: 255deg;
}

.skew-x-270 {
  --skew-x: 270deg;
}

.skew-y-270 {
  --skew-y: 270deg;
}

.skew-x-285 {
  --skew-x: 285deg;
}

.skew-y-285 {
  --skew-y: 285deg;
}

.skew-x-300 {
  --skew-x: 300deg;
}

.skew-y-300 {
  --skew-y: 300deg;
}

.skew-x-315 {
  --skew-x: 315deg;
}

.skew-y-315 {
  --skew-y: 315deg;
}

.skew-x-330 {
  --skew-x: 330deg;
}

.skew-y-330 {
  --skew-y: 330deg;
}

.skew-x-345 {
  --skew-x: 345deg;
}

.skew-y-345 {
  --skew-y: 345deg;
}

.skew-x-360 {
  --skew-x: 360deg;
}

.skew-y-360 {
  --skew-y: 360deg;
}

.user-select-none {
  user-select: none;
}

.user-select-text {
  user-select: text;
}

.user-select-all {
  user-select: all;
}

.user-select-auto {
  user-select: auto;
}

.vertical-align-baseline {
  vertical-align: baseline;
}

.vertical-align-top {
  vertical-align: top;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

.vertical-align-sub {
  vertical-align: sub;
}

.vertical-align-super {
  vertical-align: super;
}

.vertical-align-unset {
  vertical-align: unset;
}

.vertical-align-text-top {
  vertical-align: text-top;
}

.vertical-align-text-bottom {
  vertical-align: text-bottom;
}

.visibility-visible {
  visibility: visible;
}

.visibility-hidden {
  visibility: hidden;
}

.white-space-normal {
  white-space: normal;
}

.white-space-nowrap {
  white-space: nowrap;
}

.white-space-pre {
  white-space: pre;
}

.white-space-pre-line {
  white-space: pre-line;
}

.white-space-pre-wrap {
  white-space: pre-wrap;
}

.w-0 {
  width: 0;
}

.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

.w-0px {
  width: 0;
}

.w-5px {
  width: 5px;
}

.w-10px {
  width: 10px;
}

.w-15px {
  width: 15px;
}

.w-20px {
  width: 20px;
}

.w-25px {
  width: 25px;
}

.w-30px {
  width: 30px;
}

.w-35px {
  width: 35px;
}

.w-40px {
  width: 40px;
}

.w-45px {
  width: 45px;
}

.w-50px {
  width: 50px;
}

.w-55px {
  width: 55px;
}

.w-60px {
  width: 60px;
}

.w-65px {
  width: 65px;
}

.w-70px {
  width: 70px;
}

.w-75px {
  width: 75px;
}

.w-80px {
  width: 80px;
}

.w-85px {
  width: 85px;
}

.w-90px {
  width: 90px;
}

.w-95px {
  width: 95px;
}

.w-100px {
  width: 100px;
}

.w-105px {
  width: 105px;
}

.w-110px {
  width: 110px;
}

.w-115px {
  width: 115px;
}

.w-120px {
  width: 120px;
}

.w-125px {
  width: 125px;
}

.w-130px {
  width: 130px;
}

.w-135px {
  width: 135px;
}

.w-140px {
  width: 140px;
}

.w-145px {
  width: 145px;
}

.w-150px {
  width: 150px;
}

.w-155px {
  width: 155px;
}

.w-160px {
  width: 160px;
}

.w-165px {
  width: 165px;
}

.w-170px {
  width: 170px;
}

.w-175px {
  width: 175px;
}

.w-180px {
  width: 180px;
}

.w-185px {
  width: 185px;
}

.w-190px {
  width: 190px;
}

.w-195px {
  width: 195px;
}

.w-200px {
  width: 200px;
}

.w-205px {
  width: 205px;
}

.w-210px {
  width: 210px;
}

.w-215px {
  width: 215px;
}

.w-220px {
  width: 220px;
}

.w-225px {
  width: 225px;
}

.w-230px {
  width: 230px;
}

.w-235px {
  width: 235px;
}

.w-240px {
  width: 240px;
}

.w-245px {
  width: 245px;
}

.w-250px {
  width: 250px;
}

.w-255px {
  width: 255px;
}

.w-260px {
  width: 260px;
}

.w-265px {
  width: 265px;
}

.w-270px {
  width: 270px;
}

.w-275px {
  width: 275px;
}

.w-280px {
  width: 280px;
}

.w-285px {
  width: 285px;
}

.w-290px {
  width: 290px;
}

.w-295px {
  width: 295px;
}

.w-300px {
  width: 300px;
}

.width-width {
  width: auto;
}

.width-min-content {
  width: min-content;
}

.width-max-content {
  width: max-content;
}

.word-break-normal {
  word-break: normal;
}

.word-break-break-all {
  word-break: break-all;
}

.word-break-break-word {
  word-break: break-word;
}

.word-break-keep-all {
  word-break: keep-all;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-60 {
  z-index: 60;
}

.z-70 {
  z-index: 70;
}

.z-80 {
  z-index: 80;
}

.z-90 {
  z-index: 90;
}

.z-100 {
  z-index: 100;
}

.grid-template-columns-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-template-columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-template-columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-template-columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-template-columns-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-template-columns-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-template-columns-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-template-columns-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-template-columns-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-template-columns-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-template-columns-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-template-columns-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-template-columns-none {
  grid-template-columns: none;
}

.grid-column-auto {
  grid-column: auto;
}

.grid-column-1 {
  grid-column: span 1/span 1;
}

.grid-column-2 {
  grid-column: span 2/span 2;
}

.grid-column-3 {
  grid-column: span 3/span 3;
}

.grid-column-4 {
  grid-column: span 4/span 4;
}

.grid-column-5 {
  grid-column: span 5/span 5;
}

.grid-column-6 {
  grid-column: span 6/span 6;
}

.grid-column-7 {
  grid-column: span 7/span 7;
}

.grid-column-8 {
  grid-column: span 8/span 8;
}

.grid-column-9 {
  grid-column: span 9/span 9;
}

.grid-column-10 {
  grid-column: span 10/span 10;
}

.grid-column-11 {
  grid-column: span 11/span 11;
}

.grid-column-12 {
  grid-column: span 12/span 12;
}

.grid-column-start-auto {
  grid-column-start: auto;
}

.grid-column-start-1 {
  grid-column-start: 1;
}

.grid-column-start-2 {
  grid-column-start: 2;
}

.grid-column-start-3 {
  grid-column-start: 3;
}

.grid-column-start-4 {
  grid-column-start: 4;
}

.grid-column-start-5 {
  grid-column-start: 5;
}

.grid-column-start-6 {
  grid-column-start: 6;
}

.grid-column-start-7 {
  grid-column-start: 7;
}

.grid-column-start-8 {
  grid-column-start: 8;
}

.grid-column-start-9 {
  grid-column-start: 9;
}

.grid-column-start-10 {
  grid-column-start: 10;
}

.grid-column-start-11 {
  grid-column-start: 11;
}

.grid-column-start-12 {
  grid-column-start: 12;
}

.grid-column-end-auto {
  grid-column-end: auto;
}

.grid-column-end-1 {
  grid-column-end: 1;
}

.grid-column-end-2 {
  grid-column-end: 2;
}

.grid-column-end-3 {
  grid-column-end: 3;
}

.grid-column-end-4 {
  grid-column-end: 4;
}

.grid-column-end-5 {
  grid-column-end: 5;
}

.grid-column-end-6 {
  grid-column-end: 6;
}

.grid-column-end-7 {
  grid-column-end: 7;
}

.grid-column-end-8 {
  grid-column-end: 8;
}

.grid-column-end-9 {
  grid-column-end: 9;
}

.grid-column-end-10 {
  grid-column-end: 10;
}

.grid-column-end-11 {
  grid-column-end: 11;
}

.grid-column-end-12 {
  grid-column-end: 12;
}

.grid-template-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-template-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-template-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-template-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-template-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-template-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-template-rows-none {
  grid-template-rows: none;
}

.grid-row-auto {
  grid-row: auto;
}

.grid-row-1 {
  grid-row: span 1/span 1;
}

.grid-row-2 {
  grid-row: span 2/span 2;
}

.grid-row-3 {
  grid-row: span 3/span 3;
}

.grid-row-4 {
  grid-row: span 4/span 4;
}

.grid-row-5 {
  grid-row: span 5/span 5;
}

.grid-row-6 {
  grid-row: span 6/span 6;
}

.grid-row-start-auto {
  grid-row-start: auto;
}

.grid-row-start-1 {
  grid-row-start: 1;
}

.grid-row-start-2 {
  grid-row-start: 2;
}

.grid-row-start-3 {
  grid-row-start: 3;
}

.grid-row-start-4 {
  grid-row-start: 4;
}

.grid-row-start-5 {
  grid-row-start: 5;
}

.grid-row-start-6 {
  grid-row-start: 6;
}

.grid-row-end-auto {
  grid-row-end: auto;
}

.grid-row-end-1 {
  grid-row-end: 1;
}

.grid-row-end-2 {
  grid-row-end: 2;
}

.grid-row-end-3 {
  grid-row-end: 3;
}

.grid-row-end-4 {
  grid-row-end: 4;
}

.grid-row-end-5 {
  grid-row-end: 5;
}

.grid-row-end-6 {
  grid-row-end: 6;
}

.grid-auto-flow-row {
  grid-auto-flow: row;
}

.grid-auto-flow-column {
  grid-auto-flow: column;
}

.grid-auto-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-auto-flow-column-dense {
  grid-auto-flow: column dense;
}

.grid-auto-columns-auto {
  grid-auto-columns: auto;
}

.grid-auto-columns-min {
  grid-auto-columns: min-content;
}

.grid-auto-columns-max {
  grid-auto-columns: max-content;
}

.grid-auto-rows-auto {
  grid-auto-rows: auto;
}

.grid-auto-rows-min {
  grid-auto-rows: min-content;
}

.grid-auto-rows-max {
  grid-auto-rows: max-content;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.125rem;
}

.gap-2 {
  gap: 0.25rem;
}

.gap-3 {
  gap: 0.375rem;
}

.gap-4 {
  gap: 0.5;
}

.gap-5 {
  gap: 0.625rem;
}

.gap-6 {
  gap: 0.75rem;
}

.gap-7 {
  gap: 0.875rem;
}

.gap-8 {
  gap: 1rem;
}

.gap-9 {
  gap: 1.25rem;
}

.gap-10 {
  gap: 1.5rem;
}

.gap-11 {
  gap: 1.75rem;
}

.gap-12 {
  gap: 2rem;
}

.row-gap-0 {
  row-gap: 0;
}

.row-gap-1 {
  row-gap: 0.125rem;
}

.row-gap-2 {
  row-gap: 0.25rem;
}

.row-gap-3 {
  row-gap: 0.375rem;
}

.row-gap-4 {
  row-gap: 0.5;
}

.row-gap-5 {
  row-gap: 0.625rem;
}

.row-gap-6 {
  row-gap: 0.75rem;
}

.row-gap-7 {
  row-gap: 0.875rem;
}

.row-gap-8 {
  row-gap: 1rem;
}

.row-gap-9 {
  row-gap: 1.25rem;
}

.row-gap-10 {
  row-gap: 1.5rem;
}

.row-gap-11 {
  row-gap: 1.75rem;
}

.row-gap-12 {
  row-gap: 2rem;
}

.column-gap-0 {
  column-gap: 0;
}

.column-gap-1 {
  column-gap: 0.125rem;
}

.column-gap-2 {
  column-gap: 0.25rem;
}

.column-gap-3 {
  column-gap: 0.375rem;
}

.column-gap-4 {
  column-gap: 0.5;
}

.column-gap-5 {
  column-gap: 0.625rem;
}

.column-gap-6 {
  column-gap: 0.75rem;
}

.column-gap-7 {
  column-gap: 0.875rem;
}

.column-gap-8 {
  column-gap: 1rem;
}

.column-gap-9 {
  column-gap: 1.25rem;
}

.column-gap-10 {
  column-gap: 1.5rem;
}

.column-gap-11 {
  column-gap: 1.75rem;
}

.column-gap-12 {
  column-gap: 2rem;
}

.isolation-isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

.mix-blend-mode-normal {
  mix-blend-mode: normal;
}

.mix-blend-mode-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-mode-screen {
  mix-blend-mode: screen;
}

.mix-blend-mode-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-mode-darken {
  mix-blend-mode: darken;
}

.mix-blend-mode-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-mode-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-mode-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-mode-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-mode-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-mode-difference {
  mix-blend-mode: difference;
}

.mix-blend-mode-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-mode-hue {
  mix-blend-mode: hue;
}

.mix-blend-mode-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-mode-color {
  mix-blend-mode: color;
}

.mix-blend-mode-luminosity {
  mix-blend-mode: luminosity;
}

.background-blend-mode-normal {
  background-blend-mode: normal;
}

.background-blend-mode-multiply {
  background-blend-mode: multiply;
}

.background-blend-mode-screen {
  background-blend-mode: screen;
}

.background-blend-mode-overlay {
  background-blend-mode: overlay;
}

.background-blend-mode-darken {
  background-blend-mode: darken;
}

.background-blend-mode-lighten {
  background-blend-mode: lighten;
}

.background-blend-mode-color-dodge {
  background-blend-mode: color-dodge;
}

.background-blend-mode-color-burn {
  background-blend-mode: color-burn;
}

.background-blend-mode-hard-light {
  background-blend-mode: hard-light;
}

.background-blend-mode-soft-light {
  background-blend-mode: soft-light;
}

.background-blend-mode-difference {
  background-blend-mode: difference;
}

.background-blend-mode-exclusion {
  background-blend-mode: exclusion;
}

.background-blend-mode-hue {
  background-blend-mode: hue;
}

.background-blend-mode-saturation {
  background-blend-mode: saturation;
}

.background-blend-mode-color {
  background-blend-mode: color;
}

.background-blend-mode-luminosity {
  background-blend-mode: luminosity;
}

.filter-none {
  filter: none;
}

.filter {
  --filter-blur: "var(--empty,/*!*/ /*!*/)";
  --filter-brightness: "var(--empty,/*!*/ /*!*/)";
  --filter-contrast: "var(--empty,/*!*/ /*!*/)";
  --filter-grayscale: "var(--empty,/*!*/ /*!*/)";
  --filter-hue-rotate: "var(--empty,/*!*/ /*!*/)";
  --filter-invert: "var(--empty,/*!*/ /*!*/)";
  --filter-saturate: "var(--empty,/*!*/ /*!*/)";
  --filter-sepia: "var(--empty,/*!*/ /*!*/)";
  --filter-drop-shadow: "var(--empty,/*!*/ /*!*/)";
  filter: var(--filter-blur) var(--filter-brightness) var(--filter-contrast) var(--filter-grayscale) var(--filter-hue-rotate) var(--filter-invert) var(--filter-saturate) var(--filter-sepia);
}

.filter-blur-0 {
  --filter-blur: blur(0);
}

.filter-blur-4 {
  --filter-blur: blur(4px);
}

.filter-blur-8 {
  --filter-blur: blur(8px);
}

.filter-blur-12 {
  --filter-blur: blur(12px);
}

.filter-blur-16 {
  --filter-blur: blur(16px);
}

.filter-blur-20 {
  --filter-blur: blur(20px);
}

.filter-blur-24 {
  --filter-blur: blur(24px);
}

.filter-blur-28 {
  --filter-blur: blur(28px);
}

.filter-blur-32 {
  --filter-blur: blur(32px);
}

.filter-blur-64 {
  --filter-blur: blur(64px);
}

.filter-blur-128 {
  --filter-blur: blur(128px);
}

.filter-brightness-0 {
  --filter-brightness: brightness(0);
}

.filter-brightness-25 {
  --filter-brightness: brightness(0.25);
}

.filter-brightness-50 {
  --filter-brightness: brightness(0.5);
}

.filter-brightness-75 {
  --filter-brightness: brightness(0.75);
}

.filter-brightness-100 {
  --filter-brightness: brightness(1);
}

.filter-brightness-125 {
  --filter-brightness: brightness(1.25);
}

.filter-brightness-150 {
  --filter-brightness: brightness(1.5);
}

.filter-brightness-175 {
  --filter-brightness: brightness(1.75);
}

.filter-brightness-200 {
  --filter-brightness: brightness(2);
}

.filter-contrast-0 {
  --filter-contrast: contrast(0);
}

.filter-contrast-25 {
  --filter-contrast: contrast(0.25);
}

.filter-contrast-50 {
  --filter-contrast: contrast(0.5);
}

.filter-contrast-75 {
  --filter-contrast: contrast(0.75);
}

.filter-contrast-100 {
  --filter-contrast: contrast(1);
}

.filter-contrast-125 {
  --filter-contrast: contrast(1.25);
}

.filter-contrast-150 {
  --filter-contrast: contrast(1.5);
}

.filter-contrast-175 {
  --filter-contrast: contrast(1.75);
}

.filter-contrast-200 {
  --filter-contrast: contrast(2);
}

.filter-grayscale-0 {
  --filter-grayscale: grayscale(0);
}

.filter-grayscale-1 {
  --filter-grayscale: grayscale(1);
}

.filter-hue-rotate-0 {
  --filter-hue-rotate: hue-rotate(0deg);
}

.filter-hue-rotate-15 {
  --filter-hue-rotate: hue-rotate(15deg);
}

.filter-hue-rotate-30 {
  --filter-hue-rotate: hue-rotate(30deg);
}

.filter-hue-rotate-45 {
  --filter-hue-rotate: hue-rotate(45deg);
}

.filter-hue-rotate-60 {
  --filter-hue-rotate: hue-rotate(60deg);
}

.filter-hue-rotate-75 {
  --filter-hue-rotate: hue-rotate(75deg);
}

.filter-hue-rotate-90 {
  --filter-hue-rotate: hue-rotate(90deg);
}

.filter-hue-rotate-135 {
  --filter-hue-rotate: hue-rotate(135deg);
}

.filter-hue-rotate-190 {
  --filter-hue-rotate: hue-rotate(190deg);
}

.-filter-hue-rotate-0 {
  --filter-hue-rotate: hue-rotate(0deg);
}

.-filter-hue-rotate-15 {
  --filter-hue-rotate: hue-rotate(-15deg);
}

.-filter-hue-rotate-30 {
  --filter-hue-rotate: hue-rotate(-30deg);
}

.-filter-hue-rotate-45 {
  --filter-hue-rotate: hue-rotate(-45deg);
}

.-filter-hue-rotate-60 {
  --filter-hue-rotate: hue-rotate(-60deg);
}

.-filter-hue-rotate-75 {
  --filter-hue-rotate: hue-rotate(-75deg);
}

.-filter-hue-rotate-90 {
  --filter-hue-rotate: hue-rotate(-90deg);
}

.-filter-hue-rotate-135 {
  --filter-hue-rotate: hue-rotate(-135deg);
}

.-filter-hue-rotate-190 {
  --filter-hue-rotate: hue-rotate(-190deg);
}

.filter-invert-0 {
  --filter-invert: invert(0);
}

.filter-invert-1 {
  --filter-invert: invert(1);
}

.filter-saturate-0 {
  --filter-saturate: saturate(0);
}

.filter-saturate-25 {
  --filter-saturate: saturate(0.25);
}

.filter-saturate-50 {
  --filter-saturate: saturate(0.5);
}

.filter-saturate-75 {
  --filter-saturate: saturate(0.75);
}

.filter-saturate-100 {
  --filter-saturate: saturate(1);
}

.filter-saturate-125 {
  --filter-saturate: saturate(1.25);
}

.filter-saturate-150 {
  --filter-saturate: saturate(1.5);
}

.filter-saturate-175 {
  --filter-saturate: saturate(1.75);
}

.filter-saturate-200 {
  --filter-saturate: saturate(2);
}

.filter-sepia-0 {
  --filter-sepia: sepia(0);
}

.filter-sepia-1 {
  --filter-sepia: sepia(1);
}

.backdrop-filter-none {
  backdrop-filter: none;
}

.backdrop-filter {
  --backdrop-filter-blur: "var(--empty,/*!*/ /*!*/)";
  --backdrop-filter-brightness: "var(--empty,/*!*/ /*!*/)";
  --backdrop-filter-contrast: "var(--empty,/*!*/ /*!*/)";
  --backdrop-filter-grayscale: "var(--empty,/*!*/ /*!*/)";
  --backdrop-filter-hue-rotate: "var(--empty,/*!*/ /*!*/)";
  --backdrop-filter-invert: "var(--empty,/*!*/ /*!*/)";
  --backdrop-filter-saturate: "var(--empty,/*!*/ /*!*/)";
  --backdrop-filter-sepia: "var(--empty,/*!*/ /*!*/)";
  --backdrop-filter-drop-shadow: "var(--empty,/*!*/ /*!*/)";
  backdrop-filter: var(--backdrop-filter-blur) var(--backdrop-filter-brightness) var(--backdrop-filter-contrast) var(--backdrop-filter-grayscale) var(--backdrop-filter-hue-rotate) var(--backdrop-filter-invert) var(--backdrop-filter-saturate) var(--backdrop-filter-sepia);
}

.backdrop-filter-blur-0 {
  --backdrop-filter-blur: blur(0);
}

.backdrop-filter-blur-4 {
  --backdrop-filter-blur: blur(4px);
}

.backdrop-filter-blur-8 {
  --backdrop-filter-blur: blur(8px);
}

.backdrop-filter-blur-12 {
  --backdrop-filter-blur: blur(12px);
}

.backdrop-filter-blur-16 {
  --backdrop-filter-blur: blur(16px);
}

.backdrop-filter-blur-20 {
  --backdrop-filter-blur: blur(20px);
}

.backdrop-filter-blur-24 {
  --backdrop-filter-blur: blur(24px);
}

.backdrop-filter-blur-28 {
  --backdrop-filter-blur: blur(28px);
}

.backdrop-filter-blur-32 {
  --backdrop-filter-blur: blur(32px);
}

.backdrop-filter-blur-64 {
  --backdrop-filter-blur: blur(64px);
}

.backdrop-filter-blur-128 {
  --backdrop-filter-blur: blur(128px);
}

.backdrop-filter-brightness-0 {
  --backdrop-filter-brightness: brightness(0);
}

.backdrop-filter-brightness-25 {
  --backdrop-filter-brightness: brightness(0.25);
}

.backdrop-filter-brightness-50 {
  --backdrop-filter-brightness: brightness(0.5);
}

.backdrop-filter-brightness-75 {
  --backdrop-filter-brightness: brightness(0.75);
}

.backdrop-filter-brightness-100 {
  --backdrop-filter-brightness: brightness(1);
}

.backdrop-filter-brightness-125 {
  --backdrop-filter-brightness: brightness(1.25);
}

.backdrop-filter-brightness-150 {
  --backdrop-filter-brightness: brightness(1.5);
}

.backdrop-filter-brightness-175 {
  --backdrop-filter-brightness: brightness(1.75);
}

.backdrop-filter-brightness-200 {
  --backdrop-filter-brightness: brightness(2);
}

.backdrop-filter-contrast-0 {
  --backdrop-filter-contrast: contrast(0);
}

.backdrop-filter-contrast-25 {
  --backdrop-filter-contrast: contrast(0.25);
}

.backdrop-filter-contrast-50 {
  --backdrop-filter-contrast: contrast(0.5);
}

.backdrop-filter-contrast-75 {
  --backdrop-filter-contrast: contrast(0.75);
}

.backdrop-filter-contrast-100 {
  --backdrop-filter-contrast: contrast(1);
}

.backdrop-filter-contrast-125 {
  --backdrop-filter-contrast: contrast(1.25);
}

.backdrop-filter-contrast-150 {
  --backdrop-filter-contrast: contrast(1.5);
}

.backdrop-filter-contrast-175 {
  --backdrop-filter-contrast: contrast(1.75);
}

.backdrop-filter-contrast-200 {
  --backdrop-filter-contrast: contrast(2);
}

.backdrop-filter-grayscale-0 {
  --backdrop-filter-grayscale: grayscale(0);
}

.backdrop-filter-grayscale-1 {
  --backdrop-filter-grayscale: grayscale(1);
}

.backdrop-filter-hue-rotate-0 {
  --backdrop-filter-hue-rotate: hue-rotate(0deg);
}

.backdrop-filter-hue-rotate-15 {
  --backdrop-filter-hue-rotate: hue-rotate(15deg);
}

.backdrop-filter-hue-rotate-30 {
  --backdrop-filter-hue-rotate: hue-rotate(30deg);
}

.backdrop-filter-hue-rotate-45 {
  --backdrop-filter-hue-rotate: hue-rotate(45deg);
}

.backdrop-filter-hue-rotate-60 {
  --backdrop-filter-hue-rotate: hue-rotate(60deg);
}

.backdrop-filter-hue-rotate-75 {
  --backdrop-filter-hue-rotate: hue-rotate(75deg);
}

.backdrop-filter-hue-rotate-90 {
  --backdrop-filter-hue-rotate: hue-rotate(90deg);
}

.backdrop-filter-hue-rotate-135 {
  --backdrop-filter-hue-rotate: hue-rotate(135deg);
}

.backdrop-filter-hue-rotate-190 {
  --backdrop-filter-hue-rotate: hue-rotate(190deg);
}

.-backdrop-filter-hue-rotate-0 {
  --backdrop-filter-hue-rotate: hue-rotate(0deg);
}

.-backdrop-filter-hue-rotate-15 {
  --backdrop-filter-hue-rotate: hue-rotate(15deg);
}

.-backdrop-filter-hue-rotate-30 {
  --backdrop-filter-hue-rotate: hue-rotate(30deg);
}

.-backdrop-filter-hue-rotate-45 {
  --backdrop-filter-hue-rotate: hue-rotate(45deg);
}

.-backdrop-filter-hue-rotate-60 {
  --backdrop-filter-hue-rotate: hue-rotate(60deg);
}

.-backdrop-filter-hue-rotate-75 {
  --backdrop-filter-hue-rotate: hue-rotate(75deg);
}

.-backdrop-filter-hue-rotate-90 {
  --backdrop-filter-hue-rotate: hue-rotate(90deg);
}

.-backdrop-filter-hue-rotate-135 {
  --backdrop-filter-hue-rotate: hue-rotate(135deg);
}

.-backdrop-filter-hue-rotate-190 {
  --backdrop-filter-hue-rotate: hue-rotate(190deg);
}

.backdrop-filter-invert-0 {
  --backdrop-filter-invert: invert(0);
}

.backdrop-filter-invert-1 {
  --backdrop-filter-invert: invert(1);
}

.backdrop-filter-saturate-0 {
  --backdrop-filter-saturate: saturate(0);
}

.backdrop-filter-saturate-25 {
  --backdrop-filter-saturate: saturate(0.25);
}

.backdrop-filter-saturate-50 {
  --backdrop-filter-saturate: saturate(0.5);
}

.backdrop-filter-saturate-75 {
  --backdrop-filter-saturate: saturate(0.75);
}

.backdrop-filter-saturate-100 {
  --backdrop-filter-saturate: saturate(1);
}

.backdrop-filter-saturate-125 {
  --backdrop-filter-saturate: saturate(1.25);
}

.backdrop-filter-saturate-150 {
  --backdrop-filter-saturate: saturate(1.5);
}

.backdrop-filter-saturate-175 {
  --backdrop-filter-saturate: saturate(1.75);
}

.backdrop-filter-saturate-200 {
  --backdrop-filter-saturate: saturate(2);
}

.backdrop-filter-sepia-0 {
  --backdrop-filter-sepia: sepia(0);
}

.backdrop-filter-sepia-1 {
  --backdrop-filter-sepia: sepia(1);
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-width-0 {
  stroke-width: 0;
}

.stroke-width-1 {
  stroke-width: 1;
}

.stroke-width-2 {
  stroke-width: 2;
}

.stroke-width-3 {
  stroke-width: 3;
}

.stroke-width-4 {
  stroke-width: 4;
}

.stroke-width-5 {
  stroke-width: 5;
}

.stroke-width-6 {
  stroke-width: 6;
}

.stroke-width-7 {
  stroke-width: 7;
}

.stroke-width-8 {
  stroke-width: 8;
}

.stroke-width-9 {
  stroke-width: 9;
}

.stroke-width-10 {
  stroke-width: 10;
}

.stroke-linecap-butt {
  stroke-linecap: butt;
}

.stroke-linecap-round {
  stroke-linecap: round;
}

.stroke-linecap-square {
  stroke-linecap: square;
}

.stroke-dasharray-5 {
  stroke-dasharray: 5;
}

.stroke-dasharray-10 {
  stroke-dasharray: 10;
}

.stroke-dasharray-15 {
  stroke-dasharray: 15;
}

.stroke-dasharray-20 {
  stroke-dasharray: 20;
}

.stroke-dasharray-25 {
  stroke-dasharray: 25;
}

.stroke-dasharray-30 {
  stroke-dasharray: 30;
}

.stroke-dasharray-35 {
  stroke-dasharray: 35;
}

.stroke-dasharray-40 {
  stroke-dasharray: 40;
}

.stroke-dasharray-45 {
  stroke-dasharray: 45;
}

.stroke-dasharray-50 {
  stroke-dasharray: 50;
}

.outline-style-auto {
  outline-style: auto;
}

.outline-style-solid {
  outline-style: solid;
}

.outline-style-dashed {
  outline-style: dashed;
}

.outline-style-dotted {
  outline-style: dotted;
}

.outline-style-double {
  outline-style: double;
}

.outline-style-none {
  outline-style: none;
}

.outline-width-medium {
  outline-width: medium;
}

.outline-width-thin {
  outline-width: thin;
}

.outline-width-thick {
  outline-width: thick;
}

.outline-red-600 {
  --outline-opacity: 1;
  outline-color: rgba(237, 45, 45, var(--outline-opacity));
}

.outline-red-700 {
  --outline-opacity: 1;
  outline-color: rgba(235, 21, 21, var(--outline-opacity));
}

.outline-red-800 {
  --outline-opacity: 1;
  outline-color: rgba(212, 18, 18, var(--outline-opacity));
}

.outline-red-900 {
  --outline-opacity: 1;
  outline-color: rgba(189, 16, 16, var(--outline-opacity));
}

.outline-red-500 {
  --outline-opacity: 1;
  outline-color: rgba(239, 68, 68, var(--outline-opacity));
}

.outline-red-400 {
  --outline-opacity: 1;
  outline-color: rgba(242, 106, 106, var(--outline-opacity));
}

.outline-red-300 {
  --outline-opacity: 1;
  outline-color: rgba(245, 143, 143, var(--outline-opacity));
}

.outline-red-200 {
  --outline-opacity: 1;
  outline-color: rgba(249, 181, 181, var(--outline-opacity));
}

.outline-red-100 {
  --outline-opacity: 1;
  outline-color: rgba(252, 218, 218, var(--outline-opacity));
}

.outline-green-600 {
  --outline-opacity: 1;
  outline-color: rgba(14, 162, 113, var(--outline-opacity));
}

.outline-green-700 {
  --outline-opacity: 1;
  outline-color: rgba(12, 138, 96, var(--outline-opacity));
}

.outline-green-800 {
  --outline-opacity: 1;
  outline-color: rgba(10, 115, 80, var(--outline-opacity));
}

.outline-green-900 {
  --outline-opacity: 1;
  outline-color: rgba(8, 91, 64, var(--outline-opacity));
}

.outline-green-500 {
  --outline-opacity: 1;
  outline-color: rgba(16, 185, 129, var(--outline-opacity));
}

.outline-green-400 {
  --outline-opacity: 1;
  outline-color: rgba(19, 223, 155, var(--outline-opacity));
}

.outline-green-300 {
  --outline-opacity: 1;
  outline-color: rgba(46, 237, 174, var(--outline-opacity));
}

.outline-green-200 {
  --outline-opacity: 1;
  outline-color: rgba(83, 240, 188, var(--outline-opacity));
}

.outline-green-100 {
  --outline-opacity: 1;
  outline-color: rgba(121, 243, 203, var(--outline-opacity));
}

.outline-blue-600 {
  --outline-opacity: 1;
  outline-color: rgba(35, 114, 245, var(--outline-opacity));
}

.outline-blue-700 {
  --outline-opacity: 1;
  outline-color: rgba(11, 99, 243, var(--outline-opacity));
}

.outline-blue-800 {
  --outline-opacity: 1;
  outline-color: rgba(10, 89, 218, var(--outline-opacity));
}

.outline-blue-900 {
  --outline-opacity: 1;
  outline-color: rgba(9, 79, 194, var(--outline-opacity));
}

.outline-blue-500 {
  --outline-opacity: 1;
  outline-color: rgba(59, 130, 246, var(--outline-opacity));
}

.outline-blue-400 {
  --outline-opacity: 1;
  outline-color: rgba(98, 155, 248, var(--outline-opacity));
}

.outline-blue-300 {
  --outline-opacity: 1;
  outline-color: rgba(137, 180, 250, var(--outline-opacity));
}

.outline-blue-200 {
  --outline-opacity: 1;
  outline-color: rgba(176, 205, 251, var(--outline-opacity));
}

.outline-blue-100 {
  --outline-opacity: 1;
  outline-color: rgba(215, 230, 253, var(--outline-opacity));
}

.outline-yellow-600 {
  --outline-opacity: 1;
  outline-color: rgba(251, 184, 11, var(--outline-opacity));
}

.outline-yellow-700 {
  --outline-opacity: 1;
  outline-color: rgba(232, 168, 4, var(--outline-opacity));
}

.outline-yellow-800 {
  --outline-opacity: 1;
  outline-color: rgba(207, 150, 4, var(--outline-opacity));
}

.outline-yellow-900 {
  --outline-opacity: 1;
  outline-color: rgba(182, 132, 3, var(--outline-opacity));
}

.outline-yellow-500 {
  --outline-opacity: 1;
  outline-color: rgba(251, 191, 36, var(--outline-opacity));
}

.outline-yellow-400 {
  --outline-opacity: 1;
  outline-color: rgba(252, 203, 76, var(--outline-opacity));
}

.outline-yellow-300 {
  --outline-opacity: 1;
  outline-color: rgba(252, 214, 116, var(--outline-opacity));
}

.outline-yellow-200 {
  --outline-opacity: 1;
  outline-color: rgba(253, 226, 156, var(--outline-opacity));
}

.outline-yellow-100 {
  --outline-opacity: 1;
  outline-color: rgba(254, 238, 196, var(--outline-opacity));
}

.outline-pink-600 {
  --outline-opacity: 1;
  outline-color: rgba(234, 49, 140, var(--outline-opacity));
}

.outline-pink-700 {
  --outline-opacity: 1;
  outline-color: rgba(231, 26, 127, var(--outline-opacity));
}

.outline-pink-800 {
  --outline-opacity: 1;
  outline-color: rgba(210, 22, 115, var(--outline-opacity));
}

.outline-pink-900 {
  --outline-opacity: 1;
  outline-color: rgba(187, 19, 102, var(--outline-opacity));
}

.outline-pink-500 {
  --outline-opacity: 1;
  outline-color: rgba(236, 72, 153, var(--outline-opacity));
}

.outline-pink-400 {
  --outline-opacity: 1;
  outline-color: rgba(240, 109, 174, var(--outline-opacity));
}

.outline-pink-300 {
  --outline-opacity: 1;
  outline-color: rgba(244, 146, 194, var(--outline-opacity));
}

.outline-pink-200 {
  --outline-opacity: 1;
  outline-color: rgba(248, 183, 215, var(--outline-opacity));
}

.outline-pink-100 {
  --outline-opacity: 1;
  outline-color: rgba(251, 220, 235, var(--outline-opacity));
}

.outline-purple-600 {
  --outline-opacity: 1;
  outline-color: rgba(122, 68, 245, var(--outline-opacity));
}

.outline-purple-700 {
  --outline-opacity: 1;
  outline-color: rgba(105, 44, 243, var(--outline-opacity));
}

.outline-purple-800 {
  --outline-opacity: 1;
  outline-color: rgba(87, 20, 242, var(--outline-opacity));
}

.outline-purple-900 {
  --outline-opacity: 1;
  outline-color: rgba(77, 12, 224, var(--outline-opacity));
}

.outline-purple-500 {
  --outline-opacity: 1;
  outline-color: rgba(139, 92, 246, var(--outline-opacity));
}

.outline-purple-400 {
  --outline-opacity: 1;
  outline-color: rgba(167, 131, 248, var(--outline-opacity));
}

.outline-purple-300 {
  --outline-opacity: 1;
  outline-color: rgba(194, 169, 250, var(--outline-opacity));
}

.outline-purple-200 {
  --outline-opacity: 1;
  outline-color: rgba(222, 208, 252, var(--outline-opacity));
}

.outline-purple-100 {
  --outline-opacity: 1;
  outline-color: rgba(249, 247, 255, var(--outline-opacity));
}

.outline-gray-600 {
  --outline-opacity: 1;
  outline-color: rgba(95, 102, 114, var(--outline-opacity));
}

.outline-gray-700 {
  --outline-opacity: 1;
  outline-color: rgba(84, 89, 100, var(--outline-opacity));
}

.outline-gray-800 {
  --outline-opacity: 1;
  outline-color: rgba(72, 77, 86, var(--outline-opacity));
}

.outline-gray-900 {
  --outline-opacity: 1;
  outline-color: rgba(61, 65, 72, var(--outline-opacity));
}

.outline-gray-500 {
  --outline-opacity: 1;
  outline-color: rgba(107, 114, 128, var(--outline-opacity));
}

.outline-gray-400 {
  --outline-opacity: 1;
  outline-color: rgba(127, 134, 148, var(--outline-opacity));
}

.outline-gray-300 {
  --outline-opacity: 1;
  outline-color: rgba(150, 155, 167, var(--outline-opacity));
}

.outline-gray-200 {
  --outline-opacity: 1;
  outline-color: rgba(172, 176, 186, var(--outline-opacity));
}

.outline-gray-100 {
  --outline-opacity: 1;
  outline-color: rgba(194, 197, 204, var(--outline-opacity));
}

.outline-offset-0px {
  outline-offset: 0;
}

.outline-offset-1px {
  outline-offset: 1px;
}

.outline-offset-2px {
  outline-offset: 2px;
}

.outline-offset-3px {
  outline-offset: 3px;
}

.outline-offset-4px {
  outline-offset: 4px;
}

.outline-offset-5px {
  outline-offset: 5px;
}

.outline-offset-6px {
  outline-offset: 6px;
}

.outline-offset-7px {
  outline-offset: 7px;
}

.outline-offset-8px {
  outline-offset: 8px;
}

.outline-offset-9px {
  outline-offset: 9px;
}

.outline-offset-10px {
  outline-offset: 10px;
}

.outline-none {
  outline: none;
}

.direction-ltr {
  direction: ltr;
}

.direction-rtl {
  direction: rtl;
}

.writing-mode-tb {
  writing-mode: horizontal-tb;
}

.writing-mode-lr {
  writing-mode: vertical-lr;
}

.writing-mode-rl {
  writing-mode: vertical-rl;
}

/*# sourceMappingURL=madosel.css.map*/