.bg-transparent {
  background-color: transparent !important
}

.bg-white {
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important
}

.bg-gray-10 {
  --bg-opacity: 1 !important;
  background-color: #f4f4f4 !important;
  background-color: rgba(244, 244, 244, var(--bg-opacity)) !important
}

.bg-gray-20 {
  --bg-opacity: 1 !important;
  background-color: #e0e0e0 !important;
  background-color: rgba(224, 224, 224, var(--bg-opacity)) !important
}

.bg-gray-80 {
  --bg-opacity: 1 !important;
  background-color: #393939 !important;
  background-color: rgba(57, 57, 57, var(--bg-opacity)) !important
}

.bg-gray-90 {
  --bg-opacity: 1 !important;
  background-color: #262626 !important;
  background-color: rgba(38, 38, 38, var(--bg-opacity)) !important
}

.bg-gray-100 {
  --bg-opacity: 1 !important;
  background-color: #161616 !important;
  background-color: rgba(22, 22, 22, var(--bg-opacity)) !important
}

.bg-gray-10-hover {
  --bg-opacity: 1 !important;
  background-color: #e5e5e5 !important;
  background-color: rgba(229, 229, 229, var(--bg-opacity)) !important
}

.bg-blue-10 {
  --bg-opacity: 1 !important;
  background-color: #edf5ff !important;
  background-color: rgba(237, 245, 255, var(--bg-opacity)) !important
}

.bg-blue-20 {
  --bg-opacity: 1 !important;
  background-color: #d0e2ff !important;
  background-color: rgba(208, 226, 255, var(--bg-opacity)) !important
}

.bg-blue-30 {
  --bg-opacity: 1 !important;
  background-color: #a6c8ff !important;
  background-color: rgba(166, 200, 255, var(--bg-opacity)) !important
}

.bg-blue-40 {
  --bg-opacity: 1 !important;
  background-color: #78a9ff !important;
  background-color: rgba(120, 169, 255, var(--bg-opacity)) !important
}

.bg-blue-50 {
  --bg-opacity: 1 !important;
  background-color: #4589ff !important;
  background-color: rgba(69, 137, 255, var(--bg-opacity)) !important
}

.bg-blue-70 {
  --bg-opacity: 1 !important;
  background-color: #0043ce !important;
  background-color: rgba(0, 67, 206, var(--bg-opacity)) !important
}

.bg-blue-90 {
  --bg-opacity: 1 !important;
  background-color: #001d6c !important;
  background-color: rgba(0, 29, 108, var(--bg-opacity)) !important
}

.bg-blue-100 {
  --bg-opacity: 1 !important;
  background-color: #001141 !important;
  background-color: rgba(0, 17, 65, var(--bg-opacity)) !important
}

.bg-teal-10 {
  --bg-opacity: 1 !important;
  background-color: #d9fbfb !important;
  background-color: rgba(217, 251, 251, var(--bg-opacity)) !important
}

.bg-teal-20 {
  --bg-opacity: 1 !important;
  background-color: #9ef0f0 !important;
  background-color: rgba(158, 240, 240, var(--bg-opacity)) !important
}

.bg-teal-30 {
  --bg-opacity: 1 !important;
  background-color: #3ddbd9 !important;
  background-color: rgba(61, 219, 217, var(--bg-opacity)) !important
}

.bg-teal-40 {
  --bg-opacity: 1 !important;
  background-color: #08bdba !important;
  background-color: rgba(8, 189, 186, var(--bg-opacity)) !important
}

.bg-teal-50 {
  --bg-opacity: 1 !important;
  background-color: #009d9a !important;
  background-color: rgba(0, 157, 154, var(--bg-opacity)) !important
}

.bg-teal-70 {
  --bg-opacity: 1 !important;
  background-color: #005d5d !important;
  background-color: rgba(0, 93, 93, var(--bg-opacity)) !important
}

.bg-teal-80 {
  --bg-opacity: 1 !important;
  background-color: #004144 !important;
  background-color: rgba(0, 65, 68, var(--bg-opacity)) !important
}

.bg-teal-90 {
  --bg-opacity: 1 !important;
  background-color: #022b30 !important;
  background-color: rgba(2, 43, 48, var(--bg-opacity)) !important
}

