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

.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-no-breakpoint.css.map*/