.bg-teal-100 {
  --bg-opacity: 1 !important;
  background-color: #081a1c !important;
  background-color: rgba(8, 26, 28, var(--bg-opacity)) !important
}

.bg-green-10 {
  --bg-opacity: 1 !important;
  background-color: #defbe6 !important;
  background-color: rgba(222, 251, 230, var(--bg-opacity)) !important
}

.bg-green-20 {
  --bg-opacity: 1 !important;
  background-color: #a7f0ba !important;
  background-color: rgba(167, 240, 186, var(--bg-opacity)) !important
}

.bg-green-30 {
  --bg-opacity: 1 !important;
  background-color: #6fdc8c !important;
  background-color: rgba(111, 220, 140, var(--bg-opacity)) !important
}

.bg-green-90 {
  --bg-opacity: 1 !important;
  background-color: #022d0d !important;
  background-color: rgba(2, 45, 13, var(--bg-opacity)) !important
}

.bg-green-100 {
  --bg-opacity: 1 !important;
  background-color: #071908 !important;
  background-color: rgba(7, 25, 8, var(--bg-opacity)) !important
}

.bg-purple-10 {
  --bg-opacity: 1 !important;
  background-color: #f6f2ff !important;
  background-color: rgba(246, 242, 255, var(--bg-opacity)) !important
}

.bg-purple-20 {
  --bg-opacity: 1 !important;
  background-color: #e8daff !important;
  background-color: rgba(232, 218, 255, var(--bg-opacity)) !important
}

.bg-purple-30 {
  --bg-opacity: 1 !important;
  background-color: #d4bbff !important;
  background-color: rgba(212, 187, 255, var(--bg-opacity)) !important
}

.bg-purple-40 {
  --bg-opacity: 1 !important;
  background-color: #be95ff !important;
  background-color: rgba(190, 149, 255, var(--bg-opacity)) !important
}

.bg-purple-50 {
  --bg-opacity: 1 !important;
  background-color: #a56eff !important;
  background-color: rgba(165, 110, 255, var(--bg-opacity)) !important
}

.bg-purple-60 {
  --bg-opacity: 1 !important;
  background-color: #8a3ffc !important;
  background-color: rgba(138, 63, 252, var(--bg-opacity)) !important
}

.bg-purple-90 {
  --bg-opacity: 1 !important;
  background-color: #31135e !important;
  background-color: rgba(49, 19, 94, var(--bg-opacity)) !important
}

.bg-purple-100 {
  --bg-opacity: 1 !important;
  background-color: #1c0f30 !important;
  background-color: rgba(28, 15, 48, var(--bg-opacity)) !important
}

.bg-cyan-10 {
  --bg-opacity: 1 !important;
  background-color: #e5f6ff !important;
  background-color: rgba(229, 246, 255, var(--bg-opacity)) !important
}

.bg-cyan-20 {
  --bg-opacity: 1 !important;
  background-color: #bae6ff !important;
  background-color: rgba(186, 230, 255, var(--bg-opacity)) !important
}

.bg-cyan-30 {
  --bg-opacity: 1 !important;
  background-color: #82cfff !important;
  background-color: rgba(130, 207, 255, var(--bg-opacity)) !important
}

.bg-cyan-50 {
  --bg-opacity: 1 !important;
  background-color: #1192e8 !important;
  background-color: rgba(17, 146, 232, var(--bg-opacity)) !important
}

.bg-cyan-90 {
  --bg-opacity: 1 !important;
  background-color: #012749 !important;
  background-color: rgba(1, 39, 73, var(--bg-opacity)) !important
}

.bg-cyan-100 {
  --bg-opacity: 1 !important;
  background-color: #061727 !important;
  background-color: rgba(6, 23, 39, var(--bg-opacity)) !important
}

.hover\:bg-gray-10:hover {
  --bg-opacity: 1 !important;
  background-color: #f4f4f4 !important;
  background-color: rgba(244, 244, 244, var(--bg-opacity)) !important
}

.hover\:bg-gray-20:hover {
  --bg-opacity: 1 !important;
  background-color: #e0e0e0 !important;
  background-color: rgba(224, 224, 224, var(--bg-opacity)) !important
}

.hover\:bg-gray-100:hover {
  --bg-opacity: 1 !important;
  background-color: #161616 !important;
  background-color: rgba(22, 22, 22, var(--bg-opacity)) !important
}

.hover\:bg-gray-10-hover:hover {
  --bg-opacity: 1 !important;
  background-color: #e5e5e5 !important;
  background-color: rgba(229, 229, 229, var(--bg-opacity)) !important
}

.hover\:bg-blue-100:hover {
  --bg-opacity: 1 !important;
  background-color: #001141 !important;
  background-color: rgba(0, 17, 65, var(--bg-opacity)) !important
}

.hover\:bg-teal-40:hover {
  --bg-opacity: 1 !important;
  background-color: #08bdba !important;
  background-color: rgba(8, 189, 186, var(--bg-opacity)) !important
}

.hover\:bg-green-100:hover {
  --bg-opacity: 1 !important;
  background-color: #071908 !important;
  background-color: rgba(7, 25, 8, var(--bg-opacity)) !important
}

.hover\:bg-purple-30:hover {
  --bg-opacity: 1 !important;
  background-color: #d4bbff !important;
  background-color: rgba(212, 187, 255, var(--bg-opacity)) !important
}

.hover\:bg-purple-40:hover {
  --bg-opacity: 1 !important;
  background-color: #be95ff !important;
  background-color: rgba(190, 149, 255, var(--bg-opacity)) !important
}

.hover\:bg-purple-100:hover {
  --bg-opacity: 1 !important;
  background-color: #1c0f30 !important;
  background-color: rgba(28, 15, 48, var(--bg-opacity)) !important
}

.border-gray-20 {
  --border-opacity: 1 !important;
  border-color: #e0e0e0 !important;
  border-color: rgba(224, 224, 224, var(--border-opacity)) !important
}

.border-gray-30 {
  --border-opacity: 1 !important;
  border-color: #c6c6c6 !important;
  border-color: rgba(198, 198, 198, var(--border-opacity)) !important
}

.border-gray-50 {
  --border-opacity: 1 !important;
  border-color: #8d8d8d !important;
  border-color: rgba(141, 141, 141, var(--border-opacity)) !important
}

.border-blue-90 {
  --border-opacity: 1 !important;
  border-color: #001d6c !important;
  border-color: rgba(0, 29, 108, var(--border-opacity)) !important
}

.border-green-90 {
  --border-opacity: 1 !important;
  border-color: #022d0d !important;
  border-color: rgba(2, 45, 13, var(--border-opacity)) !important
}

.border-purple-20 {
  --border-opacity: 1 !important;
  border-color: #e8daff !important;
  border-color: rgba(232, 218, 255, var(--border-opacity)) !important
}

.border-purple-90 {
  --border-opacity: 1 !important;
  border-color: #31135e !important;
  border-color: rgba(49, 19, 94, var(--border-opacity)) !important
}

.rounded-none {
  border-radius: 0 !important
}

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

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

.border-none {
  border-style: none !important
}

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

.border-b-0 {
  border-bottom-width: 0 !important
}

.border-t {
  border-top-width: 1px !important
}

.border-r {
  border-right-width: 1px !important
}

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

.border-l {
  border-left-width: 1px !important
}

.cursor-pointer {
  cursor: pointer !important
}

.block {
  display: block !important
}

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

.inline {
  display: inline !important
}

.flex {
  display: flex !important
}

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

.table {
  display: table !important
}

.grid {
  display: grid !important
}

.contents {
  display: contents !important
}

.hidden {
  display: none !important
}

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

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

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

.flex-wrap {
  flex-wrap: wrap !important
}

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

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

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

.self-end {
  align-self: flex-end !important
}

.justify-start {
  justify-content: flex-start !important
}

.justify-end {
  justify-content: flex-end !important
}

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

.justify-self-end {
  justify-self: end !important
}

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

.font-normal {
  font-weight: 400 !important
}

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

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

.h-0 {
  height: 0 !important
}

.h-2 {
  height: 0.5rem !important
}

.h-3 {
  height: 0.75rem !important
}

.h-4 {
  height: 1rem !important
}

.h-5 {
  height: 1.25rem !important
}

.h-6 {
  height: 1.5rem !important
}

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

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

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

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

.h-32 {
  height: 8rem !important
}

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

.h-auto {
  height: auto !important
}

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

.text-xs {
  font-size: 0.75rem !important
}

.text-sm {
  font-size: 0.875rem !important
}

.text-base {
  font-size: 1rem !important
}

.text-lg {
  font-size: 1.125rem !important
}

.text-xl {
  font-size: 1.25rem !important
}

.text-2xl {
  font-size: 1.5rem !important
}

.text-3xl {
  font-size: 1.875rem !important
}

.text-5xl {
  font-size: 3rem !important
}

.leading-6 {
  line-height: 1.5rem !important
}

.leading-7 {
  line-height: 1.75rem !important
}

.leading-8 {
  line-height: 2rem !important
}

.leading-9 {
  line-height: 2.25rem !important
}

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

.leading-none {
  line-height: 1 !important
}

.leading-tight {
  line-height: 1.25 !important
}

.leading-normal {
  line-height: 1.5 !important
}

.m-0 {
  margin: 0 !important
}

.m-4 {
  margin: 1rem !important
}

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

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

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important
}

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

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important
}

.mt-0 {
  margin-top: 0 !important
}

.mr-0 {
  margin-right: 0 !important
}

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

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

.mr-1 {
  margin-right: 0.25rem !important
}

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

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

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

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

.mt-3 {
  margin-top: 0.75rem !important
}

.mr-3 {
  margin-right: 0.75rem !important
}

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

.ml-3 {
  margin-left: 0.75rem !important
}

.mt-4 {
  margin-top: 1rem !important
}

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

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

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

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

.mt-6 {
  margin-top: 1.5rem !important
}

.mr-6 {
  margin-right: 1.5rem !important
}

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

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

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

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

.mt-12 {
  margin-top: 3rem !important
}

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

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

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto !important
}

.-ml-3 {
  margin-left: -0.75rem !important
}

.max-w-xs {
  max-width: 20rem !important
}

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

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

.overflow-hidden {
  overflow: hidden !important
}

.p-0 {
  padding: 0 !important
}

.p-3 {
  padding: 0.75rem !important
}

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

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

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important
}

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

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

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

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

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

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

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

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

.pr-0 {
  padding-right: 0 !important
}

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

.pl-0 {
  padding-left: 0 !important
}

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

.pt-2 {
  padding-top: 0.5rem !important
}

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

.pt-4 {
  padding-top: 1rem !important
}

.pr-4 {
  padding-right: 1rem !important
}

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

.pl-4 {
  padding-left: 1rem !important
}

.pl-5 {
  padding-left: 1.25rem !important
}

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

.pr-6 {
  padding-right: 1.5rem !important
}

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

.pl-6 {
  padding-left: 1.5rem !important
}

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

.pr-8 {
  padding-right: 2rem !important
}

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

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

.pr-12 {
  padding-right: 3rem !important
}

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

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

.pb-20 {
  padding-bottom: 5rem !important
}

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

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

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

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

.static {
  position: static !important
}

.fixed {
  position: fixed !important
}

.absolute {
  position: absolute !important
}

.relative {
  position: relative !important
}

.top-0 {
  top: 0 !important
}

.right-0 {
  right: 0 !important
}

.bottom-0 {
  bottom: 0 !important
}

.left-0 {
  left: 0 !important
}

.resize {
  resize: both !important
}

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

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

.text-right {
  text-align: right !important
}

.text-black {
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important
}

.text-white {
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important
}

.text-gray-10 {
  --text-opacity: 1 !important;
  color: #f4f4f4 !important;
  color: rgba(244, 244, 244, var(--text-opacity)) !important
}

.text-gray-20 {
  --text-opacity: 1 !important;
  color: #e0e0e0 !important;
  color: rgba(224, 224, 224, var(--text-opacity)) !important
}

.text-gray-30 {
  --text-opacity: 1 !important;
  color: #c6c6c6 !important;
  color: rgba(198, 198, 198, var(--text-opacity)) !important
}

.text-gray-40 {
  --text-opacity: 1 !important;
  color: #a8a8a8 !important;
  color: rgba(168, 168, 168, var(--text-opacity)) !important
}

.text-gray-50 {
  --text-opacity: 1 !important;
  color: #8d8d8d !important;
  color: rgba(141, 141, 141, var(--text-opacity)) !important
}

.text-gray-60 {
  --text-opacity: 1 !important;
  color: #6f6f6f !important;
  color: rgba(111, 111, 111, var(--text-opacity)) !important
}

.text-gray-70 {
  --text-opacity: 1 !important;
  color: #525252 !important;
  color: rgba(82, 82, 82, var(--text-opacity)) !important
}

.text-gray-80 {
  --text-opacity: 1 !important;
  color: #393939 !important;
  color: rgba(57, 57, 57, var(--text-opacity)) !important
}

.text-gray-100 {
  --text-opacity: 1 !important;
  color: #161616 !important;
  color: rgba(22, 22, 22, var(--text-opacity)) !important
}

.text-blue-10 {
  --text-opacity: 1 !important;
  color: #edf5ff !important;
  color: rgba(237, 245, 255, var(--text-opacity)) !important
}

.text-blue-30 {
  --text-opacity: 1 !important;
  color: #a6c8ff !important;
  color: rgba(166, 200, 255, var(--text-opacity)) !important
}

.text-blue-40 {
  --text-opacity: 1 !important;
  color: #78a9ff !important;
  color: rgba(120, 169, 255, var(--text-opacity)) !important
}

.text-blue-50 {
  --text-opacity: 1 !important;
  color: #4589ff !important;
  color: rgba(69, 137, 255, var(--text-opacity)) !important
}

.text-blue-60 {
  --text-opacity: 1 !important;
  color: #0f62fe !important;
  color: rgba(15, 98, 254, var(--text-opacity)) !important
}

.text-blue-80 {
  --text-opacity: 1 !important;
  color: #002d9c !important;
  color: rgba(0, 45, 156, var(--text-opacity)) !important
}

.text-blue-90 {
  --text-opacity: 1 !important;
  color: #001d6c !important;
  color: rgba(0, 29, 108, var(--text-opacity)) !important
}

.text-blue-100 {
  --text-opacity: 1 !important;
  color: #001141 !important;
  color: rgba(0, 17, 65, var(--text-opacity)) !important
}

.text-teal-10 {
  --text-opacity: 1 !important;
  color: #d9fbfb !important;
  color: rgba(217, 251, 251, var(--text-opacity)) !important
}

.text-teal-20 {
  --text-opacity: 1 !important;
  color: #9ef0f0 !important;
  color: rgba(158, 240, 240, var(--text-opacity)) !important
}

.text-teal-90 {
  --text-opacity: 1 !important;
  color: #022b30 !important;
  color: rgba(2, 43, 48, var(--text-opacity)) !important
}

.text-teal-100 {
  --text-opacity: 1 !important;
  color: #081a1c !important;
  color: rgba(8, 26, 28, var(--text-opacity)) !important
}

.text-green-40 {
  --text-opacity: 1 !important;
  color: #42be65 !important;
  color: rgba(66, 190, 101, var(--text-opacity)) !important
}

.text-green-90 {
  --text-opacity: 1 !important;
  color: #022d0d !important;
  color: rgba(2, 45, 13, var(--text-opacity)) !important
}

.text-green-100 {
  --text-opacity: 1 !important;
  color: #071908 !important;
  color: rgba(7, 25, 8, var(--text-opacity)) !important
}

.text-purple-10 {
  --text-opacity: 1 !important;
  color: #f6f2ff !important;
  color: rgba(246, 242, 255, var(--text-opacity)) !important
}

.text-purple-50 {
  --text-opacity: 1 !important;
  color: #a56eff !important;
  color: rgba(165, 110, 255, var(--text-opacity)) !important
}

.text-purple-70 {
  --text-opacity: 1 !important;
  color: #6929c4 !important;
  color: rgba(105, 41, 196, var(--text-opacity)) !important
}

.text-purple-80 {
  --text-opacity: 1 !important;
  color: #491d8b !important;
  color: rgba(73, 29, 139, var(--text-opacity)) !important
}

.text-purple-90 {
  --text-opacity: 1 !important;
  color: #31135e !important;
  color: rgba(49, 19, 94, var(--text-opacity)) !important
}

.text-purple-100 {
  --text-opacity: 1 !important;
  color: #1c0f30 !important;
  color: rgba(28, 15, 48, var(--text-opacity)) !important
}

.text-cyan-10 {
  --text-opacity: 1 !important;
  color: #e5f6ff !important;
  color: rgba(229, 246, 255, var(--text-opacity)) !important
}

.text-cyan-70 {
  --text-opacity: 1 !important;
  color: #00539a !important;
  color: rgba(0, 83, 154, var(--text-opacity)) !important
}

.text-cyan-80 {
  --text-opacity: 1 !important;
  color: #003a6d !important;
  color: rgba(0, 58, 109, var(--text-opacity)) !important
}

.text-cyan-90 {
  --text-opacity: 1 !important;
  color: #012749 !important;
  color: rgba(1, 39, 73, var(--text-opacity)) !important
}

.text-cyan-100 {
  --text-opacity: 1 !important;
  color: #061727 !important;
  color: rgba(6, 23, 39, var(--text-opacity)) !important
}

.hover\:text-black:hover {
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important
}

.hover\:text-white:hover {
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important
}

.hover\:text-gray-100:hover {
  --text-opacity: 1 !important;
  color: #161616 !important;
  color: rgba(22, 22, 22, var(--text-opacity)) !important
}

.hover\:text-purple-90:hover {
  --text-opacity: 1 !important;
  color: #31135e !important;
  color: rgba(49, 19, 94, var(--text-opacity)) !important
}

.capitalize {
  text-transform: capitalize !important
}

.underline {
  text-decoration: underline !important
}

.hover\:underline:hover {
  text-decoration: underline !important
}

.visible {
  visibility: visible !important
}

.w-3 {
  width: 0.75rem !important
}

.w-4 {
  width: 1rem !important
}

.w-5 {
  width: 1.25rem !important
}

.w-6 {
  width: 1.5rem !important
}

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

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

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

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

.w-32 {
  width: 8rem !important
}

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

.w-auto {
  width: auto !important
}

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

.w-1\/4 {
  width: 25% !important
}

.w-3\/4 {
  width: 75% !important
}

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

.w-screen {
  width: 100vw !important
}

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

.z-20 {
  z-index: 20 !important
}

.transform {
  --transform-translate-x: 0 !important;
  --transform-translate-y: 0 !important;
  --transform-rotate: 0 !important;
  --transform-skew-x: 0 !important;
  --transform-skew-y: 0 !important;
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5
  }
}

@keyframes pulse {
  50% {
    opacity: .5
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1)
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1)
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1)
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1)
  }
}

@media (min-width: 672px) {
  .md\:bg-transparent {
    background-color: transparent !important
  }

  .md\:border-r-0 {
    border-right-width: 0 !important
  }

  .md\:border-b-0 {
    border-bottom-width: 0 !important
  }

  .md\:border-r {
    border-right-width: 1px !important
  }

  .md\:block {
    display: block !important
  }

  .md\:flex {
    display: flex !important
  }

  .md\:inline-flex {
    display: inline-flex !important
  }

  .md\:hidden {
    display: none !important
  }

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

  .md\:flex-col {
    flex-direction: column !important
  }

  .md\:text-sm {
    font-size: 0.875rem !important
  }

  .md\:mb-0 {
    margin-bottom: 0 !important
  }

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

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

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

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

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

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

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

  .md\:mt-48 {
    margin-top: 12rem !important
  }

  .md\:max-w-none {
    max-width: none !important
  }

  .md\:max-w-xs {
    max-width: 20rem !important
  }

  .md\:max-w-sm {
    max-width: 24rem !important
  }

  .md\:p-0 {
    padding: 0 !important
  }

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

  .md\:px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

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

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

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

  .md\:pl-0 {
    padding-left: 0 !important
  }

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

  .md\:absolute {
    position: absolute !important
  }

  .md\:relative {
    position: relative !important
  }

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

@media (min-width: 1056px) {
  .lg\:border-t {
    border-top-width: 1px !important
  }

  .lg\:block {
    display: block !important
  }

  .lg\:flex {
    display: flex !important
  }

  .lg\:hidden {
    display: none !important
  }

  .lg\:flex-row {
    flex-direction: row !important
  }

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

  .lg\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important
  }

  .lg\:ml-0 {
    margin-left: 0 !important
  }

  .lg\:mt-24 {
    margin-top: 6rem !important
  }

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

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

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

@media (min-width: 1312px) {
  .xl\:flex {
    display: flex !important
  }

  .xl\:mr-auto {
    margin-right: auto !important
  }
}

@media (min-width: 1584px) {
  .max\:p-16 {
    padding: 4rem !important
  }

  .max\:pb-0 {
    padding-bottom: 0 !important
  }
}